Lines Matching refs:SfxChildWindow

53 DBG_NAME(SfxChildWindow)
75 DisposeListener( SfxChildWindow* pOwner , in DisposeListener()
110 SfxChildWindow* m_pOwner;
159 SfxChildWindow::SfxChildWindow(Window *pParentWindow, sal_uInt16 nId) in SfxChildWindow() function in SfxChildWindow
175 DBG_CTOR(SfxChildWindow,0); in SfxChildWindow()
178 void SfxChildWindow::Destroy() in Destroy()
200 SfxChildWindow::~SfxChildWindow() in ~SfxChildWindow()
202 DBG_DTOR(SfxChildWindow,0); in ~SfxChildWindow()
211 SfxChildWindow* SfxChildWindow::CreateChildWindow( sal_uInt16 nId, in CreateChildWindow()
214 SfxChildWindow *pChild=0; in CreateChildWindow()
293 void SfxChildWindow::SaveStatus(const SfxChildWinInfo& rInfo) in SaveStatus()
324 void SfxChildWindow::SetAlignment(SfxChildAlignment eAlign) in SetAlignment()
326 DBG_CHKTHIS(SfxChildWindow,0); in SetAlignment()
332 void SfxChildWindow::SetPosSizePixel(const Point& rPoint, Size& rSize) in SetPosSizePixel()
334 DBG_CHKTHIS(SfxChildWindow,0); in SetPosSizePixel()
340 SfxChildWinInfo SfxChildWindow::GetInfo() const in GetInfo()
342 DBG_CHKTHIS(SfxChildWindow,0); in GetInfo()
372 sal_uInt16 SfxChildWindow::GetPosition() in GetPosition()
415 void SfxChildWindow::InitializeChildWinFactory_Impl( sal_uInt16 nId, SfxChildWinInfo& rInfo ) in InitializeChildWinFactory_Impl()
476 void SfxChildWindow::CreateContext( sal_uInt16 nContextId, SfxBindings& rBindings ) in CreateContext()
616 void SfxChildWindow::SetFactory_Impl( SfxChildWinFactory *pF ) in SetFactory_Impl()
621 void SfxChildWindow::SetHideNotDelete( sal_Bool bOn ) in SetHideNotDelete()
626 sal_Bool SfxChildWindow::IsHideNotDelete() const in IsHideNotDelete()
631 void SfxChildWindow::SetHideAtToggle( sal_Bool bOn ) in SetHideAtToggle()
636 sal_Bool SfxChildWindow::IsHideAtToggle() const in IsHideAtToggle()
641 void SfxChildWindow::SetWantsFocus( sal_Bool bSet ) in SetWantsFocus()
646 sal_Bool SfxChildWindow::WantsFocus() const in WantsFocus()
720 sal_Bool SfxChildWindow::IsVisible() const in IsVisible()
725 void SfxChildWindow::SetVisible_Impl( sal_Bool bVis ) in SetVisible_Impl()
730 void SfxChildWindow::Hide() in Hide()
748 void SfxChildWindow::Show( sal_uInt16 nFlags ) in Show()
764 Window* SfxChildWindow::GetContextWindow( SfxModule *pModule ) const in GetContextWindow()
769 void SfxChildWindow::SetWorkWindow_Impl( SfxWorkWindow* pWin ) in SetWorkWindow_Impl()
781 void SfxChildWindow::Activate_Impl() in Activate_Impl()
787 void SfxChildWindow::Deactivate_Impl() in Deactivate_Impl()
792 sal_Bool SfxChildWindow::QueryClose() in QueryClose()
809 ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame > SfxChildWindow::GetFrame() in GetFrame()
814 void SfxChildWindow::SetFrame( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFr… in SetFrame()
837 sal_Bool SfxChildWindow::CanGetFocus() const in CanGetFocus()
847 void SfxChildWindow::RegisterChildWindow(SfxModule* pMod, SfxChildWinFactory* pFact) in RegisterChildWindow()