Home
last modified time | relevance | path

Searched refs:SfxDockingWindow (Results 1 – 25 of 57) sorted by relevance

123

/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx281 SfxDockingWindow( pBind , in SfxTitleDockingWindow()
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()
904 SfxDockingWindow::SfxDockingWindow( SfxBindings *pBindinx, SfxChildWindow *pCW, in SfxDockingWindow() function in SfxDockingWindow
958 SfxDockingWindow::SfxDockingWindow( SfxBindings *pBindinx, SfxChildWindow *pCW, in SfxDockingWindow() function in SfxDockingWindow
1295 SfxDockingWindow::~SfxDockingWindow() in ~SfxDockingWindow()
1752 sal_Bool SfxDockingWindow::Close() in Close()
[all …]
H A Dtitledockwin.cxx45 :SfxDockingWindow( i_pBindings, i_pChildWindow, i_pParent, i_nStyle ) in TitledDockingWindow()
59 :SfxDockingWindow( i_pBindings, i_pChildWindow, i_pParent, i_rResId ) in TitledDockingWindow()
104 SfxDockingWindow::SetText( i_rText ); in SetText()
113 SfxDockingWindow::Resize(); in Resize()
172 SfxDockingWindow::Paint( i_rArea ); in Paint()
305 SfxDockingWindow::StateChanged( i_nType ); in StateChanged()
311 SfxDockingWindow::EndDocking( i_rRect, i_bFloatMode ); in EndDocking()
320 SfxDockingWindow::DataChanged( i_rDataChangedEvent ); in DataChanged()
H A Dpartwnd.cxx77 ((SfxDockingWindow*)pWindow)->SetFloatingSize( Size( 175, 175 ) ); in SfxPartChildWnd_Impl()
80 ( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo ); in SfxPartChildWnd_Impl()
144 : SfxDockingWindow( pBind, pChildWin, pParent, nBits ) in SfxPartDockWnd_Impl()
206 SfxDockingWindow::Resize(); in Resize()
244 return SfxDockingWindow::Notify( rEvt ); in Notify()
249 SfxDockingWindow::FillInfo( rInfo ); in FillInfo()
H A Dnavigat.cxx53 ( ( SfxDockingWindow* ) pWindow )->Initialize( pInfo ); in SfxNavigatorWrapper()
61 : SfxDockingWindow( pBind , in SfxNavigator()
72 SfxDockingWindow::Resize(); in Resize()
79 SfxDockingWindow::Resizing( rSize ); in Resizing()
92 return SfxDockingWindow::Close(); in Close()
H A Dsplitwin.cxx96 SfxDockingWindow* pWin; // SplitWindow hat dieses Fenster
479 void SfxSplitWindow::InsertWindow( SfxDockingWindow* pDockWin, const Size& rSize) in InsertWindow()
573 void SfxSplitWindow::ReleaseWindow_Impl(SfxDockingWindow *pDockWin, sal_Bool bSave) in ReleaseWindow_Impl()
608 void SfxSplitWindow::MoveWindow( SfxDockingWindow* pDockWin, const Size& rSize, in MoveWindow()
639 void SfxSplitWindow::InsertWindow( SfxDockingWindow* pDockWin, const Size& rSize, in InsertWindow()
715 SfxDockingWindow* pDockWin = pDock->pWin; in InsertWindow_Impl()
836 void SfxSplitWindow::RemoveWindow( SfxDockingWindow* pDockWin, sal_Bool bHide ) in RemoveWindow()
901 sal_Bool SfxSplitWindow::GetWindowPos( const SfxDockingWindow* pWindow, in GetWindowPos()
1358 void SfxSplitWindow::SetActiveWindow_Impl( SfxDockingWindow* pWin ) in SetActiveWindow_Impl()
/trunk/main/sfx2/source/inc/
H A Dsplitwin.hxx32 class SfxDockingWindow;
48 SfxDockingWindow* pActive;
78 void ReleaseWindow_Impl(SfxDockingWindow *pWin, sal_Bool bSaveConfig=sal_True);
80 void InsertWindow( SfxDockingWindow* pDockWin,
83 void InsertWindow( SfxDockingWindow* pDockWin,
89 void MoveWindow( SfxDockingWindow* pDockWin,
95 void RemoveWindow( SfxDockingWindow* pDockWin, sal_Bool bHide=sal_True);
104 sal_Bool GetWindowPos( const SfxDockingWindow* pWindow,
124 void SetActiveWindow_Impl( SfxDockingWindow* pWin );
/trunk/main/sfx2/inc/sfx2/
H A Ddockwin.hxx43 class SFX2_DLLPUBLIC SfxDockingWindow : public DockingWindow class
53 SAL_DLLPRIVATE SfxDockingWindow(SfxDockingWindow &); // not defined
54 SAL_DLLPRIVATE void operator =(SfxDockingWindow &); // not defined
80 SfxDockingWindow( SfxBindings *pBindings,
84 SfxDockingWindow( SfxBindings *pBindings,
88 ~SfxDockingWindow();
/trunk/main/svx/source/form/
H A Dfmexpl.cxx587 …:SfxDockingWindow( _pBindings, _pMgr, _pParent, WinBits(WB_STDMODELESS|WB_SIZEABLE|WB_ROLLABLE|WB_… in DBG_NAME()
596 SfxDockingWindow::SetFloatingSize( Size(200,200) ); in DBG_NAME()
633 SfxDockingWindow::GetFocus(); in GetFocus()
640 return SfxDockingWindow::Close(); in Close()
646 SfxDockingWindow::FillInfo( rInfo ); in FillInfo()
656 return SfxDockingWindow::CalcDockingSize( eAlign ); in CalcDockingSize()
670 SfxDockingWindow::Resize(); in Resize()
698 ((SfxDockingWindow*)pWindow)->Initialize( _pInfo ); in SFX_IMPL_DOCKINGWINDOW()
H A Dfiltnav.cxx1937 …:SfxDockingWindow( _pBindings, _pMgr, _pParent, WinBits(WB_STDMODELESS|WB_SIZEABLE|WB_ROLLABLE|WB_… in FmFilterNavigatorWin()
1945 SfxDockingWindow::SetFloatingSize( Size(200,200) ); in FmFilterNavigatorWin()
2004 return SfxDockingWindow::Close(); in Close()
2010 SfxDockingWindow::FillInfo( rInfo ); in FillInfo()
2020 return SfxDockingWindow::CalcDockingSize( eAlign ); in CalcDockingSize()
2042 SfxDockingWindow::Resize(); in Resize()
2076 ((SfxDockingWindow*)pWindow)->Initialize( _pInfo ); in SFX_IMPL_DOCKINGWINDOW()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx105 SfxDockingWindow( pBindingsP, pCW, pParent, rResId ), in ScFunctionDockWin()
673 SfxDockingWindow::Close(); in Close()
797 SfxDockingWindow::Resize(); in Resize()
1090 SfxDockingWindow::ToggleFloatingMode(); in ToggleFloatingMode()
1136 SfxDockingWindow::Initialize(pInfo); in Initialize()
1159 SfxDockingWindow::FillInfo(rInfo); in FillInfo()
1179 SfxDockingWindow::StateChanged( nStateChange ); in StateChanged()
/trunk/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx258 SfxDockingWindow( _pBindings, pCW, _pParent, rResId ), in SvxColorDockingWindow()
432 SfxDockingWindow::Close(); in Close()
598 SfxDockingWindow::Resize(); in Resize()
605 SfxDockingWindow::GetFocus(); in GetFocus()
627 return nRet ? nRet : SfxDockingWindow::Notify( rNEvt ); in Notify()
/trunk/main/svx/source/gallery2/
H A Dgalbrws.cxx77 : SfxDockingWindow(_pBindings, pCW, pParent, rResId), in SFX_IMPL_DOCKINGWINDOW()
149 SfxDockingWindow::Resize(); in Resize()
249 return SfxDockingWindow::Close(); in Close()
256 SfxDockingWindow::GetFocus(); in GetFocus()
/trunk/main/sd/source/ui/dlg/
H A DLayerDialogContent.cxx62 : SfxDockingWindow (pInBindings, pCW, pParent, rSdResId), in LayerDialogContent()
87 return SfxDockingWindow::Close(); in Close()
98 SfxDockingWindow::Resize(); in Resize()
H A DPaneDockingWindow.cxx83 SfxDockingWindow::StateChanged (nType); in StateChanged()
98 SfxDockingWindow::MouseButtonDown(rEvent); in MouseButtonDown()
H A Danimobjs.cxx149 SfxDockingWindow ( pInBindings, pCW, pParent, rSdResId ), in AnimationWindow()
847 SfxDockingWindow::Resize(); in Resize()
865 SfxDockingWindow::Close(); in Close()
875 SfxDockingWindow::FillInfo( rInfo ) ; in FillInfo()
1282 SfxDockingWindow::DataChanged( rDCEvt ); in DataChanged()
/trunk/main/sd/source/ui/notes/
H A DNotesDockingWindow.cxx49 : SfxDockingWindow (_pBindings, pChildWindow, _pParent, in NotesDockingWindow()
76 SfxDockingWindow::Paint (rBoundingBox); in Paint()
95 SfxDockingWindow::Resize(); in Resize()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx647 Size aMinOutSizePixel = ((SfxDockingWindow*)GetParent())->GetMinOutputSizePixel(); in _ZoomOut()
648 ((SfxDockingWindow*)GetParent())->SetMinOutputSizePixel(Size( in _ZoomOut()
691 Size aMinOutSizePixel = ((SfxDockingWindow*)GetParent())->GetMinOutputSizePixel(); in _ZoomIn()
692 ((SfxDockingWindow*)GetParent())->SetMinOutputSizePixel(Size( in _ZoomIn()
714 SfxDockingWindow* pDockingParent = dynamic_cast<SfxDockingWindow*>(pParent); in Resize()
870 SfxDockingWindow* pSfxDockingParent = dynamic_cast<SfxDockingWindow*>(pParent); in SwNavigationPI()
/trunk/main/avmedia/source/framework/
H A Dmediaplayer.cxx67SfxDockingWindow( _pBindings, pCW, pParent, WB_CLOSEABLE | WB_MOVEABLE | WB_SIZEABLE | WB_DOCKABLE… in SFX_IMPL_DOCKINGWINDOW()
97 SfxDockingWindow::Resize(); in Resize()
113 SfxDockingWindow::ToggleFloatingMode(); in ToggleFloatingMode()
/trunk/main/sfx2/source/sidebar/
H A DSidebarChildWindow.cxx56 SfxDockingWindow* pDockingParent = dynamic_cast<SfxDockingWindow*>(this->pWindow); in SidebarChildWindow()
H A DSidebarDockingWindow.cxx44 : SfxDockingWindow(pSfxBindings, &rChildWindow, pParentWindow, nBits), in SidebarDockingWindow()
116 return SfxDockingWindow::Close(); in Close()
/trunk/main/sc/source/ui/inc/
H A Ddwfunctr.hxx71 class ScFunctionDockWin : public SfxDockingWindow, public SfxListener
140 using SfxDockingWindow::Notify;
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx1614 ((SfxDockingWindow*)pChildWin->GetWindow())->Reappear_Impl(); in UpdateChildWindows_Impl()
1634 ((SfxDockingWindow*)pChildWin->GetWindow())->Disappear_Impl(); in UpdateChildWindows_Impl()
1901 SfxDockingWindow* pDockWin=0; in ConfigChild_Impl()
1923 pDockWin = (SfxDockingWindow*) pChild->GetWindow(); in ConfigChild_Impl()
2307 SfxDockingWindow *pDock = in ToggleChildWindow_Impl()
2308 (SfxDockingWindow*) pCW->pWin->GetWindow(); in ToggleChildWindow_Impl()
2524 ((SfxDockingWindow*)pChildWin->GetWindow())->Reappear_Impl(); in ShowChildWindow_Impl()
2535 ((SfxDockingWindow*)pChildWin->GetWindow())->Disappear_Impl(); in ShowChildWindow_Impl()
/trunk/main/starmath/source/
H A Dview.cxx506 SfxDockingWindow(pBindings_, pChildWindow, pParent, SmResId(RID_CMDBOXWINDOW)), in SmCmdBoxWindow()
554 SfxDockingWindow::Resize(); in Resize()
611 return SfxDockingWindow::CalcDockingSize(eAlign); in CalcDockingSize()
651 SfxDockingWindow::StateChanged( nStateChange ); in StateChanged()
723 SfxDockingWindow::ToggleFloatingMode(); in ToggleFloatingMode()
750 ((SfxDockingWindow *)pWindow)->Initialize(pInfo); in SmCmdBoxWrapper()
/trunk/main/svx/source/dialog/
H A Dfontwork.cxx208 SfxDockingWindow( pBindinx, pCW, _pParent, rResId ), in SvxFontWorkDialog()
318 SfxDockingWindow::Roll(); in Zoom()
929 SfxDockingWindow::DataChanged( rDCEvt ); in DataChanged()
/trunk/main/svx/source/inc/
H A Dfiltnav.hxx329 class FmFilterNavigatorWin : public SfxDockingWindow, public SfxControllerItem
349 using SfxDockingWindow::StateChanged;

Completed in 126 milliseconds

123