Home
last modified time | relevance | path

Searched refs:aSplitSize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/dbaccess/source/ui/control/
H A DVertSplitView.cxx133 Size aSplitSize; in Resize() local
140 aSplitSize = m_pSplitter->GetOutputSizePixel(); in Resize()
145 aSplitSize.Height() = aPlaygroundSize.Height(); in Resize()
147 if( ( aSplitPos.X() + aSplitSize.Width() ) > ( aPlaygroundSize.Width() )) in Resize()
148 aSplitPos.X() = aPlaygroundSize.Width() - aSplitSize.Width(); in Resize()
161 m_pSplitter->SetPosSizePixel( aSplitPos, Size( aSplitSize.Width(), aPlaygroundSize.Height() ) ); in Resize()
167 aSplitSize.Width() = aPlaygroundSize.Width(); in Resize()
169 if( ( aSplitPos.Y() + aSplitSize.Height() ) > ( aPlaygroundSize.Height() )) in Resize()
170 aSplitPos.Y() = aPlaygroundSize.Height() - aSplitSize.Height(); in Resize()
183 m_pSplitter->SetPosSizePixel( aSplitPos, Size( aPlaygroundSize.Width(), aSplitSize.Height() ) ); in Resize()
[all …]
/trunk/main/sfx2/source/dialog/
H A Ddockwin.cxx450 Size aSplitSize; member in SfxDockingWindow_Impl
504 pImp->aSplitSize = aSize; in Resize()
513 pImp->aSplitSize = aSize; in Resize()
843 pImp->aSplitSize = rRect.GetSize(); in EndDocking()
866 pImp->aSplitSize = rRect.GetSize(); in EndDocking()
1032 pImp->aSplitSize = GetOutputSizePixel(); in Initialize()
1036 SetFloatingSize( pImp->aSplitSize ); in Initialize()
1038 pImp->aSplitSize.Width() = aMinSize.Width(); in Initialize()
1351 Size aSize = pImp->aSplitSize; in CalcAlignment()
1570 rRect.SetSize( pImp->aSplitSize ); in CalcAlignment()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx238 Size aSplitSize; in resizeDocumentView() local
247 aSplitSize = m_pSplitter->GetOutputSizePixel(); in resizeDocumentView()
248 aSplitSize.Height() = aPlaygroundSize.Height(); in resizeDocumentView()
250 if( ( aSplitPos.X() + aSplitSize.Width() ) > ( aPlaygroundSize.Width() )) in resizeDocumentView()
251 aSplitPos.X() = aPlaygroundSize.Width() - aSplitSize.Width(); in resizeDocumentView()
276 m_pSplitter->SetPosSizePixel( aSplitPos, Size( aSplitSize.Width(), aPlaygroundSize.Height() ) ); in resizeDocumentView()
283 xGridAsWindow->setPosSize( aSplitPos.X() + aSplitSize.Width(), aPlaygroundPos.Y(), in resizeDocumentView()
284 …aPlaygroundSize.Width() - aSplitSize.Width() - aSplitPos.X(), aPlaygroundSize.Height(), ::com::sun… in resizeDocumentView()
/trunk/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx136 Size aSplitSize = m_pSplitter->GetOutputSizePixel(); in resizeAll() local
137 aSplitSize.Width() = aPlayground.GetWidth(); in resizeAll()
142 if ( aSplitPos.Y() + aSplitSize.Height() > aPlayground.GetHeight() ) in resizeAll()
143 aSplitPos.Y() = aPlayground.GetHeight() - aSplitSize.Height(); in resizeAll()
146 m_pSplitter->SetPosSizePixel( aSplitPos, aSplitSize ); in resizeAll()
154 aPlayground.Top() = aSplitPos.Y() + aSplitSize.Height(); in resizeAll()
H A DQueryDesignView.cxx2716 Size aSplitSize = Size( _rPlayground.GetSize().Width(), m_aSplitter.GetSizePixel().Height() ); in resizeDocumentView() local
2718 if( ( aSplitPos.Y() + aSplitSize.Height() ) > ( aPlaygroundSize.Height() )) in resizeDocumentView()
2719 aSplitPos.Y() = aPlaygroundSize.Height() - aSplitSize.Height(); in resizeDocumentView()
2729 Point aPos( aPlaygroundPos.X(), aSplitPos.Y() + aSplitSize.Height() ); in resizeDocumentView()
2730 …Pixel( aPos, Size( aPlaygroundSize.Width(), aPlaygroundSize.Height() - aSplitSize.Height() - aTabl… in resizeDocumentView()
2733 m_aSplitter.SetPosSizePixel( aSplitPos, aSplitSize ); in resizeDocumentView()

Completed in 55 milliseconds