Searched refs:_nTop (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbashapes.cxx | 343 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()
|
/aoo41x/main/vbahelper/inc/vbahelper/ |
H A D | vbashapes.hxx | 52 …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…
|
/aoo41x/main/sw/inc/ |
H A D | anchoredobject.hxx | 233 virtual bool _SetObjTop( const SwTwips _nTop) = 0; 419 void SetObjTop( const SwTwips _nTop);
|
H A D | anchoreddrawobject.hxx | 132 virtual bool _SetObjTop( const SwTwips _nTop);
|
/aoo41x/main/svx/source/dialog/ |
H A D | pagectrl.cxx | 344 long _nTop = bVert ? aRect.Top() + ((nH - nTH) / 2) : aRect.Top(); in DrawPage() local 345 Rectangle aCellRect( Point( _nLeft, _nTop ), Size( CELL_WIDTH, CELL_HEIGHT ) ); in DrawPage()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | anchoreddrawobject.cxx | 704 bool SwAnchoredDrawObject::_SetObjTop( const SwTwips _nTop ) in _SetObjTop() argument 706 SwTwips nDiff = _nTop - GetObjRect().Top(); in _SetObjTop()
|
H A D | anchoredobject.cxx | 718 void SwAnchoredObject::SetObjTop( const SwTwips _nTop) in SetObjTop() argument 720 const bool bTopChanged( _SetObjTop( _nTop ) ); in SetObjTop()
|
H A D | fly.cxx | 2890 bool SwFlyFrm::_SetObjTop( const SwTwips _nTop ) in _SetObjTop() argument 2892 const bool bChanged( Frm().Pos().Y() != _nTop ); in _SetObjTop() 2894 Frm().Pos().Y() = _nTop; in _SetObjTop()
|
/aoo41x/main/tools/inc/tools/ |
H A D | gen.hxx | 483 inline Rectangle::Rectangle( long _nLeft, long _nTop, in Rectangle() argument 487 nTop = _nTop; in Rectangle()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | flyfrm.hxx | 146 virtual bool _SetObjTop( const SwTwips _nTop );
|
Completed in 78 milliseconds