Home
last modified time | relevance | path

Searched refs:xDataType (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/extensions/source/propctrlr/
H A Dxsdvalidationhelper.cxx132 Reference< XDataType > xDataType; in getDataType() local
138 xDataType = xRepository->getDataType( _rName ); in getDataType()
140 return xDataType; in getDataType()
206 Reference< XDataType > xDataType( _pDataType->getUnoDataType() ); in cloneDataType() local
208 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 …]
H A Dxsdvalidationpropertyhandler.cxx369 ::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()
/aoo4110/main/forms/source/xforms/
H A Dbinding.cxx846 Reference<XDataType> xDataType = getDataType(); in isValid_DataType() local
847 return xDataType.is() in isValid_DataType()
848 ? xDataType->validate( maBindingExpression.getString() ) in isValid_DataType()
854 Reference<XDataType> xDataType = getDataType(); in explainInvalid_DataType() local
855 return xDataType.is() in explainInvalid_DataType()
856 ? xDataType->explainInvalid( maBindingExpression.getString() ) in explainInvalid_DataType()
/aoo4110/main/xmloff/source/xforms/
H A Dxformsexport.cxx321 Reference<XPropertySet> xDataType( in exportXFormsBinding() local
328 xDataType->getPropertyValue( OUSTRING("IsBasic") ) >>= bIsBasic; in exportXFormsBinding()
330 sTypeName = lcl_getXSDType( rExport, xDataType ); in exportXFormsBinding()

Completed in 43 milliseconds