Lines Matching refs:SAL_CALL

58         virtual void SAL_CALL acquire(  ) throw ();
59 virtual void SAL_CALL release( ) throw ();
65 …virtual void SAL_CALL enterUndoContext( const ::rtl::OUString& i_title ) throw (::com::sun::star::…
66 …virtual void SAL_CALL enterHiddenUndoContext( ) throw (::com::sun::star::document::EmptyUndoStack…
67 …virtual void SAL_CALL leaveUndoContext( ) throw (::com::sun::star::util::InvalidStateException, :…
68 …virtual void SAL_CALL addUndoAction( const ::com::sun::star::uno::Reference< ::com::sun::star::doc…
69 …virtual void SAL_CALL undo( ) throw (::com::sun::star::document::EmptyUndoStackException, ::com::…
70 …virtual void SAL_CALL redo( ) throw (::com::sun::star::document::EmptyUndoStackException, ::com::…
71 … virtual ::sal_Bool SAL_CALL isUndoPossible( ) throw (::com::sun::star::uno::RuntimeException);
72 … virtual ::sal_Bool SAL_CALL isRedoPossible( ) throw (::com::sun::star::uno::RuntimeException);
73 …virtual ::rtl::OUString SAL_CALL getCurrentUndoActionTitle( ) throw (::com::sun::star::document::…
74 …virtual ::rtl::OUString SAL_CALL getCurrentRedoActionTitle( ) throw (::com::sun::star::document::…
75 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllUndoActionTitles( ) thr…
76 …virtual ::com::sun::star::uno::Sequence< ::rtl::OUString > SAL_CALL getAllRedoActionTitles( ) thr…
77 …virtual void SAL_CALL clear( ) throw (::com::sun::star::document::UndoContextNotClosedException, …
78 …virtual void SAL_CALL clearRedo( ) throw (::com::sun::star::document::UndoContextNotClosedExcepti…
79 virtual void SAL_CALL reset( ) throw (::com::sun::star::uno::RuntimeException);
80 …virtual void SAL_CALL addUndoManagerListener( const ::com::sun::star::uno::Reference< ::com::sun::…
81 …virtual void SAL_CALL removeUndoManagerListener( const ::com::sun::star::uno::Reference< ::com::su…
84 virtual void SAL_CALL lock( ) throw (::com::sun::star::uno::RuntimeException);
85 …virtual void SAL_CALL unlock( ) throw (::com::sun::star::util::NotLockedException, ::com::sun::st…
86 virtual ::sal_Bool SAL_CALL isLocked( ) throw (::com::sun::star::uno::RuntimeException);
89 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getParent( …
90 …virtual void SAL_CALL setParent( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XI…