Home
last modified time | relevance | path

Searched refs:getTop (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashape.cxx228 ScVbaShape::getTop() throw (uno::RuntimeException) in getTop() function in ScVbaShape
230 return m_pShapeHelper->getTop(); in getTop()
381 double nCurrentTop = getTop(); in IncrementTop()
398 double nNewTop = getTop() - nDeltaHeight; in ScaleHeight()
405 double nNewTop = getTop() - nDeltaHeight; in ScaleHeight()
H A Dvbahelper.cxx1025 double UserFormGeometryHelper::getTop() const in getTop() function in ooo::vba::UserFormGeometryHelper
1175 double ConcreteXShapeGeometryAttributes::getTop() const in getTop() function in ooo::vba::ConcreteXShapeGeometryAttributes
1177 return m_pShapeHelper->getTop(); in getTop()
1263 double ShapeHelper::getTop() const in getTop() function in ooo::vba::ShapeHelper
H A Dvbashaperange.cxx187 double SAL_CALL ScVbaShapeRange::getTop() throw (uno::RuntimeException) in getTop() function in ScVbaShapeRange
193 return xShape->getTop(); in getTop()
H A Dvbawindowbase.cxx109 VbaWindowBase::getTop() throw (uno::RuntimeException) in getTop() function in VbaWindowBase
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx155 virtual double getTop() const = 0;
187 double getTop() const;
198 virtual double getTop() const;
220 virtual double getTop() const;
H A Dvbawindowbase.hxx53 virtual sal_Int32 SAL_CALL getTop() throw (css::uno::RuntimeException) ;
H A Dvbashaperange.hxx61 virtual double SAL_CALL getTop() throw (css::uno::RuntimeException);
/trunk/main/sc/source/ui/vba/
H A Dvbaoleobject.cxx109 ScVbaOLEObject::getTop() throw (uno::RuntimeException) in getTop() function in ScVbaOLEObject
111 return m_xControl->getTop(); in getTop()
H A Dvbatitle.hxx106 double SAL_CALL getTop( ) throw (css::script::BasicErrorException, css::uno::RuntimeException) in getTop() function in TitleImpl
108 return oShapeHelper->getTop(); in getTop()
H A Dvbachartobject.cxx191 ScVbaChartObject::getTop() in getTop() function in ScVbaChartObject
193 return oShapeHelper->getTop(); in getTop()
H A Dvbaaxis.cxx631 double SAL_CALL ScVbaAxis::getTop( ) throw (css::script::BasicErrorException, css::uno::RuntimeExc… in getTop() function in ScVbaAxis
633 return oShapeHelper->getTop( ); in getTop()
H A Dvbaassistant.hxx53 virtual ::sal_Int32 SAL_CALL getTop() throw (css::uno::RuntimeException);
H A Dvbaoleobject.hxx54 virtual double SAL_CALL getTop() throw (css::uno::RuntimeException);
H A Dvbaassistant.cxx75 ScVbaAssistant::getTop() throw (css::uno::RuntimeException) in getTop() function in ScVbaAssistant
H A Dvbachartobject.hxx67 double getTop();
/trunk/main/drawinglayer/source/primitive2d/
H A Ddiscreteshadowprimitive2d.cxx73 const BitmapEx& DiscreteShadow::getTop() const in getTop() function in drawinglayer::primitive2d::DiscreteShadow
203 getDiscreteShadow().getTop(), in create2DDecomposition()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DWorksheet.java255 p.setTop(s.getTop()); in addSettings()
291 s.setTopLeft(p.getTop(), p.getLeft()); in getSettings()
H A DPane.java167 public int getTop() { in getTop() method in Pane
/trunk/main/svx/source/table/
H A Dtablemodel.hxx52 virtual sal_Int32 getTop() = 0;
97 virtual sal_Int32 getTop();
H A Dcellrange.hxx48 virtual sal_Int32 getTop();
H A Dcellrange.cxx69 sal_Int32 CellRange::getTop() in getTop() function in sdr::table::CellRange
H A Dtablemodel.cxx212 sal_Int32 TableModel::getTop() in getTop() function in sdr::table::TableModel
333 …return new CellCursor( xModel, pRange->getLeft(), pRange->getTop(), pRange->getRight(), pRange->ge… in createCursorByRange()
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Ddiscreteshadowprimitive2d.hxx73 const BitmapEx& getTop() const;
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx229 ScVbaControl::getTop() throw (uno::RuntimeException) in getTop() function in ScVbaControl
231 return mpGeometryHelper->getTop(); in getTop()
H A Dvbaframe.cxx92 … double fOffsetY = mpGeometryHelper->getOffsetY() + getTop() + (getFont()->getSize() / 2.0) + 1.0; in Controls()

Completed in 81 milliseconds

12