Home
last modified time | relevance | path

Searched refs:getWidth (Results 226 – 250 of 308) sorted by relevance

12345678910>>...13

/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx182 long nW = maSize.getWidth() / 2; in getPopupBoundingBox()
194 rPos.setX(maPos.getX() + maSize.getWidth() - nW); in getPopupBoundingBox()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx734 while( width >= aRect.getWidth() ) in DrawGrip()
737 width = aRect.getWidth(); in DrawGrip()
H A Dtoolbox.cxx2970 long x = rRect.Left() + (rRect.getWidth() - width)/2 + 1; in ImplDrawMoreIndicator()
2988 long x = rRect.Left() + (rRect.getWidth() - width)/2 + 1; in ImplDrawMoreIndicator()
3027 long x = rDropDownRect.Left() + (rDropDownRect.getWidth() - width)/2; in ImplDrawDropdownArrow()
3040 long x = rDropDownRect.Left() + (rDropDownRect.getWidth() - width)/2; in ImplDrawDropdownArrow()
3287 aRect.Left() = aRect.Right() - aRect.getWidth()/3; in ImplDrawMenubutton()
3298 aRect.Right() = aRect.Left() + aRect.getWidth()/3; in ImplDrawMenubutton()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx916 …if(basegfx::fTools::equalZero(aFullPixelRange.getWidth()) || basegfx::fTools::equalZero(aFullPixel… in DrawTransformedBitmapEx()
972 1.0 / aFullPixelRange.getWidth(), in DrawTransformedBitmapEx()
981 … const double fNewMaxArea(aVisiblePixelRange.getWidth() * aVisiblePixelRange.getHeight()); in DrawTransformedBitmapEx()
/trunk/main/slideshow/source/engine/
H A Dsmilfunctionparser.cxx443 …th" )[ makeShapeBoundsFunctor(::std::mem_fun_ref(&::basegfx::B2DRange::getWidth), self.getContex… in definition()
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx367 !basegfx::fTools::equalZero(aPaintRange.getWidth()) && in drawFillAttributes()
/trunk/main/vcl/source/components/
H A Ddisplay.cxx121 …return Any( com::sun::star::awt::Rectangle( aRect.Left(), aRect.Top(), aRect.getWidth(), aRect.get… in getPropertyValue()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java352 int width = getWidth(); in paintComponent()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx317 const Size aDestBmpSize( ::basegfx::fround( aDestRect.getWidth() ), in transformBitmap()
H A Dtextlayout.cxx207 iMetric->getX() + iMetric->getWidth(), in queryInkMeasures()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx405 aM.scale(double(rDiagramRectangleWithoutAxes.getWidth())/FIXED_SIZE_FOR_3D_CHART_VOLUME in createTransformationSceneToScreen()
1634 …edOuterRect.getMinX(), aConsumedOuterRect.getMinY(), aConsumedOuterRect.getWidth(), aConsumedOuter… in impl_createDiagramAndContent()
1654 …edInnerRect.getMinX(), aConsumedInnerRect.getMinY(), aConsumedInnerRect.getWidth(), aConsumedInner… in impl_createDiagramAndContent()
1664 …edInnerRect.getMinX(), aConsumedInnerRect.getMinY(), aConsumedInnerRect.getWidth(), aConsumedInner… in impl_createDiagramAndContent()
/trunk/main/sd/source/ui/func/
H A Dfucon3d.cxx458 double fW(aVolume.getWidth()); in CreateDefaultObject()
/trunk/main/canvas/source/tools/
H A Dsurface.cxx439 const double tu(((aPoint.getX()-aSurfaceClipRect.getMinX())*rUV.getWidth()/w)+rUV.getMinX()); in drawWithClip()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx249 long GetWidth() const { return aRectSize.getWidth() ; } in GetWidth()
/trunk/main/i18npool/source/paper/
H A Dpaper.cxx312 aInstance = PaperInfo(aInstance.getHeight()/2, aInstance.getWidth()); in getSystemDefaultPaper()
/trunk/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DOwnEmbeddedObject.java169 …String aProps = Integer.toString( (int)aDimension.getWidth() ) + "|" + Integer.toString( (int)aDim… in SaveDataToStorage()
621 return new com.sun.star.awt.Size( (int)m_aObjSize.getWidth(), (int)m_aObjSize.getHeight() ); in getVisualAreaSize()
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx160 w = aRange.getWidth(); in updateGeometry()
/trunk/main/xmloff/source/draw/
H A Dshapeexport3.cxx229 aPolyPolygonRange.getWidth(), in ImpExport3DShape()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx1300 Size aObjSize( aRect.getWidth(), aRect.getHeight() ); in getSize()
1302 return ::com::sun::star::awt::Size( aObjSize.getWidth(), aObjSize.getHeight() ); in getSize()
2777 aObjSize.getWidth(), aObjSize.getHeight() ); in getPropertyValueImpl()
2791 aObjSize.getWidth(), aObjSize.getHeight() ); in getPropertyValueImpl()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java117 int nW = maFrame.getJavaFrame().getWidth(); in LayoutComponents()
/trunk/main/cui/source/dialogs/
H A Dhltpbase.cxx418 MoveToExtraWnd ( Point( long(1.05*aDlgSize.getWidth()), 0 ) ); in ShowMarkWnd()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx195 double fLineWidth(rSource.getLineAttribute().getWidth()); in tryDrawPolygonStrokePrimitive2DDirect()
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXAxis.idl146 double getWidth()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx202 double SAL_CALL ScVbaSheetObjectBase::getWidth() throw (uno::RuntimeException) in getWidth() function in ScVbaSheetObjectBase
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1324 final CSSNumericValue width = image.getWidth(); // always in 100th of a mm in startImageProcessing()
1445 imageAreaWidthVal = image.getWidth(); in startImageProcessing()

Completed in 194 milliseconds

12345678910>>...13