Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dwrthtml.hxx251 sal_uInt32 nLastLFPos; // letzte Position eines LF member in SwHTMLWriter
421 xub_StrLen GetLineLen() { return (xub_StrLen)(Strm().Tell()-nLastLFPos); } in GetLineLen()
H A Dwrthtml.cxx249 nLastLFPos = 0; in WriteStream()
1319 if( !bCheck || (Strm().Tell()-nLastLFPos) > nIndentLvl ) in OutNewLine()
1322 nLastLFPos = Strm().Tell(); in OutNewLine()

Completed in 30 milliseconds