Home
last modified time | relevance | path

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

/aoo42x/main/autodoc/source/tools/
H A Dtkpchars.cxx35 nLastCut(0), in CharacterSource()
80 nLastCut, in InsertTextAtCurPos()
94 dpSource[nLastCut] = cCharAtLastCut; in CutToken()
95 nLastTokenStart = nLastCut; in CutToken()
96 nLastCut = CurPos(); in CutToken()
98 dpSource[nLastCut] = NULCH; in CutToken()
107 nLastCut = 0; in BeginSource()
110 dpSource[nLastCut] = NULCH; in BeginSource()
125 nLastCut = aState.nLastCut; in MoveOn_OverStack()
132 if ( nLastCut < nCurPos ) in MoveOn_OverStack()
[all …]
/aoo42x/main/autodoc/source/inc/tools/
H A Dtkpchars.hxx103 intt nLastCut; member
111 intt nLastCut,
128 intt nLastCut; member in CharacterSource
150 { return nCurPos != nLastCut ? dpSource[nCurPos] : cCharAtLastCut; } in CurChar()

Completed in 14 milliseconds