Home
last modified time | relevance | path

Searched refs:pArray (Results 226 – 250 of 375) sorted by relevance

12345678910>>...15

/trunk/main/comphelper/source/property/
H A Dgenericpropertyset.cxx271 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
274 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1691 const sheet::GeneralFunction* pArray = aSeq.getConstArray(); in lcl_FirstSubTotal() local
1694 nMask |= ScDataPilotConversion::FunctionBit(pArray[i]); in lcl_FirstSubTotal()
2373 uno::Any* pArray = aSeq.getArray(); in CreateSource() local
2374 pArray[0] <<= rtl::OUString( rDesc.aParSource ); in CreateSource()
2375 pArray[1] <<= rtl::OUString( rDesc.aParName ); in CreateSource()
2376 pArray[2] <<= rtl::OUString( rDesc.aParUser ); in CreateSource()
2377 pArray[3] <<= rtl::OUString( rDesc.aParPass ); in CreateSource()
/trunk/main/forms/source/component/
H A DFilter.cxx891 const ::rtl::OUString* pArray = aSupported.getConstArray(); in supportsService() local
892 for( sal_Int32 i = 0; i < aSupported.getLength(); ++i, ++pArray ) in supportsService()
893 if( pArray->equals( ServiceName ) ) in supportsService()
/trunk/main/svx/source/unogallery/
H A Dunogalitem.cxx170 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() local
173 if( pArray[i] == ServiceName ) in supportsService()
H A Dunogaltheme.cxx115 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() local
118 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx287 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
290 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/filter/source/xmlfilterdetect/
H A Dfilterdetect.cxx316 OUString* pArray = aRet.getArray(); in FilterDetect_getSupportedServiceNames() local
317 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME1 ) ); in FilterDetect_getSupportedServiceNames()
/trunk/main/io/source/stm/
H A Dopump.cxx466 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
469 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx126 const rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
129 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sw/source/core/unocore/
H A Dunoparagraph.cxx972 text::TextContentAnchorType* pArray = aTypes.getArray(); in GetDefaultTextContentValue() local
973 pArray[0] = text::TextContentAnchorType_AT_PARAGRAPH; in GetDefaultTextContentValue()
1608 OUString* pArray = aRet.getArray(); in getAvailableServiceNames() local
1609 pArray[0] = C2U("com.sun.star.text.TextContent"); in getAvailableServiceNames()
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx1020 typelib_ArrayTypeDescription * pArray = (typelib_ArrayTypeDescription *)*ppRet; in typelib_typedescription_newArray() local
1022 pArray->nDimensions = nDimensions; in typelib_typedescription_newArray()
1023 pArray->nTotalElements = nElements; in typelib_typedescription_newArray()
1024 pArray->pDimensions = new sal_Int32[ nDimensions ]; in typelib_typedescription_newArray()
1025 ::memcpy( pArray->pDimensions, pDimensions, nDimensions * sizeof(sal_Int32) ); in typelib_typedescription_newArray()
1028 ((typelib_IndirectTypeDescription*)pArray)->pType = pElementTypeRef; in typelib_typedescription_newArray()
/trunk/main/stoc/source/corereflection/
H A Dcrefl.cxx201 const OUString * pArray = rSNL.getConstArray(); in supportsService() local
204 if (pArray[nPos] == rServiceName) in supportsService()
/trunk/main/stoc/source/javaloader/
H A Djavaloader.cxx359 const OUString * pArray = aSNL.getArray(); in supportsService() local
361 bSupport = pArray[i] == ServiceName; in supportsService()
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx463 OUString const * pArray = rSNL.getConstArray(); in supportsService() local
466 if (rServiceName.equals( pArray[ nPos ] )) in supportsService()
/trunk/main/svx/source/unodraw/
H A Dunoctabl.cxx96 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
99 if( pArray[i] == ServiceName ) in supportsService()
H A Dunopool.cxx417 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
420 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx132 const rtl::OUString* pArray = aSNL.getArray(); in supportsService() local
135 if( pArray[ i ] == ServiceName ) in supportsService()
/trunk/main/testtools/source/performance/
H A Dubobject.cxx220 const OUString * pArray = rSNL.getConstArray(); in supportsService() local
223 if (pArray[nPos] == rServiceName) in supportsService()
/trunk/main/sax/source/tools/
H A Dfastserializer.cxx288 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
291 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx478 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
481 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx436 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
438 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx183 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() local
193 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx226 uno::Reference< uno::XInterface > * pArray = aSeq.getArray(); in findAll() local
268 pArray = aSeq.getArray(); in findAll()
271 pArray[nFound++] = xFound; in findAll()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1405 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() local
1407 for (; pArray != pArrayEnd; ++pArray ) in supportsService()
1408 if( *pArray == rServiceName ) in supportsService()
1411 return pArray != pArrayEnd; in supportsService()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx498 rtl::OUString* pArray = aRet.getArray(); in ONSSInitializer_getSupportedServiceNames() local
499 pArray[0] = rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( NSS_SERVICE_NAME ) ); in ONSSInitializer_getSupportedServiceNames()

Completed in 147 milliseconds

12345678910>>...15