Searched refs:_breakType (Results 1 – 4 of 4) sorted by relevance
141 void SAL_CALL SwVbaRange::InsertBreak( const uno::Any& _breakType ) throw (uno::RuntimeException) in InsertBreak() argument145 if( _breakType.hasValue() ) in InsertBreak()146 _breakType >>= nBreakType; in InsertBreak()
553 void SAL_CALL SwVbaSelection::InsertBreak( const uno::Any& _breakType ) throw (uno::RuntimeExceptio… in InsertBreak() argument555 getRange()->InsertBreak( _breakType ); in InsertBreak()
71 …virtual void SAL_CALL InsertBreak( const css::uno::Any& _breakType ) throw (css::uno::RuntimeExcep…
87 …virtual void SAL_CALL InsertBreak( const css::uno::Any& _breakType ) throw (css::uno::RuntimeExcep…
Completed in 27 milliseconds