Home
last modified time | relevance | path

Searched refs:aOldSize (Results 1 – 25 of 32) sorted by relevance

12

/trunk/main/dbaccess/source/ui/dlg/
H A Ddsselect.cxx128 Size aOldSize = m_aDatasource.GetSizePixel(); in ODatasourceSelectDialog() local
129 Size aNewSize(3 * aOldSize.Width() / 4, aOldSize.Height()); in ODatasourceSelectDialog()
132 sal_Int32 nLostPixels = aOldSize.Width() - aNewSize.Width(); in ODatasourceSelectDialog()
135 aOldSize = m_aDescription.GetSizePixel(); in ODatasourceSelectDialog()
136 m_aDescription.SetSizePixel(Size(aOldSize.Width() - nLostPixels, aOldSize.Height())); in ODatasourceSelectDialog()
147 aOldSize = GetSizePixel(); in ODatasourceSelectDialog()
148 SetSizePixel(Size(aOldSize.Width() - nLostPixels, aOldSize.Height())); in ODatasourceSelectDialog()
H A Dadminpages.cxx333 const Size aOldSize = io_button.GetSizePixel(); in fitSizeRightAligned() local
335 if ( aMinSize.Width() > aOldSize.Width() ) in fitSizeRightAligned()
338 aOldPos.X() + aOldSize.Width() - aMinSize.Width(), in fitSizeRightAligned()
H A Dtablespage.cxx211 Size aOldSize = m_aTablesList.GetSizePixel(); in resizeControls() local
212 aOldSize.Height() -= _rDiff.Height(); in resizeControls()
215 aOldSize in resizeControls()
/trunk/main/sw/source/core/layout/
H A Dflylay.cxx399 Size aOldSize( Frm().SSize() ); in CheckClip() local
438 if ( aFrmRect.Width() != aOldSize.Width() && in CheckClip()
439 aFrmRect.Height()!= aOldSize.Height() ) in CheckClip()
441 if ( (aOldSize.Width() - aFrmRect.Width()) > in CheckClip()
442 (aOldSize.Height()- aFrmRect.Height()) ) in CheckClip()
443 aFrmRect.Height( aOldSize.Height() ); in CheckClip()
445 aFrmRect.Width( aOldSize.Width() ); in CheckClip()
449 if( aFrmRect.Width() != aOldSize.Width() ) in CheckClip()
452 aOldSize.Width() ); in CheckClip()
458 aFrmRect.Width( aFrmRect.Height() * aOldSize.Width() / in CheckClip()
[all …]
H A Dwsfrm.cxx513 const Size aOldSize( Frm().SSize() ); in ChgSize() local
514 if ( aNewSize == aOldSize ) in ChgSize()
515 return aOldSize; in ChgSize()
560 if ( Frm().SSize() != aOldSize ) in ChgSize()
/trunk/main/reportdesign/source/core/inc/
H A DTools.hxx98 … ::com::sun::star::awt::Size aOldSize = _pShape->m_aProps.aComponent.m_xShape->getSize(); in setSize()
99 if ( aOldSize.Height != aSize.Height || aOldSize.Width != aSize.Width ) in setSize()
101 _pShape->m_aProps.aComponent.m_nWidth = aOldSize.Width; in setSize()
102 _pShape->m_aProps.aComponent.m_nHeight = aOldSize.Height; in setSize()
/trunk/main/sc/source/filter/xml/
H A DXMLTableShapeResizer.cxx249 awt::Size aOldSize(aSize); in ResizeShapes() local
252 if( (aSize.Width != aOldSize.Width) || in ResizeShapes()
253 (aSize.Height != aOldSize.Height) ) in ResizeShapes()
287 awt::Size aOldSize(aSize); in ResizeShapes() local
292 if( (aSize.Width != aOldSize.Width) || in ResizeShapes()
293 (aSize.Height != aOldSize.Height) ) in ResizeShapes()
/trunk/main/sfx2/source/dialog/
H A Dprintopt.cxx109 Size aOldSize = aReduceBitmapsResolutionRB.GetSizePixel(); in SfxCommonPrintOptionsTabPage() local
112 aNewSize.Height() = aOldSize.Height(); in SfxCommonPrintOptionsTabPage()
113 long nDelta = aOldSize.Width() - aNewSize.Width(); in SfxCommonPrintOptionsTabPage()
117 aOldSize = aReduceBitmapsResolutionLB.GetSizePixel(); in SfxCommonPrintOptionsTabPage()
120 aNewSize.Height() = aOldSize.Height(); in SfxCommonPrintOptionsTabPage()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx112 aOldSize (0,0) in ScFunctionDockWin()
365 if(aOldSize.Width()!=aNewSize.Width()) in SetLeftRightSize()
368 if(aOldSize.Height()!=aNewSize.Height()) in SetLeftRightSize()
371 aOldSize=aNewSize; in SetLeftRightSize()
1095 aOldSize.Height()=0; in ToggleFloatingMode()
1096 aOldSize.Width()=0; in ToggleFloatingMode()
/trunk/main/chart2/qa/
H A DTestCaseOldAPI.java335 Size aOldSize = xDiagramShape.getSize(); in testDiagram() local
336 int xDiff = aOldSize.Width/2+2; in testDiagram()
337 int yDiff = aOldSize.Height/2+2; in testDiagram()
339 aSetSize.Width = aOldSize.Width - xDiff; in testDiagram()
340 aSetSize.Height = aOldSize.Height - yDiff; in testDiagram()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx980 SIZEL aOldSize; in resizeWin() local
981 GetExtent( &aOldSize ); in resizeWin()
983 if ( aOldSize.cx != rNewSize.cx || aOldSize.cy != rNewSize.cy ) in resizeWin()
989 aOldOffset.x = aOldSize.cx; in resizeWin()
990 aOldOffset.y = aOldSize.cy; in resizeWin()
/trunk/main/dbaccess/source/ui/app/
H A DAppView.cxx337 Size aOldSize = _rPlayground.GetSize(); in resizeDocumentView() local
338 _rPlayground.SetSize( Size(aOldSize.A() - 2*aFLSize.A(), aOldSize.B() - 2*aFLSize.B()) ); in resizeDocumentView()
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx627 Size aOldSize = GetSizePixel(); in AdjustToolBox() local
630 aSize.Width() = aOldSize.Width(); in AdjustToolBox()
632 aSize.Height() = aOldSize.Height(); in AdjustToolBox()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx1642 RelativeSize aOldSize; in setDiagramPositioning() local
1644 xDiaProps->getPropertyValue(C2U("RelativeSize") ) >>= aOldSize; in setDiagramPositioning()
1670 (aOldSize.Primary!=aNewSize.Primary) || in setDiagramPositioning()
1671 (aOldSize.Secondary!=aNewSize.Secondary); in setDiagramPositioning()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx565 Size aOldSize = ((const SvxSizeItem&)rSet.Get(ATTR_PAGE_SIZE)).GetSize(); in SetPrinter() local
566 Size aNewSize(aOldSize.Height(),aOldSize.Width()); in SetPrinter()
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx1340 Size aOldSize = pItem->maImage.GetSizePixel(); in SetItemImage() local
1342 if ( aOldSize != pItem->maImage.GetSizePixel() ) in SetItemImage()
1388 Size aOldSize = pItem->maImage.GetSizePixel(); in SetItemImageAngle() local
1404 if ( aOldSize != pItem->maImage.GetSizePixel() ) in SetItemImageAngle()
/trunk/main/svx/source/dialog/
H A Dfntctrl.cxx738 Size aOldSize = pImpl->aCJKFont.GetSize(); in Paint() local
786 pImpl->aCJKFont.SetSize( aOldSize ); in Paint()
/trunk/main/sc/source/ui/inc/
H A Ddwfunctr.hxx90 Size aOldSize; member in ScFunctionDockWin
/trunk/main/svtools/source/control/
H A Droadmap.cxx871 Size aOldSize = _pOldItem->GetDescriptionHyperLabel()->GetSizePixel(); in SetPosition() local
874 aIDPos.Y() += aOldSize.Height(); in SetPosition()
/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx854 Size aOldSize = Size( 0, rFnt.GetHeight( rFnt.GetActual() ) ); in CalcFontSize() local
902 rFnt.SetSize( aOldSize, rFnt.GetActual() ); in CalcFontSize()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2714 Size aOldSize = _pImp->_aDlgSize; in Resize() local
2730 if ( aOldSize.Height() ) in Resize()
2731 nDeltaY = _pImp->_aDlgSize.Height() - aOldSize.Height(); in Resize()
2823 if ( !aOldSize.Height() ) in Resize()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1702 Size aOldSize = GetSize(); in SetSize() local
1704 if (aSize != aOldSize) in SetSize()
1708 if (aOldSize.Height() == 10 && aOldSize.Width() == 10) in SetSize()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx915 Size aOldSize = aBitmap.GetSizePixel(); in ImpGetScaledGraphic() local
918 aGraphic.SetPrefSize( Size( aOldSize.Width() * 100, in ImpGetScaledGraphic()
919 aOldSize.Height() * 100 ) ); in ImpGetScaledGraphic()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1301 Size aOldSize = _pToolBox->GetSizePixel(); in adjustToolBoxSize() local
1304 aSize.Width() = aOldSize.Width(); in adjustToolBoxSize()
1306 aSize.Height() = aOldSize.Height(); in adjustToolBoxSize()
/trunk/main/starmath/source/
H A Ddocument.cxx668 Size aOldSize = GetVisArea().GetSize(); in OnDocumentPrinterChanged() local
670 if( aOldSize != GetVisArea().GetSize() && aText.Len() ) in OnDocumentPrinterChanged()

Completed in 181 milliseconds

12