Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dparcss1.cxx57 nOldInPos = nInPos;
84 nInPos = 0; in InitRead()
91 if( nInPos >= aIn.Len() ) in GetNextChar()
97 sal_Unicode c = aIn.GetChar( nInPos ); in GetNextChar()
98 nInPos++; in GetNextChar()
328 xub_StrLen nInPosSave = nInPos; in GetNextToken()
356 nInPos = nInPosSave; in GetNextToken()
401 xub_StrLen nInPosOld = nInPos; in GetNextToken()
493 nInPos = nInPosOld; in GetNextToken()
556 xub_StrLen nInPosSave = nInPos; in GetNextToken()
[all …]
H A Dparcss1.hxx203 xub_StrLen nInPos; // aktuelle Position im Input-String member in CSS1Parser
/trunk/main/cui/source/inc/
H A Dcuitabarea.hxx319 void SetPos( sal_uInt16 nInPos ) { nPos = nInPos; }//add CHINA001 in SetPos() argument

Completed in 23 milliseconds