Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/draw/
H A Dximpstyl.cxx1364 xub_StrLen nPrefLen(rPrefix.Len()); in ImpSetGraphicStyles() local
1388 if( nPrefLen ) in ImpSetGraphicStyles()
1391 if( (nPrefLen != nStylePrefLen) || (aStyleName.compareTo( rPrefix, nPrefLen ) != 0) ) in ImpSetGraphicStyles()
1394 aStyleName = aStyleName.copy( nPrefLen ); in ImpSetGraphicStyles()
1481 if( nPrefLen ) in ImpSetGraphicStyles()
1484 if( (nPrefLen != nStylePrefLen) || (aStyleName.compareTo( rPrefix, nPrefLen ) != 0) ) in ImpSetGraphicStyles()
1487 aStyleName = aStyleName.copy( nPrefLen ); in ImpSetGraphicStyles()
1495 if( nPrefLen ) in ImpSetGraphicStyles()
1498 … if( (nPrefLen != nStylePrefLen) || (sParentStyleDisplayName.compareTo( rPrefix, nPrefLen ) != 0) ) in ImpSetGraphicStyles()
1501 sParentStyleDisplayName = sParentStyleDisplayName.copy( nPrefLen ); in ImpSetGraphicStyles()
/aoo42x/main/sc/source/filter/xml/
H A Dxmltabi.cxx95 sal_Int32 nPrefLen = aPrefix.getLength(); in lcl_isExternalRefCache() local
104 for (sal_Int32 i = nPrefLen+1; i < n; ++i) // start the loop after quote and prefix in lcl_isExternalRefCache()

Completed in 101 milliseconds