Home
last modified time | relevance | path

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

1...<<111213141516

/trunk/main/xmloff/source/style/
H A DXMLPageExport.cxx218 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in exportStyles() local
219 for(;pIter != pEnd;++pIter) in exportStyles()
H A Dstyleexp.cxx454 const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); in exportStyleFamily() local
455 for(;pIter != pEnd;++pIter) in exportStyleFamily()
512 for(;pIter != pEnd;++pIter) in exportStyleFamily()
/trunk/main/xmloff/source/xforms/
H A DTokenContext.cxx137 const sal_Unicode* pEnd = &( pBegin[ rCharacters.getLength() ] ); in Characters() local
140 if( ::std::find_if( pBegin, pEnd, ::std::not1(::std::ptr_fun(lcl_IsWhiteSpace)) ) != pEnd ) in Characters()
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_export.cxx143 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
144 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
147 return pNames != pEnd; in supportsService()
H A Dxmlbas_import.cxx706 const ::rtl::OUString* pEnd = pNames + aNames.getLength(); in supportsService() local
707 for ( ; pNames != pEnd && !pNames->equals( rServiceName ); ++pNames ) in supportsService()
710 return pNames != pEnd; in supportsService()

Completed in 33 milliseconds

1...<<111213141516