Searched refs:_extend (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sw/source/ui/vba/ |
H A D | vbaselection.cxx | 121 _extend >>= nExtend; in HomeKey() 150 SwVbaSelection::EndKey( const uno::Any& _unit, const uno::Any& _extend ) throw ( uno::RuntimeExcept… in EndKey() argument 155 _extend >>= nExtend; in EndKey() 252 if( _extend.hasValue() ) in MoveRight() 253 _extend >>= nExtend; in MoveRight() 261 MoveLeft( _unit, uno::makeAny( -nCount ), _extend ); in MoveRight() 297 if( _extend.hasValue() ) in MoveLeft() 298 _extend >>= nExtend; in MoveLeft() 305 MoveRight( _unit, uno::makeAny( -nCount ), _extend ); in MoveLeft() 341 if( _extend.hasValue() ) in MoveDown() [all …]
|
H A D | vbaselection.hxx | 65 …virtual void SAL_CALL HomeKey( const css::uno::Any& _unit, const css::uno::Any& _extend ) throw (c… 66 …virtual void SAL_CALL EndKey( const css::uno::Any& _unit, const css::uno::Any& _extend ) throw (cs… 69 … css::uno::Any& _unit, const css::uno::Any& _count, const css::uno::Any& _extend ) throw (css::uno… 70 … css::uno::Any& _unit, const css::uno::Any& _count, const css::uno::Any& _extend ) throw (css::uno… 71 … css::uno::Any& _unit, const css::uno::Any& _count, const css::uno::Any& _extend ) throw (css::uno…
|
Completed in 18 milliseconds