Home
last modified time | relevance | path

Searched refs:isDefaulted (Results 1 – 5 of 5) sorted by relevance

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java719 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()
/trunk/main/cppuhelper/source/
H A Dpropertysetmixin.cxx477 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 …]
/trunk/main/dbaccess/source/core/api/
H A Dcolumnsettings.cxx112 … 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 Ddefinitioncolumn.cxx326 if ( !OColumnSettings::isDefaulted( _nHandle, _rValue ) ) in getFastPropertyValue()
/trunk/main/dbaccess/source/core/inc/
H A Dcolumnsettings.hxx94 …static bool isDefaulted( const sal_Int32 _nPropertyHandle, const ::com::sun::star::uno::Any& _rPro…

Completed in 34 milliseconds