Home
last modified time | relevance | path

Searched refs:SplitWindow (Results 1 – 25 of 135) sorted by relevance

123456

/trunk/main/vcl/source/window/
H A Dsplitwin.cxx174 void SplitWindow::ImplDrawBorder( SplitWindow* pWin ) in ImplDrawBorder()
277 void SplitWindow::ImplDrawBorderLine( SplitWindow* pWin ) in ImplDrawBorderLine()
1007 void SplitWindow::ImplDrawBack( SplitWindow* pWindow, const Rectangle& rRect, in ImplDrawBack()
1036 void SplitWindow::ImplDrawBack( SplitWindow* pWindow, ImplSplitSet* pSet ) in ImplDrawBack()
1255 sal_uInt16 SplitWindow::ImplTestSplit( SplitWindow* pWindow, const Point& rPos, in ImplTestSplit()
1319 void SplitWindow::ImplDrawSplitTracking( SplitWindow* pThis, const Point& rPos ) in ImplDrawSplitTracking()
1461 SplitWindow::SplitWindow( Window* pParent, WinBits nStyle ) : in SplitWindow() function in SplitWindow
1469 SplitWindow::SplitWindow( Window* pParent, const ResId& rResId ) : in SplitWindow() function in SplitWindow
1483 SplitWindow::~SplitWindow() in ~SplitWindow()
2389 void SplitWindow::Split() in Split()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dsplitwin.hxx61 class VCL_DLLPUBLIC SplitWindow : public DockingWindow class
132 static SAL_DLLPRIVATE void ImplDrawBorder( SplitWindow* pWin );
133 static SAL_DLLPRIVATE void ImplDrawBorderLine( SplitWindow* pWin );
136 static SAL_DLLPRIVATE void ImplDrawBack( SplitWindow* pWindow, ImplSplitSet* pSet );
137 static SAL_DLLPRIVATE void ImplDrawBack( SplitWindow* pWindow, const Rectangle& rRect,
142 static SAL_DLLPRIVATE sal_uInt16 ImplTestSplit( SplitWindow* pWindow, const Point& rPos,
147 SAL_DLLPRIVATE SplitWindow (const SplitWindow &);
148 SAL_DLLPRIVATE SplitWindow & operator= (const SplitWindow &);
150 SplitWindow( Window* pParent, WinBits nStyle = 0 );
151 SplitWindow( Window* pParent, const ResId& rResId );
[all …]
/trunk/main/sd/source/ui/dlg/
H A DPaneDockingWindow.cxx110 SplitWindow* pSplitWindow = dynamic_cast<SplitWindow*>(GetParent()); in SetValidSizeRange()
134 SplitWindow* pSplitWindow = dynamic_cast<SplitWindow*>(GetParent()); in GetOrientation()
/trunk/main/automation/source/server/
H A Dsta_list.cxx642 bResult = ((SplitWindow*)pWin)->IsFadeInButtonVisible(); in IsWinOK()
643 bResult = ((SplitWindow*)pWin)->IsFadeOutButtonVisible(); in IsWinOK()
644 bResult = ((SplitWindow*)pWin)->IsAutoHideButtonVisible(); in IsWinOK()
645 aAlign = ((SplitWindow*)pWin)->GetAlign(); in IsWinOK()
649 …&& (((SplitWindow*)pWin)->IsFadeInButtonVisible() || ((SplitWindow*)pWin)->IsFadeOutButtonVisible(… in IsWinOK()
650 …/*&& ((SplitWindow*)pWin)->IsAutoHideButtonVisible()*/ && ((SplitWindow*)pWin)->GetAlign() == nAli… in IsWinOK()
965 …(((SplitWindow*)pBase)->IsFadeInButtonVisible() || ((SplitWindow*)pBase)->IsFadeOutButtonVisible()… in ClientTree()
H A Dstatemnt.cxx4330 SplitWindow *pSW = (SplitWindow*) pTemp; in HandleCommonMethods()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx106 class SfxEmptySplitWin_Impl : public SplitWindow
126 : SplitWindow( pParent->GetParent(), WinBits( WB_BORDER | WB_3DLOOK ) ) in SfxEmptySplitWin_Impl()
204 SplitWindow::MouseButtonDown( rMEvt ); in MouseButtonDown()
209 SplitWindow::MouseMove( rMEvt ); in MouseMove()
225 : SplitWindow ( pParent, nBits | WB_HIDE ), in SfxSplitWindow()
432 SplitWindow::Split(); in Split()
995 SplitWindow::Command( rCEvt ); in Command()
1114 SplitWindow* SfxSplitWindow::GetSplitWindow() in GetSplitWindow()
/trunk/main/framework/source/layoutmanager/
H A Dpanel.cxx61SplitWindow* pSplitWindow = dynamic_cast< SplitWindow* >( VCLUnoHelper::GetWindow( m_xPanelWindow … in Panel()
/trunk/main/sfx2/source/inc/
H A Dsplitwin.hxx37 class SfxSplitWindow : public SplitWindow
116 SplitWindow* GetSplitWindow();
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx89 class OwnSplitWindow : public SplitWindow
92 OwnSplitWindow(Window* pParent) : SplitWindow(pParent,WB_DIALOGCONTROL){SetBackground( );} in OwnSplitWindow()
96 SplitWindow::Split(); in Split()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.hxx239 SplitWindow aSplitWin;
263 DECL_LINK( ResizeHdl_Impl, SplitWindow* ); // used for split and initial setting of toolbar pos
H A Dtemplwin.cxx1201 IMPL_LINK ( SvtTemplateWindow , ResizeHdl_Impl, SplitWindow *, EMPTYARG ) in IMPL_LINK() argument
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx908 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl()
923 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl()
938 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl()
953 aSize = ((SplitWindow *)(pCli->pWin))->CalcLayoutSizePixel( aSize ); in Arrange_Impl()
1183 ((SplitWindow*)pCli->pWin)->Show( sal_True, nFlags ); in ShowChilds_Impl()
1959 ((SplitWindow*)pWin)->Show( sal_True, SHOW_NOFOCUSCHANGE | SHOW_NOACTIVATE ); in ConfigChild_Impl()
H A Dnewhelp.hxx506 class SfxHelpWindow_Impl : public SplitWindow
H A Dnewhelp.cxx2851 SplitWindow::Resize(); in Resize()
2862 SplitWindow::Split(); in Split()
3207 SplitWindow( pParent, WB_3DLOOK | WB_NOSPLITDRAW ), in SfxHelpWindow_Impl()
/trunk/main/sd/source/ui/inc/
H A DPaneDockingWindow.hxx34 class SplitWindow;
/trunk/main/extensions/source/bibliography/
H A Dbibshortcuthandler.hxx68 class BibSplitWindow : public SplitWindow, public BibShortCutHandler
H A Dbibcont.cxx63 BibSplitWindow::BibSplitWindow( Window* pParent, WinBits nStyle ) : SplitWindow( pParent, nStyle ),… in BibSplitWindow()
/trunk/main/reportdesign/source/ui/inc/
H A DDesignView.hxx69 SplitWindow m_aSplitWin;
/trunk/main/solenv/inc/
H A Dstarview.hid234 #define SplitWindow 70
/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx1102 static_cast<SplitWindow*>(pSplitWindow)->Split(); in SetChildWindowWidth()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx908 pNewWindow = new SplitWindow( pParent, nWinBits ); in ImplCreateWindow()
/trunk/main/helpcontent2/helpers/
H A Duno-commands.csv1487 .uno:SplitWindow
H A Dunocmds.txt960 .uno:SplitWindow;scalc/01/07080000.xhp
H A Dlongnames_commands.csv1789 SID_WINDOW_SPLIT,.uno:SplitWindow
H A Duno_hid.lst1784 SID_WINDOW_SPLIT,26069,.uno:SplitWindow

Completed in 189 milliseconds

123456