Searched refs:bMakeVisible (Results  1 – 4 of 4) sorted by relevance
| /aoo41x/main/sc/source/filter/excel/ | 
| H A D | exctools.cxx | 146 	sal_Bool			bMakeVisible[ nNumLev + 1 ];  in MakeScOutline()  local152         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 D | brwbox.hxx | 331 …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 D | brwbox1.cxx | 1696 sal_Bool BrowseBox::GoToColumnId( sal_uInt16 nColId, sal_Bool bMakeVisible, sal_Bool bRowColMove)  in GoToColumnId()  argument1707 	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 D | editdoc2.cxx | 276 void ParaPortion::SetVisible( sal_Bool bMakeVisible )  in SetVisible()  argument278 	bVisible = bMakeVisible;  in SetVisible()
 
 | 
        Completed in 43 milliseconds