Searched refs:nlLinePos (Results 1 – 5 of 5) sorted by relevance
56 sal_uLong nlLinePos; // akt. Spalten Nummer member in SvParser127 inline sal_uLong GetLinePos() const { return nlLinePos; } in GetLinePos()129 inline sal_uLong IncLinePos() { return ++nlLinePos; } in IncLinePos()190 { sal_uLong nlOld = nlLinePos; nlLinePos = nlPos; return nlOld; } in SetLinePos()
206 sal_uInt32 nlLinePos; // akt. Spalten Nummer member in CSS1Parser231 sal_uInt32 IncLinePos() { return ++nlLinePos; } in IncLinePos()273 inline sal_uInt32 GetLinePos() const { return nlLinePos; } in GetLinePos()285 sal_uInt32 nlOld = nlLinePos; in SetLinePos()286 nlLinePos = nlPos; in SetLinePos()
76 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()
51 sal_uLong nlLinePos; // akt. Spalten Nummer member79 , nlLinePos( 1 ) in SvParser()542 pImplData->nlLinePos = nlLinePos; in SaveState()557 nlLinePos = pImplData->nlLinePos; in RestoreState()
559 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 44 milliseconds