Home
last modified time | relevance | path

Searched refs:_unit (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbaselection.cxx120 _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()
248 if( _unit.hasValue() ) in MoveRight()
249 _unit >>= nUnit; in MoveRight()
261 MoveLeft( _unit, uno::makeAny( -nCount ), _extend ); in MoveRight()
293 if( _unit.hasValue() ) in MoveLeft()
294 _unit >>= nUnit; in MoveLeft()
305 MoveRight( _unit, uno::makeAny( -nCount ), _extend ); in MoveLeft()
337 if( _unit.hasValue() ) in MoveDown()
[all …]
H A Dvbaselection.hxx65 …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…
68 …virtual void SAL_CALL Delete( const css::uno::Any& _unit, const css::uno::Any& _count ) throw (css…
69 …virtual void SAL_CALL MoveRight( const css::uno::Any& _unit, const css::uno::Any& _count, const cs…
70 …virtual void SAL_CALL MoveLeft( const css::uno::Any& _unit, const css::uno::Any& _count, const css…
71 …virtual void SAL_CALL MoveDown( const css::uno::Any& _unit, const css::uno::Any& _count, const css…

Completed in 17 milliseconds