Home
last modified time | relevance | path

Searched refs:_nLeft (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
372 sal_Int32 nXPos = Millimeter::getInHundredthsOfOneMillimeter( _nLeft ); in AddTextboxInWriter()
415 ScVbaShapes::AddShape( const rtl::OUString& sService, const rtl::OUString& sName, sal_Int32 _nLeft,… in AddShape() argument
417 sal_Int32 nXPos = Millimeter::getInHundredthsOfOneMillimeter( _nLeft ); 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 …pe( const rtl::OUString& sService, const rtl::OUString& sName, sal_Int32 _nLeft, sal_Int32 _nTop, …
69 …virtual css::uno::Any SAL_CALL AddShape( sal_Int32 _nType, sal_Int32 _nLeft, sal_Int32 _nTop, sal_…
70 …virtual css::uno::Any SAL_CALL AddTextbox( sal_Int32 _nOrientation, sal_Int32 _nLeft, sal_Int32 _n…
/trunk/main/svx/source/dialog/
H A Dpagectrl.cxx333 long _nLeft = bHorz ? aRect.Left() + ((nW - nTW) / 2) : aRect.Left(); in DrawPage() local
335 Rectangle aCellRect(Point(_nLeft,_nTop),Size(CELL_WIDTH,CELL_HEIGHT)); in DrawPage()
339 aCellRect.Left() = _nLeft; in DrawPage()
340 aCellRect.Right() = _nLeft + CELL_WIDTH; in DrawPage()
/trunk/main/sw/inc/
H A Danchoredobject.hxx234 virtual bool _SetObjLeft( const SwTwips _nLeft) = 0;
420 void SetObjLeft( const SwTwips _nLeft);
H A Danchoreddrawobject.hxx133 virtual bool _SetObjLeft( const SwTwips _nLeft);
/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx711 bool SwAnchoredDrawObject::_SetObjLeft( const SwTwips _nLeft ) in _SetObjLeft() argument
713 SwTwips nDiff = _nLeft - GetObjRect().Left(); in _SetObjLeft()
H A Danchoredobject.cxx727 void SwAnchoredObject::SetObjLeft( const SwTwips _nLeft) in SetObjLeft() argument
729 const bool bLeftChanged( _SetObjLeft( _nLeft ) ); in SetObjLeft()
H A Dfly.cxx2878 bool SwFlyFrm::_SetObjLeft( const SwTwips _nLeft ) in _SetObjLeft() argument
2880 const bool bChanged( Frm().Pos().X() != _nLeft ); in _SetObjLeft()
2882 Frm().Pos().X() = _nLeft; in _SetObjLeft()
/trunk/main/tools/inc/tools/
H A Dgen.hxx483 inline Rectangle::Rectangle( long _nLeft, long _nTop, in Rectangle() argument
486 nLeft = _nLeft; in Rectangle()
/trunk/main/sw/source/core/inc/
H A Dflyfrm.hxx147 virtual bool _SetObjLeft( const SwTwips _nLeft );

Completed in 54 milliseconds