LibreOffice Module framework (master) 1
|
provides some helper methods to implement property sets. More...
#include <properties.h>
Static Public Member Functions | |
static bool | willPropertyBeChanged (const css::uno::Any &aCurrentValue, const css::uno::Any &aNewValue, css::uno::Any &aOldValue, css::uno::Any &aChangedValue) |
checks if given property will be changed by this settings. More... | |
provides some helper methods to implement property sets.
Definition at line 97 of file properties.h.
|
inlinestatic |
checks if given property will be changed by this settings.
We compare the content of the given any values. If they are different we return sal_True - sal_False otherwise.
aCurrentValue | contains the current value for this property |
aNewValue | contains the new value for this property |
aOldValue | returns the current value, in case something will be changed |
aChangedValue | returns the new value, in case something will be changed |
Definition at line 112 of file properties.h.
Referenced by framework::UIConfigElementWrapperBase::convertFastPropertyValue(), framework::RootItemContainer::convertFastPropertyValue(), and framework::Desktop::convertFastPropertyValue().