Home
last modified time | relevance | path

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

12

/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/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/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/dbaccess/source/ui/dlg/
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 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 Dtablespage.cxx211 Size aOldSize = m_aTablesList.GetSizePixel(); in resizeControls() local
212 aOldSize.Height() -= _rDiff.Height(); in resizeControls()
215 aOldSize in resizeControls()
/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/editeng/source/editeng/
H A Dediteng.cxx471 Size aOldSize( pImpEditEngine->GetPaperSize() ); in SetPaperSize() local
476 if ( bAutoPageSize || ( aNewSize.Width() != aOldSize.Width() ) ) in SetPaperSize()
/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/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/filter/source/msfilter/
H A Dmsdffimp.cxx6726 const Size aOldSize( aMtf.GetPrefSize() ); in GetBLIPDirect() local
6728 if( aOldSize.Width() && ( aOldSize.Width() != aMtfSize100.Width() ) && in GetBLIPDirect()
6729 aOldSize.Height() && ( aOldSize.Height() != aMtfSize100.Height() ) ) in GetBLIPDirect()
6731 aMtf.Scale( (double) aMtfSize100.Width() / aOldSize.Width(), in GetBLIPDirect()
6732 (double) aMtfSize100.Height() / aOldSize.Height() ); in GetBLIPDirect()
/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/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/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/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/sc/source/ui/inc/
H A Ddwfunctr.hxx90 Size aOldSize; member in ScFunctionDockWin
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx1225 Size aOldSize = aComboButton.GetSizePixel(); // merken in DrawButtons() local
1351 aComboButton.SetSizePixel( aOldSize ); // for MouseUp/Down (AutoFilter) in DrawButtons()
/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/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/sfx2/source/view/
H A Dviewfrm.cxx1322 Size aOldSize = GetWindow().GetOutputSizePixel(); in SetBorderPixelImpl() local
1328 aOuterSize.Width() += ( aSize.Width() - aOldSize.Width() ); in SetBorderPixelImpl()
1329 aOuterSize.Height() += ( aSize.Height() - aOldSize.Height() ); in SetBorderPixelImpl()
/trunk/main/starmath/source/
H A Ddocument.cxx668 Size aOldSize = GetVisArea().GetSize(); in OnDocumentPrinterChanged() local
670 if( aOldSize != GetVisArea().GetSize() && aText.Len() ) in OnDocumentPrinterChanged()
/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/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/svx/source/dialog/
H A Dfntctrl.cxx738 Size aOldSize = pImpl->aCJKFont.GetSize(); in Paint() local
786 pImpl->aCJKFont.SetSize( aOldSize ); in Paint()

Completed in 214 milliseconds

12