summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/fmcontrolbordermanager.hxx18
-rw-r--r--svx/source/inc/fmdocumentclassification.hxx4
-rw-r--r--svx/source/inc/fmtextcontrolfeature.hxx6
-rw-r--r--svx/source/inc/fmundo.hxx8
-rw-r--r--svx/source/inc/formcontroller.hxx6
-rw-r--r--svx/source/inc/formfeaturedispatcher.hxx2
6 files changed, 22 insertions, 22 deletions
diff --git a/svx/source/inc/fmcontrolbordermanager.hxx b/svx/source/inc/fmcontrolbordermanager.hxx
index 29c6e64a5803..5fb59251f91d 100644
--- a/svx/source/inc/fmcontrolbordermanager.hxx
+++ b/svx/source/inc/fmcontrolbordermanager.hxx
@@ -158,15 +158,15 @@ namespace svxform
~ControlBorderManager();
public:
- void focusGained( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl ) SAL_THROW(());
- void focusLost( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl ) SAL_THROW(());
- void mouseEntered( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl ) SAL_THROW(());
- void mouseExited( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl ) SAL_THROW(());
+ void focusGained( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl );
+ void focusLost( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl );
+ void mouseEntered( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl );
+ void mouseExited( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl );
void validityChanged(
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxControl,
const ::com::sun::star::uno::Reference< ::com::sun::star::form::validation::XValidatableFormComponent >& _rxValidatable
- ) SAL_THROW(());
+ );
/// enables dynamic border color for the controls
void enableDynamicBorderColor( );
@@ -195,7 +195,7 @@ namespace svxform
void controlStatusGained(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl,
ControlData& _rControlData
- ) SAL_THROW(());
+ );
/** called when a control lost one of the two possible statuses (focused, and hovered with the mouse)
@param _rxControl
@@ -203,7 +203,7 @@ namespace svxform
@param _rControlData
the control's status data, as a reference to our respective member
*/
- void controlStatusLost( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl, ControlData& _rControlData ) SAL_THROW(());
+ void controlStatusLost( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxControl, ControlData& _rControlData );
/** determines whether the border of a given peer can be colored
@param _rxPeer
@@ -213,7 +213,7 @@ namespace svxform
/** determines the status of the given control
*/
- ControlStatus getControlStatus( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxControl ) SAL_THROW(());
+ ControlStatus getControlStatus( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxControl );
/** retrieves the color associated with a given ControlStatus
@param _eStatus
@@ -234,7 +234,7 @@ namespace svxform
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >& _rxControl,
const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XVclWindowPeer >& _rxPeer,
const BorderDescriptor& _rFallback
- ) SAL_THROW(());
+ );
/** determines the to-be-remembered original border color and type for a control
diff --git a/svx/source/inc/fmdocumentclassification.hxx b/svx/source/inc/fmdocumentclassification.hxx
index 03ada7d4f133..5e9578728359 100644
--- a/svx/source/inc/fmdocumentclassification.hxx
+++ b/svx/source/inc/fmdocumentclassification.hxx
@@ -54,11 +54,11 @@ namespace svxform
*/
static DocumentType classifyDocument(
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxDocumentModel
- ) SAL_THROW(());
+ );
static DocumentType classifyHostDocument(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxFormComponent
- ) SAL_THROW(());
+ );
static DocumentType getDocumentTypeForModuleIdentifier(
const OUString& _rModuleIdentifier
diff --git a/svx/source/inc/fmtextcontrolfeature.hxx b/svx/source/inc/fmtextcontrolfeature.hxx
index da9ea54fe47d..ef9af8fd9413 100644
--- a/svx/source/inc/fmtextcontrolfeature.hxx
+++ b/svx/source/inc/fmtextcontrolfeature.hxx
@@ -69,14 +69,14 @@ namespace svx
/** dispatches the feature URL to the dispatcher
*/
- void dispatch() const SAL_THROW(());
+ void dispatch() const;
/** dispatches the feature URL to the dispatcher, with passing the given arguments
*/
- void dispatch( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs ) const SAL_THROW(());
+ void dispatch( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _rArgs ) const;
/// releases any resources associated with this instance
- void dispose() SAL_THROW(());
+ void dispose();
protected:
virtual ~FmTextControlFeature();
diff --git a/svx/source/inc/fmundo.hxx b/svx/source/inc/fmundo.hxx
index abaf346ab908..ad0eecb1fefd 100644
--- a/svx/source/inc/fmundo.hxx
+++ b/svx/source/inc/fmundo.hxx
@@ -104,8 +104,8 @@ public:
static void DisposeElement( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xElem );
protected:
- void implReInsert( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
- void implReRemove( ) SAL_THROW( ( ::com::sun::star::uno::Exception ) );
+ void implReInsert( );
+ void implReRemove( );
};
@@ -197,8 +197,8 @@ private:
void implSetModified();
- void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer >& _rxContainer, bool _bStartListening ) SAL_THROW(());
- void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxObject, bool _bStartListening ) SAL_THROW(());
+ void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer >& _rxContainer, bool _bStartListening );
+ void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxObject, bool _bStartListening );
::com::sun::star::uno::Reference< com::sun::star::script::XScriptListener > m_vbaListener;
public:
// Methoden zur Zuordnung von Controls zu Forms,
diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx
index 0134eadc2243..f6e4e87d13c8 100644
--- a/svx/source/inc/formcontroller.hxx
+++ b/svx/source/inc/formcontroller.hxx
@@ -435,7 +435,7 @@ namespace svxform
/** disposes all dispatchers in m_aFeatureDispatchers, and empties m_aFeatureDispatchers
*/
- void disposeAllFeaturesAndDispatchers() SAL_THROW(());
+ void disposeAllFeaturesAndDispatchers();
void startFiltering();
void stopFiltering();
@@ -554,12 +554,12 @@ namespace svxform
bool checkFormComponentValidity(
OUString& /* [out] */ _rFirstInvalidityExplanation,
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& /* [out] */ _rxFirstInvalidModel
- ) SAL_THROW(());
+ );
/** locates the control which belongs to a given model
*/
::com::sun::star::uno::Reference< ::com::sun::star::awt::XControl >
- locateControl( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& _rxModel ) SAL_THROW(());
+ locateControl( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel >& _rxModel );
// set the text for all filters
void impl_setTextOnAllFilter_throw();
diff --git a/svx/source/inc/formfeaturedispatcher.hxx b/svx/source/inc/formfeaturedispatcher.hxx
index f2d138fb752f..51700a77b9ad 100644
--- a/svx/source/inc/formfeaturedispatcher.hxx
+++ b/svx/source/inc/formfeaturedispatcher.hxx
@@ -110,7 +110,7 @@ namespace svx
our Mutex is locked - else calling the method would not make sense, since
its result could be out-of-date as soon as it's returned to the caller.
*/
- void checkAlive() const SAL_THROW((::com::sun::star::lang::DisposedException));
+ void checkAlive() const;
/** retrieves the current status of our feature, in a format which can be used
for UNO notifications