Home
last modified time | relevance | path

Searched refs:XSDDataType (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/extensions/source/propctrlr/
H A Dxsddatatypes.cxx97 XSDDataType::XSDDataType( const Reference< XDataType >& _rxDataType ) in XSDDataType() function in pcr::XSDDataType
107 oslInterlockedCount SAL_CALL XSDDataType::acquire() in acquire()
113 oslInterlockedCount SAL_CALL XSDDataType::release() in release()
124 XSDDataType::~XSDDataType() in ~XSDDataType()
129 sal_Int16 XSDDataType::classify() const SAL_THROW(()) in classify()
145 bool XSDDataType::isBasicType() const SAL_THROW(()) in isBasicType()
151 ::rtl::OUString XSDDataType::getName() const SAL_THROW(()) in getName()
157 … void XSDDataType::setFacet( const ::rtl::OUString& _rFacetName, const Any& _rValue ) SAL_THROW(()) in setFacet()
170 bool XSDDataType::hasFacet( const ::rtl::OUString& _rFacetName ) const SAL_THROW(()) in hasFacet()
184 Any XSDDataType::getFacet( const ::rtl::OUString& _rFacetName ) SAL_THROW(()) in getFacet()
[all …]
H A Dxsddatatypes.hxx50 class XSDDataType : public ::rtl::IReference class
65 XSDDataType(
94 void copyFacetsFrom( const ::rtl::Reference< XSDDataType >& _pSourceType );
97 virtual ~XSDDataType();
100 XSDDataType(); // never implemented
101 XSDDataType( const XSDDataType& ); // never implemented
102 XSDDataType& operator=( const XSDDataType& ); // never implemented
H A Dxsdvalidationhelper.cxx164 …::rtl::Reference< XSDDataType > XSDValidationHelper::getDataTypeByName( const ::rtl::OUString& _rN… in getDataTypeByName()
166 ::rtl::Reference< XSDDataType > pReturn; in getDataTypeByName()
176 pReturn = new XSDDataType( xValidatedAgainst ); in getDataTypeByName()
187 … ::rtl::Reference< XSDDataType > XSDValidationHelper::getValidatingDataType( ) const SAL_THROW(()) in getValidatingDataType()
193 …bool XSDValidationHelper::cloneDataType( const ::rtl::Reference< XSDDataType >& _pDataType, const … in cloneDataType()
308 …::rtl::Reference< XSDDataType > pSourceType = new XSDDataType( xFromRepository->getDataType( _rDat… in copyDataType()
313 ::rtl::Reference< XSDDataType > pTargetType = new XSDDataType( xTargetType ); in copyDataType()
329 ::rtl::Reference< XSDDataType > xDataType = getValidatingDataType(); in findDefaultFormatForIntrospectee()
H A Dxsdvalidationpropertyhandler.cxx119 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in getPropertyValue()
157 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in setPropertyValue()
369 ::rtl::Reference< XSDDataType > xDataType( m_pHelper->getValidatingDataType() ); in describePropertyLine()
497 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in implPrepareCloneDataCurrentType()
520 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in implDoCloneCurrentDataType()
536 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in implPrepareRemoveCurrentDataType()
558 ::rtl::Reference< XSDDataType > pType = m_pHelper->getValidatingDataType(); in implDoRemoveCurrentDataType()
589 ::rtl::Reference< XSDDataType > xDataType( m_pHelper->getValidatingDataType() ); in actuatingPropertyChanged()
679 ::rtl::Reference< XSDDataType > pType = m_pHelper->getDataTypeByName( *dataType ); in implGetAvailableDataTypeNames()
H A Dxsdvalidationhelper.hxx41 class XSDDataType;
65 ::rtl::Reference< XSDDataType >
73 ::rtl::Reference< XSDDataType >
95 …bool cloneDataType( const ::rtl::Reference< XSDDataType >& _pDataType, const ::rtl::OUString& _…

Completed in 39 milliseconds