/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | dsselect.cxx | 128 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 D | adminpages.cxx | 333 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 D | tablespage.cxx | 213 Size aOldSize = m_aTablesList.GetSizePixel(); in resizeControls() local 214 aOldSize.Height() -= _rDiff.Height(); in resizeControls() 217 aOldSize in resizeControls()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | flylay.cxx | 399 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 D | wsfrm.cxx | 508 const Size aOldSize( Frm().SSize() ); in ChgSize() local 509 if ( aNewSize == aOldSize ) in ChgSize() 510 return aOldSize; in ChgSize() 555 if ( Frm().SSize() != aOldSize ) in ChgSize()
|
/aoo4110/main/reportdesign/source/core/inc/ |
H A D | Tools.hxx | 98 … ::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()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLTableShapeResizer.cxx | 249 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()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | printopt.cxx | 109 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()
|
/aoo4110/main/sc/source/ui/formdlg/ |
H A D | dwfunctr.cxx | 112 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()
|
/aoo4110/main/chart2/qa/ |
H A D | TestCaseOldAPI.java | 335 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()
|
/aoo4110/main/embedserv/source/embed/ |
H A D | docholder.cxx | 980 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()
|
/aoo4110/main/dbaccess/source/ui/app/ |
H A D | AppView.cxx | 337 Size aOldSize = _rPlayground.GetSize(); in resizeDocumentView() local 338 _rPlayground.SetSize( Size(aOldSize.A() - 2*aFLSize.A(), aOldSize.B() - 2*aFLSize.B()) ); in resizeDocumentView()
|
/aoo4110/main/extensions/source/bibliography/ |
H A D | toolbar.cxx | 627 Size aOldSize = GetSizePixel(); in AdjustToolBox() local 630 aSize.Width() = aOldSize.Width(); in AdjustToolBox() 632 aSize.Height() = aOldSize.Height(); in AdjustToolBox()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 565 Size aOldSize = ((const SvxSizeItem&)rSet.Get(ATTR_PAGE_SIZE)).GetSize(); in SetPrinter() local 566 Size aNewSize(aOldSize.Height(),aOldSize.Width()); in SetPrinter()
|
/aoo4110/main/chart2/source/tools/ |
H A D | DiagramHelper.cxx | 1642 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()
|
/aoo4110/main/vcl/source/window/ |
H A D | toolbox2.cxx | 1340 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()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | dwfunctr.hxx | 90 Size aOldSize; member in ScFunctionDockWin
|
/aoo4110/main/svx/source/dialog/ |
H A D | fntctrl.cxx | 738 Size aOldSize = pImpl->aCJKFont.GetSize(); in Paint() local 786 pImpl->aCJKFont.SetSize( aOldSize ); in Paint()
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtdrop.cxx | 854 Size aOldSize = Size( 0, rFnt.GetHeight( rFnt.GetActual() ) ); in CalcFontSize() local 902 rFnt.SetSize( aOldSize, rFnt.GetActual() ); in CalcFontSize()
|
/aoo4110/main/svtools/source/control/ |
H A D | roadmap.cxx | 871 Size aOldSize = _pOldItem->GetDescriptionHyperLabel()->GetSizePixel(); in SetPosition() local 874 aIDPos.Y() += aOldSize.Height(); in SetPosition()
|
/aoo4110/main/fpicker/source/office/ |
H A D | iodlg.cxx | 2712 Size aOldSize = _pImp->_aDlgSize; in Resize() local 2728 if ( aOldSize.Height() ) in Resize() 2729 nDeltaY = _pImp->_aDlgSize.Height() - aOldSize.Height(); in Resize() 2821 if ( !aOldSize.Height() ) in Resize()
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 1726 Size aOldSize = GetSize(); in SetSize() local 1728 if (aSize != aOldSize) in SetSize() 1732 if (aOldSize.Height() == 10 && aOldSize.Width() == 10) in SetSize()
|
/aoo4110/main/svtools/source/filter/ |
H A D | filter.cxx | 915 Size aOldSize = aBitmap.GetSizePixel(); in ImpGetScaledGraphic() local 918 aGraphic.SetPrefSize( Size( aOldSize.Width() * 100, in ImpGetScaledGraphic() 919 aOldSize.Height() * 100 ) ); in ImpGetScaledGraphic()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 1301 Size aOldSize = _pToolBox->GetSizePixel(); in adjustToolBoxSize() local 1304 aSize.Width() = aOldSize.Width(); in adjustToolBoxSize() 1306 aSize.Height() = aOldSize.Height(); in adjustToolBoxSize()
|
/aoo4110/main/starmath/source/ |
H A D | document.cxx | 668 Size aOldSize = GetVisArea().GetSize(); in OnDocumentPrinterChanged() local 670 if( aOldSize != GetVisArea().GetSize() && aText.Len() ) in OnDocumentPrinterChanged()
|