Home
last modified time | relevance | path

Searched refs:pArray (Results 251 – 275 of 375) sorted by relevance

1...<<1112131415

/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx445 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService() local
448 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/desktop/source/migration/services/
H A Djvmfwk.cxx248 OUString const * pArray = rSNL.getConstArray(); in supportsService() local
251 if (rServiceName.equals( pArray[ nPos ] )) in supportsService()
/trunk/main/extensions/source/resource/
H A Dresource.cxx131 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
133 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx1410 OUString* pArray = aEntries.getArray(); in InsertFld() local
1412 pArray[nToken] = rData.sPar2.GetToken(nToken, DB_DELIM); in InsertFld()
1576 OUString* pArray = aEntries.getArray(); in UpdateCurFld() local
1578 pArray[nToken] = sPar2.GetToken(nToken, DB_DELIM); in UpdateCurFld()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1685 sal_Int32* pArray = aRet.getArray(); in getGroupPosition() local
1686 pArray[0] = nGroupLevel; in getGroupPosition()
1687 pArray[1] = vXShapes.size(); in getGroupPosition()
1688 pArray[2] = nPos; in getGroupPosition()
/trunk/main/sw/source/core/access/
H A Daccdoc.cxx477 OUString* pArray = aRet.getArray(); in getSupportedServiceNames() local
478 pArray[0] = OUString( RTL_CONSTASCII_USTRINGPARAM(sServiceName) ); in getSupportedServiceNames()
479 pArray[1] = OUString( RTL_CONSTASCII_USTRINGPARAM(sAccessibleServiceName) ); in getSupportedServiceNames()
/trunk/main/starmath/source/
H A Dsmdetect.cxx519 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService() local
522 if ( pArray[nCounter] == sServiceName ) in supportsService()
H A Dunomodel.cxx477 OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local
478 pArray[0] = A2OU("com.sun.star.document.OfficeDocument"); in getSupportedServiceNames_Static()
479 pArray[1] = A2OU("com.sun.star.formula.FormulaProperties"); in getSupportedServiceNames_Static()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx72 rtl::OUString* pArray = aRet.getArray(); in SEQ() local
73 pArray[0] = B2UCONST( "com.sun.star.drawing.CustomShapeEngine" ); in SEQ()
/trunk/main/svx/source/unodraw/
H A Dunomtabl.cxx142 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
145 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sc/inc/
H A Dexternalrefmgr.hxx237 void setRangeNameTokens(sal_uInt16 nFileId, const String& rName, TokenArrayRef pArray);
248 TokenArrayRef pArray);
/trunk/main/lingucomponent/source/languageguessing/
H A Dguesslang.cxx404 const OUString * pArray = aSNL.getArray(); in supportsService() local
406 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx484 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() local
487 if ( pArray[ nCounter ] == sServiceName ) in supportsService()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx2049 ScTokenArray* pArray = pData->GetCode(); in createDataSequenceByRangeRepresentation() local
2050 sal_uInt16 nLen = pArray->GetLen(); in createDataSequenceByRangeRepresentation()
2055 pArray->Reset(); in createDataSequenceByRangeRepresentation()
2056 const FormulaToken* p = pArray->GetNextReference(); in createDataSequenceByRangeRepresentation()
2644 …ScExternalRefCache::TokenArrayRef pArray = pRefMgr->getDoubleRefTokens(nFileId, rTabName, aRange, … in FillCacheFromExternalRef() local
2645 if (!pArray) in FillCacheFromExternalRef()
2656 for (FormulaToken* p = pArray->First(); p; p = pArray->Next()) in FillCacheFromExternalRef()
H A Dservuno.cxx588 rtl::OUString* pArray = aRet.getArray(); in GetAllServiceNames() local
591 pArray[i] = rtl::OUString::createFromAscii( aProvNamesId[i].pName ); in GetAllServiceNames()
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx158 const rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() local
161 if ( pArray[ i ] == ServiceName ) in supportsService()
/trunk/main/svtools/source/graphic/
H A Ddescriptor.cxx268 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() local
271 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DScannerTestService.cxx441 rtl::OUString* pArray = aRet.getArray(); in ScannerTestService_getSupportedServiceNames() local
442 pArray[0] = rtl::OUString::createFromAscii ( ScannerTestService::SERVICE_NAME ); in ScannerTestService_getSupportedServiceNames()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx571 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
573 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx514 const OUString* pArray = seqServiceNames.getConstArray(); in supportsService() local
517 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/forms/source/component/
H A DGrid.cxx212 ::rtl::OUString*pArray = aSupported.getArray(); in getSupportedServiceNames()
213pArray[aSupported.getLength()-2] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.U… in getSupportedServiceNames()
214 pArray[aSupported.getLength()-1] = FRM_SUN_COMPONENT_GRIDCONTROL; in getSupportedServiceNames()
/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx501 rtl::OUString* pArray = aRet.getArray(); in GetSupportedServiceNames() local
502pArray[0] = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "com.sun.star.security.DocumentDigitalSi… in GetSupportedServiceNames()
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx195 ConvErr QProToSc::Convert( const ScTokenArray*& pArray, sal_uInt16 /*nLen*/, const FORMULA_TYPE /*e… in Convert() argument
382 pArray = aPool[ aStack.Get() ]; in Convert()
/trunk/main/UnoControls/source/base/
H A Dbasecontrol.cxx269 const OUString* pArray = seqServiceNames.getConstArray(); in supportsService() local
272 if ( pArray[nCounter] == sServiceName ) in supportsService()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx663 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
665 if( pArray[i] == ServiceName ) in supportsService()

Completed in 146 milliseconds

1...<<1112131415