Home
last modified time | relevance | path

Searched refs:getSize (Results 1 – 25 of 553) sorted by last modified time

12345678910>>...23

/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx2340 aNewPos = _ConvertPositionToHoriL2R( aNewPos, getSize() ); in setPosition()
2353 xGroupShape->getSize() ) ); in setPosition()
2378 awt::Size SAL_CALL SwXShape::getSize() throw ( uno::RuntimeException ) in getSize() function in SwXShape
2383 aSize = mxShape->getSize(); in getSize()
/trunk/main/sc/source/ui/unoobj/
H A Dshapeuno.cxx292 rUnoSize = xShape->getSize(); in lcl_GetAnchorCell()
500 awt::Size aSize(xShape->getSize()); in setPropertyValue()
748 awt::Size aUnoSize(xShape->getSize()); in getPropertyValue()
/trunk/main/sal/inc/osl/
H A Dfile.hxx1134 inline RC getSize( sal_uInt64 &rSize ) in getSize() function in osl::File
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx649 awt::Size SAL_CALL AccessibleListBoxEntry::getSize( ) throw (RuntimeException) in getSize() function in accessibility::AccessibleListBoxEntry
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp919 ::com::sun::star::awt::Size pCSize = pRComponent->getSize(); in accLocation()
/trunk/main/svx/source/unodraw/
H A Dunoshap2.cxx186 awt::Size SAL_CALL SvxShapeGroup::getSize() throw(uno::RuntimeException) in getSize() function in SvxShapeGroup
188 return SvxShape::getSize(); in getSize()
461 awt::Size SAL_CALL SvxShapeConnector::getSize() throw(uno::RuntimeException) in getSize() function in SvxShapeConnector
463 return SvxShapeText::getSize(); in getSize()
629 awt::Size SAL_CALL SvxShapeControl::getSize() throw(uno::RuntimeException) in getSize() function in SvxShapeControl
631 return SvxShapeText::getSize(); in getSize()
2079 awt::Size SAL_CALL SvxCustomShape::getSize() throw(uno::RuntimeException) in getSize() function in SvxCustomShape
2081 return SvxShapeText::getSize(); in getSize()
/trunk/main/drawinglayer/source/attribute/
H A Dsdrfillgraphicattribute.cxx82 const basegfx::B2DVector& getSize() const { return maSize; } in getSize() function in drawinglayer::attribute::ImpSdrFillGraphicAttribute
94 && getSize() == rCandidate.getSize() in operator ==()
228 return mpSdrFillGraphicAttribute->getSize(); in getSize()
279 if(0.0 != getSize().getX()) in createFillGraphicAttribute()
281 if(getSize().getX() < 0.0) in createFillGraphicAttribute()
283 aBitmapSize.setX(aBitmapSize.getX() * (getSize().getX() * -0.01)); in createFillGraphicAttribute()
287 aBitmapSize.setX(getSize().getX()); in createFillGraphicAttribute()
297 if(0.0 != getSize().getY()) in createFillGraphicAttribute()
299 if(getSize().getY() < 0.0) in createFillGraphicAttribute()
301 aBitmapSize.setY(aBitmapSize.getY() * (getSize().getY() * -0.01)); in createFillGraphicAttribute()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrfillgraphicattribute.hxx81 const basegfx::B2DVector& getSize() const;
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java406 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in getPosRect()
427 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in getClipRect()
882 aBitmapSize = m_xBitmap.getSize(); in createVclWindow()
942 com.sun.star.awt.Size aBitmapSize = m_xBitmap.getSize(); in generateNewImage()
/trunk/main/starmath/source/
H A Daccessibility.cxx257 awt::Size SAL_CALL SmGraphicAccessible::getSize() in getSize() function in SmGraphicAccessible
1843 awt::Size SAL_CALL SmEditAccessible::getSize( ) in getSize() function in SmEditAccessible
H A Daccessibility.hxx120 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
377 …virtual ::com::sun::star::awt::Size SAL_CALL getSize( ) throw (::com::sun::star::uno::RuntimeExce…
/trunk/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx410 AccessibleDocumentViewBase::getSize (void) in getSize() function in accessibility::AccessibleDocumentViewBase
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1219 awt::Size SAL_CALL AccessibleEditableTextPara::getSize( ) throw (uno::RuntimeException) in getSize() function in accessibility::AccessibleEditableTextPara
H A DAccessibleImageBullet.cxx337 awt::Size SAL_CALL AccessibleImageBullet::getSize( ) throw (uno::RuntimeException) in getSize() function in accessibility::AccessibleImageBullet
/trunk/main/slideshow/source/engine/
H A Drehearsetimingsactivity.cxx321 const geometry::IntegerSize2D realSize( xBitmap->getSize() ); in calcSpriteRectangle()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx2478 awt::Size SAL_CALL OReportDefinition::getSize( ) throw (uno::RuntimeException) in getSize() function in reportdesign::OReportDefinition
2483 return m_aProps->m_xShape->getSize(); in getSize()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3246 awt::Size aOlSize = xShapeProp->getSize(); in createControl()
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx1833 ::com::sun::star::awt::Size aSize( pPtr->xShape->getSize() ); in ImplWriteOLE()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx175 virtual css::awt::Size SAL_CALL getSize (void)
1230 awt::Size SAL_CALL PresenterAccessible::AccessibleObject::getSize (void) in getSize() function in sdext::presenter::PresenterAccessible::AccessibleObject
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelistitem.cxx413 awt::Size SAL_CALL VCLXAccessibleListItem::getSize( ) throw (RuntimeException) in getSize() function in VCLXAccessibleListItem
/trunk/main/sal/osl/unx/
H A Dfile.cxx107 sal_uInt64 getSize() const;
288 sal_uInt64 FileHandle_Impl::getSize() const in getSize() function in FileHandle_Impl
303 if (uSize <= getSize()) in setSize()
330 OSL_FILE_TRACE("osl_setFileSize(%d, %lld) => %ld", m_fd, getSize(), nSize); in setSize()
1286 *pIsEOF = (pImpl->getPos() == pImpl->getSize()); in osl_isEndOfFile()
1339 nPos = sal::static_int_cast< off_t >(pImpl->getSize()); in osl_setFilePos()
1365 *pSize = pImpl->getSize(); in osl_getFileSize()
/trunk/main/fpicker/source/win32/filepicker/
H A DPreviewCtrl.cxx326 sal_Bool SAL_CALL CFilePreview::getSize( CDimension& theSize ) const in getSize() function in CFilePreview
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx668 if( !rBitmap || rBitmap->getSize() != rSlideSize ) in getCurrentSlideBitmap()
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java326 public Size getSize() throws RuntimeException in getSize() method in JavaSampleChartAddIn
328 …return ((XShape) UnoRuntime.queryInterface( XShape.class, maChartDocument.getDiagram())).getSize(); in getSize()
384 (int)((double)(aAxis.getSize().Height) * in getAxisPosition()
390 (int)((double)(aAxis.getSize().Width) * in getAxisPosition()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java578 return (entry != null)? entry.getSize(): 0; in size()
981 size = entry.getSize(); in Entry()
1017 public long getSize() in getSize() method in OpenOfficeDocFileSystem.Entry

Completed in 208 milliseconds

12345678910>>...23