Home
last modified time | relevance | path

Searched refs:aNewSize (Results 101 – 114 of 114) sorted by relevance

12345

/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindow.hxx197 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx473 Size aNewSize( pImpEditEngine->GetPaperSize() ); in SetPaperSize() local
476 if ( bAutoPageSize || ( aNewSize.Width() != aOldSize.Width() ) ) in SetPaperSize()
487 pView->pImpEditView->GetOutputArea().TopLeft(), aNewSize ) ); in SetPaperSize()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx2455 const Size aNewSize( 0, rExampleWin.GetOutputSize().Height() * 2 / 3 ); in InitFontStyle() local
2456 rFont.SetSize( aNewSize ); in InitFontStyle()
2457 rCJKFont.SetSize( aNewSize ); in InitFontStyle()
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.hxx198 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw (::com::s…
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1137 const Size aNewSize( nWidth + nDX, nHeight + nDY ); in Expand() local
1143 Bitmap aNewBmp( aNewSize, GetBitCount(), &aBmpPal ); in Expand()
/trunk/main/svx/source/table/
H A Dcell.hxx127 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw (::com::s…
/trunk/main/sw/source/core/layout/
H A Dfly.cxx2129 Size SwFlyFrm::ChgSize( const Size& aNewSize ) in ChgSize() argument
2135 Size aAdjustedNewSize( aNewSize ); in ChgSize()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3801 Size aNewSize( rBoundRect.GetHeight(), rBoundRect.GetWidth() ); in ImportFontWork() local
3802 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportFontWork()
4227 Size aNewSize( aClientRect.GetHeight(), aClientRect.GetWidth() ); in ImportGroup() local
4228 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportGroup()
4423 Size aNewSize( aObjData.aBoundRect.GetHeight(), aObjData.aBoundRect.GetWidth() ); in ImportShape() local
4424 Rectangle aNewRect( aTopLeft, aNewSize ); in ImportShape()
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx1913 const Size aNewSize(OutputDevice::LogicToLogic(aSize, MAP_100TH_MM, MAP_PIXEL)); in GetBitmapEx() local
1914 rBmpEx.SetPrefSize(aNewSize); in GetBitmapEx()
/trunk/main/cui/source/inc/
H A Dcfg.hxx578 VirtualDevice& aDev, const Size& aNewSize, const Image& aImage );
/trunk/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx151 … uno::Reference< uno::XInterface >& rSource, const frame::BorderWidths& aNewSize ) throw (uno::Run…
/trunk/main/sw/source/core/inc/
H A Dframe.hxx789 virtual Size ChgSize( const Size& aNewSize );
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx189 Size aNewSize( (sal_Int32)((double)rGraphicSize.Width() / fXScale + 0.5 ), in GetId() local
192 rGraphicSize = aNewSize; in GetId()
1708 Size aNewSize( maRect.GetHeight(), maRect.GetWidth() ); in ImplFlipBoundingBox() local
1709 maRect = Rectangle( Point( aTopLeft.X, aTopLeft.Y ), aNewSize ); in ImplFlipBoundingBox()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx2838 SwFmtFrmSize aNewSize( rSz ); in lcl_InsSelBox() local
2839 aNewSize.SetWidth( nWidth - rParam.nDiff ); in lcl_InsSelBox()
2840 rParam.aShareFmts.SetSize( *pBox, aNewSize ); in lcl_InsSelBox()

Completed in 378 milliseconds

12345