Home
last modified time | relevance | path

Searched refs:pArrayEnd (Results 1 – 11 of 11) sorted by relevance

/trunk/main/oox/source/xls/
H A Dooxformulaparser.cxx168 const OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService() local
169 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
H A Dbiffdetector.cxx188 const OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService() local
189 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx426 const OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService() local
427 return ::std::find( pArray, pArrayEnd, rServiceName ) != pArrayEnd; in supportsService()
/trunk/main/sccomp/source/solver/
H A Dsolver.cxx621 const OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService() local
622 return ::std::find( pArray, pArrayEnd, rServiceName ) != pArrayEnd; in supportsService()
/trunk/main/filter/source/msfilter/
H A Dmsvbahelper.cxx504 const ::rtl::OUString* pArrayEnd = pArray + aServices.getLength(); in supportsService() local
505 return ::std::find( pArray, pArrayEnd, rService ) != pArrayEnd; in supportsService()
/trunk/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx80 uno::Any* pArrayEnd = pArray + aParamTemp.getLength(); in invoke() local
81 for( ; pArray < pArrayEnd; ++pArray ) in invoke()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx1084 const awt::Point* pArrayEnd = pArray + pInnerSequence->getLength(); in ImplSvxPointSequenceSequenceToB2DPolyPolygon() local
1086 for(;pArray != pArrayEnd;++pArray) in ImplSvxPointSequenceSequenceToB2DPolyPolygon()
1146 const awt::Point* pArrayEnd = pArray + pSequence->getLength(); in setPropertyValueImpl() local
1148 for(;pArray != pArrayEnd;++pArray) in setPropertyValueImpl()
/trunk/main/toolkit/source/controls/
H A Dunocontrol.cxx1472 const ::rtl::OUString* pArrayEnd = aSNL.getConstArray() + aSNL.getLength(); in supportsService() local
1473 for (; pArray != pArrayEnd; ++pArray ) in supportsService()
1477 return pArray != pArrayEnd; in supportsService()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1097 const ::rtl::OUString* pArrayEnd = aSupported.getConstArray() + aSupported.getLength(); in supportsService() local
1099 for ( ;( pArray != pArrayEnd ) && !pArray->equals( ServiceName ); ++pArray ) in supportsService()
1101 return pArray != pArrayEnd; in supportsService()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1406 const ::rtl::OUString* pArrayEnd = aSNL.getConstArray(); in supportsService() local
1407 for (; pArray != pArrayEnd; ++pArray ) in supportsService()
1411 return pArray != pArrayEnd; in supportsService()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3759 … const com::sun::star::awt::Point* pArrayEnd = pArray + rPointSequenceSource.getLength(); in UnoPointSequenceToB2DPolygon() local
3761 for(;pArray != pArrayEnd; pArray++) in UnoPointSequenceToB2DPolygon()

Completed in 170 milliseconds