Home
last modified time | relevance | path

Searched refs:DefaultValue (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/wizards/com/sun/star/wizards/db/
H A DFieldColumn.java38 private Object DefaultValue; field in FieldColumn
391 DefaultValue = Integer.valueOf("1"); in initDefaultValue()
395 DefaultValue = Integer.valueOf("98"); in initDefaultValue()
399 DefaultValue = Integer.valueOf("987"); in initDefaultValue()
403 DefaultValue = Integer.valueOf("9876"); in initDefaultValue()
407 DefaultValue = Integer.valueOf("98765"); in initDefaultValue()
411 DefaultValue = String.valueOf('x'); in initDefaultValue()
443 DefaultValue = Double.valueOf("42510"); in initDefaultValue()
447 DefaultValue = Double.valueOf("10"); in initDefaultValue()
461 if ( DefaultValue == null ) in getDefaultValue()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.hxx101 ::com::sun::star::uno::Any DefaultValue;
106 :DefaultValue( ) in AsciiPropertyValue()
113 :DefaultValue( _rDefaultValue ) in AsciiPropertyValue()
121 :DefaultValue() in AsciiPropertyValue()
H A DModelImpl.cxx537 if ( !pSettings->DefaultValue.hasValue() ) in impl_construct_nothrow()
552 pSettings->DefaultValue in impl_construct_nothrow()
/trunk/main/offapi/com/sun/star/form/component/
H A DCurrencyField.idl56 @see CurrencyField::DefaultValue
65 [property] double DefaultValue;
H A DNumericField.idl55 @see NumericField::DefaultValue
68 [property] double DefaultValue;
/trunk/main/udkapi/com/sun/star/beans/
H A DXPropertyContainer.idl78 @param DefaultValue
90 [in] any DefaultValue )
/trunk/main/basic/source/classes/
H A Dpropacc.cxx323 const Any& DefaultValue) in addProperty() argument
329 (void)DefaultValue; in addProperty()
/trunk/main/ucb/source/core/
H A Ducbstore.cxx1744 const OUString& Name, sal_Int16 Attributes, const Any& DefaultValue ) in addProperty() argument
1756 TypeClass eTypeClass = DefaultValue.getValueTypeClass(); in addProperty()
1824 DefaultValue ); in addProperty()
/trunk/main/offapi/com/sun/star/ucb/
H A DPropertyCommandArgument.idl42 any DefaultValue;
/trunk/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx540 const uno::Any& DefaultValue ) in addProperty() argument
591 xContainer->addProperty( Name, Attributes, DefaultValue ); in addProperty()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldDescription.java49 private Boolean DefaultValue; field in FieldDescription
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx894 const uno::Any aDefaultValue = aCmdArg.DefaultValue; in addProperty()
1134 const uno::Any& DefaultValue ) in addProperty() argument
1142 aProperty.Type = DefaultValue.getValueType(); in addProperty()
1146 addProperty( ucb::PropertyCommandArgument( aProperty, DefaultValue ), in addProperty()
/trunk/main/offapi/com/sun/star/sdbcx/
H A DColumn.idl111 [optional, readonly, property] string DefaultValue;
H A DColumnDescriptor.idl92 [optional, property] string DefaultValue;
/trunk/main/basic/source/inc/
H A Dpropacc.hxx166 const NS_UNO::Any& DefaultValue)
/trunk/main/ucb/source/ucp/file/
H A Dbc.cxx603 const Any& DefaultValue ) in addProperty() argument
614 m_pMyShell->associate( m_aUncPath,Name,DefaultValue,Attributes ); in addProperty()
H A Dshell.cxx484 const uno::Any& DefaultValue, in associate() argument
493 DefaultValue.getValueType(), in associate()
494 DefaultValue, in associate()
517 it->second.xC->addProperty( PropertyName,Attributes,DefaultValue ); in associate()
H A Dbc.hxx213 const com::sun::star::uno::Any& DefaultValue )
/trunk/main/oox/source/token/
H A Dproperties.txt119 DefaultValue
/trunk/main/comphelper/source/property/
H A Dopropertybag.hxx146 …ring& Name, ::sal_Int16 Attributes, const ::com::sun::star::uno::Any& DefaultValue ) throw (::com:…
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OCurrencyModel.csv68 "OCurrencyModel";"com::sun::star::form::component::CurrencyField";"DefaultValue"
H A Dcom.sun.star.comp.forms.ONumericModel.csv21 "ONumericModel";"com::sun::star::form::component::NumericField";"DefaultValue"
/trunk/main/dbaccess/source/core/inc/
H A DContentHelper.hxx212 …String& Name, sal_Int16 Attributes, const ::com::sun::star::uno::Any& DefaultValue ) throw (::com:…
/trunk/main/sfx2/inc/sfx2/
H A Dobjuno.hxx125 …ring& Name, ::sal_Int16 Attributes, const ::com::sun::star::uno::Any& DefaultValue ) throw (::com:…
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcontenthelper.hxx450 const com::sun::star::uno::Any& DefaultValue )

Completed in 110 milliseconds

12