Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/draw/
H A Dximpstyl.cxx1390 sal_Int32 nStylePrefLen = aStyleName.lastIndexOf( sal_Unicode('-') ) + 1; in ImpSetGraphicStyles() local
1391 if( (nPrefLen != nStylePrefLen) || (aStyleName.compareTo( rPrefix, nPrefLen ) != 0) ) in ImpSetGraphicStyles()
1483 sal_Int32 nStylePrefLen = aStyleName.lastIndexOf( sal_Unicode('-') ) + 1; in ImpSetGraphicStyles() local
1484 if( (nPrefLen != nStylePrefLen) || (aStyleName.compareTo( rPrefix, nPrefLen ) != 0) ) in ImpSetGraphicStyles()
1497 sal_Int32 nStylePrefLen = sParentStyleDisplayName.lastIndexOf( sal_Unicode('-') ) + 1; in ImpSetGraphicStyles() local
1498 … if( (nPrefLen != nStylePrefLen) || (sParentStyleDisplayName.compareTo( rPrefix, nPrefLen ) != 0) ) in ImpSetGraphicStyles()

Completed in 19 milliseconds