Home
last modified time | relevance | path

Searched refs:aSeq (Results 76 – 100 of 494) sorted by relevance

12345678910>>...20

/trunk/main/reportdesign/source/ui/misc/
H A Dstatusbarcontroller.cxx143 Sequence< PropertyValue > aSeq; in statusChanged() local
144 if ( (_aEvent.State >>= aSeq) && aSeq.getLength() == 2 ) in statusChanged()
153 Sequence< PropertyValue > aSeq; in statusChanged() local
154 if ( (_aEvent.State >>= aSeq) && aSeq.getLength() == 3 ) in statusChanged()
/trunk/main/comphelper/source/misc/
H A Dserviceinfohelper.cxx59 ::com::sun::star::uno::Sequence< ::rtl::OUString> aSeq(0); in getSupportedServiceNames()
60 return aSeq; in getSupportedServiceNames()
71 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSeq( nLen1 + nLen2 ); in concatSequences()
73 ::rtl::OUString* pStrings = aSeq.getArray(); in concatSequences()
84 return aSeq; in concatSequences()
/trunk/main/oox/source/helper/
H A Dpropertymap.cxx121 Sequence< Property > aSeq( static_cast< sal_Int32 >( maPropMap.size() ) ); in getProperties() local
122 Property* pProperty = aSeq.getArray(); in getProperties()
130 return aSeq; in getProperties()
174 Sequence< PropertyValue > aSeq( static_cast< sal_Int32 >( size() ) ); in makePropertyValueSequence() local
177 PropertyValue* pValues = aSeq.getArray(); in makePropertyValueSequence()
186 return aSeq; in makePropertyValueSequence()
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx574 return aSeq; in getElementNames()
1103 pSeq = &aSeq; in getUnoTunnelId()
1825 return aSeq; in getElementNames()
2854 Sequence< OUString > aSeq; in lclExtractGroupMembers() local
2855 if( rElement >>= aSeq ) in lclExtractGroupMembers()
2857 if( aSeq.hasElements() ) in lclExtractGroupMembers()
2858 … rMembers.insert( rMembers.end(), aSeq.getConstArray(), aSeq.getConstArray() + aSeq.getLength() ); in lclExtractGroupMembers()
2912 Sequence< OUString > aSeq; in getElementNames() local
2920 return aSeq; in getElementNames()
3317 Sequence< OUString > aSeq; in getElementNames() local
[all …]
/trunk/main/sfx2/source/doc/
H A Downsubfilterservice.cxx120 …::com::sun::star::uno::Sequence < sal_Int8 > aSeq( SvGlobalName( SFX_GLOBAL_CLASSID ).GetByteSeque… in initialize()
121 sal_Int64 nHandle = xObj->getSomething( aSeq ); in initialize()
144 uno::Sequence< ::rtl::OUString > aSeq = impl_getStaticSupportedServiceNames(); in supportsService() local
146 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
147 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggercontainer.cxx104 Sequence< ::rtl::OUString > aSeq( 3 ); in getAvailableServiceNames() local
106 aSeq[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGER )); in getAvailableServiceNames()
107 aSeq[1] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGERCONTAINER )); in getAvailableServiceNames()
108 aSeq[2] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGERSEPARATOR )); in getAvailableServiceNames()
110 return aSeq; in getAvailableServiceNames()
/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx119 Sequence< Property> aSeq = xInfo->getProperties(); in addPropertyChangeListener() local
120 const Property* pIter = aSeq.getConstArray(); in addPropertyChangeListener()
121 const Property* pEnd = pIter + aSeq.getLength(); in addPropertyChangeListener()
143 Sequence< Property> aSeq = xInfo->getProperties(); in removePropertyChangeListener() local
144 const Property* pIter = aSeq.getConstArray(); in removePropertyChangeListener()
145 const Property* pEnd = pIter + aSeq.getLength(); in removePropertyChangeListener()
/trunk/main/connectivity/source/drivers/jdbc/
H A DBlob.cxx81 ::com::sun::star::uno::Sequence< sal_Int8 > aSeq; in getBytes()
94 aSeq.realloc(t.pEnv->GetArrayLength(out)); in getBytes()
95 memcpy(aSeq.getArray(),t.pEnv->GetByteArrayElements(out,&p),aSeq.getLength()); in getBytes()
100 return aSeq; in getBytes()
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx415 ::com::sun::star::uno::Sequence< ValueType > aSeq( static_cast< sal_Int32 >( rMap.size() ) ); in mapToSequence()
418 aSeq[ nIndex ] = *aIt; in mapToSequence()
419 return aSeq; in mapToSequence()
426 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Sequence< ValueType > > aSeq; in matrixToSequenceSequence()
429 aSeq.realloc( static_cast< sal_Int32 >( rMatrix.height() ) ); in matrixToSequenceSequence()
431 aSeq[ static_cast< sal_Int32 >( nRow ) ] = in matrixToSequenceSequence()
434 return aSeq; in matrixToSequenceSequence()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx697 Sequence<Any> aSeq; in exportDataSourceSettings() local
698 aIter->Value >>= aSeq; in exportDataSourceSettings()
699 if ( aSeq.getLength() ) in exportDataSourceSettings()
840 Sequence< ::rtl::OUString> aSeq = _xCollection->getElementNames(); in exportCollection() local
841 const ::rtl::OUString* pIter = aSeq.getConstArray(); in exportCollection()
842 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in exportCollection()
1007 const ::rtl::OUString* pIter = aSeq.getConstArray(); in exportColumns()
1008 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in exportColumns()
1310 const ::rtl::OUString* pIter = aSeq.getConstArray(); in GetViewSettings()
1311 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in GetViewSettings()
[all …]
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx145 uno::Sequence<beans::PropertyValue> aSeq(1); in startFastElement() local
146 aSeq[0].Name = sInputStream; in startFastElement()
147 aSeq[0].Value <<= mxInputStream; in startFastElement()
148 mxFilterBase->filter(aSeq); in startFastElement()
340 uno::Sequence< ::rtl::OUString > aSeq = getSupportedServiceNames(); in supportsService() local
342 if (aSeq[0].equals(ServiceName)) in supportsService()
/trunk/main/sc/source/ui/vba/
H A Dvbapagesetup.cxx70 uno::Sequence< table::CellRangeAddress > aSeq = xPrintAreas->getPrintAreas(); in getPrintArea() local
71 sal_Int32 nCount = aSeq.getLength(); in getPrintArea()
81 ScUnoConversion::FillScRange( aRange, aSeq[i] ); in getPrintArea()
98 uno::Sequence< table::CellRangeAddress > aSeq; in setPrintArea() local
99 xPrintAreas->setPrintAreas( aSeq ); in setPrintArea()
107 uno::Sequence< table::CellRangeAddress > aSeq( aCellRanges.Count() ); in setPrintArea() local
113 aSeq[ i++ ] = aRangeAddress; in setPrintArea()
115 xPrintAreas->setPrintAreas( aSeq ); in setPrintArea()
/trunk/main/sc/source/ui/app/
H A Ddrwtrans.cxx554 uno::Sequence < beans::PropertyValue > aSeq; in WriteObject() local
556 xPers->storeToEntry( xWorkStore, aDummyName, aSeq, aSeq ); in WriteObject()
791 static com::sun::star::uno::Sequence< sal_Int8 > aSeq; in getUnoTunnelId() local
792 if( !aSeq.getLength() ) in getUnoTunnelId()
796 aSeq.realloc( 16 ); in getUnoTunnelId()
797 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aSeq.getArray() ), 0, sal_True ); in getUnoTunnelId()
799 return aSeq; in getUnoTunnelId()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx816 Sequence< sal_uInt8 > aSeq( 16 ); in GetUUID() local
823 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
824 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
828 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
829 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
833 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
834 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
838 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
839 rBuffer.append( cDigits[ aSeq[i] && 0xf ] ); in GetUUID()
843 rBuffer.append( cDigits[ aSeq[i] >> 4 ] ); in GetUUID()
[all …]
/trunk/main/vos/source/
H A Dprocess.cxx443 ::rtl::ByteSequence aSeq; in init()
454 aErr = aFile.readLine(aSeq); in init()
455 if ( aSeq.getLength() != 0 ) in init()
457 …::rtl::OUString newString((sal_Char*)aSeq.getArray(), aSeq.getLength(), RTL_TEXTENCODING_ASCII_US); in init()
462 while ( aErr == ::osl::FileBase::E_None && aSeq.getLength() > 0 ); in init()
/trunk/main/connectivity/source/drivers/adabas/
H A DBUser.cxx262 Sequence< PropertyValue> aSeq(2); in changePassword() local
263 aSeq.getArray()[0].Name = ::rtl::OUString::createFromAscii("user") ; in changePassword()
264 aSeq.getArray()[0].Value <<= m_Name; in changePassword()
265 aSeq.getArray()[1].Name = ::rtl::OUString::createFromAscii("password") ; in changePassword()
266 aSeq.getArray()[1].Value <<= objPassword; in changePassword()
267 pNewConnection->Construct(m_pConnection->getMetaData()->getURL(),aSeq); in changePassword()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx350 pSeq = &aSeq; in getUnoTunnelId()
1127 aAny <<= aSeq; in getPropertyValue()
1159 aAny <<= aSeq; in getPropertyValue()
1512 return aSeq; in getSupportedServiceNames()
1987 Sequence< OUString > aSeq( nObjCount ); in getElementNames() local
1990 OUString* pStr = aSeq.getArray(); in getElementNames()
2004 return aSeq; in getElementNames()
2056 Sequence< OUString > aSeq( &aSN, 1); in getSupportedServiceNames() local
2057 return aSeq; in getSupportedServiceNames()
2286 return aSeq; in getSupportedServiceNames()
[all …]
/trunk/main/svx/source/sidebar/line/
H A DLineWidthPopup.cxx74 ::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq(1); in PopupModeEndCallback()
75 aSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("LineWidth") ); in PopupModeEndCallback()
76 aSeq[0].Value <<= ::rtl::OUString( in PopupModeEndCallback()
78 aWinOpt.SetUserData( aSeq ); in PopupModeEndCallback()
/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingPopup.cxx69 ::com::sun::star::uno::Sequence < ::com::sun::star::beans::NamedValue > aSeq(1); in PopupModeEndCallback()
70 aSeq[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Spacing") ); in PopupModeEndCallback()
71 aSeq[0].Value <<= ::rtl::OUString( String::CreateFromInt32( pControl->GetLastCustomValue() )); in PopupModeEndCallback()
72 aWinOpt.SetUserData( aSeq ); in PopupModeEndCallback()
/trunk/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx1050 const Sequence< OUString > aSeq( getSupportedServiceNames() ); in supportsService() local
1051 sal_Int32 nCount = aSeq.getLength(); in supportsService()
1052 const OUString* pServices = aSeq.getConstArray(); in supportsService()
1064 Sequence< OUString > aSeq( 4 ); in getSupportedServiceNames() local
1065 aSeq[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.document.Settings") ); in getSupportedServiceNames()
1066 aSeq[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.DocumentSettings") ); in getSupportedServiceNames()
1067 aSeq[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.PrintSettings") ); in getSupportedServiceNames()
1068 aSeq[3] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.PrintPreviewSettings") ); in getSupportedServiceNames()
1069 return aSeq; in getSupportedServiceNames()
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx119 Sequence< beans::PropertyValue > aSeq; in replaceByIndex() local
121 if( !( Element >>= aSeq) ) in replaceByIndex()
123 setNumberingRuleByIndex( aSeq, Index ); in replaceByIndex()
185 Sequence< OUString > aSeq( &aService, 1 ); in getSupportedServiceNames() local
186 return aSeq; in getSupportedServiceNames()
282 Sequence< beans::PropertyValue> aSeq(pArray, nIdx); in getNumberingRuleByIndex() local
285 return aSeq; in getNumberingRuleByIndex()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleGlobal.cxx72 Sequence<sal_Int16> aSeq(0); in getStates() local
76 aSeq.realloc(i+1); in getStates()
77 aSeq[i] = *itr; in getStates()
79 return aSeq; in getStates()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx267 aSeq[nIdx++] = (*aIt++).first; in GetObjectNames()
268 return aSeq; in GetObjectNames()
337 uno::Sequence< ::rtl::OUString> aSeq = xAccess->getElementNames(); in GetEmbeddedObject() local
338 const ::rtl::OUString* pIter = aSeq.getConstArray(); in GetEmbeddedObject()
339 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in GetEmbeddedObject()
528 uno::Sequence < beans::PropertyValue > aSeq; in StoreEmbeddedObject() local
530 xPersist->storeToEntry( pImpl->mxStorage, rName, aSeq, aSeq ); in StoreEmbeddedObject()
535 xPersist->storeAsEntry( pImpl->mxStorage, rName, aSeq, aSeq ); in StoreEmbeddedObject()
1634 uno::Sequence < sal_Int8 > aSeq; in GetGraphicReplacementStream() local
1635 aRep.Data >>= aSeq; in GetGraphicReplacementStream()
[all …]
/trunk/main/xmloff/source/chart/
H A DSchXMLImport.cxx792 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SchXMLImport_getSupportedServiceNames() local
793 return aSeq; in SchXMLImport_getSupportedServiceNames()
815 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SchXMLImport_Styles_getSupportedServiceNames() local
816 return aSeq; in SchXMLImport_Styles_getSupportedServiceNames()
836 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SchXMLImport_Content_getSupportedServiceNames() local
837 return aSeq; in SchXMLImport_Content_getSupportedServiceNames()
857 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SchXMLImport_Meta_getSupportedServiceNames() local
858 return aSeq; in SchXMLImport_Meta_getSupportedServiceNames()
/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx677 Sequence< PropertyValue > aSeq; in impl_fillElements() local
683 if ( xNameAccess->getByName( aModuleIdentifier ) >>= aSeq ) in impl_fillElements()
686 for ( sal_Int32 y = 0; y < aSeq.getLength(); y++ ) in impl_fillElements()
688 if ( aSeq[y].Name.equalsAscii(_pName) ) in impl_fillElements()
690 aSeq[y].Value >>= aCommandStr; in impl_fillElements()
758 Sequence< rtl::OUString > aSeq( m_aModuleToCommandFileMap.size() ); in getElementNames() local
764 aSeq[n++] = pIter->first; in getElementNames()
768 return aSeq; in getElementNames()

Completed in 186 milliseconds

12345678910>>...20