Home
last modified time | relevance | path

Searched refs:aSeq (Results 201 – 225 of 494) sorted by relevance

12345678910>>...20

/trunk/main/unotools/source/misc/
H A Datom.cxx321 Sequence< NMSP_UTIL::AtomDescription > aSeq; in getString() local
324 aSeq = m_xServer->getRecentAtoms( atomClass, m_aProvider.getLastAtom( atomClass ) ); in getString()
330 const NMSP_UTIL::AtomDescription* pDescriptions = aSeq.getConstArray(); in getString()
331 for( int i = 0; i < aSeq.getLength(); i++ ) in getString()
/trunk/main/xmloff/source/transform/
H A DOOo2Oasis.cxx2032 Sequence< sal_Int8 > aSeq( 16 ); in CreateUnoTunnelId() local
2033 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in CreateUnoTunnelId()
2034 return aSeq; in CreateUnoTunnelId()
2039 static Sequence< sal_Int8 > aSeq = ::CreateUnoTunnelId(); in getUnoTunnelId() local
2040 return aSeq; in getUnoTunnelId()
2075 Sequence<OUString> aSeq(0); in getSupportedServiceNames() local
2076 return aSeq; in getSupportedServiceNames()
2107 const Sequence< OUString > aSeq( &aServiceName, 1 ); in OOo2OasisTransformer_getSupportedServiceNames() local
2108 return aSeq; in OOo2OasisTransformer_getSupportedServiceNames()
2127 const Sequence< OUString > aSeq( &aServiceName, 1 ); \
[all …]
/trunk/main/editeng/source/uno/
H A Dunotext.cxx1527 uno::Sequence< OUString > aSeq; in getSupportedServiceNames_Static() local
1531 return aSeq; in getSupportedServiceNames_Static()
2339 uno::Sequence< OUString > aSeq( SvxUnoTextRangeBase::getSupportedServiceNames_Static() ); in getSupportedServiceNames_Static() local
2340 comphelper::ServiceInfoHelper::addToSequence( aSeq, 1, "com.sun.star.text.Text" ); in getSupportedServiceNames_Static()
2341 return aSeq; in getSupportedServiceNames_Static()
2352 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
2353 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
2354 pSeq = &aSeq; in getUnoTunnelId()
2472 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
2473 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
[all …]
/trunk/main/svl/source/fsstor/
H A Dfsfactory.cxx213 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
215 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
216 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx862 static ::com::sun::star::uno::Sequence< sal_Int8 > aSeq; in getUnoTunnelId()
864 if( !aSeq.getLength() ) in getUnoTunnelId()
869 aSeq.realloc( 16 ); in getUnoTunnelId()
870 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aSeq.getArray() ), 0, sal_True ); in getUnoTunnelId()
873 return aSeq; in getUnoTunnelId()
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx934 uno::Sequence< ::rtl::OUString > aSeq(aList.size()); in getConstantValue() local
935 ::std::copy( aList.begin(), aList.end(), aSeq.getArray() ); in getConstantValue()
1310 const uno::Sequence< beans::Property> aSeq = xInfo->getProperties(); in getSupportedProperties() local
1313 const beans::Property* pIter = aSeq.getConstArray(); in getSupportedProperties()
1314 const beans::Property* pEnd = pIter + aSeq.getLength(); in getSupportedProperties()
1366 uno::Sequence< ::rtl::OUString > aSeq(5); in getActuatingProperties() local
1367 aSeq[0] = PROPERTY_BACKTRANSPARENT; in getActuatingProperties()
1368 aSeq[1] = PROPERTY_CONTROLBACKGROUNDTRANSPARENT; in getActuatingProperties()
1369 aSeq[2] = PROPERTY_FORMULALIST; in getActuatingProperties()
1370 aSeq[3] = PROPERTY_TYPE; in getActuatingProperties()
[all …]
/trunk/main/framework/source/tabwin/
H A Dtabwindow.cxx739 css::uno::Sequence< css::beans::NamedValue > aSeq( 2 ); in getTabProps() local
740 aSeq[0].Name = m_aTitlePropName; in getTabProps()
741 aSeq[0].Value = css::uno::makeAny( aTitle ); in getTabProps()
742 aSeq[1].Name = m_aPosPropName; in getTabProps()
743 aSeq[1].Value = css::uno::makeAny( sal_Int32( nPos )); in getTabProps()
744 return aSeq; in getTabProps()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx1133 Sequence < com::sun::star::beans::PropertyValue > aSeq; in OfaExec_Impl() local
1135 TransformItems( rReq.GetSlot(), *rReq.GetArgs(), aSeq ); in OfaExec_Impl()
1136 Any aResult = xHelper->executeDispatch( xProv, aCmd, ::rtl::OUString(), 0, aSeq ); in OfaExec_Impl()
1163 Sequence < com::sun::star::beans::PropertyValue > aSeq; in OfaExec_Impl() local
1165 TransformItems( rReq.GetSlot(), *rReq.GetArgs(), aSeq ); in OfaExec_Impl()
1166 Any aResult = xHelper->executeDispatch( xProv, aCmd, ::rtl::OUString(), 0, aSeq ); in OfaExec_Impl()
/trunk/main/basctl/source/dlged/
H A Dpropbrw.cxx323 Sequence< Reference< XInterface > > aSeq; in CreateMultiSelectionSequence() local
356 aSeq.realloc( nCount ); in CreateMultiSelectionSequence()
357 Reference< XInterface >* pInterfaces = aSeq.getArray(); in CreateMultiSelectionSequence()
361 return aSeq; in CreateMultiSelectionSequence()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx476 return lcl_createDataSource( aSeq ); in lcl_pressUsedDataIntoRectangularFormat()
3865 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SchXMLExport_getSupportedServiceNames() local
3866 return aSeq; in SchXMLExport_getSupportedServiceNames()
3886 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SchXMLExport_Oasis_getSupportedServiceNames() local
3887 return aSeq; in SchXMLExport_Oasis_getSupportedServiceNames()
3909 const Sequence< OUString > aSeq( &aServiceName, 1 ); in SchXMLExport_Styles_getSupportedServiceNames() local
3910 return aSeq; in SchXMLExport_Styles_getSupportedServiceNames()
3930 return aSeq; in SchXMLExport_Oasis_Styles_getSupportedServiceNames()
3949 return aSeq; in SchXMLExport_Content_getSupportedServiceNames()
3969 return aSeq; in SchXMLExport_Oasis_Content_getSupportedServiceNames()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1640 aSeq.realloc(1); in getViewData()
1645 aSeq[0].Value <<= sOUName; in getViewData()
2171 pSeq = &aSeq; in getUnoTunnelId()
2830 rtl::OUString* pAry = aSeq.getArray(); in getElementNames()
2836 return aSeq; in getElementNames()
3002 uno::Sequence<rtl::OUString> aSeq(nCount); in getElementNames() local
3003 rtl::OUString* pAry = aSeq.getArray(); in getElementNames()
3007 return aSeq; in getElementNames()
3808 uno::Sequence<rtl::OUString> aSeq(nCount); in getElementNames() local
3814 rtl::OUString* pAry = aSeq.getArray(); in getElementNames()
[all …]
H A Dfmtuno.cxx489 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
490 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
491 pSeq = &aSeq; in getUnoTunnelId()
1004 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
1005 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
1006 pSeq = &aSeq; in getUnoTunnelId()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx760 Sequence<Reference<XInteractionContinuation> > aSeq( in handle() local
762 for(sal_Int32 i = 0; i < aSeq.getLength(); ++i) { in handle()
763 Reference<XInteractionAbort> aRef(aSeq[i],UNO_QUERY); in handle()
1068 Sequence<Reference<XInteractionContinuation> > aSeq(2); in UCBOpenContentSync() local
1071 aSeq[0] = retryP; in UCBOpenContentSync()
1074 aSeq[1] = abortP; in UCBOpenContentSync()
1076 ir->setContinuations(aSeq); in UCBOpenContentSync()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodule.cxx48 uno::Sequence< rtl::OUString > aSeq( 1 ); in SdUnoModule_getSupportedServiceNames() local
49 aSeq[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.ModuleDispatcher")); in SdUnoModule_getSupportedServiceNames()
50 return aSeq; in SdUnoModule_getSupportedServiceNames()
/trunk/main/svtools/source/hatchwindow/
H A Ddocumentcloser.cxx243 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
245 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
246 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/writerfilter/unocomponent/debugservices/ooxml/
H A DOOXMLAnalyzeService.cxx111 uno::Sequence<sal_Int8> aSeq; in getURL() local
112 sal_uInt32 nCount = xInputStream->readBytes(aSeq, 1024); in getURL()
118 (&pNew, reinterpret_cast<const sal_Char *>(&aSeq[0]), in getURL()
/trunk/main/oox/source/drawingml/
H A Dtextparagraphpropertiescontext.cxx150 Sequence< TabStop > aSeq( nTabCount ); in ~TextParagraphPropertiesContext() local
151 TabStop * aArray = aSeq.getArray(); in ~TextParagraphPropertiesContext()
154 rPropertyMap[ PROP_ParaTabStops ] <<= aSeq; in ~TextParagraphPropertiesContext()
/trunk/main/xmloff/source/style/
H A DXMLPageExport.cxx216 uno::Sequence< ::rtl::OUString> aSeq = xPageStyles->getElementNames(); in exportStyles() local
217 const ::rtl::OUString* pIter = aSeq.getConstArray(); in exportStyles()
218 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in exportStyles()
/trunk/main/xmloff/source/text/
H A DXMLIndexTOCContext.cxx225 Sequence<OUString> aSeq(1); in StartElement() local
226 aSeq[0] = GetLocalName(); in StartElement()
229 aSeq, e.Message, NULL ); in StartElement()
/trunk/main/sd/source/ui/func/
H A Dfuhhconv.cxx235 Sequence<Any> aSeq(1); in StartChineseConversion() local
236 Any* pArray = aSeq.getArray(); in StartChineseConversion()
241 xInit->initialize( aSeq ); in StartChineseConversion()
/trunk/main/writerfilter/unocomponent/debugservices/doctok/
H A DDocTokAnalyzeService.cxx110 uno::Sequence<sal_Int8> aSeq; in getURL() local
111 sal_uInt32 nCount = xInputStream->readBytes(aSeq, 1024); in getURL()
117 (&pNew, reinterpret_cast<const sal_Char *>(&aSeq[0]), in getURL()
/trunk/main/comphelper/source/streaming/
H A Dmemorystream.cxx227 Sequence< OUString > aSeq(1); in getSupportedServiceNames_static() local
228 aSeq[0] = getImplementationName_static(); in getSupportedServiceNames_static()
229 return aSeq; in getSupportedServiceNames_static()
/trunk/main/xmloff/source/meta/
H A Dxmlversion.cxx501 const uno::Sequence< rtl::OUString > aSeq( &aServiceName, 1 ); in XMLVersionListPersistence_getSupportedServiceNames() local
502 return aSeq; in XMLVersionListPersistence_getSupportedServiceNames()
522 const uno::Sequence< rtl::OUString > aSeq( &aServiceName, 1 ); in XMLVersionImExportOOO_getSupportedServiceNames() local
523 return aSeq; in XMLVersionImExportOOO_getSupportedServiceNames()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx853 static com::sun::star::uno::Sequence< sal_Int8 > aSeq; in getUnoTunnelId() local
854 if( !aSeq.getLength() ) in getUnoTunnelId()
858 aSeq.realloc( 16 ); in getUnoTunnelId()
859 rtl_createUuid( reinterpret_cast< sal_uInt8* >( aSeq.getArray() ), 0, sal_True ); in getUnoTunnelId()
861 return aSeq; in getUnoTunnelId()
/trunk/main/stoc/test/
H A Dtestintrosp.cxx368 Sequence<Property> aSeq = getProperties(); in getPropertyByName() local
369 const Property * pAry = aSeq.getConstArray(); in getPropertyByName()
371 for( sal_Int32 i = aSeq.getLength(); i--; ) in getPropertyByName()
383 Sequence<Property> aSeq = getProperties(); in hasPropertyByName() local
384 const Property * pAry = aSeq.getConstArray(); in hasPropertyByName()
386 for( sal_Int32 i = aSeq.getLength(); i--; ) in hasPropertyByName()

Completed in 184 milliseconds

12345678910>>...20