/aoo41x/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 1065 Size aDestSize(aSize.Width() - nScrollSize, aSize.Height() - nScrollSize); in NewLayout() local 1066 maLightControl.SetPosSizePixel(aPoint, aDestSize); in NewLayout() 1070 aDestSize.Height() = nScrollSize; in NewLayout() 1071 maHorScroller.SetPosSizePixel(aPoint, aDestSize); in NewLayout() 1076 aDestSize.Width() = nScrollSize; in NewLayout() 1077 aDestSize.Height() = aSize.Height() - nScrollSize; in NewLayout() 1078 maVerScroller.SetPosSizePixel(aPoint, aDestSize); in NewLayout() 1082 aDestSize.Height() = nScrollSize; in NewLayout() 1083 maSwitcher.SetPosSizePixel(aPoint, aDestSize); in NewLayout()
|
/aoo41x/main/svtools/source/filter/wmf/ |
H A D | winwmf.cxx | 614 Size aDestSize( ReadYXExt() ); in ReadRecordParams() local 615 … if ( aDestSize.Width() && aDestSize.Height() ) // #92623# do not try to read buggy bitmaps in ReadRecordParams() 617 Rectangle aDestRect( ReadYX(), aDestSize ); in ReadRecordParams() 1396 Size aDestSize( ReadYXExt() ); in GetPlaceableBound() local 1397 … if ( aDestSize.Width() && aDestSize.Height() ) // #92623# do not try to read buggy bitmaps in GetPlaceableBound() 1399 Rectangle aDestRect( ReadYX(), aDestSize ); in GetPlaceableBound()
|
H A D | emfwr.cxx | 1126 const Size aDestSize( pA->GetSize() ); in ImplWrite() local 1127 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWrite() 1128 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in ImplWrite()
|
H A D | wmfwr.cxx | 1732 const Size aDestSize( pA->GetSize() ); in WriteRecords() local 1733 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteRecords() 1734 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteRecords()
|
/aoo41x/main/drawinglayer/source/processor3d/ |
H A D | zbufferprocessor3d.cxx | 59 const Size aDestSize(nWidth, nHeight); in BPixelRasterToBitmapEx() local 61 Bitmap aContent(aDestSize, 24); in BPixelRasterToBitmapEx() 62 AlphaMask aAlpha(aDestSize, &nInitAlpha); in BPixelRasterToBitmapEx()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 829 const Size aDestSize(basegfx::fround(aScale.getX()), basegfx::fround(aScale.getY())); in DrawTransformedBitmapEx() local 831 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx() 883 const Size aDestSize(basegfx::fround(aScale.getX()), basegfx::fround(aScale.getY())); in DrawTransformedBitmapEx() local 885 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx() 1020 …const Size aDestSize(basegfx::fround(aVisibleRange.getWidth()), basegfx::fround(aVisibleRange.getH… in DrawTransformedBitmapEx() local 1022 DrawBitmapEx(aDestPt, aDestSize, aTransformed); in DrawTransformedBitmapEx()
|
H A D | gdimtf.cxx | 480 Size aDestSize( pOut->LogicToPixel( rSize ) ); in Play() local 482 if( aDestSize.Width() && aDestSize.Height() ) in Play() 488 aTmpPrefSize.Width() = aDestSize.Width(); in Play() 491 aTmpPrefSize.Height() = aDestSize.Height(); in Play() 493 Fraction aScaleX( aDestSize.Width(), aTmpPrefSize.Width() ); in Play() 494 Fraction aScaleY( aDestSize.Height(), aTmpPrefSize.Height() ); in Play()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 1623 const Size aDestSize( pA->GetSize() ); in Impl_writeActions() local 1624 …const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in Impl_writeActions() 1625 …const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : … in Impl_writeActions()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgwriter.cxx | 1385 const Size aDestSize( pA->GetSize() ); in ImplWriteActions() local 1386 …const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions() 1387 …const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : … in ImplWriteActions()
|
/aoo41x/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 2324 const Size aDestSize( pA->GetSize() ); in WriteOrders() local 2325 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteOrders() 2326 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteOrders()
|
/aoo41x/main/filter/source/graphicfilter/epict/ |
H A D | epict.cxx | 2134 const Size aDestSize( pA->GetSize() ); in WriteOpcodes() local 2135 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in WriteOpcodes() 2136 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in WriteOpcodes()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdograf.cxx | 576 const Size aDestSize( GetLogicRect().GetSize() ); in GetTransformedGraphic() local 606 return GetGraphicObject().GetTransformedGraphic( aDestSize, aDestMap, aActAttr ); in GetTransformedGraphic()
|
/aoo41x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 1181 const Size aDestSize( pA->GetSize() ); in ImplWriteActions() local 1182 const double fScaleX = aSrcSize.Width() ? (double) aDestSize.Width() / aSrcSize.Width() : 1.0; in ImplWriteActions() 1183 … const double fScaleY = aSrcSize.Height() ? (double) aDestSize.Height() / aSrcSize.Height() : 1.0; in ImplWriteActions()
|