Home
last modified time | relevance | path

Searched refs:SwVbaSelection (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/ui/vba/
H A Dvbaselection.cxx59 SwVbaSelection::SwVbaSelection( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const … in SwVbaSelection() function in SwVbaSelection
64 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 …]
H A Dvbaselection.hxx38 class SwVbaSelection : public SwVbaSelection_BASE class
58SwVbaSelection( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::…
59 virtual ~SwVbaSelection();
H A Dvbaapplication.cxx122 return new SwVbaSelection( this, mxContext, getCurrentDocument() ); in getSelection()