Searched refs:SwVbaSelection (Results 1 – 3 of 3) sorted by relevance
59 SwVbaSelection::SwVbaSelection( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const … in SwVbaSelection() function in SwVbaSelection64 SwVbaSelection::~SwVbaSelection() in ~SwVbaSelection()68 uno::Reference< text::XTextRange > SwVbaSelection::GetSelectedRange() throw ( uno::RuntimeException… in GetSelectedRange()89 SwVbaSelection::getRange() throw ( uno::RuntimeException ) in getRange()97 SwVbaSelection::getText() throw ( uno::RuntimeException ) in getText()103 SwVbaSelection::setText( const rtl::OUString& rText ) throw ( uno::RuntimeException ) in setText()109 SwVbaSelection::TypeText( const rtl::OUString& rText ) throw ( uno::RuntimeException ) in TypeText()116 SwVbaSelection::HomeKey( const uno::Any& _unit, const uno::Any& _extend ) throw ( uno::RuntimeExcep… in HomeKey()150 SwVbaSelection::EndKey( const uno::Any& _unit, const uno::Any& _extend ) throw ( uno::RuntimeExcept… in EndKey()184 SwVbaSelection::Delete( const uno::Any& /*_unit*/, const uno::Any& /*_count*/ ) throw ( uno::Runtim… in Delete()[all …]
38 class SwVbaSelection : public SwVbaSelection_BASE class58 …SwVbaSelection( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::…59 virtual ~SwVbaSelection();
122 return new SwVbaSelection( this, mxContext, getCurrentDocument() ); in getSelection()