Home
last modified time | relevance | path

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

/aoo41x/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx769 sal_Unicode aLastCode = pCur->Text.charAt( pCur->Text.getLength()-1 ); in optimizeTextElements() local
770 if( aLastCode == '-' in optimizeTextElements()
771 || aLastCode == 0x2010 in optimizeTextElements()
772 || (aLastCode >= 0x2012 && aLastCode <= 0x2015) in optimizeTextElements()
773 || aLastCode == 0xff0d in optimizeTextElements()
780 else if( aLastCode != 0x2011 ) in optimizeTextElements()

Completed in 19 milliseconds