Home
last modified time | relevance | path

Searched refs:getWidth (Results 101 – 125 of 308) sorted by relevance

12345678910>>...13

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx204 ScVbaShape::getWidth() throw (uno::RuntimeException) in getWidth() function in ScVbaShape
206 return m_pShapeHelper->getWidth(); in getWidth()
418 double nWidth = getWidth(); in ScaleWidth()
H A Dvbashaperange.cxx145 double SAL_CALL ScVbaShapeRange::getWidth() throw (uno::RuntimeException) in getWidth() function in ScVbaShapeRange
151 return xShape->getWidth( ); in getWidth()
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx528 aNewTransform.scale(rInfo.maBulletSize.getWidth(), rInfo.maBulletSize.getHeight()); in impHandleDrawBulletInfo()
756 const sal_uInt32 nAnchorTextWidth(FRound(aAnchorTextRange.getWidth() + 1L)); in impDecomposeBlockTextPrimitive()
844 if(aAnchorTextRange.getWidth() < aOutlinerScale.getX() && !bVerticalWritintg) in impDecomposeBlockTextPrimitive()
868 const double fFree(aAnchorTextRange.getWidth() - aOutlinerScale.getX()); in impDecomposeBlockTextPrimitive()
/trunk/main/sc/source/ui/view/
H A Dgridwin2.cxx547 else if (rScrSize.getWidth() > rPopupSize.getWidth()) in DPLaunchFieldPopupMenu()
551 long nXOffset = rScrSize.getWidth() - rPopupSize.getWidth(); in DPLaunchFieldPopupMenu()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofpageobj.cxx224 aPageObjectTransform.set(0, 0, aPageObjectBound.getWidth()); in createPrimitive2DSequence()
239 const double fPageWidth(aPageSize.getWidth()); in createPrimitive2DSequence()
H A Dobjectcontactofpageview.cxx202 …aViewRange = basegfx::B2DRange(0.0, 0.0, aOutputSizePixel.getWidth(), aOutputSizePixel.getHeight()… in DoProcessDisplay()
337 …basegfx::B2DRange aLogicViewRange(0.0, 0.0, aOutputSizePixel.getWidth(), aOutputSizePixel.getHeigh… in IsAreaVisible()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx571 sal_Int32 nWidth = static_cast<sal_Int32>(xReportElement->getWidth()*0.5); in exportSectionAutoStyle()
574 nX += xReportElement->getWidth() - nWidth; in exportSectionAutoStyle()
577 nX += xReportElement->getWidth(); in exportSectionAutoStyle()
623 nPos += static_cast<sal_Int32>(xReportElement->getWidth()*0.5); in exportSectionAutoStyle()
625 nPos += xReportElement->getWidth(); // -1 why in exportSectionAutoStyle()
668 aElementSize.Width = static_cast<sal_Int32>(xFixedLine->getWidth()*0.5); in exportSectionAutoStyle()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx599 aTranslation.setX( aTranslation.getX() + aRect.getHeight() + aRect.getWidth()); in setupImage()
621 pFrame->w = pImageElement->w = aRect.getWidth(); in setupImage()
628 pFrame->x += aRect.getWidth(); in setupImage()
629 pImageElement->x += aRect.getWidth(); in setupImage()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx461 const sal_Int32 nOWidth(basegfx::fround(aObjectRange.getWidth())); in RenderFillGraphicPrimitive2D()
474 … const sal_Int32 nBWidth(std::max(sal_Int32(1), basegfx::fround(aGraphicRange.getWidth()))); in RenderFillGraphicPrimitive2D()
975 (aBitmapSize.getWidth() - 1.0) * 0.5, in RenderMarkerArrayPrimitive2D()
1022 const double fLineWidth(rLineAttribute.getWidth()); in RenderPolygonStrokePrimitive2D()
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx562 OSL_ENSURE( rRect.getWidth() < ::std::numeric_limits< sal_Int32 >::max() && in awtRectangleFromB2IRectangle()
563 rRect.getWidth() > ::std::numeric_limits< sal_Int32 >::min(), in awtRectangleFromB2IRectangle()
571 static_cast< sal_Int32 >(rRect.getWidth()), in awtRectangleFromB2IRectangle()
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx932 rShape->getBounds().getWidth(), in createNumberPropertyAnimation()
933 &ShapeAttributeLayer::getWidth, in createNumberPropertyAnimation()
1188 &ShapeAttributeLayer::getWidth, in createPairPropertyAnimation()
H A Drehearsetimingsactivity.cxx175 maSpriteSizePixel.setX( rect.getWidth() * 12 / 10 ); in RehearseTimingsActivity()
478 Point( (maSpriteSizePixel.getX() - rect.getWidth()) / 2, in paint()
H A Dshapeattributelayer.cxx279 double ShapeAttributeLayer::getWidth() const in getWidth() function in slideshow::internal::ShapeAttributeLayer
285 &ShapeAttributeLayer::getWidth ); in getWidth()
/trunk/main/xmloff/source/draw/
H A DXMLImageMapExport.cxx342 …mrExport.GetMM100UnitConverter().convertMeasure(aBuffer, basegfx::fround(aPolygonRange.getWidth())… in ExportPolygon()
348 SdXMLImExViewBox aViewBox(0.0, 0.0, aPolygonRange.getWidth(), aPolygonRange.getHeight()); in ExportPolygon()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_SeriesToAxis.cxx296 …etPosPixel().getX() + m_aFT_MissingValues.GetSizePixel().getWidth() + aControlDistance.getWidth() … in AdaptControlPositionsAndVisibility()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx369 if(aRegionRectanglePixel.Right() > aDestinationSizePixel.getWidth())
371 aRegionRectanglePixel.Right() = aDestinationSizePixel.getWidth();
H A Doverlaytools.cxx76 const double fRight((aBitmapSize.getWidth() - getCenterX()) * getDiscreteUnit()); in create2DDecomposition()
242 const double fRelativeRadiusX(fFullGrow / aOuterRange.getWidth()); in create2DDecomposition()
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java178 int x = (int)((d.getWidth() - client.getWidth()) / 2); in show()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx430 … bNeedToConvertToContour = (0.0 < aLine.getWidth() || 0.0 != aLine.getFullDotDashLen()); in Create3DObject()
435 … drawinglayer::primitive2d::createNewSdrLineStartEndAttribute(rSet, aLine.getWidth())); in Create3DObject()
611 double fW = rVolume.getWidth(); in Create3DObject()
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java215 int x = (int)((d.getWidth() - client.getWidth()) / 2); in showOrganizer()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewshape.cxx341 aNonTranslationalShapeTransformation.scale( rOrigBounds.getWidth(), in renderSprite()
620 … const ::basegfx::B2ISize aBmpSize( static_cast<sal_Int32>( aTmpRect.getWidth() )+1, in render()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolypolygonprimitive2d.cxx250 if(getLineAttribute().getWidth()) in getB2DRange()
252 aRetval.grow(getLineAttribute().getWidth() / 2.0); in getB2DRange()
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx745 const double xDenom( aTransformedRect.getWidth() ); in calcRectToRectTransform()
748 aCorrectedTransform.scale( destRect.getWidth() / xDenom, in calcRectToRectTransform()
889 ::basegfx::fround( rRange.getWidth() ), in spritePixelAreaFromB2DRange()
/trunk/main/svtools/source/contnr/
H A Divctrl.cxx251 aFullSize.setWidth ( aFullSize.getWidth()+aEntryRect.GetWidth() ); in ArrangeIcons()
254 _pImp->Arrange ( sal_False, aFullSize.getWidth() ); in ArrangeIcons()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx412 …aCtrlSize.setWidth( mpPBAddEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth… in updateLayout()
421 …aCtrlSize.setWidth( mpPBChangeEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWi… in updateLayout()
435 …aCtrlSize.setWidth( mpPBRemoveEffect->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWi… in updateLayout()
538 …aCtrlSize.setWidth( mpPBSlideShow->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth… in updateLayout()
541 aPlaySize.setWidth( mpPBPlay->CalcMinimumSize( aSize.Width() ).getWidth() + nButtonExtraWidth ); in updateLayout()

Completed in 157 milliseconds

12345678910>>...13