Home
last modified time | relevance | path

Searched refs:aTotalOutputSize (Results 1 – 4 of 4) sorted by relevance

/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx174 Size aTotalOutputSize = GetOutputSizePixel(); in Resize() local
179 Point( 0, aTotalOutputSize.Height()-nHScrollHeight ), in Resize()
180 Size( aTotalOutputSize.Width()-nVScrollWidth, nHScrollHeight ) in Resize()
184 Point( aTotalOutputSize.Width()-nVScrollWidth, 0 ), in Resize()
185 Size( nVScrollWidth, aTotalOutputSize.Height()-nHScrollHeight ) in Resize()
189 Point( aTotalOutputSize.Width() - nVScrollWidth, aTotalOutputSize.Height() - nHScrollHeight), in Resize()
193 GetHScrollBar()->SetPageSize( aTotalOutputSize.Width() ); in Resize()
194 GetHScrollBar()->SetVisibleSize( aTotalOutputSize.Width() ); in Resize()
196 GetVScrollBar()->SetPageSize( aTotalOutputSize.Height() ); in Resize()
197 GetVScrollBar()->SetVisibleSize( aTotalOutputSize.Height() ); in Resize()
[all …]
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx1431 Size aTotalOutputSize = GetOutputSizePixel(); in Resize() local
1433 …m_pFieldExpression->SetSizePixel(Size(aTotalOutputSize.Width() - 2*aSpace.Width(),m_pFieldExpressi… in Resize()
1451 …pControlsLst[i]->SetPosSizePixel(aPos,Size(aTotalOutputSize.Width() - aPos.X() - aSpace.Width(),pC… in Resize()
1454 m_aFL.SetSizePixel(Size(aTotalOutputSize.Width() - aSpace.Width(),m_aFL.GetSizePixel().Height())); in Resize()
1455 …m_aFL2.SetSizePixel(Size(aTotalOutputSize.Width() - aSpace.Width(),m_aFL2.GetSizePixel().Height())… in Resize()
1456 …m_aFL3.SetSizePixel(Size(aTotalOutputSize.Width() - aSpace.Width(),m_aFL3.GetSizePixel().Height())… in Resize()
1466 sal_Int32 nPos = aTotalOutputSize.Width() - aSpace.Width() - m_aToolBox.GetSizePixel().Width(); in Resize()
1470 …m_aHelpWindow.SetSizePixel(Size(aTotalOutputSize.Width() - aHelpPos.X(),aTotalOutputSize.Height() … in Resize()
/trunk/main/reportdesign/source/ui/report/
H A DReportWindow.cxx181 const Size aTotalOutputSize = GetOutputSizePixel(); in Resize() local
197 long nSectionsHeight = ::std::max<long>(nTermp,aTotalOutputSize.Height()); in Resize()
209 m_aViewsWindow.SetPosSizePixel(aStartPoint,Size(aTotalOutputSize.Width(),nSectionsHeight)); in Resize()
H A DScrollHelper.cxx189 const Size aTotalOutputSize = ResizeScrollBars(); in Resize() local
191 m_aReportWindow.SetPosSizePixel(Point( 0, 0 ),aTotalOutputSize); in Resize()

Completed in 29 milliseconds