Searched refs:getDataType (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/extensions/source/propctrlr/ |
H A D | xsdvalidationhelper.cxx | 130 …Reference< XDataType > XSDValidationHelper::getDataType( const ::rtl::OUString& _rName ) const SAL… in getDataType() function in pcr::XSDValidationHelper 138 xDataType = xRepository->getDataType( _rName ); in getDataType() 173 xValidatedAgainst = getDataType( _rName ); in getDataTypeByName() 260 …try { xOldType = xOldType.query( getDataType( sOldDataTypeName ) ); } catch( const Exception& ) { } in setValidatingDataTypeByName() 266 Reference< XPropertySet > xNewType( getDataType( _rName ), UNO_QUERY ); in setValidatingDataTypeByName() 308 …ference< XSDDataType > pSourceType = new XSDDataType( xFromRepository->getDataType( _rDataTypeName… in copyDataType()
|
H A D | xsdvalidationhelper.hxx | 129 getDataType( const ::rtl::OUString& _rName ) const
|
/aoo41x/main/unotools/source/config/ |
H A D | configvaluecontainer.cxx | 74 const Type& getDataType( ) const { return aDataType; } in getDataType() function 146 _rAccessor.getLocation(), _rAccessor.getDataType().getTypeLibType(), in lcl_copyData() 187 _rData.setValue( _rAccessor.getLocation(), _rAccessor.getDataType() ); in lcl_copyData()
|
/aoo41x/main/forms/source/xforms/ |
H A D | datatyperepository.cxx | 180 …Reference< XDataType > SAL_CALL ODataTypeRepository::getDataType( const ::rtl::OUString& typeName … in getDataType() function in xforms::ODataTypeRepository 196 return makeAny( getDataType( aName ) ); in getByName()
|
H A D | binding.cxx | 830 Binding::XDataType_t Binding::getDataType() in getDataType() function in Binding 846 Reference<XDataType> xDataType = getDataType(); in isValid_DataType() 854 Reference<XDataType> xDataType = getDataType(); in explainInvalid_DataType()
|
H A D | datatyperepository.hxx | 65 …sun::star::uno::Reference< ::com::sun::star::xsd::XDataType > SAL_CALL getDataType( const ::rtl::O…
|
H A D | model_ui.cxx | 93 OSL_ENSURE( mxDataTypes->getDataType( sTypeName ).is(), in getDefaultServiceNameForNode() 96 switch( mxDataTypes->getDataType( sTypeName )->getTypeClass() ) in getDefaultServiceNameForNode()
|
H A D | binding.hxx | 358 XDataType_t getDataType();
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | ColumnPropertySet.java | 156 nType = oTypeInspector.getDataType(sTypeName); in setType()
|
H A D | TypeInspector.java | 301 public int getDataType(String _sTypeName) in getDataType() method in TypeInspector
|
/aoo41x/main/offapi/com/sun/star/xforms/ |
H A D | XDataTypeRepository.idl | 108 getDataType( [in] string typeName )
|
/aoo41x/main/xmloff/source/xforms/ |
H A D | xformsexport.cxx | 322 xRepository->getDataType( sTypeName ), in exportXFormsBinding()
|
/aoo41x/main/hsqldb/patches/ |
H A D | i121754.patch | 387 rmd.colTypes[i] = e.getDataType();
|
/aoo41x/main/libxmlsec/ |
H A D | xmlsec1-customkeymanage.patch | 3172 + xmlSecTransformDefaultGetDataType, /* xmlSecTransformGetDataTypeMethod getDataType; */ 3203 + xmlSecTransformDefaultGetDataType, /* xmlSecTransformGetDataTypeMethod getDataType; */ 3234 + xmlSecTransformDefaultGetDataType, /* xmlSecTransformGetDataTypeMethod getDataType; */ 3305 + xmlSecTransformDefaultGetDataType, /* xmlSecTransformGetDataTypeMethod getDataType; */
|
Completed in 59 milliseconds