/trunk/main/vbahelper/source/vbahelper/ |
H A D | vbashape.cxx | 228 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 D | vbahelper.cxx | 1025 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 D | vbashaperange.cxx | 187 double SAL_CALL ScVbaShapeRange::getTop() throw (uno::RuntimeException) in getTop() function in ScVbaShapeRange 193 return xShape->getTop(); in getTop()
|
H A D | vbawindowbase.cxx | 109 VbaWindowBase::getTop() throw (uno::RuntimeException) in getTop() function in VbaWindowBase
|
/trunk/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 155 virtual double getTop() const = 0; 187 double getTop() const; 198 virtual double getTop() const; 220 virtual double getTop() const;
|
H A D | vbawindowbase.hxx | 53 virtual sal_Int32 SAL_CALL getTop() throw (css::uno::RuntimeException) ;
|
H A D | vbashaperange.hxx | 61 virtual double SAL_CALL getTop() throw (css::uno::RuntimeException);
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbaoleobject.cxx | 109 ScVbaOLEObject::getTop() throw (uno::RuntimeException) in getTop() function in ScVbaOLEObject 111 return m_xControl->getTop(); in getTop()
|
H A D | vbatitle.hxx | 106 double SAL_CALL getTop( ) throw (css::script::BasicErrorException, css::uno::RuntimeException) in getTop() function in TitleImpl 108 return oShapeHelper->getTop(); in getTop()
|
H A D | vbachartobject.cxx | 191 ScVbaChartObject::getTop() in getTop() function in ScVbaChartObject 193 return oShapeHelper->getTop(); in getTop()
|
H A D | vbaaxis.cxx | 631 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 D | vbaassistant.hxx | 53 virtual ::sal_Int32 SAL_CALL getTop() throw (css::uno::RuntimeException);
|
H A D | vbaoleobject.hxx | 54 virtual double SAL_CALL getTop() throw (css::uno::RuntimeException);
|
H A D | vbaassistant.cxx | 75 ScVbaAssistant::getTop() throw (css::uno::RuntimeException) in getTop() function in ScVbaAssistant
|
H A D | vbachartobject.hxx | 67 double getTop();
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | discreteshadowprimitive2d.cxx | 73 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 D | Worksheet.java | 255 p.setTop(s.getTop()); in addSettings() 291 s.setTopLeft(p.getTop(), p.getLeft()); in getSettings()
|
H A D | Pane.java | 167 public int getTop() { in getTop() method in Pane
|
/trunk/main/svx/source/table/ |
H A D | tablemodel.hxx | 52 virtual sal_Int32 getTop() = 0; 97 virtual sal_Int32 getTop();
|
H A D | cellrange.hxx | 48 virtual sal_Int32 getTop();
|
H A D | cellrange.cxx | 69 sal_Int32 CellRange::getTop() in getTop() function in sdr::table::CellRange
|
H A D | tablemodel.cxx | 212 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 D | discreteshadowprimitive2d.hxx | 73 const BitmapEx& getTop() const;
|
/trunk/main/vbahelper/source/msforms/ |
H A D | vbacontrol.cxx | 229 ScVbaControl::getTop() throw (uno::RuntimeException) in getTop() function in ScVbaControl 231 return mpGeometryHelper->getTop(); in getTop()
|
H A D | vbaframe.cxx | 92 … double fOffsetY = mpGeometryHelper->getOffsetY() + getTop() + (getFont()->getSize() / 2.0) + 1.0; in Controls()
|