| /trunk/main/wizards/com/sun/star/wizards/db/ |
| H A D | FieldColumn.java | 38 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() 415 … DefaultValue = BlindtextCreator.getBlindTextString(FieldTitle, FieldWidth, FieldWidth); in initDefaultValue() 419 … DefaultValue = BlindtextCreator.getBlindTextString(FieldTitle, FieldWidth, FieldWidth); in initDefaultValue() 423 DefaultValue = Double.valueOf("9876.5"); in initDefaultValue() [all …]
|
| /trunk/main/dbaccess/source/core/dataaccess/ |
| H A D | ModelImpl.hxx | 101 ::com::sun::star::uno::Any DefaultValue; 106 :DefaultValue( ) in AsciiPropertyValue() 113 :DefaultValue( _rDefaultValue ) in AsciiPropertyValue() 121 :DefaultValue() in AsciiPropertyValue()
|
| H A D | ModelImpl.cxx | 537 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 D | NumericField.idl | 55 @see NumericField::DefaultValue 68 [property] double DefaultValue;
|
| H A D | CurrencyField.idl | 56 @see CurrencyField::DefaultValue 65 [property] double DefaultValue;
|
| /trunk/main/udkapi/com/sun/star/beans/ |
| H A D | XPropertyContainer.idl | 78 @param DefaultValue 90 [in] any DefaultValue )
|
| /trunk/main/basic/source/classes/ |
| H A D | propacc.cxx | 308 const Any& DefaultValue) in addProperty() argument 312 (void)DefaultValue; in addProperty()
|
| /trunk/main/ucb/source/core/ |
| H A D | ucbstore.cxx | 1702 const OUString& Name, sal_Int16 Attributes, const Any& DefaultValue ) in addProperty() argument 1710 TypeClass eTypeClass = DefaultValue.getValueTypeClass(); in addProperty() 1778 DefaultValue ); in addProperty()
|
| H A D | ucbstore.hxx | 261 const com::sun::star::uno::Any& DefaultValue );
|
| /trunk/main/ucbhelper/source/provider/ |
| H A D | contenthelper.cxx | 527 const uno::Any& DefaultValue ) in addProperty() argument 574 xContainer->addProperty( Name, Attributes, DefaultValue ); in addProperty()
|
| /trunk/main/offapi/com/sun/star/ucb/ |
| H A D | PropertyCommandArgument.idl | 42 any DefaultValue;
|
| /trunk/main/basic/source/inc/ |
| H A D | propacc.hxx | 153 const NS_UNO::Any& DefaultValue);
|
| /trunk/main/wizards/com/sun/star/wizards/table/ |
| H A D | FieldDescription.java | 49 private Boolean DefaultValue; field in FieldDescription
|
| /trunk/main/ucb/source/ucp/file/ |
| H A D | bc.cxx | 581 const Any& DefaultValue ) in addProperty() argument 588 m_pMyShell->associate( m_aUncPath,Name,DefaultValue,Attributes ); in addProperty()
|
| H A D | shell.cxx | 484 const uno::Any& DefaultValue, in associate() argument 490 DefaultValue.getValueType(), in associate() 491 DefaultValue, in associate() 514 it->second.xC->addProperty( PropertyName,Attributes,DefaultValue ); in associate()
|
| H A D | bc.hxx | 195 const com::sun::star::uno::Any& DefaultValue );
|
| /trunk/main/ucb/source/ucp/webdav/ |
| H A D | webdavcontent.cxx | 879 const uno::Any aDefaultValue = aCmdArg.DefaultValue; in addProperty() 1116 const uno::Any& DefaultValue ) in addProperty() argument 1120 aProperty.Type = DefaultValue.getValueType(); in addProperty() 1124 addProperty( ucb::PropertyCommandArgument( aProperty, DefaultValue ), in addProperty()
|
| H A D | webdavcontent.hxx | 238 const com::sun::star::uno::Any& DefaultValue );
|
| /trunk/main/offapi/com/sun/star/sdbcx/ |
| H A D | ColumnDescriptor.idl | 92 [optional, property] string DefaultValue;
|
| H A D | Column.idl | 111 [optional, readonly, property] string DefaultValue;
|
| /trunk/main/comphelper/source/property/ |
| H A D | opropertybag.hxx | 141 …st ::rtl::OUString& Name, ::sal_Int16 Attributes, const ::com::sun::star::uno::Any& DefaultValue );
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | objuno.hxx | 97 …st ::rtl::OUString& Name, ::sal_Int16 Attributes, const ::com::sun::star::uno::Any& DefaultValue );
|
| /trunk/main/dbaccess/source/core/inc/ |
| H A D | ContentHelper.hxx | 212 …nst ::rtl::OUString& Name, sal_Int16 Attributes, const ::com::sun::star::uno::Any& DefaultValue ) ;
|
| /trunk/main/ucbhelper/inc/ucbhelper/ |
| H A D | contenthelper.hxx | 431 const com::sun::star::uno::Any& DefaultValue );
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/ |
| H A D | com.sun.star.comp.forms.OCurrencyModel.csv | 68 "OCurrencyModel";"com::sun::star::form::component::CurrencyField";"DefaultValue"
|