Home
last modified time | relevance | path

Searched refs:mpSplitter (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/svx/source/gallery2/
H A Dgalbrws.cxx79 mpSplitter(0), in SFX_IMPL_DOCKINGWINDOW()
93 mpSplitter = new GallerySplitter( this, GAL_RESID( GALLERY_SPLITTER ), in SFX_IMPL_DOCKINGWINDOW()
105 mpSplitter->SetHorizontal(bLayoutHorizontal); in SFX_IMPL_DOCKINGWINDOW()
106 mpSplitter->SetSplitHdl( LINK( this, GalleryBrowser, SplitHdl ) ); in SFX_IMPL_DOCKINGWINDOW()
107 mpSplitter->Show( sal_True ); in SFX_IMPL_DOCKINGWINDOW()
117 delete mpSplitter; in ~GalleryBrowser()
131 mpSplitter->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
132 mpSplitter->SetControlBackground( GALLERY_DLG_COLOR ); in InitSettings()
133 mpSplitter->SetControlForeground( GALLERY_DLG_COLOR ); in InitSettings()
154 const bool bOldLayoutHorizontal(mpSplitter->IsHorizontal()); in Resize()
[all …]
H A DGalleryControl.cxx47 mpSplitter(new GallerySplitter( in GalleryControl()
68 mpSplitter->SetHorizontal(false); in GalleryControl()
69 mpSplitter->SetSplitHdl( LINK( this, GalleryControl, SplitHdl ) ); in GalleryControl()
70 mpSplitter->Show( sal_True ); in GalleryControl()
91 mpSplitter->SetBackground( Wallpaper( GALLERY_DLG_COLOR ) ); in InitSettings()
92 mpSplitter->SetControlBackground( GALLERY_DLG_COLOR ); in InitSettings()
93 mpSplitter->SetControlForeground( GALLERY_DLG_COLOR ); in InitSettings()
104 mpSplitter->SetBackground(aBackground); in InitSettings()
123 const bool bOldLayoutHorizontal(mpSplitter->IsHorizontal()); in Resize()
124 …long nSplitPos( bOldLayoutHorizontal ? mpSplitter->GetPosPixel().X() : mpSplitter->GetPosPixel().Y… in Resize()
[all …]
/AOO41X/main/toolkit/source/awt/
H A Dvclxsplitter.cxx80 mpSplitter = NULL; in VCLXSplitter()
117 if ( !mpSplitter ) in ensureSplitter()
119 mpSplitter = new Splitter( GetWindow() , mbHorizontal ? WB_HORZ : WB_VERT ); in ensureSplitter()
120 mpSplitter->Show(); in ensureSplitter()
121 mpSplitter->SetEndSplitHdl( LINK( this, VCLXSplitter, HandleMovedHdl ) ); in ensureSplitter()
146 assert( mpSplitter ); in allocateArea()
148 mpSplitter->SetSplitPosPixel( mpSplitter->GetSplitPosPixel() + splitDiff/2 ); in allocateArea()
153 int splitPos = mpSplitter->GetSplitPosPixel(); in allocateArea()
156 mpSplitter->SetPosSizePixel( splitPos, 0, splitLen, rArea.Height, PosSize::POSSIZE ); in allocateArea()
158 mpSplitter->SetPosSizePixel( 0, splitPos, rArea.Width, splitLen, PosSize::POSSIZE ); in allocateArea()
[all …]
H A Dvclxsplitter.hxx111 Splitter *mpSplitter; member in layoutimpl::VCLXSplitter
/AOO41X/main/svx/inc/
H A DGalleryControl.hxx55 ::boost::scoped_ptr<GallerySplitter> mpSplitter;
/AOO41X/main/svx/inc/svx/
H A Dgalbrws.hxx68 GallerySplitter* mpSplitter; member in GalleryBrowser