Home
last modified time | relevance | path

Searched refs:aDestSize (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx1065 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()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx614 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 Demfwr.cxx1126 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 Dwmfwr.cxx1732 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()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx59 const Size aDestSize(nWidth, nHeight); in BPixelRasterToBitmapEx() local
61 Bitmap aContent(aDestSize, 24); in BPixelRasterToBitmapEx()
62 AlphaMask aAlpha(aDestSize, &nInitAlpha); in BPixelRasterToBitmapEx()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx830 const Size aDestSize( in DrawTransformedBitmapEx() local
834 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx()
887 const Size aDestSize( in DrawTransformedBitmapEx() local
891 DrawBitmapEx(aDestPt, aDestSize, rBitmapEx); in DrawTransformedBitmapEx()
1027 const Size aDestSize( in DrawTransformedBitmapEx() local
1031 DrawBitmapEx(aDestPt, aDestSize, aTransformed); in DrawTransformedBitmapEx()
H A Dgdimtf.cxx480 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()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1623 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()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx2324 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()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx2134 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()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1385 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()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx576 const Size aDestSize( GetLogicRect().GetSize() ); in GetTransformedGraphic() local
606 return GetGraphicObject().GetTransformedGraphic( aDestSize, aDestMap, aActAttr ); in GetTransformedGraphic()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1181 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()

Completed in 153 milliseconds