Searched refs:nLevelStart (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | olinewin.hxx | 113 long nLevelStart, long nEntryStart, 200 long nLevelStart, long nEntryStart, 204 long nLevelStart, long nEntryStart,
|
/trunk/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 225 long nLevelStart, long nEntryStart, long nLevelEnd, long nEntryEnd ) const in GetRectangle() argument 227 return Rectangle( GetPoint( nLevelStart, nEntryStart ), GetPoint( nLevelEnd, nEntryEnd ) ); in GetRectangle() 530 long nLevelStart, long nEntryStart, long nLevelEnd, long nEntryEnd ) in DrawLineRel() argument 532 DrawLine( GetPoint( nLevelStart, nEntryStart ), GetPoint( nLevelEnd, nEntryEnd ) ); in DrawLineRel() 536 long nLevelStart, long nEntryStart, long nLevelEnd, long nEntryEnd ) in DrawRectRel() argument 538 DrawRect( GetRectangle( nLevelStart, nEntryStart, nLevelEnd, nEntryEnd ) ); in DrawRectRel()
|
Completed in 29 milliseconds