Lines Matching refs:SfxFrame

74 	SfxFrame*           pFrame;
76 SfxFrameWindow_Impl( SfxFrame* pF, Window& i_rContainerWindow );
89 SfxFrameWindow_Impl::SfxFrameWindow_Impl( SfxFrame* pF, Window& i_rContainerWindow ) in SfxFrameWindow_Impl()
233 Reference < XFrame > SfxFrame::CreateBlankFrame() in CreateBlankFrame()
249 SfxFrame* SfxFrame::Create( SfxObjectShell& rDoc, Window& rWindow, sal_uInt16 nViewId, bool bHidden… in Create()
251 SfxFrame* pFrame = NULL; in Create()
288 for ( pFrame = SfxFrame::GetFirst(); in Create()
290 pFrame = SfxFrame::GetNext( *pFrame ) in Create()
307 SfxFrame* SfxFrame::Create( const Reference < XFrame >& i_rFrame ) in Create()
314 SfxFrame* pFrame = new SfxFrame( *pWindow, false ); in Create()
319 SfxFrame::SfxFrame( Window& i_rContainerWindow, bool i_bHidden ) in SfxFrame() function in SfxFrame
340 void SfxFrame::SetPresentationMode( sal_Bool bSet ) in SetPresentationMode()
364 SystemWindow* SfxFrame::GetSystemWindow() const in GetSystemWindow()
369 SystemWindow* SfxFrame::GetTopWindow_Impl() const in GetTopWindow_Impl()
377 Window& SfxFrame::GetWindow() const in GetWindow()
382 sal_Bool SfxFrame::Close() in Close()
388 void SfxFrame::LockResize_Impl( sal_Bool bLock ) in LockResize_Impl()
403 void SfxFrame::SetMenuBarOn_Impl( sal_Bool bOn ) in SetMenuBarOn_Impl()
427 sal_Bool SfxFrame::IsMenuBarOn_Impl() const in IsMenuBarOn_Impl()
432 void SfxFrame::PositionWindow_Impl( const Rectangle& rWinArea ) const in PositionWindow_Impl()
457 void SfxFrame::PrepareForDoc_Impl( SfxObjectShell& i_rDoc ) in PrepareForDoc_Impl()
474 bool SfxFrame::IsMarkedHidden_Impl() const in IsMarkedHidden_Impl()