Home
last modified time | relevance | path

Searched refs:nCurLine (Results 1 – 5 of 5) sorted by path

/trunk/main/autodoc/inc/parser/
H A Dparserinfo.hxx42 nCurLine = i_bUseLines ? 1 : 0; } in Set_CurFile()
44 { ++nCurLine; } in Increment_CurLine()
48 uintt CurLine() const { return nCurLine; } in CurLine()
52 ParserInfo() : sCurFile(), nCurLine(0) {} in ParserInfo()
56 uintt nCurLine; member in ParserInfo
/trunk/main/sc/source/ui/inc/
H A Dautofmt.hxx191 SC_DLLPRIVATE void CheckPriority ( sal_uInt16 nCurLine,
/trunk/main/soltools/giparser/
H A Dgi_parse.cxx58 nErrorLine = nCurLine; in SetError()
64 nCurLine(0), in GenericInfo_Parser()
169 nCurLine = 0; in ResetState()
183 nCurLine = 0; in ResetState()
206 nCurLine++; in ReadLine()
/trunk/main/soltools/inc/
H A Dgi_parse.hxx131 UINT32 nCurLine; member in GenericInfo_Parser
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx422 sal_uInt16 nCurLine = 0; in ImplGetTabRect() local
456 nCurLine = nLines; in ImplGetTabRect()
474 if ( i <= nCurLine ) in ImplGetTabRect()
475 nLineHeightAry[i] = nIH*(nLines-(nCurLine-i)) + GetItemsOffset().Y(); in ImplGetTabRect()
477 nLineHeightAry[i] = nIH*(i-nCurLine-1) + GetItemsOffset().Y(); in ImplGetTabRect()

Completed in 30 milliseconds