Home
last modified time | relevance | path

Searched refs:getWidth (Results 201 – 225 of 308) sorted by relevance

12345678910>>...13

/trunk/main/framework/source/uielement/
H A Dstatusbaritem.cxx112 ::sal_uInt32 SAL_CALL StatusbarItem::getWidth() in getWidth() function in framework::StatusbarItem
/trunk/main/offapi/com/sun/star/drawing/
H A DAccessibleGraphicShape.idl75 >XAccessibleImage::getWidth</member> and <member
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLineAccess.cxx167 return awt::Rectangle(aRect.getX(),aRect.getY(),aRect.getWidth(),aRect.getHeight()); in getBounds()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx863 for(sal_Int32 x(0L); x < aDestinationSizePixel.getWidth(); x++) in impTransformBitmap()
968 double fWidth(aVisibleRange.getWidth()); in getTransformed()
H A Dimpgraph.cxx601 aPixelSize.setWidth(aPixelSize.getWidth() + 1); in ImplGetBitmap()
756 … aSize = Size(basegfx::fround(rRange.getWidth()), basegfx::fround(rRange.getHeight())); in ImplGetPrefSize()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashape.hxx71 virtual double SAL_CALL getWidth() throw (css::uno::RuntimeException);
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanager.cxx164 …aViewRange = basegfx::B2DRange(0.0, 0.0, aOutputSizePixel.getWidth(), aOutputSizePixel.getHeight()… in getCurrentViewInformation2D()
/trunk/main/sc/source/ui/vba/
H A Dvbaaxis.hxx82 …virtual double SAL_CALL getWidth( ) throw (css::script::BasicErrorException, css::uno::RuntimeExc…
H A Dvbasheetobject.hxx102 virtual double SAL_CALL getWidth() throw (css::uno::RuntimeException);
/trunk/main/chart2/source/controller/dialogs/
H A Dres_Trendline.cxx151 … nRightEdgeOfControls += m_aFLType.LogicToPixel( Size( 6, 0 ), MapMode( MAP_APPFONT )).getWidth(); in adjustControlSizes()
H A Dtp_RangeChooser.cxx56 aSize.setWidth( aSize.getWidth() + nWidhtDiff ); in lcl_ShowChooserButton()
/trunk/main/drawinglayer/source/primitive2d/
H A Dcontrolprimitive2d.cxx213 … basegfx::B2DVector(aBitmapSize.getWidth() - 1, aBitmapSize.getHeight() - 1)); in createBitmapDecomposition()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx979 long const currentWidth = appFontWidthToPixel( pColumn->getWidth() ); in impl_ni_calculateColumnWidths()
1285 long const oldColumnWidthAppFont = pColumn->getWidth(); in impl_ni_relayout()
1374 …m_aColumnWidths[ m_nLeftColumn ].getEnd() + m_aColumnWidths[ nRange-1 ].getWidth() > i_dataCellPla… in impl_ni_positionChildWindows()
H A Dtablecontrol_impl.hxx64 long getWidth() const { return nEndPixel - nStartPixel; } in getWidth() function
/trunk/main/starmath/source/
H A Dunomodel.cxx1011 aRes.Width() = aInfo.getWidth(); in lcl_GuessPaperSize()
1018 aRes.Width() = aInfo.getWidth(); in lcl_GuessPaperSize()
/trunk/main/svx/source/svdraw/
H A Dsvdocirc.cxx229 aRange.getWidth() / 2.0, aRange.getHeight() / 2.0, in ImpCalcXPolyCirc()
242 aRange.getCenter(), aRange.getWidth() / 2.0, aRange.getHeight() / 2.0, in ImpCalcXPolyCirc()
/trunk/main/svtools/source/uno/
H A Dunogridcolumnfacade.cxx366 TableMetrics UnoGridColumnFacade::getWidth() const in getWidth() function in svt::table::UnoGridColumnFacade
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrdecompositiontools3d.cxx153 …const attribute::LineAttribute aLineAttribute(rLine.getColor(), rLine.getWidth(), rLine.getJoin(),… in create3DPolyPolygonLinePrimitives()
/trunk/main/vbahelper/source/msforms/
H A Dvbauserform.cxx79 …xControlWindow->setPosSize( (aPosSize.Width - getWidth()) / 2.0, (aPosSize.Height - getHeight()) /… in Show()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx352 aPos = Point( aSize.getWidth()/2, aSize.getHeight()/2 ); in Command()
/trunk/main/vcl/source/window/
H A Dcursor.cxx90 int delta = 3*aRect.getWidth()+1; in ImplCursorInvert()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java160 getWidth() - mnLeftBarWidth, in PaintLineHighlight()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm565 long getWidth() const
596 long nW = rLeftColumn[i].getWidth();
602 long nW = rRightColumn[i].getWidth();
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dscene.cxx263 maObjectTransformation.set(0, 0, rRectangle.getWidth()); in createObjectTransformation()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx660 mpBtn->SetPosSizePixel( aContent.Left(), nTop, aContent.getWidth(), (nBottom-nTop) ); in Resize()
675 aOutSz.Width() -= aContent.getWidth(); in Resize()

Completed in 153 milliseconds

12345678910>>...13