Home
last modified time | relevance | path

Searched refs:getWidth (Results 26 – 50 of 308) sorted by relevance

12345678910>>...13

/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx156 aLogicBitmapRange.getWidth() * aLogicBitmapRange.getWidth() + in handleBitmapContent()
195 static_cast< double >(aSizePixel.Width()) / aLogicBitmapRange.getWidth(), in handleBitmapContent()
230 basegfx::fround(aLogicBitmapRange.getWidth()), in handleBitmapContent()
552 … double fRadiusX((nHor * 2.0) / (aRange.getWidth() > 0.0 ? aRange.getWidth() : 1.0)); in clipMetafileContentAgainstOwnRegions()
591 aRange.getWidth() * 0.5, in clipMetafileContentAgainstOwnRegions()
H A Dprint.cxx99 pData->mnPaperWidth = aInfo.getWidth(); in ImplUpdateJobSetupPaper()
1099 pSetupData->mePaperFormat = ImplGetPaperFormat( rPaperInfo.getWidth(), in ImplFindPaperFormatForUserSize()
1123 pSetupData->mePaperFormat = ImplGetPaperFormat( rPaperInfo.getWidth(), in ImplFindPaperFormatForUserSize()
1142 sal_Int64 nDX = pSetupData->mnPaperWidth - rPaperInfo.getWidth(); in ImplFindPaperFormatForUserSize()
1154 nDY = pSetupData->mnPaperHeight - rPaperInfo.getWidth(); in ImplFindPaperFormatForUserSize()
1164 pSetupData->mePaperFormat = ImplGetPaperFormat( rBestInfo.getWidth(), in ImplFindPaperFormatForUserSize()
1185 pSetupData->mnPaperWidth = aInfo.getWidth(); in SetPaper()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextstrikeoutprimitive2d.cxx61 && getWidth() == rCompare.getWidth() in operator ==()
96 const double fStrikeCharCount(fabs(getWidth()/fStrikeCharWidth)); in create2DDecomposition()
205 aStrikeoutLine.append(basegfx::B2DPoint(getWidth(), -fStrikeoutOffset)); in create2DDecomposition()
H A Dwallpaperprimitive2d.cxx59 aObjectTransform.set(0, 0, getLocalObjectRange().getWidth()); in create2DDecomposition()
158 aObjectTransform.set(0, 0, aTargetRange.getWidth()); in create2DDecomposition()
177 … aLogicSize.getX() / (getLocalObjectRange().getWidth() ? getLocalObjectRange().getWidth() : 1.0), in create2DDecomposition()
H A Dgridprimitive2d.cxx49 if(!rViewInformation.getViewport().isEmpty() && getWidth() > 0.0 && getHeight() > 0.0) in create2DDecomposition()
62 double fStepX(getWidth()); in create2DDecomposition()
304 && getWidth() == rCompare.getWidth() in operator ==()
H A Dtextlayoutdevice.cxx461 if(rFont.GetSize().getWidth() > 0) in getFontAttributeFromVclFont()
469 …const double fScaleFactor((double)rFont.GetSize().getWidth() / (double)aUnscaledFontMetric.GetWidt… in getFontAttributeFromVclFont()
478 if(rFont.GetSize().getWidth() > 0) in getFontAttributeFromVclFont()
480 o_rSize.setX((double)rFont.GetSize().getWidth()); in getFontAttributeFromVclFont()
H A Dmarkerarrayprimitive2d.cxx61 basegfx::B2DVector(aBitmapSize.getWidth() - 1.0, aBitmapSize.getHeight() - 1.0)); in create2DDecomposition()
75 aTransform.set(0, 0, aRange.getWidth()); in create2DDecomposition()
131 basegfx::B2DVector(aBitmapSize.getWidth(), aBitmapSize.getHeight())); in getB2DRange()
H A Dmediaprimitive2d.cxx82 …if(basegfx::fTools::equalZero(aDestRange.getWidth()) || basegfx::fTools::equalZero(aDestRange.getH… in create2DDecomposition()
95 …aTransform.scale(aDestRange.getWidth() / aSourceRange.getWidth(), aDestRange.getHeight() / aSource… in create2DDecomposition()
H A Dtextlineprimitive2d.cxx199 aLine.append(basegfx::B2DPoint(getWidth(), fOffset)); in create2DDecomposition()
288 && getWidth() == rCompare.getWidth() in operator ==()
/trunk/main/svx/source/engine3d/
H A Dpolygn3d.cxx223 if(aVolume.getWidth()) in CreateDefaultTexture()
224 aTex.setX((aCandidate.getX() - aVolume.getMinX()) / aVolume.getWidth()); in CreateDefaultTexture()
230 if(aVolume.getWidth()) in CreateDefaultTexture()
231 aTex.setX((aCandidate.getX() - aVolume.getMinX()) / aVolume.getWidth()); in CreateDefaultTexture()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx166 if(aRange.getWidth() > aRange.getHeight()) in fillPolyPolygonNeededToBeSplit()
402 aLocalPolygon, pStart->getB2DPolyPolygon(), true, pStart->getWidth(), in impTryToCreateSvtGraphicStroke()
414 aLocalPolygon, pEnd->getB2DPolyPolygon(), false, pEnd->getWidth(), in impTryToCreateSvtGraphicStroke()
434 …ector aDiscreteUnit(maCurrentTransformation * basegfx::B2DVector(pLineAttribute->getWidth(), 0.0)); in impTryToCreateSvtGraphicStroke()
1236 if(basegfx::fTools::more(rLine.getWidth(), 0.0)) in processBasePrimitive2D()
1258 …egfx::B2DVector aDiscreteUnit(maCurrentTransformation * basegfx::B2DVector(rLine.getWidth(), 0.0)); in processBasePrimitive2D()
2020 … const sal_uInt32 nViewVisibleArea(aSizePixel.getWidth() * aSizePixel.getHeight()); in processBasePrimitive2D()
2027 … aSizePixel = Size(basegfx::fround((double)aSizePixel.getWidth() * fReduceFactor), in processBasePrimitive2D()
2045 … const double fDPIXChange((double)aDPIOld.getWidth() / (double)aDPINew.getWidth()); in processBasePrimitive2D()
H A Dvclhelperbufferdevice.cxx111 …const bool bCandidateOkay((*a)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*a)->GetOutputH… in alloc()
134 …bOkay = (*aFound)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPix… in alloc()
141 …bOkay = (*aFound)->GetOutputWidthPixel() >= rSizePixel.getWidth() && (*aFound)->GetOutputHeightPix… in alloc()
155 … pRetval->Erase(Rectangle(0, 0, rSizePixel.getWidth(), rSizePixel.getHeight())); in alloc()
H A Dhittestprocessor2d.cxx341 if(basegfx::fTools::more(rLineAttribute.getWidth(), 0.0)) in processBasePrimitive2D()
353 * basegfx::B2DVector(rLineAttribute.getWidth() * 0.5, 0.0)); in processBasePrimitive2D()
384 if(basegfx::fTools::more(rPolygonCandidate.getLineAttribute().getWidth(), 0.0)) in processBasePrimitive2D()
386 fLogicHitTolerance += rPolygonCandidate.getLineAttribute().getWidth() * 0.5; in processBasePrimitive2D()
/trunk/main/slideshow/source/engine/shapes/
H A Dviewappletshape.cxx211 … static_cast<sal_Int32>(rPixelBounds.getWidth()), in startApplet()
218 static_cast<sal_Int32>(rPixelBounds.getWidth()), in startApplet()
282 static_cast<sal_Int32>(rPixelBounds.getWidth()), in resize()
289 static_cast<sal_Int32>(rPixelBounds.getWidth()), in resize()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlHeader.cxx242 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBox()
244 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBox()
253 return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight())); in implGetBoundingBoxOnScreen()
255 return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight())); in implGetBoundingBoxOnScreen()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx616 long nMaxWidth = aPaneSize.getWidth() - 2 * nOffsetX; in updateLayout()
620 aCtrlSize.setWidth( maCB_AUTO_PREVIEW.CalcMinimumSize( nMaxWidth ).getWidth()); in updateLayout()
631 long nPlayButtonWidth = maPB_PLAY.CalcMinimumSize().getWidth() + 2 * nOffsetBtnX; in updateLayout()
632 long nSlideShowButtonWidth = maPB_SLIDE_SHOW.CalcMinimumSize().getWidth() + 2 * nOffsetBtnX; in updateLayout()
663 … aCtrlSize.setWidth( maPB_APPLY_TO_ALL.CalcMinimumSize( nMaxWidth ).getWidth() + 2 * nOffsetBtnX ); in updateLayout()
674 long nItemWidth = maRB_ADVANCE_AUTO.CalcMinimumSize().getWidth(); in updateLayout()
723 long nFTSpeedWidth = maFT_SPEED.CalcMinimumSize().getWidth() + 2 * nOffsetX; in updateLayout()
724 long nFTSoundWidth = maFT_SOUND.CalcMinimumSize().getWidth() + 2 * nOffsetX; in updateLayout()
/trunk/main/sw/inc/
H A Dswrect.hxx250 return m_Size.getWidth() ? m_Point.getX() + m_Size.getWidth() - 1 : m_Point.getX(); in Right()
307 m_Point.getX() + m_Size.getWidth() - 1, //Right() in SVRect()
322 return !(m_Size.getHeight() && m_Size.getWidth()); in IsEmpty()
/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx66 double fTargetSizeX(rTargetRange.getWidth()); in init1DGradientInfo()
137 double fTargetSizeX(rTargetRange.getWidth()); in initEllipticalGradientInfo()
178 fTargetOffsetX += (rOffset.getX() - 0.5) * rTargetRange.getWidth(); in initEllipticalGradientInfo()
206 double fTargetSizeX(rTargetRange.getWidth()); in initRectGradientInfo()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DImageHelper.java46 m_w = getWidth(); in ImageHelper()
64 public int getWidth() {return m_aImage.getWidth(null);} in getWidth() method in ImageHelper
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DImageHelper.java46 m_w = getWidth(); in ImageHelper()
68 public int getWidth() {return m_aImage.getWidth(null);} in getWidth() method in ImageHelper
/trunk/main/svtools/source/table/
H A Dtablegeometry.cxx125 m_aRect.Left() += m_rControl.m_aColumnWidths[ col ].getWidth(); in impl_initRect()
126 … m_aRect.Right() = m_aRect.Left() + m_rControl.m_aColumnWidths[ m_nColPos ].getWidth() - 1; in impl_initRect()
151 m_aRect.Right() += m_rControl.m_aColumnWidths[ m_nColPos ].getWidth(); in moveRight()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx112 … nXTemp += aOverlappingRect.Left() - aNewRect.Left() - aNewRect.getWidth(); in lcl_getNewRectSize()
154 nXTemp = aNewRect.getWidth(); in lcl_getNewRectSize()
717 if ( _rResize.getWidth() > aObjRect.getWidth() ) in collectBoundResizeRect()
725 if ( _rResize.getWidth() < aObjRect.getWidth() ) in collectBoundResizeRect()
888 nXMov = aResize.getWidth(); in alignMarkedObjects()
895 nXMov = aObjRect.getWidth(); in alignMarkedObjects()
912 … pObjBase->getReportComponent()->setSize(awt::Size(aObjRect.getWidth(),nYMov)); in alignMarkedObjects()
1704 aPos.X() = aOver.Left() - aMarkRect.getWidth(); in handleKey()
1783 aNewRect.setWidth(aNewRect.getWidth() + nX); in handleKey()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx133 const double fOffsetX((aScale.getX() - aPrefSize.getWidth()) / 2.0); in createVIP2DSForPresObj()
140 …aSmallerMatrix = basegfx::tools::createScaleTranslateB2DHomMatrix(aPrefSize.getWidth(), aPrefSize.… in createVIP2DSForPresObj()
221 const double fWidth(aPrefSize.getWidth() * fBitmapScaling); in createVIP2DSForDraft()
371 aObjectRange.getWidth(), aObjectRange.getHeight(), in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofe3dpolygon.cxx124 if(basegfx::fTools::equalZero(aObjectRange.getWidth())) in createViewIndependentPrimitive3DSequence()
133 fWidth = aObjectRange.getWidth(); in createViewIndependentPrimitive3DSequence()
139 fWidth = aObjectRange.getWidth(); in createViewIndependentPrimitive3DSequence()
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx413 rect.left + sal_Int32(rSourceRect.getWidth()+1)); in update()
437 rSourceRect.getWidth())* in update()
477 sal::static_int_cast<sal_Int32>(rSourceRect.getWidth())); in update()
519 sal::static_int_cast<sal_Int32>(rSourceRect.getWidth())); in update()
1016 if(maSize.getX() == static_cast<sal_Int32>(rect.getWidth()) && in resize()
1021 maSize.setX(static_cast<sal_Int32>(rect.getWidth())); in resize()

Completed in 118 milliseconds

12345678910>>...13