Home
last modified time | relevance | path

Searched refs:_breakType (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sw/source/ui/vba/
H A Dvbarange.cxx141 void SAL_CALL SwVbaRange::InsertBreak( const uno::Any& _breakType ) throw (uno::RuntimeException) in InsertBreak() argument
145 if( _breakType.hasValue() ) in InsertBreak()
146 _breakType >>= nBreakType; in InsertBreak()
H A Dvbaselection.cxx553 void SAL_CALL SwVbaSelection::InsertBreak( const uno::Any& _breakType ) throw (uno::RuntimeExceptio… in InsertBreak() argument
555 getRange()->InsertBreak( _breakType ); in InsertBreak()
H A Dvbarange.hxx71 …virtual void SAL_CALL InsertBreak( const css::uno::Any& _breakType ) throw (css::uno::RuntimeExcep…
H A Dvbaselection.hxx87 …virtual void SAL_CALL InsertBreak( const css::uno::Any& _breakType ) throw (css::uno::RuntimeExcep…

Completed in 26 milliseconds