Lines Matching refs:SAL_CALL

62     virtual rtl::OUString SAL_CALL getText() throw (css::uno::RuntimeException);
63 virtual void SAL_CALL setText( const rtl::OUString& rText ) throw (css::uno::RuntimeException);
64 …virtual css::uno::Reference< ooo::vba::word::XRange > SAL_CALL getRange() throw (css::uno::Runtime…
65 …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…
67 virtual void SAL_CALL TypeText( const rtl::OUString& rText ) throw (css::uno::RuntimeException);
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…
72 virtual void SAL_CALL TypeParagraph() throw (css::uno::RuntimeException);
73 virtual void SAL_CALL InsertParagraph() throw (css::uno::RuntimeException);
74 virtual void SAL_CALL InsertParagraphBefore() throw (css::uno::RuntimeException);
75 virtual void SAL_CALL InsertParagraphAfter() throw (css::uno::RuntimeException);
76 …virtual css::uno::Reference< ooo::vba::word::XParagraphFormat > SAL_CALL getParagraphFormat() thro…
77 …virtual void SAL_CALL setParagraphFormat( const css::uno::Reference< ooo::vba::word::XParagraphFor…
78 …virtual css::uno::Reference< ooo::vba::word::XFind > SAL_CALL getFind() throw (css::uno::RuntimeEx…
79 …virtual css::uno::Reference< ooo::vba::word::XStyle > SAL_CALL getStyle() throw (css::uno::Runtime…
80 …virtual void SAL_CALL setStyle( const css::uno::Reference< ooo::vba::word::XStyle >& _xStyle ) thr…
81 …virtual css::uno::Reference< ooo::vba::word::XFont > SAL_CALL getFont() throw (css::uno::RuntimeEx…
82 virtual void SAL_CALL TypeBackspace() throw (css::uno::RuntimeException);
83 …virtual css::uno::Reference< ooo::vba::word::XRange > SAL_CALL GoTo( const css::uno::Any& _what, c…
84 virtual ::sal_Int32 SAL_CALL getLanguageID( ) throw (css::uno::RuntimeException);
85 … virtual void SAL_CALL setLanguageID( ::sal_Int32 _languageid ) throw (css::uno::RuntimeException);
86 … virtual css::uno::Any SAL_CALL Information( sal_Int32 _type ) throw (css::uno::RuntimeException);
87 …virtual void SAL_CALL InsertBreak( const css::uno::Any& _breakType ) throw (css::uno::RuntimeExcep…
88 …virtual css::uno::Any SAL_CALL Tables( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
89 …virtual css::uno::Any SAL_CALL Fields( const css::uno::Any& aIndex ) throw (css::uno::RuntimeExcep…
90 …virtual css::uno::Reference< ooo::vba::word::XHeaderFooter > SAL_CALL getHeaderFooter() throw (css…
91 virtual css::uno::Any SAL_CALL ShapeRange( ) throw (css::uno::RuntimeException);
92 virtual ::sal_Int32 SAL_CALL getStart() throw (css::uno::RuntimeException);
93 virtual void SAL_CALL setStart( ::sal_Int32 _start ) throw (css::uno::RuntimeException);
94 virtual ::sal_Int32 SAL_CALL getEnd() throw (css::uno::RuntimeException);
95 virtual void SAL_CALL setEnd( ::sal_Int32 _end ) throw (css::uno::RuntimeException);