Home
last modified time | relevance | path

Searched refs:bOnlyVisible (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Dobjxtor.cxx492 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 Dviewfrm.hxx110 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 Dviewsh.hxx176 static SfxViewShell* GetFirst( const TypeId* pType = 0, sal_Bool bOnlyVisible = sal_True );
178 const TypeId* pType = 0, sal_Bool bOnlyVisible = sal_True );
H A Dobjsh.hxx258 sal_Bool bOnlyVisible = sal_True );
261 sal_Bool bOnlyVisible = sal_True );
/trunk/main/chart2/source/tools/
H A DAxisHelper.cxx798 , 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 Dviewsh.cxx1631 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 DAxisHelper.hxx195 , bool bOnlyVisible = false );
205 , bool bOnlyVisible = false );
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx372 ScTabViewShell* GetBestViewShell( sal_Bool bOnlyVisible = sal_True );
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx2158 ScTabViewShell* ScDocShell::GetBestViewShell( sal_Bool bOnlyVisible ) in GetBestViewShell() argument
2167 SfxViewFrame* pFrame = SfxViewFrame::GetFirst( this, bOnlyVisible ); in GetBestViewShell()

Completed in 64 milliseconds