Home
last modified time | relevance | path

Searched refs:aPlaygroundPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/control/
H A DVertSplitView.cxx134 Point aPlaygroundPos( 0,0 ); in Resize() local
144 aSplitPos.Y() = aPlaygroundPos.Y(); in Resize()
150 if( aSplitPos.X() <= aPlaygroundPos.X() ) in Resize()
151 aSplitPos.X() = aPlaygroundPos.X() + sal_Int32(aPlaygroundSize.Width() * 0.3); in Resize()
154 Point aTreeViewPos( aPlaygroundPos ); in Resize()
162 m_pSplitter->SetDragRectPixel( Rectangle(aPlaygroundPos,aPlaygroundSize) ); in Resize()
166 aSplitPos.X() = aPlaygroundPos.X(); in Resize()
172 if( aSplitPos.Y() <= aPlaygroundPos.Y() ) in Resize()
173 aSplitPos.Y() = aPlaygroundPos.Y() + sal_Int32(aPlaygroundSize.Height() * 0.3); in Resize()
176 Point aTreeViewPos( aPlaygroundPos ); in Resize()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwview.cxx239 Point aPlaygroundPos( _rPlayground.TopLeft() ); in resizeDocumentView() local
246 aSplitPos.Y() = aPlaygroundPos.Y(); in resizeDocumentView()
253 if( aSplitPos.X() <= aPlaygroundPos.X() ) in resizeDocumentView()
254 aSplitPos.X() = aPlaygroundPos.X() + sal_Int32(aPlaygroundSize.Width() * 0.2); in resizeDocumentView()
257 Point aTreeViewPos( aPlaygroundPos ); in resizeDocumentView()
263 Size aStatusSize(aPlaygroundPos.X(), GetTextHeight() + 2); in resizeDocumentView()
267 …Point aStatusPos( aPlaygroundPos.X() + 2, aTreeViewPos.Y() + aTreeViewSize.Height() - aStatusSize.… in resizeDocumentView()
283 xGridAsWindow->setPosSize( aSplitPos.X() + aSplitSize.Width(), aPlaygroundPos.Y(), in resizeDocumentView()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2672 Point aPlaygroundPos( _rPlayground.TopLeft() ); in resizeDocumentView() local
2721 if( aSplitPos.Y() <= aPlaygroundPos.Y() ) in resizeDocumentView()
2722 aSplitPos.Y() = aPlaygroundPos.Y() + sal_Int32(aPlaygroundSize.Height() * 0.2); in resizeDocumentView()
2725 Size aTableViewSize(aPlaygroundSize.Width(), aSplitPos.Y() - aPlaygroundPos.Y()); in resizeDocumentView()
2726 m_pScrollWindow->SetPosSizePixel(aPlaygroundPos, aTableViewSize); in resizeDocumentView()
2729 Point aPos( aPlaygroundPos.X(), aSplitPos.Y() + aSplitSize.Height() ); in resizeDocumentView()

Completed in 38 milliseconds