Home
last modified time | relevance | path

Searched refs:pArray (Results 301 – 325 of 375) sorted by relevance

1...<<1112131415

/trunk/main/basic/source/runtime/
H A Dmethods.cxx4061 SbxDimArray* pArray = new SbxDimArray(SbxBYTE); in RTLFUNC() local
4066 pArray->AddDim( 1, nArraySize ); in RTLFUNC()
4068 pArray->AddDim( 0, nArraySize-1 ); in RTLFUNC()
4072 pArray->unoAddDim( 0, -1 ); in RTLFUNC()
4084 pArray->Put( pNew, &index ); in RTLFUNC()
4090 refVar->PutObject( pArray ); in RTLFUNC()
/trunk/main/svx/inc/svx/
H A Dxbtmpit.hxx35 Bitmap SVX_DLLPUBLIC createHistorical8x8FromArray(const sal_uInt16* pArray, Color aColorPix, Color …
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dmacros.hxx633 const rtl::OUString* pArray = aSNL.getArray(); \
636 if( pArray[ i ] == ServiceName ) \
/trunk/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx278 const rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() local
281 if ( pArray[ i ] == ServiceName ) in supportsService()
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx944 const OUString * pArray = rSNL.getConstArray(); in supportsService() local
947 if (pArray[nPos].equals( rServiceName )) in supportsService()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxuno.hxx514 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); \
517 if ( pArray[nCounter] == sServiceName ) \
/trunk/main/xmlsecurity/source/framework/
H A Dsaxeventkeeperimpl.cxx1430 rtl::OUString* pArray = aRet.getArray(); in SAXEventKeeperImpl_getSupportedServiceNames() local
1431 pArray[0] = rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM ( SERVICE_NAME ) ); in SAXEventKeeperImpl_getSupportedServiceNames()
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx147 Any* pArray = aSeq.getArray(); in ExecLingu() local
151 pArray[0] <<= makeAny(aParam); in ExecLingu()
/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx601 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
604 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx559 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
562 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx573 sal_Int8 * pArray = aOutSeq.getArray() + nOrigLen; in getBase64Codec() local
576 *pArray++ = aInSeq[i]; in getBase64Codec()
/trunk/main/sc/source/ui/unoobj/
H A Dafmtuno.cxx211 rtl::OUString* pArray = aRet.getArray(); in getSupportedServiceNames_Static() local
212 pArray[0] = rtl::OUString::createFromAscii( SCAUTOFORMATSOBJ_SERVICE ); in getSupportedServiceNames_Static()
/trunk/main/linguistic/source/
H A Ddlistimp.cxx770 const rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() local
772 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sfx2/inc/
H A Dbitset.hxx44 BitSet( sal_uInt16* pArray, sal_uInt16 nSize );
/trunk/main/sc/source/filter/inc/
H A Dxelink.hxx204 const String& rName, const ScExternalRefCache::TokenArrayRef pArray );
/trunk/main/extensions/test/ole/unoTocomCalls/XCallback_Impl/
H A DCallback.h66 STDMETHOD(inoutSeqAny)(/*[in,out]*/ LPSAFEARRAY* pArray);
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx107 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() local
110 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx1085 const rtl::OUString* pArray = aAlgos.getConstArray(); in IMPL_LINK() local
1088 String sAlg = pArray[i]; in IMPL_LINK()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx919 const OUString * pArray = aSNL.getConstArray(); in supportsService() local
921 if( pArray[i] == ServiceName ) in supportsService()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx1066 const rtl::OUString* pArray = aAlgos.getConstArray(); in IMPL_LINK() local
1069 String sAlg = pArray[i]; in IMPL_LINK()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx523 sal_Int32* pArray = aRet.getArray(); in executeBatch() local
531 pArray[j] = nRowCount; in executeBatch()
/trunk/main/cui/source/options/
H A Doptpath.cxx834 ::rtl::OUString* pArray = aPathSeq.getArray(); in SetPathList()
836 pArray[i] = ::rtl::OUString( _rUserPath.GetToken( i, cDelim ) ); in SetPathList()
/trunk/main/sc/inc/
H A Dolinetab.hxx155 ScOutlineArray* pArray; member in ScSubOutlineIterator
/trunk/main/sc/source/core/data/
H A Dcompressedarray.cxx624 A * pArray, size_t nArraySize ) const in FillArrayForCondition() argument
635 pArray[nUsed++] = nS++; in FillArrayForCondition()
/trunk/main/package/source/package/zippackage/
H A DZipPackageStream.cxx780 sal_Int8 *pArray = aSequence.getArray(); in setPropertyValue() local
783 pArray[i] = static_cast < const sal_Int8 > ( pChar[i] ); in setPropertyValue()

Completed in 196 milliseconds

1...<<1112131415