Home
last modified time | relevance | path

Searched refs:pEnd (Results 151 – 175 of 380) sorted by path

12345678910>>...16

/trunk/main/dbaccess/source/ui/relationdesign/
H A DRTableConnectionData.cxx375 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in Update() local
379 for ( ; pIter != pEnd ; ++pIter ) in Update()
398 if ( pIter == pEnd ) in Update()
431 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in Update() local
437 for(;pIter != pEnd;++pIter) in Update()
H A DRelationController.cxx424 const ::rtl::OUString* pEnd = pIter + aNames.getLength(); in loadTableData() local
426 for(sal_uInt16 j=0;pIter != pEnd;++pIter,++j) in loadTableData()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx851 const ::rtl::OUString* pEnd = pIter + aColumns.getLength(); in loadData() local
853 for(;pIter != pEnd;++pIter) in loadData()
1247 const ::rtl::OUString* pEnd = pIter + aColumnNames.getLength(); in alterColumns() local
1248 for(;pIter != pEnd;++pIter) in alterColumns()
/trunk/main/desktop/source/migration/services/
H A Dautocorrmigration.cxx212 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
213 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
216 return pNames != pEnd; in supportsService()
235 const Any* pEnd = pIter + aArguments.getLength(); in initialize() local
236 for ( ; pIter != pEnd ; ++pIter ) in initialize()
H A Dbasicmigration.cxx201 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
202 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
205 return pNames != pEnd; in supportsService()
224 const Any* pEnd = pIter + aArguments.getLength(); in initialize() local
225 for ( ; pIter != pEnd ; ++pIter ) in initialize()
H A Djvmfwk.cxx269 const css::uno::Any* pEnd = pIter + aArguments.getLength(); in initialize() local
272 for(;pIter != pEnd;++pIter) in initialize()
H A Doo3extensionmigration.cxx395 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
396 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
399 return pNames != pEnd; in supportsService()
418 const Any* pEnd = pIter + aArguments.getLength(); in initialize() local
419 for ( ; pIter != pEnd ; ++pIter ) in initialize()
H A Dwordbookmigration.cxx249 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
250 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
253 return pNames != pEnd; in supportsService()
272 const Any* pEnd = pIter + aArguments.getLength(); in initialize() local
273 for ( ; pIter != pEnd ; ++pIter ) in initialize()
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dvclmetafileprocessor2d.hxx94 const attribute::LineStartEndAttribute* pEnd);
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx367 const attribute::LineStartEndAttribute* pEnd) in impTryToCreateSvtGraphicStroke() argument
406 if(pEnd && pEnd->isActive()) in impTryToCreateSvtGraphicStroke()
414 aLocalPolygon, pEnd->getB2DPolyPolygon(), false, pEnd->getWidth(), in impTryToCreateSvtGraphicStroke()
415 fPolyLength, pEnd->isCentered() ? 0.5 : 0.0, &fEnd); in impTryToCreateSvtGraphicStroke()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx1104 const beans::PropertyValue* pEnd = pItr + aSeq.getLength(); in getDefaultAttributes() local
1105 …const beans::PropertyValue* pFind = ::std::find_if( pItr, pEnd, ::std::bind2nd( PropertyValueEqual… in getDefaultAttributes()
1106 if ( pFind != pEnd ) in getDefaultAttributes()
1142 const beans::PropertyValue* pEnd = pItr + aIntersectionSeq.getLength(); in getRunAttributes() local
1143 …const beans::PropertyValue* pFind = ::std::find_if( pItr, pEnd, ::std::bind2nd( PropertyValueEqual… in getRunAttributes()
1144 if ( pFind == pEnd && pDefAttr[i].Handle != 0) in getRunAttributes()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx739 …htToLeft( sal_uInt32 nPara, sal_uInt16 nChar, sal_uInt16* pStart = NULL, sal_uInt16* pEnd = NULL );
H A Dimpedit2.cxx2090 …itEngine::GetRightToLeft( sal_uInt32 nPara, sal_uInt16 nPos, sal_uInt16* pStart, sal_uInt16* pEnd ) in GetRightToLeft() argument
2111 if ( pEnd ) in GetRightToLeft()
2112 *pEnd = rDirInfos[n].nEndPos; in GetRightToLeft()
/trunk/main/editeng/source/misc/
H A Dunolingu.cxx582 const Locale *pEnd = pLocale + nLen; in hasLocale() local
583 for ( ; pLocale < pEnd && !bFound; ++pLocale) in hasLocale()
/trunk/main/extensions/source/dbpilots/
H A Dcontrolwizard.cxx154 const ::rtl::OUString* pEnd = pItems + _rItems.getLength(); in fillListBox() local
157 for (;pItems < pEnd; ++pItems, ++nIndex) in fillListBox()
170 const ::rtl::OUString* pEnd = pItems + _rItems.getLength(); in fillListBox() local
173 for (;pItems < pEnd; ++pItems) in fillListBox()
632 const ::rtl::OUString* pEnd = pBegin + m_aContext.aFieldNames.getLength(); in initContext() local
633 for(;pBegin != pEnd;++pBegin) in initContext()
H A Dgridwizard.cxx127 const ::rtl::OUString* pEnd = pSelectedFields + getSettings().aSelectedFields.getLength(); in implApplySettings() local
128 for (;pSelectedFields < pEnd; ++pSelectedFields) in implApplySettings()
354 const ::rtl::OUString* pEnd = pSelected + rSettings.aSelectedFields.getLength(); in initializePage() local
355 for (; pSelected < pEnd; ++pSelected) in initializePage()
/trunk/main/extensions/source/mozbootstrap/
H A DMMozillaBootstrap.cxx105 const ::rtl::OUString* pEnd = pSupported + aSupported.getLength(); in supportsService() local
106 for (;pSupported != pEnd && !pSupported->equals(_rServiceName); ++pSupported) in supportsService()
109 return pSupported != pEnd; in supportsService()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx1277 ::std::vector< ::rtl::OUString >::const_iterator pEnd = aEnumValues.end(); in describePropertyLine()
1288 if ( pEnd > pStart ) in describePropertyLine()
1289 --pEnd; in describePropertyLine()
1293 --pEnd; in describePropertyLine()
1302 ::std::vector< ::rtl::OUString > aListEntries( pEnd - pStart ); in describePropertyLine()
1303 ::std::copy( pStart, pEnd, aListEntries.begin() ); in describePropertyLine()
H A Dstringrepresentation.cxx279 …const uno::Reference< reflection::XConstantTypeDescription>* pEnd = pIter + m_aConstants.getLengt… in convertSimpleToString() local
280 for(sal_Int32 i = 0;pIter != pEnd;++pIter,++i) in convertSimpleToString()
478 const ::rtl::OUString* pEnd = pIter + m_aValues.getLength(); in convertStringToSimple() local
479 for(sal_Int32 i = 0;pIter != pEnd;++pIter,++i) in convertStringToSimple()
/trunk/main/filter/source/msfilter/
H A Dcountryid.cxx256 const CountryEntry * const pEnd = pTable + sizeof( pTable ) / sizeof( pTable[ 0 ] ); variable
311 pEntry = std::find_if( pEntry, pEnd, CountryEntryPred_Language( eLanguage ) ); in ConvertLanguageToCountry()
312 if( pEntry != pEnd ) in ConvertLanguageToCountry()
321 while( pEntry != pEnd ); in ConvertLanguageToCountry()
329 const CountryEntry* pEntry = std::find_if( pTable, pEnd, CountryEntryPred_Country( eCountry ) ); in ConvertCountryToLanguage()
330 return (pEntry != pEnd) ? pEntry->meLanguage : LANGUAGE_DONTKNOW; in ConvertCountryToLanguage()
H A Dmsdffimp.cxx2818 const char* pEnd = pArry + nBytesRead; in CheckAndCorrectExcelTextRotation() local
2820 while( ( pPtr + 12 ) < pEnd ) in CheckAndCorrectExcelTextRotation()
3699 const sal_Unicode* pEnd = rText.GetBuffer() + rText.Len(); in ReadObjText() local
3701 while( pBuf < pEnd ) in ReadObjText()
3705 for ( nParaSize = 0; pBuf < pEnd; ) in ReadObjText()
3710 if ( ( pBuf < pEnd ) && ( *pBuf == 0xd ) ) in ReadObjText()
3716 if ( ( pBuf < pEnd ) && ( *pBuf == 0xa ) ) in ReadObjText()
H A Dmsocximex.cxx481 … for( const sal_Unicode* pEnd = pChar + maString.getLength(); bCompr && (pChar < pEnd); ++pChar ) in Init() local
503 const sal_Unicode* pEnd = pChar + maString.getLength(); in WriteCharArray() local
507 for( ; pChar < pEnd; ++pChar ) in WriteCharArray()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx91 const ScriptEventDescriptor* pEnd = ( pDesc + sEvents.getLength() ); in lcl_hasVbaEvents() local
92 for ( ; pDesc != pEnd; ++pDesc ) in lcl_hasVbaEvents()
106 const ScriptEventDescriptor* pEnd = ( pDesc + sEvents.getLength() ); in lcl_stripVbaEvents() local
108 for ( ; pDesc != pEnd; ++pDesc ) in lcl_stripVbaEvents()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx280 Property* pEnd = _rSeq.getArray() + _rSeq.getLength(); in lcl_removeProperty() local
281 while ( pLoop != pEnd ) in lcl_removeProperty()
285 ::std::copy( pLoop + 1, pEnd, pLoop ); in lcl_removeProperty()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx203 …const ::rtl::OUString* pEnd = aSupportedServiceNames.getConstArray() + aSupportedServiceNames.getL… in supportsService() local
204 return ::std::find( pBegin, pEnd, _ServiceName ) != pEnd; in supportsService()

Completed in 205 milliseconds

12345678910>>...16