Searched refs:xDataType (Results 1 – 4 of 4) sorted by relevance
132 Reference< XDataType > xDataType; in getDataType() local138 xDataType = xRepository->getDataType( _rName ); in getDataType()140 return xDataType; in getDataType()206 Reference< XDataType > xDataType( _pDataType->getUnoDataType() ); in cloneDataType() local208 if ( !xDataType.is() ) in cloneDataType()211 xRepository->cloneDataType( xDataType->getName(), _rNewName ); in cloneDataType()329 ::rtl::Reference< XSDDataType > xDataType = getValidatingDataType(); in findDefaultFormatForIntrospectee()330 if ( xDataType.is() ) in findDefaultFormatForIntrospectee()334 switch ( xDataType->classify() ) in findDefaultFormatForIntrospectee()394 if ( xDataType.is() ) in getBasicTypeNameForClass()[all …]
369 ::rtl::Reference< XSDDataType > xDataType( m_pHelper->getValidatingDataType() ); in describePropertyLine()370 sal_Int16 nTypeClass = xDataType.is() ? xDataType->classify() : DataTypeClass::STRING; in describePropertyLine()589 ::rtl::Reference< XSDDataType > xDataType( m_pHelper->getValidatingDataType() ); in actuatingPropertyChanged()592 sal_Bool bIsBasicType = xDataType.is() && xDataType->isBasicType(); in actuatingPropertyChanged()593 …lePropertyUIElements( PROPERTY_XSD_DATA_TYPE, PropertyLineElement::PrimaryButton, xDataType.is() ); in actuatingPropertyChanged()594 …Elements( PROPERTY_XSD_DATA_TYPE, PropertyLineElement::SecondaryButton, xDataType.is() && !bIsBasi… in actuatingPropertyChanged()631 … showPropertyUI( _rxInspectorUI, *pLoop, xDataType.is() && xDataType->hasFacet( *pLoop ) ); in actuatingPropertyChanged()
846 Reference<XDataType> xDataType = getDataType(); in isValid_DataType() local847 return xDataType.is() in isValid_DataType()848 ? xDataType->validate( maBindingExpression.getString() ) in isValid_DataType()854 Reference<XDataType> xDataType = getDataType(); in explainInvalid_DataType() local855 return xDataType.is() in explainInvalid_DataType()856 ? xDataType->explainInvalid( maBindingExpression.getString() ) in explainInvalid_DataType()
321 Reference<XPropertySet> xDataType( in exportXFormsBinding() local328 xDataType->getPropertyValue( OUSTRING("IsBasic") ) >>= bIsBasic; in exportXFormsBinding()330 sTypeName = lcl_getXSDType( rExport, xDataType ); in exportXFormsBinding()
Completed in 35 milliseconds