Home
last modified time | relevance | path

Searched refs:getWidth (Results 251 – 275 of 308) sorted by relevance

1...<<111213

/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx881 …, awt::Rectangle(aObjectRect.getX(),aObjectRect.getY(),aObjectRect.getWidth(),aObjectRect.getHeigh… in execute_MouseButtonUp()
882 … , awt::Rectangle(aPageRect.getX(),aPageRect.getY(),aPageRect.getWidth(),aPageRect.getHeight()) ); in execute_MouseButtonUp()
H A DChartController_Tools.cxx416 aGraphicSize.Width = aVCLSize.getWidth(); in impl_PasteGraphic()
/trunk/main/svx/source/svdraw/
H A Dsvdomeas.cxx358 const double fOldWidth(aPolygonRange.getWidth() > 1.0 ? aPolygonRange.getWidth() : 1.0); in impGetLineStartEndDistance()
H A Dsvddrgmt.cxx639 …(aScale.getX()) / (basegfx::fTools::equalZero(aPolyRange.getWidth()) ? 1.0 : aPolyRange.getWidth()… in applyCurrentTransformationToSdrObject()
955 aLine.getWidth())); in AddConnectorOverlays()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx95 …const double fSmallExtension((aCandidateRange.getWidth() + aCandidateRange.getHeight()) * (0.5 * 0… in clipPolygonOnParallelAxis()
H A Db3dpolygontools.cxx588 const double fWidth(rRange.getWidth()); in applyDefaultTextureCoordinatesParallel()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx1016 (*i)->SetSize(Size((*i)->VirtualSize().getWidth(),(*i)->GetMinimumSizeWithMeta())); in LayoutByPage()
1023 (*i)->SetSize(Size((*i)->VirtualSize().getWidth(),lAverageHeight)); in LayoutByPage()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx2919 …M100UnitConverter().convertMeasurePx(aStringBuffer, basegfx::fround(aPolyPolygonRange.getWidth())); in exportContour()
2923 …tMM100UnitConverter().convertMeasure(aStringBuffer, basegfx::fround(aPolyPolygonRange.getWidth())); in exportContour()
2941 … SdXMLImExViewBox aViewBox(0.0, 0.0, aPolyPolygonRange.getWidth(), aPolyPolygonRange.getHeight()); in exportContour()
/trunk/main/oox/source/export/
H A Dshapes.cxx704 if( aRect.getWidth() < 0 ) { in WriteConnectorShape()
/trunk/main/sc/source/ui/vba/
H A Dvbahelper.cxx734 double UserFormGeometryHelper::getWidth() in getWidth() function in ooo::vba::UserFormGeometryHelper
H A Dvbarange.hxx191 virtual css::uno::Any SAL_CALL getWidth() throw (css::uno::RuntimeException);
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx783 aRect.getWidth(), aRect.getHeight()); in getBounds()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2172 const bool bWidth = maLogicRect.getWidth() != aRect.getWidth(); in NbcSetLogicRect()
/trunk/main/svx/source/engine3d/
H A Dobj3d.cxx492 (double)rSize.Width() * aEyeVol.getWidth() / (double)aRect.GetWidth(), in NbcMove()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx638 …sal_Int32 nShift = bShiftHorizontal ? static_cast<sal_Int32>(aOverlap.getWidth()) : static_cast<sa… in moveAwayFrom()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx291 aPos = Point( aSize.getWidth()/2, aSize.getHeight()/2 ); in ImplCallCommand()
1160 Point aPos = Point( aSize.getWidth()/2, aSize.getHeight()/2 ); in ImplHandleKey()
/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx97 mnID2 = basegfx::fround(rRange.getWidth()); in GraphicID()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx159 aSize.setWidth( aSize.getWidth() + nWidhtDiff ); in lcl_ShowChooserButton()
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx858 const double fScaleX((double)maOutRect.getWidth() / (double)maPageSize.Width()); in Paint()
/trunk/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx318 && (aPoint.X() < pPixelCtl->GetSizePixel().getWidth()) in containsPoint()
/trunk/main/automation/source/server/
H A Dsta_list.cxx1126 aPos = Point( aSize.getWidth()/2, aSize.getHeight()/2 ); in ImplKeyInput()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx1062 …mpImp->aDefaultSizeForChart_In_100TH_MM = awt::Size( rSizeIn_100TH_MM.getWidth(), rSizeIn_100TH_MM… in SetDefaultSizeForChart()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3251 …onst sal_Int32 nShapeWidth = aMap.getUnpackedValueOrDefault(PROPERTY_WIDTH,xShapeProp->getWidth()); in createControl()
3252 if ( nShapeWidth != xShapeProp->getWidth() ) in createControl()
3543 const sal_Int32 nShapeWidth = xShapeProp->getWidth(); in addPairControls()
/trunk/main/sw/source/ui/shells/
H A Dfrmsh.cxx939 … rSet.Put( SfxUInt32Item( SID_ATTR_TRANSFORM_WIDTH, aMgr.GetSize().getWidth() ) ); in GetState()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx703 TenMuToPt( aInfo.getWidth() ), in SetData()

Completed in 264 milliseconds

1...<<111213