Home
last modified time | relevance | path

Searched refs:pArray (Results 151 – 175 of 375) sorted by relevance

12345678910>>...15

/aoo42x/main/sdext/source/minimizer/
H A Dpppoptimizerdialog.cxx198 OUString* pArray = aRet.getArray(); in PPPOptimizerDialog_getSupportedServiceNames() local
199 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM( SERVICE_NAME ) ); in PPPOptimizerDialog_getSupportedServiceNames()
H A Dpppoptimizer.cxx205 OUString* pArray = aRet.getArray(); in PPPOptimizer_getSupportedServiceNames() local
206 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM( SERVICE_NAME ) ); in PPPOptimizer_getSupportedServiceNames()
/aoo42x/main/forms/source/component/
H A DNumeric.cxx62 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames()
63 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_NUMERICFIELD; in getSupportedServiceNames()
H A DCurrency.cxx75 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames()
76 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_CURRENCYFIELD; in getSupportedServiceNames()
/aoo42x/main/svx/inc/svx/
H A Dsvimbase.hxx126 sal_Bool Array24ToBitmap( HPBYTE pArray, Bitmap &rBitmap,
134 void DeleteArray( HPBYTE pArray );
/aoo42x/main/xmlsecurity/source/framework/
H A Dencryptorimpl.cxx248 rtl::OUString* pArray = aRet.getArray(); in EncryptorImpl_getSupportedServiceNames() local
249 pArray[0] = rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in EncryptorImpl_getSupportedServiceNames()
H A Dsignaturecreatorimpl.cxx264 rtl::OUString* pArray = aRet.getArray(); in SignatureCreatorImpl_getSupportedServiceNames() local
265 pArray[0] = rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in SignatureCreatorImpl_getSupportedServiceNames()
H A Dxmlsignaturetemplateimpl.cxx127 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() local
129 if( *( pArray + i ) == serviceName ) in supportsService()
/aoo42x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dseinitializer_mscryptimpl.cxx206 rtl::OUString* pArray = aRet.getArray(); in SEInitializer_MSCryptImpl_getSupportedServiceNames() local
207 pArray[0] = rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in SEInitializer_MSCryptImpl_getSupportedServiceNames()
/aoo42x/main/sw/source/ui/uno/
H A Dunomodule.cxx153 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService() local
156 if ( pArray[nCounter] == sServiceName ) in supportsService()
/aoo42x/main/fpicker/source/office/
H A DOfficeFolderPicker.cxx223 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() local
226 if ( sServiceName == pArray[i] ) in supportsService()
/aoo42x/main/filter/source/flash/
H A Dswfdialog.cxx75 OUString* pArray = aRet.getArray(); in SWFDialog_getSupportedServiceNames() local
76 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in SWFDialog_getSupportedServiceNames()
/aoo42x/main/cui/source/options/
H A Doptjava.cxx837 ::rtl::OUString* pArray = aParamList.getArray(); in GetParameters()
839 pArray[i] = ::rtl::OUString( m_aAssignedList.GetEntry(i) ); in GetParameters()
849 const ::rtl::OUString* pArray = rParams.getConstArray(); in SetParameters() local
852 String sParam = String( *pArray++ ); in SetParameters()
/aoo42x/main/sd/source/ui/accessibility/
H A DAccessibleDrawDocumentView.cxx580 sal_Int32* pArray = aRet.getArray(); in getGroupPosition() local
581 pArray[0] = 1; //it should be 1 based, not 0 based. in getGroupPosition()
582 pArray[1] = vXShapes.size(); in getGroupPosition()
583 pArray[2] = nPos; in getGroupPosition()
/aoo42x/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx180 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
183 if( pArray[i] == ServiceName ) in supportsService()
/aoo42x/main/stoc/source/namingservice/
H A Dnamingservice.cxx169 const OUString * pArray = rSNL.getConstArray(); in supportsService() local
172 if (pArray[nPos] == rServiceName) in supportsService()
/aoo42x/main/chart2/source/tools/
H A DNameContainer.cxx85 const OUString* pArray = aSNL.getArray(); in supportsService() local
88 if( pArray[ i ] == ServiceName ) in supportsService()
/aoo42x/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/
H A Daddon.cxx207 ::rtl::OUString* pArray = aRet.getArray(); in Addon_getSupportedServiceNames()
208 pArray[0] = ::rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in Addon_getSupportedServiceNames()
/aoo42x/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx137 const OUString * pArray = rSNL.getConstArray(); in supportsService() local
140 if (pArray[nPos] == rServiceName) in supportsService()
/aoo42x/main/filter/source/placeware/
H A Dfilter.cxx172 OUString* pArray = aRet.getArray(); in PlaceWareExportFilter_getSupportedServiceNames() local
173 pArray[0] = OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in PlaceWareExportFilter_getSupportedServiceNames()
/aoo42x/main/xmloff/source/draw/
H A Dshapeexport2.cxx844 awt::Point* pArray = pInnerSequence->getArray(); local
845 if(pArray)
850 pArray->X + aBasePosition.X,
851 pArray->Y + aBasePosition.Y);
852 pArray++;
858 pArray->X + aBasePosition.X,
859 pArray->Y + aBasePosition.Y);
/aoo42x/main/sc/source/ui/formdlg/
H A Dformula.cxx659 ::std::auto_ptr<formula::FormulaTokenArray> pArray(new ScTokenArray()); in convertToTokenArray()
660 pArray->Fill( _aTokenList, pDoc->GetExternalRefManager()); in convertToTokenArray()
661 return pArray; in convertToTokenArray()
/aoo42x/main/sccomp/source/solver/
H A Dsolver.cxx620 const OUString* pArray = aServices.getConstArray(); in supportsService() local
621 const OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService()
622 return ::std::find( pArray, pArrayEnd, rServiceName ) != pArrayEnd; in supportsService()
/aoo42x/main/filter/source/msfilter/
H A Dmsvbahelper.cxx503 const ::rtl::OUString* pArray = aServices.getConstArray(); in supportsService() local
504 const ::rtl::OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService()
505 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
/aoo42x/main/stoc/source/loader/
H A Ddllcomponentloader.cxx162 const OUString * pArray = aSNL.getArray(); in supportsService() local
164 if( pArray[i] == ServiceName ) in supportsService()

Completed in 3834 milliseconds

12345678910>>...15