Home
last modified time | relevance | path

Searched refs:bMakeVisible (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/filter/excel/
H A Dexctools.cxx146 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()
/aoo41x/main/svtools/inc/svtools/
H A Dbrwbox.hxx331 …sal_Bool GoToColumnId( sal_uInt16 nColId, sal_Bool bMakeVisible, sal_Bool bRowColMove =…
332 void SelectColumnPos( sal_uInt16 nCol, sal_Bool _bSelect, sal_Bool bMakeVisible);
333 void SelectColumnId( sal_uInt16 nColId, sal_Bool _bSelect, sal_Bool bMakeVisible) in SelectColumnId() argument
334 { SelectColumnPos( GetColumnPos(nColId), _bSelect, bMakeVisible); } in SelectColumnId()
/aoo41x/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1696 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()
/aoo41x/main/editeng/source/editeng/
H A Deditdoc2.cxx276 void ParaPortion::SetVisible( sal_Bool bMakeVisible ) in SetVisible() argument
278 bVisible = bMakeVisible; in SetVisible()

Completed in 38 milliseconds