Home
last modified time | relevance | path

Searched refs:getSize (Results 101 – 125 of 553) sorted by relevance

12345678910>>...23

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DFrame.java607 public java.awt.Dimension getSize() { in getSize() method in Frame.AccessibleFrame
609 com.sun.star.awt.Size unoSize = unoAccessibleComponent.getSize(); in getSize()
H A DComponent.java638 public java.awt.Dimension getSize() { in getSize() method in Component.AccessibleUNOComponent
640 com.sun.star.awt.Size unoSize = unoAccessibleComponent.getSize(); in getSize()
H A DContainer.java720 public java.awt.Dimension getSize() { in getSize() method in Container.AccessibleContainer
722 com.sun.star.awt.Size unoSize = unoAccessibleComponent.getSize(); in getSize()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java393 SxcConstants.DEFAULT_STYLE, ci.getSize(), null); in processColumns()
499 SxcConstants.DEFAULT_STYLE, cri.getSize(), null); in processCells()
/trunk/main/svx/source/table/
H A Daccessiblecell.cxx367 awt::Size aParentSize (xParentComponent->getSize()); in getBounds()
418 awt::Size SAL_CALL AccessibleCell::getSize (void) throw (RuntimeException) in getSize() function in accessibility::AccessibleCell
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx225 ScVbaFont::getSize() throw ( uno::RuntimeException ) in getSize() function in ScVbaFont
230 return ScVbaFont_BASE::getSize(); in getSize()
/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx1284 const geometry::IntegerSize2D aBitmapSize(mxScaledBackgroundBitmap->getSize()); in PaintBackground()
1339 aSize.Height = xBitmap->getSize().Height; in ProvideBackgroundBitmap()
1343 aSize.Width = xBitmap->getSize().Width; in ProvideBackgroundBitmap()
H A DPresenterToolBar.cxx1764 aOffset.Y = xBitmap->getSize().Height; in Paint()
1787 geometry::IntegerSize2D aSize (xBitmap->getSize()); in CreateBoundingSize()
1811 + (maSize.Width-xBitmap->getSize().Width) / 2); in PaintIcon()
1813 + (maSize.Height - nTextHeight - xBitmap->getSize().Height) / 2); in PaintIcon()
H A DPresenterSlideSorter.cxx1079 aSize = xPreview->getSize(); in PaintPreview()
1777 geometry::IntegerSize2D aSize (mxBitmap->getSize()); in Paint()
1990 nHeight = xBitmap->getSize().Height; in CalculateLabelSize()
2283 geometry::IntegerSize2D aSize (rxBitmap->getSize()); in PaintBitmapTiled()
/trunk/main/sd/source/ui/inc/
H A DAccessibleSlideView.hxx106 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
250 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
/trunk/main/svx/source/inc/
H A Dsvxpixelctlaccessiblecontext.hxx169 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
261 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
/trunk/main/reportdesign/source/core/api/
H A DImageControl.cxx452 awt::Size SAL_CALL OImageControl::getSize( ) throw (uno::RuntimeException) in getSize() function in reportdesign::OImageControl
454 return OShapeHelper::getSize(this); in getSize()
H A DShape.cxx416 awt::Size SAL_CALL OShape::getSize( ) throw (uno::RuntimeException) in getSize() function in reportdesign::OShape
418 return OShapeHelper::getSize(this); in getSize()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx151 B2IVector aSize = m_aDevice->getSize(); in GetGraphicsWidth()
185 B2IVector aSize = m_aDevice->getSize(); in setClipRegion()
/trunk/main/svtools/source/control/
H A Dvalueimp.hxx186 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
319 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
H A Dtoolbarmenuimp.hxx161 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
245 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dbitmapcanvas.hxx49 virtual ::basegfx::B2ISize getSize() const = 0;
/trunk/main/canvas/inc/canvas/rendering/
H A Disurface.hxx78 virtual ::basegfx::B2IVector getSize() = 0;
/trunk/main/basebmp/test/
H A Dtools.cxx38 const basegfx::B2ISize& rSize( rDevice->getSize() ); in countPixel()
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleComponent.idl150 <method>getSize</method> return the same information. With method
199 ::com::sun::star::awt::Size getSize();
/trunk/main/rdbmaker/source/rdbmaker/
H A Dspecialtypemanager.hxx57 sal_Int32 getSize() { return m_pImpl->m_t2TypeClass.size(); } in getSize() function in SpecialTypeManager
/trunk/main/cppcanvas/source/wrapper/
H A Dimplbitmapcanvas.hxx55 virtual ::basegfx::B2ISize getSize() const;
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.hxx61 sal_Int32 getSize() const;
/trunk/main/embeddedobj/test/Container1/
H A DNativeView.java117 Dimension aSize = getSize(); in paint()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DNativeView.java116 Dimension aSize = getSize(); in paint()

Completed in 103 milliseconds

12345678910>>...23