Searched refs:bMakeVisible (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | exctools.cxx | 146 sal_Bool bMakeVisible[ nNumLev + 1 ]; in MakeScOutline() local 152 bMakeVisible[ nLevel ] = sal_True; in MakeScOutline() 209 bMakeVisible[ nCurrLevel + 1 ] = in MakeScOutline() 210 bMakeVisible[ nCurrLevel ] && !bMakeHidden[ nCurrLevel ]; in MakeScOutline() 218 sal_Bool bRealVisible = (bMakeVisible[ nCurrLevel ] || in MakeScOutline()
|
/trunk/main/svtools/inc/svtools/ |
H A D | brwbox.hxx | 332 …sal_Bool GoToColumnId( sal_uInt16 nColId, sal_Bool bMakeVisible, sal_Bool bRowColMove =… 333 void SelectColumnPos( sal_uInt16 nCol, sal_Bool _bSelect, sal_Bool bMakeVisible); 334 void SelectColumnId( sal_uInt16 nColId, sal_Bool _bSelect, sal_Bool bMakeVisible) in SelectColumnId() argument 335 { SelectColumnPos( GetColumnPos(nColId), _bSelect, bMakeVisible); } in SelectColumnId()
|
/trunk/main/svtools/source/brwbox/ |
H A D | brwbox1.cxx | 1696 sal_Bool BrowseBox::GoToColumnId( sal_uInt16 nColId, sal_Bool bMakeVisible, sal_Bool bRowColMove) in GoToColumnId() argument 1707 if ( nColId != nCurColId || (bMakeVisible && !IsFieldVisible(nCurRow, nColId, sal_True))) in GoToColumnId() 1723 if ( bMakeVisible && nLastPos && in GoToColumnId() 2003 void BrowseBox::SelectColumnPos( sal_uInt16 nNewColPos, sal_Bool _bSelect, sal_Bool bMakeVisible ) in SelectColumnPos() argument 2013 GoToColumnId( pCols->GetObject(nNewColPos)->GetId(), bMakeVisible ); in SelectColumnPos() 2018 if ( !GoToColumnId( pCols->GetObject( nNewColPos )->GetId(), bMakeVisible ) ) in SelectColumnPos()
|
/trunk/main/editeng/source/editeng/ |
H A D | editdoc2.cxx | 276 void ParaPortion::SetVisible( sal_Bool bMakeVisible ) in SetVisible() argument 278 bVisible = bMakeVisible; in SetVisible()
|
Completed in 32 milliseconds