Home
last modified time | relevance | path

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

123

/trunk/main/sw/source/ui/uiview/
H A Dscroll.cxx109 void SwScrollbar::SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) in SetPosSizePixel() argument
111 ScrollBar::SetPosSizePixel(rNewPos, rNewSize); in SetPosSizePixel()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx185 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su…
207 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su…
268 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su…
325 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su…
490 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su…
531 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su…
652 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su…
719 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su…
784 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su…
/trunk/main/svtools/inc/svtools/
H A Dfileview.hxx105 void SetSizePixel( const Size& rNewSize );
107 virtual void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize );
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindow.hxx141 void SetSizePixel( const Size& rNewSize );
142 void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize );
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx962 void DocumentHolder::resizeWin( const SIZEL& rNewSize ) in resizeWin() argument
983 if ( aOldSize.cx != rNewSize.cx || aOldSize.cy != rNewSize.cy ) in resizeWin()
994 aNewOffset.x = rNewSize.cx; in resizeWin()
995 aNewOffset.y = rNewSize.cy; in resizeWin()
/trunk/main/sw/inc/
H A DSidebarWin.hxx76 void SetSize( const Size& rNewSize );
192 void SetSizePixel( const Size& rNewSize );
/trunk/main/toolkit/source/layout/core/
H A Dcontainer.hxx123 css::awt::Size SAL_CALL calcAdjustedSize( const css::awt::Size& rNewSize ) in calcAdjustedSize() argument
124 throw(css::uno::RuntimeException) { return rNewSize; } in calcAdjustedSize()
/trunk/main/canvas/source/directx/
H A Ddx_spritedevicehelper.cxx232 void SpriteDeviceHelper::resizeBackBuffer( const ::basegfx::B2ISize& rNewSize ) in resizeBackBuffer() argument
238 mpBackBuffer->resize(rNewSize); in resizeBackBuffer()
/trunk/main/vcl/inc/vcl/
H A Dbitmapex.hxx107 void SetSizePixel( const Size& rNewSize, sal_uInt32 nScaleFlag = BMP_SCALE_FASTESTINTERPOLATE );
253 sal_Bool Scale( const Size& rNewSize, sal_uInt32 nScaleFlag = BMP_SCALE_FASTESTINTERPOLATE );
H A Dbitmap.hxx465 …void SetSizePixel( const Size& rNewSize, sal_uInt32 nScaleFlag = BMP_SCALE_FASTESTINTERPOLATE …
663 …sal_Bool Scale( const Size& rNewSize, sal_uInt32 nScaleFlag = BMP_SCALE_FASTEST…
H A Dwindow.hxx861 virtual void SetSizePixel( const Size& rNewSize );
864 const Size& rNewSize );
865 virtual void SetOutputSizePixel( const Size& rNewSize );
H A Dcursor.hxx91 void SetSize( const Size& rNewSize );
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx119 void SetWinSize( const Size& rNewSize );
260 void DocSzChgd(const Size& rNewSize);
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx289 void ScScenarioWindow::SetSizePixel( const Size& rNewSize ) in SetSizePixel() argument
291 Size aSize( rNewSize ); in SetSizePixel()
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx248 void SwSidebarWin::SetSize( const Size& rNewSize ) in SetSize() argument
250 mPosSize.SetSize(rNewSize); in SetSize()
753 void SwSidebarWin::SetSizePixel( const Size& rNewSize ) in SetSizePixel() argument
755 Window::SetSizePixel(rNewSize); in SetSizePixel()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx459 …::Size VCLXButton::calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su… in calcAdjustedSize() argument
463 Size aSz = VCLSize(rNewSize); in calcAdjustedSize()
683 ::com::sun::star::awt::Size aSz = rNewSize; in calcAdjustedSize()
934 …Size VCLXCheckBox::calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su… in calcAdjustedSize() argument
938 Size aSz = VCLSize(rNewSize); in calcAdjustedSize()
1280 Size aSz = VCLSize(rNewSize); in calcAdjustedSize()
2021 Size aSz = VCLSize(rNewSize); in calcAdjustedSize()
2769 ::com::sun::star::awt::Size aSz = rNewSize; in calcAdjustedSize()
3796 ::com::sun::star::awt::Size VCLXEdit::calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize in calcAdjustedSize() argument
3800 ::com::sun::star::awt::Size aSz = rNewSize; in calcAdjustedSize()
[all …]
/trunk/main/vcl/source/gdi/
H A Dalpha.cxx285 sal_Bool AlphaMask::Scale( const Size& rNewSize, sal_uInt32 nScaleFlag ) in Scale() argument
287 sal_Bool bRet = Bitmap::Scale( rNewSize, nScaleFlag ); in Scale()
/trunk/main/toolkit/source/controls/
H A Dunocontrolbase.cxx240 …tar::awt::Size UnoControlBase::Impl_calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) in Impl_calcAdjustedSize() argument
249 aSz = xL->calcAdjustedSize( rNewSize ); in Impl_calcAdjustedSize()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1455 void SvtFileView::SetSizePixel( const Size& rNewSize ) in SetSizePixel() argument
1457 Control::SetSizePixel( rNewSize ); in SetSizePixel()
1458 mpImp->mpView->SetSizePixel( rNewSize ); in SetSizePixel()
1463 void SvtFileView::SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) in SetPosSizePixel() argument
1466 SetSizePixel( rNewSize ); in SetPosSizePixel()
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx359 …VCLXMultiLineEdit::calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su… in calcAdjustedSize() argument
363 ::com::sun::star::awt::Size aSz = rNewSize; in calcAdjustedSize()
366 aSz = AWTSize(pEdit->CalcAdjustedSize( VCLSize(rNewSize ))); in calcAdjustedSize()
762 …e VCLXFileControl::calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize ) throw(::com::su… in calcAdjustedSize() argument
766 ::com::sun::star::awt::Size aSz =rNewSize; in calcAdjustedSize()
/trunk/main/canvas/source/vcl/
H A Dbackbuffer.hxx54 void setSize( const ::Size& rNewSize );
/trunk/main/vcl/inc/
H A Dilstbox.hxx563 void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) in SetPosSizePixel() argument
564 { FloatingWindow::SetPosSizePixel( rNewPos, rNewSize ); } in SetPosSizePixel()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx1524 void ImplDockingWindowWrapper::SetOutputSizePixel( const Size& rNewSize ) in SetOutputSizePixel() argument
1527 mpFloatWin->SetOutputSizePixel( rNewSize ); in SetOutputSizePixel()
1529 GetWindow()->SetOutputSizePixel( rNewSize ); in SetOutputSizePixel()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx480 void AnnotationWindow::SetSizePixel( const Size& rNewSize ) in SetSizePixel() argument
482 Window::SetSizePixel(rNewSize); in SetSizePixel()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrolbase.hxx63 ::com::sun::star::awt::Size Impl_calcAdjustedSize( const ::com::sun::star::awt::Size& rNewSize );

Completed in 198 milliseconds

123