Change-Id: Iedf4ec187812fd152d19f70405d2f4554211bf6b
Reviewed-on: https://gerrit.libreoffice.org/73576
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini
2019-05-14 21:23:23 +00:00
committed by Julien Nabet
parent 3a874f1c80
commit 4023c43523

View File

@@ -90,7 +90,7 @@ namespace frm
//= ControlModelLock //= ControlModelLock
/** class whose instances lock a OControlModel /** class whose instances lock an OControlModel
Locking here merely means locking the OControlModel's mutex. Locking here merely means locking the OControlModel's mutex.
@@ -357,7 +357,7 @@ protected:
); );
virtual ~OControlModel() override; virtual ~OControlModel() override;
/** to be called after a OBoundControlModel (a derivee, respectively) has been cloned /** to be called after an OBoundControlModel (a derivee, respectively) has been cloned
<p>This method contains late initializations which cannot be done in the <p>This method contains late initializations which cannot be done in the
constructor of this base class, since the virtual method of derived classes do constructor of this base class, since the virtual method of derived classes do
@@ -397,7 +397,7 @@ public:
virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override; virtual css::uno::Sequence<OUString> SAL_CALL getSupportedServiceNames() override;
virtual OUString SAL_CALL getImplementationName() override = 0; virtual OUString SAL_CALL getImplementationName() override = 0;
// XSericeInfo - static version(s) // XServiceInfo - static version(s)
/// @throws css::uno::RuntimeException /// @throws css::uno::RuntimeException
static css::uno::Sequence<OUString> getSupportedServiceNames_Static(); static css::uno::Sequence<OUString> getSupportedServiceNames_Static();
@@ -640,7 +640,7 @@ protected:
// factory to create the aggregate with // factory to create the aggregate with
const OUString& _rUnoControlModelTypeName, // service name of te model to aggregate const OUString& _rUnoControlModelTypeName, // service name of te model to aggregate
const OUString& _rDefault, // service name of the default control const OUString& _rDefault, // service name of the default control
const bool _bCommitable, // is the control (model) commitable ? const bool _bCommitable, // is the control (model) committable?
const bool _bSupportExternalBinding, // set to sal_True if you want to support XBindableValue const bool _bSupportExternalBinding, // set to sal_True if you want to support XBindableValue
const bool _bSupportsValidation // set to sal_True if you want to support XValidatable const bool _bSupportsValidation // set to sal_True if you want to support XValidatable
); );
@@ -1137,7 +1137,7 @@ private:
*/ */
void impl_determineAmbientForm_nothrow(); void impl_determineAmbientForm_nothrow();
/** connects to a value supplier which is an database column. /** connects to a value supplier which is a database column.
The column is take from our parent, which must be a database form respectively row set. The column is take from our parent, which must be a database form respectively row set.
@@ -1153,7 +1153,7 @@ private:
bool _bFromReload bool _bFromReload
); );
/** disconnects from a value supplier which is an database column /** disconnects from a value supplier which is a database column
@precond The control does not have an external value supplier @precond The control does not have an external value supplier
@see impl_connectDatabaseColumn_noNotify @see impl_connectDatabaseColumn_noNotify