Home
last modified time | relevance | path

Searched refs:_nTop (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbashapes.cxx343 ScVbaShapes::AddShape( sal_Int32 _nType, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth, sal_… in AddShape() argument
348 return AddRectangle(_nLeft, _nTop, _nWidth, _nHeight, _aAnchor); in AddShape()
352 return AddEllipse(_nLeft, _nTop, _nWidth, _nHeight, _aAnchor); in AddShape()
358 ScVbaShapes::AddTextbox( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWi… in AddTextbox() argument
363 return AddTextboxInWriter( _nOrientation, _nLeft, _nTop, _nWidth, _nHeight ); in AddTextbox()
369 ScVbaShapes::AddTextboxInWriter( sal_Int32 /*_nOrientation*/, sal_Int32 _nLeft, sal_Int32 _nTop, sa… in AddTextboxInWriter() argument
373 sal_Int32 nYPos = Millimeter::getInHundredthsOfOneMillimeter( _nTop ); in AddTextboxInWriter()
415 …String& sService, const rtl::OUString& sName, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth… in AddShape() argument
418 sal_Int32 nYPos = Millimeter::getInHundredthsOfOneMillimeter( _nTop ); in AddShape()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbashapes.hxx52 …css::uno::Any AddTextboxInWriter( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_…
54 …String& sService, const rtl::OUString& sName, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth…
69 …virtual css::uno::Any SAL_CALL AddShape( sal_Int32 _nType, sal_Int32 _nLeft, sal_Int32 _nTop, sal_…
70 …SAL_CALL AddTextbox( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _nTop, sal_Int32 _nWidth…
/trunk/main/sw/inc/
H A Danchoredobject.hxx233 virtual bool _SetObjTop( const SwTwips _nTop) = 0;
419 void SetObjTop( const SwTwips _nTop);
H A Danchoreddrawobject.hxx132 virtual bool _SetObjTop( const SwTwips _nTop);
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx334 long _nTop = bVert ? aRect.Top() + ((nH - nTH) / 2) : aRect.Top(); in DrawPage() local
335 Rectangle aCellRect(Point(_nLeft,_nTop),Size(CELL_WIDTH,CELL_HEIGHT)); in DrawPage()
/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx704 bool SwAnchoredDrawObject::_SetObjTop( const SwTwips _nTop ) in _SetObjTop() argument
706 SwTwips nDiff = _nTop - GetObjRect().Top(); in _SetObjTop()
H A Danchoredobject.cxx718 void SwAnchoredObject::SetObjTop( const SwTwips _nTop) in SetObjTop() argument
720 const bool bTopChanged( _SetObjTop( _nTop ) ); in SetObjTop()
H A Dfly.cxx2870 bool SwFlyFrm::_SetObjTop( const SwTwips _nTop ) in _SetObjTop() argument
2872 const bool bChanged( Frm().Pos().Y() != _nTop ); in _SetObjTop()
2874 Frm().Pos().Y() = _nTop; in _SetObjTop()
/trunk/main/tools/inc/tools/
H A Dgen.hxx483 inline Rectangle::Rectangle( long _nLeft, long _nTop, in Rectangle() argument
487 nTop = _nTop; in Rectangle()
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx146 virtual bool _SetObjTop( const SwTwips _nTop );

Completed in 60 milliseconds