Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/html/
H A Dparcss1.hxx216 sal_uInt32 nlLinePos; // akt. Spalten Nummer member in CSS1Parser
241 sal_uInt32 IncLinePos() { return ++nlLinePos; } in IncLinePos()
283 inline sal_uInt32 GetLinePos() const { return nlLinePos; } in GetLinePos()
295 sal_uInt32 nlOld = nlLinePos; in SetLinePos()
296 nlLinePos = nlPos; in SetLinePos()
H A Dparcss1.cxx76 nlLinePos = 0; in InitRead()
331 sal_uInt32 nlLinePosSave = nlLinePos; in GetNextToken()
359 nlLinePos = nlLinePosSave; in GetNextToken()
404 sal_uLong nlLinePosOld = nlLinePos; in GetNextToken()
496 nlLinePos = nlLinePosOld; in GetNextToken()
559 sal_uLong nlLinePosSave = nlLinePos; in GetNextToken()
587 nlLinePos = nlLinePosSave; in GetNextToken()
/aoo41x/main/svtools/inc/svtools/
H A Dsvparser.hxx58 sal_uLong nlLinePos; // akt. Spalten Nummer member in SvParser
129 inline sal_uLong GetLinePos() const { return nlLinePos; } in GetLinePos()
131 inline sal_uLong IncLinePos() { return ++nlLinePos; } in IncLinePos()
192 { sal_uLong nlOld = nlLinePos; nlLinePos = nlPos; return nlOld; } in SetLinePos()
/aoo41x/main/svtools/source/svrtf/
H A Dsvparser.cxx51 sal_uLong nlLinePos; // akt. Spalten Nummer member
79 , nlLinePos( 1 ) in SvParser()
542 pImplData->nlLinePos = nlLinePos; in SaveState()
557 nlLinePos = pImplData->nlLinePos; in RestoreState()
/aoo41x/main/svtools/source/svhtml/
H A Dparhtml.cxx559 nlLinePos -= sal_uInt32(nPos-i); in ScanText()
579 DBG_ASSERT( nlLinePos-nLinePos == in ScanText()
583 nlLinePos = nLinePos; in ScanText()
624 DBG_ASSERT( nlLinePos-nLinePos == in ScanText()
628 nlLinePos = nLinePos; in ScanText()
692 nlLinePos = nLinePos-1; in ScanText()

Completed in 33 milliseconds