Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Dxmlfilterbase.cxx71 sal_Int32 nSuffixPos = rFragmentPath.getLength() - rSuffix.getLength(); in lclHasSuffix() local
72 return (nSuffixPos >= 0) && rFragmentPath.match( rSuffix, nSuffixPos ); in lclHasSuffix()

Completed in 15 milliseconds