Searched refs:bOnlyVisible (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sfx2/source/doc/ |
H A D | objxtor.cxx | 492 sal_Bool bOnlyVisible in GetFirst() argument 501 if ( bOnlyVisible && pSh->IsPreview() && pSh->IsReadOnly() ) in GetFirst() 505 ( !bOnlyVisible || SfxViewFrame::GetFirst( pSh, sal_True ))) in GetFirst() 519 sal_Bool bOnlyVisible in GetNext() argument 534 if ( bOnlyVisible && pSh->IsPreview() && pSh->IsReadOnly() ) in GetNext() 538 ( !bOnlyVisible || SfxViewFrame::GetFirst( pSh, sal_True ))) in GetNext()
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | viewfrm.hxx | 110 static SfxViewFrame* GetFirst( const SfxObjectShell* pDoc = 0, sal_Bool bOnlyVisible = sal_True ); 111 …ext( const SfxViewFrame& rPrev, const SfxObjectShell* pDoc = 0, sal_Bool bOnlyVisible = sal_True );
|
H A D | viewsh.hxx | 176 static SfxViewShell* GetFirst( const TypeId* pType = 0, sal_Bool bOnlyVisible = sal_True ); 178 const TypeId* pType = 0, sal_Bool bOnlyVisible = sal_True );
|
H A D | objsh.hxx | 258 sal_Bool bOnlyVisible = sal_True ); 261 sal_Bool bOnlyVisible = sal_True );
|
/trunk/main/chart2/source/tools/ |
H A D | AxisHelper.cxx | 798 , bool bOnlyVisible /* = false */ ) in getAllAxesOfCoordinateSystem() argument 819 if( bOnlyVisible ) in getAllAxesOfCoordinateSystem() 844 , bool bOnlyVisible ) in getAllAxesOfDiagram() argument 855 …is > > aAxesPerCooSys( AxisHelper::getAllAxesOfCoordinateSystem( aCooSysList[nC], bOnlyVisible ) ); in getAllAxesOfDiagram()
|
/trunk/main/sfx2/source/view/ |
H A D | viewsh.cxx | 1631 sal_Bool bOnlyVisible in GetFirst() argument 1651 … if ( ( !bOnlyVisible || pFrame->IsVisible() ) && ( !pType || pShell->IsA(*pType) ) ) in GetFirst() 1669 sal_Bool bOnlyVisible in GetNext() argument 1693 … if ( ( !bOnlyVisible || pFrame->IsVisible() ) && ( !pType || pShell->IsA(*pType) ) ) in GetNext()
|
/trunk/main/chart2/source/inc/ |
H A D | AxisHelper.hxx | 195 , bool bOnlyVisible = false ); 205 , bool bOnlyVisible = false );
|
/trunk/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 372 ScTabViewShell* GetBestViewShell( sal_Bool bOnlyVisible = sal_True );
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 2158 ScTabViewShell* ScDocShell::GetBestViewShell( sal_Bool bOnlyVisible ) in GetBestViewShell() argument 2167 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this, bOnlyVisible ); in GetBestViewShell()
|
Completed in 71 milliseconds