Home
last modified time | relevance | path

Searched refs:nLastLineFeedPos (Results 1 – 1 of 1) sorted by path

/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx131 sal_Int32 nLastLineFeedPos; // is negative after writing a sequence member in sax_expatwrap::SaxWriterHelper
155 nLastLineFeedPos(0), in SaxWriterHelper()
177 sal_uInt32 GetLastColumnCount() { return (sal_uInt32)(nCurrentPos - nLastLineFeedPos); } in GetLastColumnCount()
247 nLastLineFeedPos -= SEQUENCESIZE; in writeSequence()
380 nLastLineFeedPos = rPos; in convertToXML()
416 nLastLineFeedPos = rPos; in convertToXML()
527 nLastLineFeedPos = nCurrentPos; in insertIndentation()
542 nLastLineFeedPos = nCurrentPos - nCount; in insertIndentation()
550 nLastLineFeedPos = nCurrentPos; in insertIndentation()

Completed in 18 milliseconds