Searched refs:nLevelEnd (Results 1 – 2 of 2) sorted by relevance
/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() 614 long nLevelEnd = (mbHoriz ? aSize.Height() : aSize.Width()) - 1; in Paint() local 618 long nBorderPos = mbMirrorLevels ? 0 : nLevelEnd; in Paint() 636 DrawLineRel( 0, nLinePos, nLevelEnd, nLinePos ); in Paint()
|
/trunk/main/sc/source/ui/inc/ |
H A D | olinewin.hxx | 114 long nLevelEnd, long nEntryEnd ) const; 201 long nLevelEnd, long nEntryEnd ); 205 long nLevelEnd, long nEntryEnd );
|
Completed in 21 milliseconds