Home
last modified time | relevance | path

Searched refs:supportsType (Results 1 – 23 of 23) sorted by relevance

/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1553 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 DXValueBinding.idl53 @see supportsType
65 boolean supportsType( [in] type aType );
72 @see supportsType
89 @see supportsType
H A DBindableDatabaseFormattedField.idl48 @see com::sun::star::form::binding::XValueBinding::supportsType
H A DBindableDatabaseNumericField.idl48 @see com::sun::star::form::binding::XValueBinding::supportsType
H A DBindableDatabaseDateField.idl48 @see com::sun::star::form::binding::XValueBinding::supportsType
H A DBindableDatabaseTimeField.idl48 @see com::sun::star::form::binding::XValueBinding::supportsType
H A DBindableDatabaseComboBox.idl51 @see com::sun::star::form::binding::XValueBinding::supportsType
H A DBindableDatabaseTextField.idl50 @see com::sun::star::form::binding::XValueBinding::supportsType
H A DBindableDatabaseListBox.idl60 @see com::sun::star::form::binding::XValueBinding::supportsType
H A DBindableDatabaseRadioButton.idl60 @see com::sun::star::form::binding::XValueBinding::supportsType
H A DBindableDatabaseCheckBox.idl62 @see com::sun::star::form::binding::XValueBinding::supportsType
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/form/binding/
H A D_XBindableValue.java75 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 Dcellvaluebinding.cxx209 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 Dcellvaluebinding.hxx102 …virtual sal_Bool SAL_CALL supportsType( const ::com::sun::star::uno::Type& aType ) throw (::com::s…
/trunk/main/forms/source/xforms/
H A Dbinding.cxx1055 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 Dbinding.hxx398 virtual sal_Bool SAL_CALL supportsType( const Type_t& aType )
/trunk/main/ucb/source/ucp/webdav/
H A DUCBDeadPropertyValue.hxx51 static bool supportsType( const com::sun::star::uno::Type & rType );
H A DUCBDeadPropertyValue.cxx331 bool UCBDeadPropertyValue::supportsType( const uno::Type & rType ) in supportsType() function in UCBDeadPropertyValue
H A Dwebdavcontent.cxx905 if ( !UCBDeadPropertyValue::supportsType( aProperty.Type ) ) in addProperty()
/trunk/main/forms/qa/integration/forms/
H A DTableCellTextBinding.java126 public boolean supportsType(com.sun.star.uno.Type type) in supportsType() method in TableCellTextBinding
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DTableCellTextBinding.java123 public boolean supportsType(com.sun.star.uno.Type type) in supportsType() method in TableCellTextBinding
/trunk/main/dbaccess/source/ui/inc/
H A DWCopyTable.hxx295 sal_Bool supportsType(sal_Int32 _nDataType,sal_Int32& _rNewDataType);
/trunk/main/forms/source/component/
H A DFormComponent.cxx2618 if ( _rxBinding->supportsType( *pType ) ) in impl_approveValueBinding_nolock()
2874 if ( m_xExternalBinding->supportsType( *pTypeCandidate ) ) in calculateExternalValueType()

Completed in 111 milliseconds