Searched refs:isDefaulted (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySetMixin.java | 719 String name, Object value, boolean isAmbiguous, boolean isDefaulted, in setProperty() argument 730 || (isDefaulted in setProperty() 751 isDefaulted, in setProperty() 832 boolean isDefaulted = false; in getProperty() 859 isDefaulted = AnyConverter.toBoolean( in getProperty() 906 : isDefaulted in getProperty() 914 boolean isAmbiguous, boolean wrapDefaulted, boolean isDefaulted, in wrapValue() argument 931 isDefaulted, wrapOptional)); in wrapValue() 961 strct, isDefaulted); in wrapValue() 989 wrapDefaulted, isDefaulted, false)); in wrapValue()
|
/aoo42x/main/cppuhelper/source/ |
H A D | propertysetmixin.cxx | 477 bool isDefaulted, bool wrapOptional); 545 bool isDefaulted, sal_Int16 illegalArgumentPosition) const in setProperty() argument 555 || (isDefaulted in setProperty() 584 isDefaulted, in setProperty() 691 bool isDefaulted = false; in getProperty() local 743 >>= isDefaulted)) in getProperty() 822 : isDefaulted in getProperty() 868 (wrapAmbiguous || !isAmbiguous) && (wrapDefaulted || !isDefaulted)); in wrapValue() 885 wrapDefaulted, isDefaulted, wrapOptional)); in wrapValue() 932 strct, css::uno::makeAny(isDefaulted)); in wrapValue() [all …]
|
/aoo42x/main/dbaccess/source/core/api/ |
H A D | columnsettings.cxx | 112 … bool OColumnSettings::isDefaulted( const sal_Int32 _nPropertyHandle, const Any& _rPropertyValue ) in isDefaulted() function in dbaccess::OColumnSettings 166 … if ( !isDefaulted( aProps[i].nHandle, _rxColumn->getPropertyValue( aProps[i].sName ) ) ) in hasDefaultSettings()
|
H A D | definitioncolumn.cxx | 326 if ( !OColumnSettings::isDefaulted( _nHandle, _rValue ) ) in getFastPropertyValue()
|
/aoo42x/main/dbaccess/source/core/inc/ |
H A D | columnsettings.hxx | 94 …static bool isDefaulted( const sal_Int32 _nPropertyHandle, const ::com::sun::star::uno::Any& _rPro…
|
Completed in 36 milliseconds