Home
last modified time | relevance | path

Searched refs:aOutputSize (Results 1 – 25 of 49) sorted by relevance

12

/trunk/main/canvas/source/vcl/
H A Dspritehelper.cxx123 ::Size aOutputSize( ::vcl::unotools::sizeFromB2DSize( rOrigOutputSize ) ); in redraw()
143 aOutputSize ) ); in redraw()
158 aOutputSize ) ); in redraw()
229 aOutputSize = maContent->GetSizePixel(); in redraw()
235 aOutputSize.setWidth ( in redraw()
237 aOutputSize.setHeight( in redraw()
326 aOutputSize, in redraw()
336 aOutputSize, in redraw()
377 rTargetSurface.DrawBitmapEx( aOutPos, aOutputSize, in redraw()
391 aOutPos.X() + aOutputSize.Width()-1, in redraw()
[all …]
H A Dspritecanvashelper.cxx547 const ::Size aOutputSize( in genericUpdate() local
556 if( aOutputSize.Width() == 0 && in genericUpdate()
557 aOutputSize.Height() == 0 ) in genericUpdate()
567 if( aCurrOutputSize.Width() < aOutputSize.Width() || in genericUpdate()
568 aCurrOutputSize.Height() < aOutputSize.Height() ) in genericUpdate()
575 maVDev->SetOutputSizePixel( aOutputSize ); in genericUpdate()
582 maVDev->DrawOutDev( aEmptyPoint, aOutputSize, in genericUpdate()
583 aOutputPosition, aOutputSize, in genericUpdate()
599 rOutDev.DrawOutDev( aOutputPosition, aOutputSize, in genericUpdate()
600 aEmptyPoint, aOutputSize, in genericUpdate()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx356 Size aOutputSize( aWindowSize ); in getTransformation() local
360 aOutputSize.Width() = (long)( aOutputSize.Width() / 1.03 ); in getTransformation()
361 aOutputSize.Height() = (long)( aOutputSize.Height() / 1.03 ); in getTransformation()
368 const double output_ratio = (double)aOutputSize.Width() / (double)aOutputSize.Height(); in getTransformation()
372 aOutputSize.Height() = ( aOutputSize.Width() * aPageSize.Height() ) / aPageSize.Width(); in getTransformation()
376 aOutputSize.Width() = ( aOutputSize.Height() * aPageSize.Width() ) / aPageSize.Height(); in getTransformation()
379 Point aOutputOffset( ( aWindowSize.Width() - aOutputSize.Width() ) >> 1, in getTransformation()
380 ( aWindowSize.Height() - aOutputSize.Height() ) >> 1 ); in getTransformation()
382 maPresentationArea = Rectangle( aOutputOffset, aOutputSize ); in getTransformation()
387 aOutputSize.Width(), aOutputSize.Height(), aOutputOffset.X(), aOutputOffset.Y())); in getTransformation()
/trunk/main/svtools/source/misc/
H A Dhelpagentwindow.cxx93 Size aOutputSize = GetOutputSizePixel(); in HelpAgentWindow() local
94 m_aPreferredSize.Width() += aSize.Width() - aOutputSize.Width(); in HelpAgentWindow()
95 m_aPreferredSize.Height() += aSize.Height() - aOutputSize.Height(); in HelpAgentWindow()
120 Size aOutputSize( GetOutputSizePixel() ); in Paint() local
122 Rectangle aOutputRect( aPoint, aOutputSize ); in Paint()
163 Size aOutputSize = GetOutputSizePixel(); in Resize() local
166 m_pCloser->SetPosPixel( Point(aOutputSize.Width() - aCloserSize.Width() - 2, 2) ); in Resize()
/trunk/main/xmlsecurity/workben/
H A Dsignaturetest.cxx208 Size aOutputSize( 400, 600 ); in MyWin() local
210 Size aOutputSize( 400, 400 ); in MyWin()
212 SetOutputSizePixel( aOutputSize ); in MyWin()
217 …maTokenLine.SetPosSizePixel( TEXTFIELDSTARTX, nY, aOutputSize.Width()-2*TEXTFIELDSTARTX, FIXEDLINE… in MyWin()
223 …maCryptoCheckBox.SetPosSizePixel( TEXTFIELDSTARTX, nY, aOutputSize.Width()-2*TEXTFIELDSTARTX, FIXE… in MyWin()
244 …maTest1Line.SetPosSizePixel( TEXTFIELDSTARTX, nY, aOutputSize.Width()-2*TEXTFIELDSTARTX, FIXEDLINE… in MyWin()
291 …maTest2Line.SetPosSizePixel( TEXTFIELDSTARTX, nY, aOutputSize.Width()-2*TEXTFIELDSTARTX, FIXEDLINE… in MyWin()
319 …maHintLine.SetPosSizePixel( TEXTFIELDSTARTX, nY, aOutputSize.Width()-2*TEXTFIELDSTARTX, FIXEDLINEH… in MyWin()
324 …maHintText.SetPosSizePixel( TEXTFIELDSTARTX, nY, aOutputSize.Width()-2*TEXTFIELDSTARTX, aOutputSiz… in MyWin()
/trunk/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx233 Size aOutputSize = GetOutputSizePixel(); in Resize() local
238 aOutputSize.Width() -= aThumbPos.X(); in Resize()
239 aOutputSize.Height() -= m_aSplitter.GetSizePixel().Height(); in Resize()
244 m_aStartMarker.SetPosSizePixel(aPos,aOutputSize); in Resize()
248 … bShowEndMarker = m_pParent->getView()->GetTotalWidth() <= (aThumbPos.X() + aOutputSize.Width() ); in Resize()
254 m_aStartMarker.SetPosSizePixel(Point(0,0),Size(aStartWidth,aOutputSize.Height())); in Resize()
260 aSectionSize.Width() = aOutputSize.Width() - (long)aStartWidth; in Resize()
276 m_aEndMarker.SetPosSizePixel(aReportPos,Size(aEndWidth,aOutputSize.Height())); in Resize()
H A DStartMarker.cxx174 const Size aOutputSize = GetOutputSizePixel(); in MouseButtonUp() local
175 if( aPos.X() > aOutputSize.Width() || aPos.Y() > aOutputSize.Height() ) in MouseButtonUp()
238 const Size aOutputSize( GetOutputSizePixel() ); in Resize() local
239 const long nOutputWidth = aOutputSize.Width(); in Resize()
240 const long nOutputHeight = aOutputSize.Height(); in Resize()
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx102 const Size aOutputSize( GetOutputSizePixel() ); in Paint() local
103 const Rectangle aTitleRect( Point( 10, 10 ), Size( aOutputSize.Width() - 20, 20 ) ); in Paint()
116 const Size aOutputSize( GetOutputSizePixel() ); in Resize() local
119 Size( aOutputSize.Width() - 40, 20 ) in Resize()
123 Size( aOutputSize.Width() - 40, 150 ) in Resize()
520 const Size aOutputSize( GetOutputSizePixel() ); in Resize() local
528 const long nSuperordinateWidth = aOutputSize.Width() - 2 * aSpacing.Width(); in Resize()
531 const long nSubordinateWidth = aOutputSize.Width() - 2 * aSpacing.Width() - nIndent; in Resize()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx59 aOutputSize( 0, 0 ), in SvImpLBox()
827 (rPoint.Y() > aOutputSize.Height()) in GetEntry()
846 long nMax = aOutputSize.Height(); in MakePointVisible()
1378 AdjustScrollBars( aOutputSize ); in Resize()
1447 AdjustScrollBars( aOutputSize ); in ShowVerSBar()
1457 AdjustScrollBars( aOutputSize ); in ShowVerSBar()
1470 AdjustScrollBars( aOutputSize ); in ShowVerSBar()
1485 AdjustScrollBars( aOutputSize ); in ShowVerSBar()
1494 AdjustScrollBars( aOutputSize ); in ShowVerSBar()
2122 if( aPos.X() > aOutputSize.Width() || aPos.Y() > aOutputSize.Height() ) in MouseButtonDown()
[all …]
H A Dsvimpicn.cxx1190 nMaxVirtWidth = aOutputSize.Width(); in Arrange()
1295 aOrigin.X() += aOutputSize.Width(); in GetResizeRect()
1296 aOrigin.Y() += aOutputSize.Height(); in GetResizeRect()
1351 if(aDocPos.X()>=aOutputSize.Width() || aDocPos.Y()>=aOutputSize.Height()) in MouseButtonDown()
1860 aOutputSize.Width() = nRealWidth; in AdjustScrollBars()
1869 aOutputSize.Height() = nRealHeight; in AdjustScrollBars()
1903 long nWidth = aOutputSize.Width(); in CheckHorScrollBar()
1942 long nHeight = aOutputSize.Height(); in CheckVerScrollBar()
1954 aOutputSize.Width() += nVerSBarWidth; in CheckVerScrollBar()
2782 aRect.SetSize( aOutputSize ); in ShowTargetEmphasis()
[all …]
/trunk/main/svtools/source/toolpanel/
H A Dtabbargeometry.cxx215 Size aOutputSize( getItemsRect().GetSize() ); in impl_fitItems() local
217 aOutputSize.Width() -= m_aItemsInset.Right(); in impl_fitItems()
218 aOutputSize.Height() -= m_aItemsInset.Bottom(); in impl_fitItems()
219 const Rectangle aFitInto( Point( 0, 0 ), aOutputSize ); in impl_fitItems()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx273 Size aOutputSize = GetOutputSizePixel(); in AcceptDrop() local
279 Rectangle aBottomScrollArea( Point(0, aOutputSize.Height()-LISTBOX_SCROLLING_AREA), in AcceptDrop()
280 Size(aOutputSize.Width(), LISTBOX_SCROLLING_AREA) ); in AcceptDrop()
281 Rectangle aTopScrollArea( Point(0,0), Size(aOutputSize.Width(), LISTBOX_SCROLLING_AREA) ); in AcceptDrop()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignHelpBar.cxx80 Size aOutputSize( GetOutputSizePixel() ); in Resize() local
86 Size(aOutputSize.Width()-(2*STANDARD_MARGIN)-2, in Resize()
87 aOutputSize.Height()-(2*STANDARD_MARGIN)-2) ); in Resize()
H A DTableFieldDescWin.cxx176 Size aOutputSize( GetOutputSizePixel() ); in Resize() local
177 long nOutputWidth = aOutputSize.Width(); in Resize()
178 long nOutputHeight = aOutputSize.Height(); in Resize()
H A DTableDesignView.cxx126 Size aOutputSize( GetOutputSize() ); in Resize() local
127 long nOutputWidth = aOutputSize.Width(); in Resize()
128 long nOutputHeight = aOutputSize.Height(); in Resize()
/trunk/main/canvas/source/cairo/
H A Dcairo_spritecanvashelper.cxx485 const Size aOutputSize( in genericUpdate() local
491 …itingCairo.get(), aOutputPosition.X(), aOutputPosition.Y(), aOutputSize.Width(), aOutputSize.Heigh… in genericUpdate()
512 …indowCairo.get(), aOutputPosition.X(), aOutputPosition.Y(), aOutputSize.Width(), aOutputSize.Heigh… in genericUpdate()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx362 Size aOutputSize; in GetVisRect() local
365 aOutputSize = pWindow->GetOutputSizePixel(); in GetVisRect()
367 Rectangle aVisRect( aPoint, aOutputSize ); in GetVisRect()
1510 Size aOutputSize; in GetTextForwarder() local
1513 aOutputSize = pWindow->GetOutputSizePixel(); in GetTextForwarder()
1515 Rectangle aVisRect( aPoint, aOutputSize ); in GetTextForwarder()
1765 Size aOutputSize; in GetTextForwarder() local
1768 aOutputSize = pWindow->GetOutputSizePixel(); in GetTextForwarder()
1770 Rectangle aVisRect( aPoint, aOutputSize ); in GetTextForwarder()
H A DAccessibleDocumentPagePreview.cxx1403 Size aOutputSize; in ScPagePreviewCountData() local
1405 aOutputSize = pSizeWindow->GetOutputSizePixel(); in ScPagePreviewCountData()
1407 aVisRect = Rectangle( aPoint, aOutputSize ); in ScPagePreviewCountData()
1522 Size aOutputSize; in Notify() local
1525 aOutputSize = pSizeWindow->GetOutputSizePixel(); in Notify()
1527 Rectangle aVisRect( aPoint, aOutputSize ); in Notify()
1560 Size aOutputSize; in Notify() local
1563 aOutputSize = pSizeWindow->GetOutputSizePixel(); in Notify()
1565 Rectangle aVisRect( aPoint, aOutputSize ); in Notify()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1071 Size aOutputSize(GetOutputSize()); in SwAssignFieldsControl() local
1073 Size(aOutputSize.Width(), nHBHeight)); in SwAssignFieldsControl()
1076 …m_aWindow.SetSizePixel(Size(aOutputSize.Width() - m_aVScroll.GetSizePixel().Width(), aOutputSize.H… in SwAssignFieldsControl()
1175 m_aVScroll.SetPageSize((aOutputSize.Height() - nHBHeight - m_nLBStartTopPos)/ m_nYOffset); in SwAssignFieldsControl()
1181 … m_aVScroll.SetPosPixel(Point(aOutputSize.Width() - m_aVScroll.GetSizePixel().Width(), nHBHeight)); in SwAssignFieldsControl()
1182 …m_aVScroll.SetSizePixel(Size(m_aVScroll.GetSizePixel().Width(), aOutputSize.Height() - nHBHeight)); in SwAssignFieldsControl()
1376 Size aOutputSize(m_pFieldsControl->m_aHeaderHB.GetSizePixel()); in SwAssignFieldsDialog() local
1378 sal_Int32 nSecondWidth = nFirstWidth = aOutputSize.Width() / 3; in SwAssignFieldsDialog()
1383 aOutputSize.Width() - nFirstWidth - nSecondWidth, nHeadBits|HIB_LEFT); in SwAssignFieldsDialog()
/trunk/main/dbaccess/source/ui/app/
H A DAppSwapWindow.cxx98 Size aOutputSize = GetOutputSize(); in Resize() local
100 …ntrol.SetPosSizePixel( Point(static_cast<long>((aOutputSize.Width() - nX)*0.5), 0) ,Size(nX,aOutp… in Resize()
H A DAppTitleWindow.cxx85 Size aOutputSize( GetOutputSize() ); in Resize() local
86 long nOutputWidth = aOutputSize.Width(); in Resize()
87 long nOutputHeight = aOutputSize.Height(); in Resize()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx929 Size aOutputSize( 400, 600 ); in MSViewerWorkWindow() local
930 SetOutputSizePixel( aOutputSize ); in MSViewerWorkWindow()
1110 Size aOutputSize( GetOutputSizePixel() ); in Resize() local
1111 int nHeight = aOutputSize.Height() >> 1; in Resize()
1114 int nWidth = aOutputSize.Width(); in Resize()
1124 mpEdit[nPane]->SetPosSizePixel( nPosX, nHeight, nWidth, aOutputSize.Height() - nHeight ); in Resize()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx696 Size aOutputSize = GetOutputSizePixel(); in RecalcAll() local
697 if ( aEntryRect.Bottom() > aOutputSize.Height() ) in RecalcAll()
699 m_nTopIndex += ( aEntryRect.Bottom() - aOutputSize.Height() ); in RecalcAll()
700 aEntryRect.Move( 0, -( aEntryRect.Bottom() - aOutputSize.Height() ) ); in RecalcAll()
706 if ( m_bHasScrollBar && ( aOutputSize.Height() + m_nTopIndex > nTotalHeight ) ) in RecalcAll()
709 m_nTopIndex = nTotalHeight - aOutputSize.Height(); in RecalcAll()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx334 Size aOutputSize = GetOutputSizePixel(); in DrawChars_Impl() local
336 aOutputSize.setWidth( aOutputSize.Width() - SBWIDTH ); in DrawChars_Impl()
340 DrawLine( Point( nX * i, 0 ), Point( nX * i, aOutputSize.Height() ) ); in DrawChars_Impl()
342 DrawLine( Point( 0, nY * i ), Point( aOutputSize.Width(), nY * i ) ); in DrawChars_Impl()
/trunk/main/chart2/source/controller/drawinglayer/
H A DDrawViewWrapper.cxx192 Size aOutputSize(100,100); in ReInit() local
194 aOutputSize = pOutDev->GetOutputSize(); in ReInit()
206 Rectangle aRect(Point(0,0), aOutputSize); in ReInit()

Completed in 152 milliseconds

12