Lines Matching refs:SAL_CALL

74         virtual void SAL_CALL acquire(  ) throw ();
75 virtual void SAL_CALL release( ) throw ();
78 …virtual void SAL_CALL enterUndoContext( const ::rtl::OUString& i_title ) throw (::com::sun::star::…
79 …virtual void SAL_CALL enterHiddenUndoContext( ) throw (::com::sun::star::document::EmptyUndoStack…
80 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
81 …virtual void SAL_CALL addUndoAction( const ::com::sun::star::uno::Reference< ::com::sun::star::doc…
82 …virtual void SAL_CALL undo( ) throw (::com::sun::star::document::EmptyUndoStackException, ::com::…
83 …virtual void SAL_CALL redo( ) throw (::com::sun::star::document::EmptyUndoStackException, ::com::…
84 … virtual ::sal_Bool SAL_CALL isUndoPossible( ) throw (::com::sun::star::uno::RuntimeException);
85 … virtual ::sal_Bool SAL_CALL isRedoPossible( ) throw (::com::sun::star::uno::RuntimeException);
86 …virtual ::rtl::OUString SAL_CALL getCurrentUndoActionTitle( ) throw (::com::sun::star::document::…
87 …virtual ::rtl::OUString SAL_CALL getCurrentRedoActionTitle( ) throw (::com::sun::star::document::…
88 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllUndoActionTitles( ) thr…
89 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllRedoActionTitles( ) thr…
90 …virtual void SAL_CALL clear( ) throw (::com::sun::star::document::UndoContextNotClosedException, …
91 …virtual void SAL_CALL clearRedo( ) throw (::com::sun::star::document::UndoContextNotClosedExcepti…
92 virtual void SAL_CALL reset( ) throw (::com::sun::star::uno::RuntimeException);
93 …virtual void SAL_CALL addUndoManagerListener( const ::com::sun::star::uno::Reference< ::com::sun::…
94 …virtual void SAL_CALL removeUndoManagerListener( const ::com::sun::star::uno::Reference< ::com::su…
97 virtual void SAL_CALL lock( ) throw (::com::sun::star::uno::RuntimeException);
98 …virtual void SAL_CALL unlock( ) throw (::com::sun::star::util::NotLockedException, ::com::sun::st…
99 virtual ::sal_Bool SAL_CALL isLocked( ) throw (::com::sun::star::uno::RuntimeException);
102 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getParent( …
103 …virtual void SAL_CALL setParent( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XI…