Home
last modified time | relevance | path

Searched refs:aSeq (Results 151 – 175 of 494) sorted by relevance

12345678910>>...20

/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx1216 const Sequence< OUString > aSeq( getSupportedServiceNames() ); in supportsService() local
1217 sal_Int32 nCount = aSeq.getLength(); in supportsService()
1218 const OUString* pServices = aSeq.getConstArray(); in supportsService()
1231 Sequence< OUString > aSeq( 2 ); in getSupportedServiceNames() local
1232 aSeq[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.document.Settings") ); in getSupportedServiceNames()
1235 aSeq[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.DocumentSettings") ); in getSupportedServiceNames()
1239 aSeq[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.DocumentSettings") ); in getSupportedServiceNames()
1242 return aSeq; in getSupportedServiceNames()
/trunk/main/sot/source/unoolestorage/
H A Dxolesimplestorage.cxx564 uno::Sequence< ::rtl::OUString > aSeq( aList.Count() ); in getElementNames() local
566 aSeq[nInd] = aList[nInd].GetName(); in getElementNames()
568 return aSeq; in getElementNames()
791 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
793 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
794 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/sdext/source/pdfimport/
H A Dfilterdet.cxx282 uno::Sequence< sal_Int8 > aSeq( nLen ); in write() local
283 rtl_copyMemory( aSeq.getArray(), pBuf, nLen ); in write()
284 m_xOut->writeBytes( aSeq ); in write()
306 uno::Sequence< sal_Int8 > aSeq( nLen ); in copyOrigBytes() local
310 aSeq.getArray(), in copyOrigBytes()
318 m_xOut->writeBytes( aSeq ); in copyOrigBytes()
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_content.cxx3084 aSeq.getArray()[ 0 ].Type in getCreatableContentsInfo()
3086 aSeq.getArray()[ 0 ].Attributes in getCreatableContentsInfo()
3088 aSeq.getArray()[ 0 ].Properties = aProps; in getCreatableContentsInfo()
3090 return aSeq; in getCreatableContentsInfo()
3098 aSeq.getArray()[ 0 ].Type in getCreatableContentsInfo()
3100 aSeq.getArray()[ 0 ].Attributes in getCreatableContentsInfo()
3102 aSeq.getArray()[ 0 ].Properties = aProps; in getCreatableContentsInfo()
3105 aSeq.getArray()[ 1 ].Type in getCreatableContentsInfo()
3107 aSeq.getArray()[ 1 ].Attributes in getCreatableContentsInfo()
3110 aSeq.getArray()[ 1 ].Properties = aProps; in getCreatableContentsInfo()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DRowSetRow.hxx95 ::com::sun::star::uno::Sequence<sal_Int8> aSeq; in operator ()()
96 m_rAny >>= aSeq; in operator ()()
97 return aSeq == (_rRH->get())[0]; in operator ()()
/trunk/main/embedserv/source/embed/
H A Dintercept.cxx260 uno::Sequence<uno::Reference<uno::XInterface> > aSeq; in generateFeatureStateEvent() local
262 aSeq = pICH->getElements(); in generateFeatureStateEvent()
263 if(!aSeq.getLength()) in generateFeatureStateEvent()
299 for(sal_Int32 k = 0; k < aSeq.getLength(); ++k) in generateFeatureStateEvent()
302 Control(aSeq[k],uno::UNO_QUERY); in generateFeatureStateEvent()
/trunk/main/comphelper/source/misc/
H A Dihwrapnofilter.cxx99 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
101 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
102 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/framework/source/uiconfiguration/
H A Dgraphicnameaccess.cxx74 uno::Sequence< rtl::OUString > aSeq( m_aNameToElementMap.size() ); in getElementNames() local
79 aSeq[i++] = pIter->first; in getElementNames()
82 m_aSeq = aSeq; in getElementNames()
/trunk/main/sfx2/source/doc/
H A Ddocinf.cxx290 uno::Sequence<sal_uInt8> aSeq(aStream.Tell()); in convertMetaFile() local
293 for (sal_Int32 j = 0; j < aSeq.getLength(); ++j) { in convertMetaFile()
294 aSeq[j] = pBlob[j]; in convertMetaFile()
296 return aSeq; in convertMetaFile()
/trunk/main/desktop/source/app/
H A Dappinit.cxx326 Sequence< Any > aSeq( 2 ); in createAcceptor() local
327 aSeq[0] <<= aAcceptString; in createAcceptor()
328 aSeq[1] <<= bAccept; in createAcceptor()
334 rAcceptor->initialize( aSeq ); in createAcceptor()
/trunk/main/toolkit/source/awt/
H A Dvclxcontainer.cxx92 …un::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > > aSeq; in getWindows()
99aSeq = ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::awt::X… in getWindows()
100 … ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindow > * pChildRefs = aSeq.getArray(); in getWindows()
110 return aSeq; in getWindows()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1647 long nCount = aSeq.getLength(); in lcl_FindName()
1687 uno::Sequence<sheet::GeneralFunction> aSeq; in lcl_FirstSubTotal() local
1688 if ( aSubAny >>= aSeq ) in lcl_FirstSubTotal()
1692 long nCount = aSeq.getLength(); in lcl_FirstSubTotal()
2282 uno::Sequence<rtl::OUString> aSeq(0); in GetRegisteredSources() local
2308 aSeq.realloc( nCount+1 ); in GetRegisteredSources()
2309 aSeq.getArray()[nCount] = sName; in GetRegisteredSources()
2318 return aSeq; in GetRegisteredSources()
2372 uno::Sequence<uno::Any> aSeq(4); in CreateSource() local
2373 uno::Any* pArray = aSeq.getArray(); in CreateSource()
[all …]
/trunk/main/unotools/inc/unotools/
H A Ddigitgroupingiterator.hxx182 ::com::sun::star::uno::Sequence< sal_Bool > aSeq( nIntegerDigits); in createForwardSequence()
183 sal_Bool* pArr = aSeq.getArray(); in createForwardSequence()
194 return aSeq; in createForwardSequence()
/trunk/main/editeng/source/editeng/
H A Deeobj.cxx76 uno::Sequence< sal_Int8 > aSeq( nLen ); in getTransferData() local
77 memcpy( aSeq.getArray(), pStream->GetData(), nLen ); in getTransferData()
78 aAny <<= aSeq; in getTransferData()
/trunk/main/connectivity/source/drivers/jdbc/
H A DCallableStatement.cxx100 Sequence< sal_Int8 > aSeq; in getBytes() local
109 aSeq.realloc(t.pEnv->GetArrayLength(out)); in getBytes()
110 memcpy(aSeq.getArray(),t.pEnv->GetByteArrayElements(out,&p),aSeq.getLength()); in getBytes()
113 return aSeq; in getBytes()
/trunk/main/stoc/test/
H A Dtestiadapter.cxx341 Sequence< TestElement > aSeq; in invoke() local
362 rParams[15] >>= aSeq; in invoke()
367 aAny, aSeq, aData ); in invoke()
389 rParams[15] >>= aSeq; in invoke()
394 aAny, aSeq, aData ); in invoke()
431 rOutParam[15] <<= aSeq; in invoke()
438 aAny, aSeq, aData ); in invoke()
475 rOutParam[15] <<= aSeq; in invoke()
482 aAny, aSeq, aData ); in invoke()
519 rOutParam[15] <<= aSeq; in invoke()
/trunk/main/svl/source/numbers/
H A Dnumuno.cxx140 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
141 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
142 pSeq = &aSeq; in getUnoTunnelId()
/trunk/main/embeddedobj/test/mtexecutor/
H A Dbitmapcreator.cxx104 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
106 for ( sal_Int32 nInd = 0; nInd < aSeq.getLength(); nInd++ ) in supportsService()
107 if ( ServiceName.compareTo( aSeq[nInd] ) == 0 ) in supportsService()
/trunk/main/comphelper/inc/comphelper/
H A Dservicehelper.hxx55 static ::com::sun::star::uno::Sequence< sal_Int8 > aSeq( 16 ); \
56 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); \
57 pSeq = &aSeq; \
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx395 uno::Sequence<rtl::OUString> aSeq(nCount); in getElementNames() local
396 rtl::OUString* pAry = aSeq.getArray(); in getElementNames()
402 return aSeq; in getElementNames()
475 static uno::Sequence< sal_Int8 > aSeq( 16 ); in getUnoTunnelId() local
476 rtl_createUuid( (sal_uInt8*)aSeq.getArray(), 0, sal_True ); in getUnoTunnelId()
477 pSeq = &aSeq; in getUnoTunnelId()
/trunk/main/sw/source/core/fields/
H A Dddefld.cxx78 uno::Sequence< sal_Int8 > aSeq; in DataChanged() local
79 rValue >>= aSeq; in DataChanged()
80 String sStr( (sal_Char*)aSeq.getConstArray(), static_cast<xub_StrLen>(aSeq.getLength()), in DataChanged()
/trunk/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx243 Sequence< ::rtl::OUString> aSeq(1); in getMenu() local
251 aSeq[0] = pMenu->GetItemCommand(nItemId); in getMenu()
252 Sequence< Reference<XGraphic> > aImages = xImageMgr->getImages(nImageType,aSeq); in getMenu()
256 TCommandState::iterator aFind = m_aStates.find( aSeq[0] ); in getMenu()
/trunk/main/xmloff/source/text/
H A DXMLAutoTextEventImport.cxx121 Sequence< OUString > aSeq( 1 ); in XMLAutoTextEventImport_getSupportedServiceNames() local
122 aSeq[0] = XMLAutoTextEventImport_getImplementationName(); in XMLAutoTextEventImport_getSupportedServiceNames()
123 return aSeq; in XMLAutoTextEventImport_getSupportedServiceNames()
/trunk/main/svx/source/form/
H A Dfmdmod.cxx87 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSeq( nSvxComponentServiceNameListCount ); in getAvailableServiceNames()
88 ::rtl::OUString* pStrings = aSeq.getArray(); in getAvailableServiceNames()
93 return concatServiceNames( aParentSeq, aSeq ); in getAvailableServiceNames()
/trunk/main/toolkit/source/layout/core/
H A Dfactory.cxx92 uno::Sequence< ::rtl::OUString > aSeq = impl_staticGetSupportedServiceNames(); in supportsService() local
93 for ( sal_Int32 i = 0; i < aSeq.getLength(); i++ ) in supportsService()
94 if ( ServiceName.compareTo( aSeq[i] ) == 0 ) in supportsService()

Completed in 133 milliseconds

12345678910>>...20