/trunk/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 1553 if(supportsType(DataType::SMALLINT,nDefaultType)) in convertType() 1557 if(supportsType(DataType::INTEGER,nDefaultType)) in convertType() 1561 if(supportsType(DataType::FLOAT,nDefaultType)) in convertType() 1565 if(supportsType(DataType::REAL,nDefaultType)) in convertType() 1572 if(supportsType(DataType::TIMESTAMP,nDefaultType)) in convertType() 1579 if ( supportsType(DataType::DOUBLE,nDefaultType) ) in convertType() 1583 if ( supportsType(DataType::NUMERIC,nDefaultType) ) in convertType() 1587 supportsType(DataType::DECIMAL,nDefaultType); in convertType() 1592 if ( supportsType(DataType::DOUBLE,nDefaultType) ) in convertType() 1600 if ( supportsType(DataType::CLOB,nDefaultType) ) in convertType() [all …]
|
/trunk/main/offapi/com/sun/star/form/binding/ |
H A D | XValueBinding.idl | 53 @see supportsType 65 boolean supportsType( [in] type aType ); 72 @see supportsType 89 @see supportsType
|
H A D | BindableDatabaseFormattedField.idl | 48 @see com::sun::star::form::binding::XValueBinding::supportsType
|
H A D | BindableDatabaseNumericField.idl | 48 @see com::sun::star::form::binding::XValueBinding::supportsType
|
H A D | BindableDatabaseDateField.idl | 48 @see com::sun::star::form::binding::XValueBinding::supportsType
|
H A D | BindableDatabaseTimeField.idl | 48 @see com::sun::star::form::binding::XValueBinding::supportsType
|
H A D | BindableDatabaseComboBox.idl | 51 @see com::sun::star::form::binding::XValueBinding::supportsType
|
H A D | BindableDatabaseTextField.idl | 50 @see com::sun::star::form::binding::XValueBinding::supportsType
|
H A D | BindableDatabaseListBox.idl | 60 @see com::sun::star::form::binding::XValueBinding::supportsType
|
H A D | BindableDatabaseRadioButton.idl | 60 @see com::sun::star::form::binding::XValueBinding::supportsType
|
H A D | BindableDatabaseCheckBox.idl | 62 @see com::sun::star::form::binding::XValueBinding::supportsType
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/binding/ |
H A D | _XBindableValue.java | 75 boolean localRes = xValueBinding.supportsType(types[i]); in checkValueBinding() 107 public boolean supportsType(com.sun.star.uno.Type type) { in supportsType() method in _XBindableValue.MyValueBinding
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | cellvaluebinding.cxx | 209 sal_Bool SAL_CALL OCellValueBinding::supportsType( const Type& aType ) throw (RuntimeException) in supportsType() function in calc::OCellValueBinding 464 if ( !pNonConstThis->supportsType( _rType ) ) in checkValueType()
|
H A D | cellvaluebinding.hxx | 102 …virtual sal_Bool SAL_CALL supportsType( const ::com::sun::star::uno::Type& aType ) throw (::com::s…
|
/trunk/main/forms/source/xforms/ |
H A D | binding.cxx | 1055 sal_Bool Binding::supportsType( const Type_t& rType ) in supportsType() function in Binding 1069 if( ! supportsType( rType ) ) in getValue() 1097 if( ! supportsType( aValue.getValueType() ) ) in setValue()
|
H A D | binding.hxx | 398 virtual sal_Bool SAL_CALL supportsType( const Type_t& aType )
|
/trunk/main/ucb/source/ucp/webdav/ |
H A D | UCBDeadPropertyValue.hxx | 51 static bool supportsType( const com::sun::star::uno::Type & rType );
|
H A D | UCBDeadPropertyValue.cxx | 331 bool UCBDeadPropertyValue::supportsType( const uno::Type & rType ) in supportsType() function in UCBDeadPropertyValue
|
H A D | webdavcontent.cxx | 905 if ( !UCBDeadPropertyValue::supportsType( aProperty.Type ) ) in addProperty()
|
/trunk/main/forms/qa/integration/forms/ |
H A D | TableCellTextBinding.java | 126 public boolean supportsType(com.sun.star.uno.Type type) in supportsType() method in TableCellTextBinding
|
/trunk/main/odk/examples/DevelopersGuide/Forms/ |
H A D | TableCellTextBinding.java | 123 public boolean supportsType(com.sun.star.uno.Type type) in supportsType() method in TableCellTextBinding
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | WCopyTable.hxx | 295 sal_Bool supportsType(sal_Int32 _nDataType,sal_Int32& _rNewDataType);
|
/trunk/main/forms/source/component/ |
H A D | FormComponent.cxx | 2618 if ( _rxBinding->supportsType( *pType ) ) in impl_approveValueBinding_nolock() 2874 if ( m_xExternalBinding->supportsType( *pTypeCandidate ) ) in calculateExternalValueType()
|