Home
last modified time | relevance | path

Searched refs:rNewSize (Results 51 – 70 of 70) sorted by relevance

123

/trunk/main/canvas/source/directx/
H A Ddx_spritedevicehelper.hxx94 void resizeBackBuffer( const ::basegfx::B2ISize& rNewSize );
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.hxx107 void SetSizePixel( const Size& rNewSize );
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx155 void setSize( const ::basegfx::B2DSize& rNewSize );
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx816 const css::geometry::RealSize2D& rNewSize, in getScaledBitmap() argument
822 (void)rNewSize; in getScaledBitmap()
H A DPresenterCanvas.hxx386 const css::geometry::RealSize2D& rNewSize,
/trunk/main/sc/source/ui/inc/
H A Dnavipi.hxx115 void SetSizePixel( const Size& rNewSize );
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx292 void Bitmap::SetSizePixel( const Size& rNewSize, sal_uInt32 nScaleFlag ) in SetSizePixel() argument
294 if(GetSizePixel() != rNewSize) in SetSizePixel()
296 Scale( rNewSize, nScaleFlag ); in SetSizePixel()
H A Dbitmap3.cxx1029 sal_Bool Bitmap::Scale( const Size& rNewSize, sal_uInt32 nScaleFlag ) in Scale() argument
1036 bRet = Scale( (double) rNewSize.Width() / aSize.Width(), in Scale()
1037 (double) rNewSize.Height() / aSize.Height(), in Scale()
/trunk/main/embedserv/source/inc/
H A Ddocholder.hxx170 void resizeWin( const SIZEL& rNewSize );
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx279 void SetPageSizeAndBorder(PageKind ePageKind, const Size& rNewSize,
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx277 void AlignChild_Impl( Window& rWindow, const Size& rNewSize,
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx1296 …e TreeControlPeer::calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(RuntimeEx… in calcAdjustedSize() argument
1300 ::com::sun::star::awt::Size aSz = rNewSize; in calcAdjustedSize()
/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx146 virtual void SetSizePixel( const Size& rNewSize ) = 0;
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx443 void SwPagePreViewWin::SetWinSize( const Size& rNewSize ) in SetWinSize() argument
446 maPxWinSize = LogicToPixel( rNewSize ); in SetWinSize()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx561 void AbstractSvxHlinkDlgMarkWnd_Impl::SetSizePixel( const Size& rNewSize ) in SetSizePixel() argument
563 pDlg->SetSizePixel( rNewSize ); in SetSizePixel()
H A Ddlgfact.hxx314 virtual void SetSizePixel( const Size& rNewSize );
/trunk/main/sw/source/ui/inc/
H A Dview.hxx490 void DocSzChgd( const Size& rNewSize );
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx1065 const Size& rNewSize, in AlignChild_Impl() argument
1079 pChild->aSize = rNewSize; in AlignChild_Impl()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx2236 …::Size VCLXWindow::calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su… in calcAdjustedSize() argument
2240 ::com::sun::star::awt::Size aNewSize( rNewSize ); in calcAdjustedSize()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx467 void EditEngine::SetPaperSize( const Size& rNewSize ) in SetPaperSize() argument
472 pImpEditEngine->SetValidPaperSize( rNewSize ); in SetPaperSize()

Completed in 198 milliseconds

123