Searched refs:_nLeft (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()  argument348         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()
 
 | 
| /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 …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…
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | pagectrl.cxx | 343         long _nLeft = bHorz ? aRect.Left() + ((nW - nTW) / 2) : aRect.Left();  in DrawPage()  local345         Rectangle aCellRect( Point( _nLeft, _nTop ), Size( CELL_WIDTH, CELL_HEIGHT ) );  in DrawPage()
 349             aCellRect.Left() = _nLeft;  in DrawPage()
 350             aCellRect.Right() = _nLeft + CELL_WIDTH;  in DrawPage()
 
 | 
| /aoo41x/main/sw/inc/ | 
| H A D | anchoredobject.hxx | 234         virtual bool _SetObjLeft( const SwTwips _nLeft) = 0;420         void SetObjLeft( const SwTwips _nLeft);
 
 | 
| H A D | anchoreddrawobject.hxx | 133         virtual bool _SetObjLeft( const SwTwips _nLeft);
 | 
| /aoo41x/main/sw/source/core/layout/ | 
| H A D | anchoreddrawobject.cxx | 711 bool SwAnchoredDrawObject::_SetObjLeft( const SwTwips _nLeft )  in _SetObjLeft()  argument713     SwTwips nDiff = _nLeft - GetObjRect().Left();  in _SetObjLeft()
 
 | 
| H A D | anchoredobject.cxx | 727 void SwAnchoredObject::SetObjLeft( const SwTwips _nLeft)  in SetObjLeft()  argument729     const bool bLeftChanged( _SetObjLeft( _nLeft ) );  in SetObjLeft()
 
 | 
| H A D | fly.cxx | 2898 bool SwFlyFrm::_SetObjLeft( const SwTwips _nLeft )  in _SetObjLeft()  argument2900     const bool bChanged( Frm().Pos().X() != _nLeft );  in _SetObjLeft()
 2902     Frm().Pos().X() = _nLeft;  in _SetObjLeft()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | gen.hxx | 483 inline Rectangle::Rectangle( long _nLeft,  long _nTop,  in Rectangle()  argument486 	nLeft	= _nLeft;  in Rectangle()
 
 | 
| /aoo41x/main/sw/source/core/inc/ | 
| H A D | flyfrm.hxx | 147     virtual bool _SetObjLeft( const SwTwips _nLeft );
 | 
        Completed in 46 milliseconds