Lines Matching refs:_unit
116 SwVbaSelection::HomeKey( const uno::Any& _unit, const uno::Any& _extend ) throw ( uno::RuntimeExcep… in HomeKey() argument
120 _unit >>= nUnit; in HomeKey()
150 SwVbaSelection::EndKey( const uno::Any& _unit, const uno::Any& _extend ) throw ( uno::RuntimeExcept… in EndKey() argument
154 _unit >>= nUnit; in EndKey()
242 SwVbaSelection::MoveRight( const uno::Any& _unit, const uno::Any& _count, const uno::Any& _extend )… in MoveRight() argument
248 if( _unit.hasValue() ) in MoveRight()
249 _unit >>= nUnit; in MoveRight()
261 MoveLeft( _unit, uno::makeAny( -nCount ), _extend ); in MoveRight()
287 SwVbaSelection::MoveLeft( const uno::Any& _unit, const uno::Any& _count, const uno::Any& _extend ) … in MoveLeft() argument
293 if( _unit.hasValue() ) in MoveLeft()
294 _unit >>= nUnit; in MoveLeft()
305 MoveRight( _unit, uno::makeAny( -nCount ), _extend ); in MoveLeft()
331 SwVbaSelection::MoveDown( const uno::Any& _unit, const uno::Any& _count, const uno::Any& _extend ) … in MoveDown() argument
337 if( _unit.hasValue() ) in MoveDown()
338 _unit >>= nUnit; in MoveDown()