Home
last modified time | relevance | path

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

12345

/aoo42x/main/sc/source/ui/view/
H A Dtabvwsh4.cxx384 Size aNewSize( rSize ); in InnerResizePixel() local
414 aNewSize.Width() += aBorder.Left() + aBorder.Right(); in InnerResizePixel()
415 aNewSize.Height() += aBorder.Top() + aBorder.Bottom(); in InnerResizePixel()
418 DoResize( rOfs, aNewSize, sal_True ); // rSize = Groesse von gridwin in InnerResizePixel()
/aoo42x/main/chart2/qa/
H A DTestCaseOldAPI.java343 Size aNewSize = xDiagramShape.getSize(); in testDiagram() local
346 assure( "Diagram Width", approxEqual( aNewSize.Width, aSetSize.Width, 2 )); in testDiagram()
347 assure( "Diagram Height", approxEqual( aNewSize.Height, aSetSize.Height, 2 )); in testDiagram()
/aoo42x/main/toolkit/source/awt/
H A Dvclxwindow.cxx2240 ::com::sun::star::awt::Size aNewSize( rNewSize ); in calcAdjustedSize()
2243 if ( aNewSize.Width < aMinSize.Width ) in calcAdjustedSize()
2244 aNewSize.Width = aMinSize.Width; in calcAdjustedSize()
2245 if ( aNewSize.Height < aMinSize.Height ) in calcAdjustedSize()
2246 aNewSize.Height = aMinSize.Height; in calcAdjustedSize()
2248 return aNewSize; in calcAdjustedSize()
H A Dvclxmenu.cxx673 ::Size aNewSize( nIdealWidth, nIdealHeight ); in lcl_XGraphic2VCLImage()
677 bModified = aBitmapEx.Scale( aNewSize, BMP_SCALE_INTERPOLATE ); in lcl_XGraphic2VCLImage()
/aoo42x/main/sw/source/core/text/
H A Dtxtfrm.cxx793 Size aNewSize( Prt().SSize() ); in CalcLineSpace() local
806 aNewSize.Height() = (aLine.Y() - Frm().Top()) + aLine.GetLineHeight(); in CalcLineSpace()
808 SwTwips nDelta = aNewSize.Height() - Prt().Height(); in CalcLineSpace()
816 aTmpFrm.Height( aNewSize.Height() ); in CalcLineSpace()
/aoo42x/main/cui/source/customize/
H A Dcfg.cxx4882 VirtualDevice& aDev, const Size& aNewSize, const Image& aImage ) in GetSizedImage() argument
4893 …sal_uInt16 nPosX = std::max( (sal_uInt16) (((( aNewSize.Width() - 2 ) - aImage.GetSizePixel().Widt… in GetSizedImage()
4894 …sal_uInt16 nPosY = std::max( (sal_uInt16) (((( aNewSize.Height() - 2 ) - aImage.GetSizePixel().Hei… in GetSizedImage()
4898 aDev.DrawRect( Rectangle( Point(), aNewSize )); in GetSizedImage()
4904 aDev.DrawLine( Point( aNewSize.Width()-3, 0 ), Point( aNewSize.Width()-3, aNewSize.Height()-1 )); in GetSizedImage()
4907 return Image( aDev.GetBitmap( Point(), aNewSize ), aFillColor ); in GetSizedImage()
/aoo42x/main/sw/source/core/frmedt/
H A Dfecopy.cxx1410 Size aNewSize( aNewRect.GetSize() ); in Paste() local
1412 Fraction aScaleWidth( aOldObjSize.Width(), aNewSize.Width() ); in Paste()
1413 Fraction aScaleHeight( aOldObjSize.Height(), aNewSize.Height()); in Paste()
/aoo42x/main/offapi/com/sun/star/frame/
H A DXBorderResizeListener.idl54 … borderWidthsChanged( [in] ::com::sun::star::uno::XInterface aObject, [in] BorderWidths aNewSize );
/aoo42x/main/offapi/com/sun/star/awt/
H A DXLayoutConstrains.idl61 com::sun::star::awt::Size calcAdjustedSize( [in] com::sun::star::awt::Size aNewSize );
/aoo42x/main/chart2/source/view/main/
H A DShapeFactory.cxx2331 awt::Size aNewSize; in calculateNewSizeRespectingAspectRatio() local
2336 aNewSize.Width=static_cast<sal_Int32>(fFactor*rSourceSizeWithCorrectAspectRatio.Width); in calculateNewSizeRespectingAspectRatio()
2337 aNewSize.Height=static_cast<sal_Int32>(fFactor*rSourceSizeWithCorrectAspectRatio.Height); in calculateNewSizeRespectingAspectRatio()
2339 return aNewSize; in calculateNewSizeRespectingAspectRatio()
/aoo42x/main/svtools/source/inc/
H A Dunoiface.hxx100 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
159 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…
/aoo42x/main/UnoControls/source/inc/
H A Dstatusindicator.hxx361 …virtual UNO3_SIZE SAL_CALL calcAdjustedSize( const UNO3_SIZE& aNewSize ) throw( UNO3_RUNTIMEEXCEPT…
H A Dprogressmonitor.hxx535 …virtual UNO3_SIZE SAL_CALL calcAdjustedSize( const UNO3_SIZE& aNewSize ) throw( UNO3_RUNTIMEEXCEPT…
/aoo42x/main/sw/source/core/inc/
H A Dflyfrm.hxx164 virtual Size ChgSize( const Size& aNewSize );
H A Drootfrm.hxx215 virtual Size ChgSize( const Size& aNewSize );
/aoo42x/main/sd/source/ui/view/
H A DViewShellBase.cxx609 Size aNewSize = pNewPrinter->GetOutputSize(); in SetPrinter() local
629 aNewSize, in SetPrinter()
/aoo42x/main/sw/source/core/layout/
H A Dwsfrm.cxx510 Size SwFrm::ChgSize( const Size& aNewSize ) in ChgSize() argument
514 if ( aNewSize == aOldSize ) in ChgSize()
520 SwRect aNew( Point(0,0), aNewSize ); in ChgSize()
558 aFrm.SSize( aNewSize ); in ChgSize()
/aoo42x/main/sc/source/ui/docshell/
H A Ddocsh3.cxx566 Size aNewSize(aOldSize.Height(),aOldSize.Width()); in SetPrinter() local
567 SvxSizeItem aNewSItem(ATTR_PAGE_SIZE,aNewSize); in SetPrinter()
/aoo42x/main/svx/source/dialog/
H A Dsrchdlg.cxx767 Size aNewSize = pMoreBtn->GetSizePixel(); in InitControls_Impl() local
768 aNewSize.Width() += nDelta; in InitControls_Impl()
769 pMoreBtn->SetSizePixel( aNewSize ); in InitControls_Impl()
/aoo42x/main/vcl/inc/vcl/
H A Dsplitwin.hxx243 Size CalcLayoutSizePixel( const Size& aNewSize );
/aoo42x/main/svx/source/table/
H A Dcell.cxx887 …ize SAL_CALL Cell::calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw (RuntimeE… in calcAdjustedSize() argument
889 return aNewSize; in calcAdjustedSize()
/aoo42x/main/embeddedobj/source/inc/
H A Ddocholder.hxx199 …no::XInterface >& aObject, const ::com::sun::star::frame::BorderWidths& aNewSize ) throw (::com::s…
/aoo42x/main/vcl/source/window/
H A Dsplitwin.cxx1529 Size SplitWindow::CalcLayoutSizePixel( const Size& aNewSize ) in CalcLayoutSizePixel() argument
1531 Size aSize( aNewSize ); in CalcLayoutSizePixel()
1560 nCurSize = aNewSize.Height()-mnTopBorder-mnBottomBorder; in CalcLayoutSizePixel()
1562 nCurSize = aNewSize.Width()-mnLeftBorder-mnRightBorder; in CalcLayoutSizePixel()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8graf.cxx1805 SwFmtFrmSize aNewSize = SwFmtFrmSize(bFixSize ? ATT_FIX_SIZE : ATT_VAR_SIZE, in MatchSdrItemsIntoFlySet() local
1808 aNewSize.SetWidthSizeType(aSize.GetWidthSizeType()); in MatchSdrItemsIntoFlySet()
1809 rFlySet.Put( aNewSize ); in MatchSdrItemsIntoFlySet()
/aoo42x/main/svtools/source/uno/
H A Dtreecontrolpeer.hxx110 …awt::Size SAL_CALL calcAdjustedSize( const ::com::sun::star::awt::Size& aNewSize ) throw(::com::su…

Completed in 513 milliseconds

12345