| /trunk/main/svl/source/items/ |
| H A D | srchitem.cxx | 431 Sequence< PropertyValue > aSeq( SRCH_PARAMS ); in QueryValue() local 432 aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SRCH_PARA_OPTIONS ) ); in QueryValue() 433 aSeq[0].Value <<= aSearchOpt; in QueryValue() 434 aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SRCH_PARA_FAMILY )); in QueryValue() 435 aSeq[1].Value <<= sal_Int16( eFamily ); in QueryValue() 436 aSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SRCH_PARA_COMMAND )); in QueryValue() 437 aSeq[2].Value <<= nCommand; in QueryValue() 438 aSeq[3].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SRCH_PARA_CELLTYPE )); in QueryValue() 439 aSeq[3].Value <<= nCellType; in QueryValue() 440 aSeq[4].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SRCH_PARA_APPFLAG )); in QueryValue() [all …]
|
| H A D | imageitm.cxx | 88 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aSeq( 4 ); in QueryValue() 89 aSeq[0] = ::com::sun::star::uno::makeAny( GetValue() ); in QueryValue() 90 aSeq[1] = ::com::sun::star::uno::makeAny( pImp->nAngle ); in QueryValue() 91 aSeq[2] = ::com::sun::star::uno::makeAny( pImp->bMirrored ); in QueryValue() 92 aSeq[3] = ::com::sun::star::uno::makeAny( rtl::OUString( pImp->aURL )); in QueryValue() 94 rVal = ::com::sun::star::uno::makeAny( aSeq ); in QueryValue() 100 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > aSeq; in PutValue() 101 if (( rVal >>= aSeq ) && ( aSeq.getLength() == 4 )) in PutValue() 105 if ( aSeq[0] >>= nVal ) in PutValue() 107 aSeq[1] >>= pImp->nAngle; in PutValue() [all …]
|
| H A D | lckbitem.cxx | 138 com::sun::star::uno::Sequence< sal_Int8 > aSeq; in PutValue() local 139 if ( rVal >>= aSeq ) in PutValue() 141 if ( aSeq.getLength() ) in PutValue() 144 pStream->Write( (void*)aSeq.getConstArray(), aSeq.getLength() ); in PutValue() 174 com::sun::star::uno::Sequence< sal_Int8 > aSeq( nLen ); in QueryValue() local 176 _xVal->ReadAt( 0, aSeq.getArray(), nLen, &nRead ); in QueryValue() 177 rVal <<= aSeq; in QueryValue() 181 com::sun::star::uno::Sequence< sal_Int8 > aSeq( 0 ); in QueryValue() local 182 rVal <<= aSeq; in QueryValue()
|
| /trunk/main/extensions/test/ole/cpnt/ |
| H A D | cpnt.cxx | 139 …virtual Sequence<sal_Int8> SAL_CALL methodByte(const Sequence< sal_Int8 >& aSeq) throw( RuntimeExc… 140 …virtual Sequence<float> SAL_CALL methodFloat(const Sequence< float >& aSeq) throw( RuntimeExceptio… 141 …virtual Sequence< double > SAL_CALL methodDouble(const Sequence< double >& aSeq) throw( RuntimeExc… 142 …virtual Sequence< sal_Bool > SAL_CALL methodBool(const Sequence< sal_Bool >& aSeq) throw( RuntimeE… 143 …virtual Sequence< sal_Int16 > SAL_CALL methodShort(const Sequence< sal_Int16 >& aSeq) throw( Runti… 144 …virtual Sequence< sal_uInt16 > SAL_CALL methodUShort(const Sequence< sal_uInt16 >& aSeq) throw( Ru… 145 …virtual Sequence< sal_Int32 > SAL_CALL methodLong(const Sequence< sal_Int32 >& aSeq) throw( Runtim… 146 …virtual Sequence< sal_uInt32 > SAL_CALL methodULong(const Sequence< sal_uInt32 >& aSeq) throw( Run… 147 …virtual Sequence< OUString > SAL_CALL methodString(const Sequence< OUString >& aSeq) throw( Runtim… 148 …virtual Sequence< sal_Unicode > SAL_CALL methodChar(const Sequence< sal_Unicode >& aSeq) throw( Ru… [all …]
|
| /trunk/main/testtools/source/bridgetest/ |
| H A D | cppobj.cxx | 388 const Sequence< sal_Bool >& aSeq ) throw (RuntimeException); 390 const Sequence< sal_Unicode >& aSeq ) throw (RuntimeException); 392 const Sequence< sal_Int8 >& aSeq ) throw (RuntimeException); 394 const Sequence< sal_Int16 >& aSeq ) throw (RuntimeException); 396 const Sequence< sal_uInt16 >& aSeq ) throw (RuntimeException); 398 const Sequence< sal_Int32 >& aSeq ) throw (RuntimeException); 400 const Sequence< sal_uInt32 >& aSeq ) throw (RuntimeException); 402 const Sequence< sal_Int64 >& aSeq ) throw (RuntimeException); 404 const Sequence< sal_uInt64 >& aSeq ) throw (RuntimeException); 406 const Sequence< float >& aSeq ) throw (RuntimeException); [all …]
|
| /trunk/main/testtools/com/sun/star/comp/bridge/ |
| H A D | TestComponent.java | 962 public boolean[] setSequenceBool( /*IN*/boolean[] aSeq ) in setSequenceBool() argument 964 arBool = aSeq; in setSequenceBool() 965 return aSeq; in setSequenceBool() 967 public char[] setSequenceChar( /*IN*/char[] aSeq ) in setSequenceChar() argument 969 arChar = aSeq; in setSequenceChar() 970 return aSeq; in setSequenceChar() 972 public byte[] setSequenceByte( /*IN*/byte[] aSeq ) in setSequenceByte() argument 974 arByte = aSeq; in setSequenceByte() 975 return aSeq; in setSequenceByte() 977 public short[] setSequenceShort( /*IN*/short[] aSeq ) in setSequenceShort() argument [all …]
|
| /trunk/main/avmedia/source/framework/ |
| H A D | mediaitem.cxx | 123 uno::Sequence< uno::Any > aSeq( 9 ); in QueryValue() local 125 aSeq[ 0 ] <<= maURL; in QueryValue() 126 aSeq[ 1 ] <<= mnMaskSet; in QueryValue() 127 aSeq[ 2 ] <<= static_cast< sal_Int32 >( meState ); in QueryValue() 128 aSeq[ 3 ] <<= mfTime; in QueryValue() 129 aSeq[ 4 ] <<= mfDuration; in QueryValue() 130 aSeq[ 5 ] <<= mnVolumeDB; in QueryValue() 131 aSeq[ 6 ] <<= mbLoop; in QueryValue() 132 aSeq[ 7 ] <<= mbMute; in QueryValue() 133 aSeq[ 8 ] <<= meZoom; in QueryValue() [all …]
|
| /trunk/main/svx/source/items/ |
| H A D | zoomslideritem.cxx | 114 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSeq( ZOOMSLIDER_PARAMS … in QueryValue() 115 … aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_CURRENTZOOM )); in QueryValue() 116 aSeq[0].Value <<= sal_Int32( GetValue() ); in QueryValue() 117 … aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_SNAPPINGPOINTS )); in QueryValue() 118 aSeq[1].Value <<= maValues; in QueryValue() 119 … aSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_MINZOOM ) ); in QueryValue() 120 aSeq[2].Value <<= mnMinZoom; in QueryValue() 121 … aSeq[3].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOMSLIDER_PARAM_MAXZOOM ) ); in QueryValue() 122 aSeq[3].Value <<= mnMaxZoom; in QueryValue() 123 rVal <<= aSeq; in QueryValue() [all …]
|
| H A D | galleryitem.cxx | 71 css::uno::Sequence< css::beans::PropertyValue > aSeq( SVXGALLERYITEM_PARAMS ); in QueryValue() local 73 aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_TYPE )); in QueryValue() 74 aSeq[0].Value <<= m_nType; in QueryValue() 75 aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_LINK )); in QueryValue() 76 aSeq[1].Value <<= m_bIsLink; in QueryValue() 77 aSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_URL )); in QueryValue() 78 aSeq[2].Value <<= m_aURL; in QueryValue() 79 aSeq[3].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_FILTER )); in QueryValue() 80 aSeq[3].Value <<= m_aURL; in QueryValue() 81 aSeq[4].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SVXGALLERYITEM_DRAWING )); in QueryValue() [all …]
|
| H A D | zoomitem.cxx | 124 … ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSeq( ZOOM_PARAMS ); in QueryValue() 125 aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOM_PARAM_VALUE )); in QueryValue() 126 aSeq[0].Value <<= sal_Int32( GetValue() ); in QueryValue() 127 aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOM_PARAM_VALUESET )); in QueryValue() 128 aSeq[1].Value <<= sal_Int16( nValueSet ); in QueryValue() 129 aSeq[2].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ZOOM_PARAM_TYPE )); in QueryValue() 130 aSeq[2].Value <<= sal_Int16( eType ); in QueryValue() 131 rVal <<= aSeq; in QueryValue() 154 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSeq; in PutValue() 155 if (( rVal >>= aSeq ) && ( aSeq.getLength() == ZOOM_PARAMS )) in PutValue() [all …]
|
| H A D | viewlayoutitem.cxx | 117 …::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSeq( VIEWLAYOUT_PARAMS … in QueryValue() 118 aSeq[0].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VIEWLAYOUT_PARAM_COLUMNS )); in QueryValue() 119 aSeq[0].Value <<= sal_Int32( GetValue() ); in QueryValue() 120 aSeq[1].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( VIEWLAYOUT_PARAM_BOOKMODE )); in QueryValue() 121 aSeq[1].Value <<= sal_Bool( mbBookMode ); in QueryValue() 122 rVal <<= aSeq; in QueryValue() 144 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > aSeq; in PutValue() 145 if (( rVal >>= aSeq ) && ( aSeq.getLength() == VIEWLAYOUT_PARAMS )) in PutValue() 151 for ( sal_Int32 i = 0; i < aSeq.getLength(); i++ ) in PutValue() 153 if ( aSeq[i].Name.equalsAscii( VIEWLAYOUT_PARAM_COLUMNS )) in PutValue() [all …]
|
| /trunk/main/sw/source/ui/sidebar/ |
| H A D | PageMarginControl.cxx | 430 …::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq = aWinOpt.GetUserData… in GetUserCustomValues() 432 if ( aSeq.getLength()) in GetUserCustomValues() 433 aSeq[0].Value >>= aTmp; in GetUserCustomValues() 442 …::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq = aWinOpt2.GetUserDat… in GetUserCustomValues() 444 if ( aSeq.getLength()) in GetUserCustomValues() 445 aSeq[0].Value >>= aTmp; in GetUserCustomValues() 454 …::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq = aWinOpt3.GetUserDat… in GetUserCustomValues() 456 if ( aSeq.getLength()) in GetUserCustomValues() 457 aSeq[0].Value >>= aTmp; in GetUserCustomValues() 466 …::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq = aWinOpt4.GetUserDat… in GetUserCustomValues() [all …]
|
| /trunk/main/svtools/source/misc/ |
| H A D | transfer.cxx | 389 Sequence< sal_Int8 > aSeq; in getTransferData() local 391 if( maAny >>= aSeq ) in getTransferData() 393 …SvMemoryStream* pSrcStm = new SvMemoryStream( (char*) aSeq.getConstArray(), aSeq.getLength(), STRE… in getTransferData() 404 … maAny <<= ( aSeq = Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( aDstStm.GetData() ), in getTransferData() 419 Sequence< sal_Int8 > aSeq; in getTransferData() local 421 if( maAny >>= aSeq ) in getTransferData() 423 …SvMemoryStream* pSrcStm = new SvMemoryStream( (char*) aSeq.getConstArray(), aSeq.getLength(), STRE… in getTransferData() 434 … maAny <<= ( aSeq = Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( aDstStm.GetData() ), in getTransferData() 449 Sequence< sal_Int8 > aSeq; in getTransferData() local 451 if( maAny >>= aSeq ) in getTransferData() [all …]
|
| /trunk/main/xmloff/source/style/ |
| H A D | xmlimppr.cxx | 251 Sequence<OUString> aSeq(2); in importXML() local 252 aSeq[0] = rAttrName; in importXML() 253 aSeq[1] = rValue; in importXML() 256 aSeq ); in importXML() 524 Sequence<OUString> aSeq(1); in _FillPropertySet() local 525 aSeq[0] = rPropName; in _FillPropertySet() 528 aSeq, e.Message, NULL ); in _FillPropertySet() 534 Sequence<OUString> aSeq(1); in _FillPropertySet() local 535 aSeq[0] = rPropName; in _FillPropertySet() 538 aSeq, e.Message, NULL ); in _FillPropertySet() [all …]
|
| /trunk/main/package/source/xstor/ |
| H A D | ocompinstream.cxx | 387 uno::Sequence< beans::StringPair > aSeq = getRelationshipByID( sID ); in getTargetByID() local 388 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in getTargetByID() 389 if ( aSeq[nInd].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Target" ) ) ) in getTargetByID() 390 return aSeq[nInd].Second; in getTargetByID() 412 uno::Sequence< beans::StringPair > aSeq = getRelationshipByID( sID ); in getTypeByID() local 413 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in getTypeByID() 414 if ( aSeq[nInd].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Type" ) ) ) in getTypeByID() 415 return aSeq[nInd].Second; in getTypeByID() 438 uno::Sequence< uno::Sequence< beans::StringPair > > aSeq = getAllRelationships(); in getRelationshipByID() local 439 for ( sal_Int32 nInd1 = 0; nInd1 < aSeq.getLength(); nInd1++ ) in getRelationshipByID() [all …]
|
| H A D | owriteablestream.cxx | 892 uno::Sequence< uno::Any > aSeq( 1 ); in Commit() local 893 aSeq[0] <<= sal_False; in Commit() 903 … m_xPackage->createInstanceWithArguments( aSeq ), in Commit() 930 … m_xPackage->createInstanceWithArguments( aSeq ), in Commit() 2794 uno::Sequence< beans::StringPair > aSeq = getRelationshipByID( sID ); in getTargetByID() local 2795 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in getTargetByID() 2796 if ( aSeq[nInd].First.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Target" ) ) ) in getTargetByID() 2797 return aSeq[nInd].Second; in getTargetByID() 2819 uno::Sequence< beans::StringPair > aSeq = getRelationshipByID( sID ); in getTypeByID() local 2820 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in getTypeByID() [all …]
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | xmlexp.cxx | 707 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SwXMLExportOOO_getSupportedServiceNames() local 708 return aSeq; in SwXMLExportOOO_getSupportedServiceNames() 728 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SwXMLExportStylesOOO_getSupportedServiceNames() local 729 return aSeq; in SwXMLExportStylesOOO_getSupportedServiceNames() 751 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SwXMLExportContentOOO_getSupportedServiceNames() local 752 return aSeq; in SwXMLExportContentOOO_getSupportedServiceNames() 774 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SwXMLExportMetaOOO_getSupportedServiceNames() local 775 return aSeq; in SwXMLExportMetaOOO_getSupportedServiceNames() 795 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SwXMLExportSettingsOOO_getSupportedServiceNames() local 796 return aSeq; in SwXMLExportSettingsOOO_getSupportedServiceNames() [all …]
|
| /trunk/main/udkapi/com/sun/star/test/bridge/ |
| H A D | XBridgeTest.idl | 234 sequence< boolean > setSequenceBool( [in] sequence< boolean > aSeq); 235 sequence< char > setSequenceChar( [in] sequence< char > aSeq); 236 sequence< byte> setSequenceByte( [in] sequence< byte > aSeq); 237 sequence< short> setSequenceShort( [in] sequence< short > aSeq); 238 sequence< unsigned short > setSequenceUShort( [in] sequence< unsigned short > aSeq); 239 sequence< long > setSequenceLong( [in] sequence< long > aSeq); 240 sequence< unsigned long > setSequenceULong( [in] sequence< unsigned long > aSeq); 241 sequence< hyper > setSequenceHyper( [in] sequence< hyper > aSeq); 242 sequence< unsigned hyper > setSequenceUHyper( [in] sequence< unsigned hyper > aSeq); 243 sequence< float > setSequenceFloat( [in] sequence< float > aSeq); [all …]
|
| /trunk/main/oox/source/xls/ |
| H A D | excelfilter.cxx | 89 Sequence< OUString > aSeq( 2 ); in ExcelFilter_getSupportedServiceNames() local 90 aSeq[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.ImportFilter" ); in ExcelFilter_getSupportedServiceNames() 91 aSeq[ 1 ] = CREATE_OUSTRING( "com.sun.star.document.ExportFilter" ); in ExcelFilter_getSupportedServiceNames() 92 return aSeq; in ExcelFilter_getSupportedServiceNames() 180 Sequence< OUString > aSeq( 2 ); in ExcelBiffFilter_getSupportedServiceNames() local 181 aSeq[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.ImportFilter" ); in ExcelBiffFilter_getSupportedServiceNames() 182 aSeq[ 1 ] = CREATE_OUSTRING( "com.sun.star.document.ExportFilter" ); in ExcelBiffFilter_getSupportedServiceNames() 183 return aSeq; in ExcelBiffFilter_getSupportedServiceNames() 263 Sequence< OUString > aSeq( 1 ); in ExcelVbaProjectFilter_getSupportedServiceNames() local 264 aSeq[ 0 ] = CREATE_OUSTRING( "com.sun.star.document.ImportFilter" ); in ExcelVbaProjectFilter_getSupportedServiceNames() [all …]
|
| /trunk/main/editeng/source/items/ |
| H A D | frmitems.cxx | 1863 uno::Sequence< uno::Any > aSeq( 9 ); in QueryValue() local 1864 aSeq[0] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetLeft(), bConvert) ); in QueryValue() 1865 aSeq[1] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetRight(), bConvert) ); in QueryValue() 1866 aSeq[2] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetBottom(), bConvert) ); in QueryValue() 1867 aSeq[3] = uno::makeAny( SvxBoxItem::SvxLineToLine(GetTop(), bConvert) ); in QueryValue() 1868 …aSeq[4] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( GetDistance()) : GetDista… in QueryValue() 1869 … aSeq[5] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nTopDist ) : nTopDist )); in QueryValue() 1870 …aSeq[6] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nBottomDist ) : nBottomDi… in QueryValue() 1871 …aSeq[7] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nLeftDist ) : nLeftDist )… in QueryValue() 1872 …aSeq[8] <<= uno::makeAny( (sal_Int32)(bConvert ? TWIP_TO_MM100_UNSIGNED( nRightDist ) : nRightDist… in QueryValue() [all …]
|
| /trunk/main/extensions/test/ole/idl/ |
| H A D | oletest.idl | 35 sequence<byte> methodByte( [in] sequence<byte> aSeq ); 36 sequence<float> methodFloat( [in] sequence<float> aSeq); 37 sequence<double> methodDouble( [in] sequence<double> aSeq); 38 sequence<boolean> methodBool( [in] sequence<boolean> aSeq); 39 sequence<short> methodShort( [in] sequence<short> aSeq); 40 sequence<unsigned short> methodUShort( [in] sequence<unsigned short> aSeq); 41 sequence<long> methodLong( [in] sequence<long> aSeq); 42 sequence<unsigned long> methodULong( [in] sequence<unsigned long> aSeq); 43 sequence<string> methodString( [in] sequence<string> aSeq); 44 sequence<char> methodChar( [in] sequence<char> aSeq); [all …]
|
| /trunk/main/sw/source/ui/lingu/ |
| H A D | olmenu.cxx | 214 uno::Sequence< OUString > aSeq, in fillLangPopupMenu() 226 OUString aCurLang( aSeq[0] ); in fillLangPopupMenu() 227 sal_uInt16 nScriptType = static_cast< sal_Int16 >(aSeq[1].toInt32()); in fillLangPopupMenu() 228 OUString aKeyboardLang( aSeq[2] ); in fillLangPopupMenu() 229 OUString aGuessedTextLang( aSeq[3] ); in fillLangPopupMenu() 546 uno::Sequence< OUString > aSeq( 4 ); in SwSpellPopup() local 547 aSeq[0] = aCurrentLang; in SwSpellPopup() 548 aSeq[1] = aScriptTypesInUse; in SwSpellPopup() 549 aSeq[2] = aKeyboardLang; in SwSpellPopup() 550 aSeq[3] = aLanguageTable.GetString(nGuessLangWord); in SwSpellPopup() [all …]
|
| /trunk/main/sax/source/tools/ |
| H A D | fastattribs.cxx | 104 …Sequence< sal_Int8 > aSeq( (sal_Int8*)(*maLastIter).second.getStr(), (*maLastIter).second.getLengt… in getValueToken() local 105 return mxTokenHandler->getTokenFromUTF8( aSeq ); in getValueToken() 116 …Sequence< sal_Int8 > aSeq( (sal_Int8*)(*maLastIter).second.getStr(), (*maLastIter).second.getLengt… in getOptionalValueToken() local 117 return mxTokenHandler->getTokenFromUTF8( aSeq ); in getOptionalValueToken() 144 Sequence< Attribute > aSeq( maUnknownAttributes.size() ); in getUnknownAttributes() local 145 Attribute* pAttr = aSeq.getArray(); in getUnknownAttributes() 148 return aSeq; in getUnknownAttributes() 152 Sequence< FastAttribute > aSeq( maAttributes.size() ); in getFastAttributes() local 153 FastAttribute* pAttr = aSeq.getArray(); in getFastAttributes() 161 return aSeq; in getFastAttributes()
|
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessibleCsvControl.cxx | 431 Sequence< Reference< XInterface > > aSeq( 1 ); in getAccessibleRelationSet() local 432 aSeq[ 0 ] = xAccObj; in getAccessibleRelationSet() 433 … pRelationSet->AddRelation( AccessibleRelation( AccessibleRelationType::CONTROLLER_FOR, aSeq ) ); in getAccessibleRelationSet() 491 Sequence< PropertyValue > aSeq; in getCharacterAttributes() local 492 lcl_FillFontAttributes( aSeq, implGetRuler().GetFont() ); in getCharacterAttributes() 500 return aSeq; in getCharacterAttributes() 791 Sequence< ::com::sun::star::uno::Type > aSeq( 1 ); in getTypes() local 792 aSeq[ 0 ] = getCppuType( static_cast< const Reference< XAccessibleText >* >( NULL ) ); in getTypes() 793 return ::comphelper::concatSequences( ScAccessibleCsvControl::getTypes(), aSeq ); in getTypes() 798 static Sequence< sal_Int8 > aSeq; in getImplementationId() local [all …]
|
| /trunk/main/reportdesign/source/ui/inspection/ |
| H A D | DataProviderHandler.cxx | 417 uno::Sequence< ::rtl::OUString > aSeq(1); in getActuatingProperties() local 418 aSeq[0] = PROPERTY_TITLE; in getActuatingProperties() 419 return ::comphelper::concatSequences(m_xFormComponentHandler->getActuatingProperties(),aSeq); in getActuatingProperties() 508 uno::Sequence<uno::Any> aSeq(6); in impl_dialogLinkedFields_nothrow() local 512 aSeq[0] <<= aParam; in impl_dialogLinkedFields_nothrow() 515 aSeq[1] <<= aParam; in impl_dialogLinkedFields_nothrow() 518 aSeq[2] <<= aParam; in impl_dialogLinkedFields_nothrow() 522 aSeq[3] <<= aParam; in impl_dialogLinkedFields_nothrow() 525 aSeq[4] <<= aParam; in impl_dialogLinkedFields_nothrow() 528 aSeq[5] <<= aParam; in impl_dialogLinkedFields_nothrow() [all …]
|