Lines Matching refs:SfxDockingWindow

71 class SfxTitleDockingWindow : public SfxDockingWindow
240 ( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo ); in SfxDockingWrapper()
272 ((SfxDockingWindow*)GetWindow())->FillInfo( aInfo ); in GetInfo()
281 SfxDockingWindow( pBind , in SfxTitleDockingWindow()
308 return SfxDockingWindow::Notify( rNEvt ); in Notify()
323 SfxDockingWindow::StateChanged(nType); in StateChanged()
328 SfxDockingWindow::Resize(); in Resize()
335 SfxDockingWindow::Resizing( rSize ); in Resizing()
342 return SfxDockingWindow::Close(); in Close()
436 friend class SfxDockingWindow;
473 void SfxDockingWindow::Resize() in Resize()
524 sal_Bool SfxDockingWindow::PrepareToggleFloatingMode() in PrepareToggleFloatingMode()
577 void SfxDockingWindow::ToggleFloatingMode() in ToggleFloatingMode()
671 void SfxDockingWindow::StartDocking() in StartDocking()
702 sal_Bool SfxDockingWindow::Docking( const Point& rPos, Rectangle& rRect ) in Docking()
805 void SfxDockingWindow::EndDocking( const Rectangle& rRect, sal_Bool bFloatMode ) in EndDocking()
882 void SfxDockingWindow::Resizing( Size& /*rSize*/ ) in Resizing()
904 SfxDockingWindow::SfxDockingWindow( SfxBindings *pBindinx, SfxChildWindow *pCW, in SfxDockingWindow() function in SfxDockingWindow
951 pImp->aMoveTimer.SetTimeoutHdl(LINK(this,SfxDockingWindow,TimerHdl)); in SfxDockingWindow()
958 SfxDockingWindow::SfxDockingWindow( SfxBindings *pBindinx, SfxChildWindow *pCW, in SfxDockingWindow() function in SfxDockingWindow
1005 pImp->aMoveTimer.SetTimeoutHdl(LINK(this,SfxDockingWindow,TimerHdl)); in SfxDockingWindow()
1012 void SfxDockingWindow::Initialize(SfxChildWinInfo *pInfo) in Initialize()
1193 void SfxDockingWindow::Initialize_Impl() in Initialize_Impl()
1247 void SfxDockingWindow::FillInfo(SfxChildWinInfo& rInfo) const in FillInfo()
1295 SfxDockingWindow::~SfxDockingWindow() in ~SfxDockingWindow()
1301 void SfxDockingWindow::ReleaseChildWindow_Impl() in ReleaseChildWindow_Impl()
1314 SfxChildAlignment SfxDockingWindow::CalcAlignment(const Point& rPos, Rectangle& rRect) in CalcAlignment()
1684 Size SfxDockingWindow::CalcDockingSize(SfxChildAlignment eAlign) in CalcDockingSize()
1736 SfxChildAlignment SfxDockingWindow::CheckAlignment(SfxChildAlignment, in CheckAlignment()
1752 sal_Bool SfxDockingWindow::Close() in Close()
1777 void SfxDockingWindow::Paint(const Rectangle& /*rRect*/) in Paint()
1830 void SfxDockingWindow::SetMinOutputSizePixel( const Size& rSize ) in SetMinOutputSizePixel()
1845 Size SfxDockingWindow::GetMinOutputSizePixel() const in GetMinOutputSizePixel()
1858 long SfxDockingWindow::Notify( NotifyEvent& rEvt ) in Notify()
1906 sal_uInt16 SfxDockingWindow::GetWinBits_Impl() const in GetWinBits_Impl()
1916 void SfxDockingWindow::SetItemSize_Impl( const Size& rSize ) in SetItemSize_Impl()
1927 void SfxDockingWindow::Disappear_Impl() in Disappear_Impl()
1933 void SfxDockingWindow::Reappear_Impl() in Reappear_Impl()
1941 sal_Bool SfxDockingWindow::IsAutoHide_Impl() const in IsAutoHide_Impl()
1949 sal_Bool SfxDockingWindow::IsPinned_Impl() const in IsPinned_Impl()
1956 void SfxDockingWindow::AutoShow( sal_Bool bShow ) in AutoShow()
1961 void SfxDockingWindow::AutoShow_Impl( sal_Bool bShow ) in AutoShow_Impl()
1980 SfxSplitWindow* SfxDockingWindow::GetSplitWindow_Impl() const in GetSplitWindow_Impl()
1985 void SfxDockingWindow::FadeIn( sal_Bool /*bFadeIn*/ ) in FadeIn()
1989 void SfxDockingWindow::StateChanged( StateChangedType nStateChange ) in StateChanged()
1997 void SfxDockingWindow::Move() in Move()
2003 IMPL_LINK( SfxDockingWindow, TimerHdl, Timer*, EMPTYARG) in IMPL_LINK() argument