Searched refs:nLevelPos (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/sc/source/ui/view/ |
| H A D | olinewin.cxx | 219 Point ScOutlineWindow::GetPoint( long nLevelPos, long nEntryPos ) const in GetPoint() argument 221 return mbHoriz ? Point( nEntryPos, nLevelPos ) : Point( nLevelPos, nEntryPos ); in GetPoint() 256 size_t ScOutlineWindow::GetLevelFromPos( long nLevelPos ) const in GetLevelFromPos() 258 if( mbMirrorLevels ) nLevelPos = GetOutputSizeLevel() - nLevelPos - 1; in GetLevelFromPos() 260 if ( nLevelPos < nStart ) return SC_OL_NOLEVEL; in GetLevelFromPos() 261 size_t nLevel = static_cast< size_t >( (nLevelPos - nStart) / SC_OL_BITMAPSIZE ); in GetLevelFromPos() 349 long nLevelPos = GetLevelPos( nLevel ); in GetImagePos() local 351 rPos = GetPoint( nLevelPos, GetHeaderEntryPos() ); in GetImagePos() 356 rPos = GetPoint( nLevelPos, nImagePos ); in GetImagePos() 541 void ScOutlineWindow::DrawImageRel( long nLevelPos, long nEntryPos, sal_uInt16 nId ) in DrawImageRel() argument [all …]
|
| /AOO42X/main/sc/source/ui/inc/ |
| H A D | olinewin.hxx | 110 Point GetPoint( long nLevelPos, long nEntryPos ) const; 126 size_t GetLevelFromPos( long nLevelPos ) const; 207 void DrawImageRel( long nLevelPos, long nEntryPos, sal_uInt16 nId );
|
| /AOO42X/main/sw/source/ui/config/ |
| H A D | optload.cxx | 777 sal_uInt16 nLevelPos = ( pOpt->GetLevel() < MAXLEVEL ) ? pOpt->GetLevel() + 1 : 0; in IMPL_LINK() local 778 aLbLevel.SelectEntryPos( nLevelPos ); in IMPL_LINK()
|