/aoo4110/main/unoxml/source/rdf/ |
H A D | CURI.cxx | 44 css::rdf::XURI> 179 case css::rdf::URIs::XSD_LONG: in initFromConstant() 184 case css::rdf::URIs::XSD_INT: in initFromConstant() 194 case css::rdf::URIs::XSD_BYTE: in initFromConstant() 234 case css::rdf::URIs::XSD_TIME: in initFromConstant() 314 case css::rdf::URIs::XSD_ID: in initFromConstant() 384 case css::rdf::URIs::RDF_NIL: in initFromConstant() 394 case css::rdf::URIs::RDF_ALT: in initFromConstant() 399 case css::rdf::URIs::RDF_BAG: in initFromConstant() 409 case css::rdf::URIs::RDF_SEQ: in initFromConstant() [all …]
|
H A D | librdf_repository.cxx | 211 rdf::Statement 491 rdf::Statement Stmt( in nextElement() 628 rdf::XNamedGraph> 1269 throw (uno::RuntimeException, rdf::QueryException, rdf::RepositoryException) in querySelect() 1319 throw (uno::RuntimeException, rdf::QueryException, rdf::RepositoryException) in queryConstruct() 1356 throw (uno::RuntimeException, rdf::QueryException, rdf::RepositoryException) in queryAsk() 2093 uno::Reference<rdf::XURI> 2116 uno::Reference<rdf::XURI> 2163 uno::Reference<rdf::XNode> 2204 rdf::Statement [all …]
|
H A D | CLiteral.cxx | 45 css::rdf::XLiteral> 65 …virtual css::uno::Reference< css::rdf::XURI > SAL_CALL getDatatype() throw (css::uno::RuntimeExcep… 75 css::uno::Reference< css::rdf::XURI > m_xDatatype; 130 css::uno::Reference< css::rdf::XURI > xURI; in initialize() 184 css::uno::Reference< css::rdf::XURI > SAL_CALL CLiteral::getDatatype() throw (css::uno::RuntimeExce… in getDatatype()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | DocumentMetadataAccess.cxx | 128 uno::Reference<rdf::XURI> createBaseURI( in createBaseURI() 222 uno::Reference<rdf::XURI> m_xBaseURI; 240 /*static*/ uno::Reference<rdf::XURI> 304 static uno::Reference<rdf::XURI> 308 const uno::Reference<rdf::XURI> xURI( in getURIForStream() 354 uno::Reference<rdf::XURI> xType; in addContentOrStylesFileImpl() 408 rdf::Statement stmt; in getAllParts() 607 } catch (rdf::ParseException & e) { in readStream() 940 uno::Reference<rdf::XURI> SAL_CALL 982 uno::Reference<rdf::XURI> SAL_CALL [all …]
|
H A D | sfxbasemodel.cxx | 272 uno::Reference<rdf::XDocumentMetadataAccess> GetDMA() in GetDMA() 4186 uno::Reference< rdf::XRepository > SAL_CALL 4245 uno::Reference< rdf::XMetadatable > SAL_CALL 4261 uno::Reference< rdf::XMetadatable > SAL_CALL 4276 uno::Sequence< uno::Reference< rdf::XURI > > SAL_CALL 4278 const uno::Reference<rdf::XURI> & i_xType) in getMetadataGraphsWithType() 4292 uno::Reference<rdf::XURI> SAL_CALL 4309 uno::Reference<rdf::XURI> SAL_CALL 4313 const uno::Reference< rdf::XURI > & i_xBaseURI, in importMetadataFile() 4333 const uno::Reference< rdf::XURI > & i_xGraphName) in removeMetadataFile() [all …]
|
/aoo4110/main/xmloff/source/core/ |
H A D | RDFaImportHelper.cxx | 113 uno::Reference< rdf::XBlankNode > 116 uno::Reference< rdf::XURI > 119 uno::Reference< rdf::XResource> 148 uno::Reference<rdf::XMetadatable> m_xObject; 281 uno::Reference< rdf::XBlankNode > 292 uno::Reference< rdf::XURI > 314 uno::Reference< rdf::XResource> 353 const uno::Reference< rdf::XResource > xSubject( in InsertRDFaEntry() 386 uno::Reference<rdf::XURI> xDatatype; in InsertRDFaEntry() 450 uno::Reference<rdf::XMetadatable> const & i_xObject, in AddRDFa() [all …]
|
H A D | RDFaExportHelper.cxx | 68 uno::Reference<rdf::XURI> const & i_xURI) in makeCURIE() 92 uno::Reference< rdf::XURI > const xModelURI( in getRelativeReference() 133 uno::Reference<rdf::XBlankNode> const & i_xBlankNode) in LookupBlankNode() 153 uno::Reference<rdf::XMetadatable> const & i_xMetadatable) in AddRDFa() 157 beans::Pair< uno::Sequence<rdf::Statement>, sal_Bool > const in AddRDFa() 168 const uno::Reference<rdf::XURI> xSubjectURI(rStatements[0].Subject, in AddRDFa() 170 const uno::Reference<rdf::XBlankNode> xSubjectBNode( in AddRDFa() 185 const uno::Reference<rdf::XLiteral> xContent( in AddRDFa() 187 const uno::Reference<rdf::XURI> xDatatype(xContent->getDatatype()); in AddRDFa() 206 ::boost::bind(&rdf::Statement::Predicate, _1))), in AddRDFa() [all …]
|
/aoo4110/main/offapi/com/sun/star/rdf/ |
H A D | URIs.idl | 30 module com { module sun { module star { module rdf { 165 /// http://www.w3.org/1999/02/22-rdf-syntax-ns#_1 171 /// http://www.w3.org/2000/01/rdf-schema#comment 173 /// http://www.w3.org/2000/01/rdf-schema#label 175 /// http://www.w3.org/2000/01/rdf-schema#domain 177 /// http://www.w3.org/2000/01/rdf-schema#range 181 /// http://www.w3.org/2000/01/rdf-schema#Literal 183 /// http://www.w3.org/2000/01/rdf-schema#member 189 /// http://www.w3.org/2000/01/rdf-schema#seeAlso 191 /// http://www.w3.org/2000/01/rdf-schema#Resource [all …]
|
H A D | XDocumentMetadataAccess.idl | 68 #include <com/sun/star/rdf/FileFormat.idl> 72 #include <com/sun/star/rdf/ParseException.idl> 76 #include <com/sun/star/rdf/XURI.idl> 80 #include <com/sun/star/rdf/XMetadatable.idl> 84 #include <com/sun/star/rdf/XRepositorySupplier.idl> 90 module com { module sun { module star { module rdf { 93 /** document metadata functionality related to the "manifest.rdf". 171 <li>insert statements declaring <code>rdf:type</code> properties 208 <li>insert statements declaring <code>rdf:type</code> properties 332 loads the stream named "manifest.rdf" from the storage, and then [all …]
|
H A D | XRepository.idl | 60 #include <com/sun/star/rdf/FileFormat.idl> 64 #include <com/sun/star/rdf/ParseException.idl> 68 #include <com/sun/star/rdf/QueryException.idl> 72 #include <com/sun/star/rdf/RepositoryException.idl> 76 #include <com/sun/star/rdf/XBlankNode.idl> 80 #include <com/sun/star/rdf/XURI.idl> 84 #include <com/sun/star/rdf/Statement.idl> 88 #include <com/sun/star/rdf/XQuerySelectResult.idl> 92 #include <com/sun/star/rdf/XNamedGraph.idl> 98 module com { module sun { module star { module rdf { [all …]
|
H A D | FileFormat.idl | 30 module com { module sun { module star { module rdf { 54 /// <a href="http://www.w3.org/TR/rdf-syntax-grammar/">RDF/XML</a> 55 const short RDF_XML = 0; // "application/rdf+xml"; 58 const short N3 = 1; // "text/rdf+n3"; 60 /// <a href="http://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a>
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | DocumentMetadataAccess.hxx | 85 ::com::sun::star::rdf::XDocumentMetadataAccess> 116 ::com::sun::star::rdf::XMetadatable > SAL_CALL 121 ::com::sun::star::rdf::XMetadatable > SAL_CALL 123 ::com::sun::star::rdf::XURI > & i_xURI) 129 ::com::sun::star::rdf::XURI > & i_xType) 133 ::com::sun::star::rdf::XURI> SAL_CALL 142 ::com::sun::star::rdf::XURI> SAL_CALL 148 ::com::sun::star::rdf::XURI > & i_xBaseURI, 156 ::com::sun::star::rdf::ParseException, 160 ::com::sun::star::rdf::XURI > & i_xGraphName) [all …]
|
H A D | sfxbasemodel.hxx | 1338 ::com::sun::star::rdf::XRepository > SAL_CALL getRDFRepository() 1343 ::com::sun::star::rdf::XMetadatable > SAL_CALL 1348 ::com::sun::star::rdf::XMetadatable > SAL_CALL 1350 ::com::sun::star::rdf::XURI > & i_xURI) 1356 ::com::sun::star::rdf::XURI > & i_xType) 1360 ::com::sun::star::rdf::XURI> SAL_CALL 1369 ::com::sun::star::rdf::XURI> SAL_CALL 1375 ::com::sun::star::rdf::XURI > & i_xBaseURI, 1383 ::com::sun::star::rdf::ParseException, 1387 ::com::sun::star::rdf::XURI > & i_xGraphName) [all …]
|
H A D | XmlIdRegistry.hxx | 34 namespace com { namespace sun { namespace star { namespace rdf { namespace 67 ::com::sun::star::rdf::XMetadatable > SAL_CALL
|
/aoo4110/main/offapi/com/sun/star/ |
H A D | modules.idl | 223 The <a href="http://www.w3.org/TR/rdf-concepts/">RDF data model</a> 225 The nodes in the graph are of type <type scope="rdf">XNode</type>, 226 which has several subtypes: <type scope="rdf">XResource</type>, 227 <type scope="rdf">XBlankNode</type>, 228 <type scope="rdf">XURI</type> and <type scope="rdf">XLiteral</type>. 230 <type scope="rdf">Statement</type>. 238 The type of the graphs is <type scope="rdf">XNamedGraph</type>. 243 <type scope="rdf">XRepositorySupplier</type> and 244 <type scope="rdf">XDocumentMetadataAccess</type>. 246 implement the interface <type scope="rdf">XMetadatable</type>. [all …]
|
/aoo4110/main/unoxml/ |
H A D | Library_unordf.mk | 26 $(eval $(call gb_Library_set_componentfile,unordf,unoxml/source/rdf/unordf)) 42 rdf \ 49 unoxml/source/rdf/CBlankNode \ 50 unoxml/source/rdf/CURI \ 51 unoxml/source/rdf/CLiteral \ 52 unoxml/source/rdf/librdf_repository \ 53 unoxml/source/rdf/librdf_services \
|
/aoo4110/main/xmloff/inc/ |
H A D | RDFaExportHelper.hxx | 35 namespace rdf { class XBlankNode; } namespace 36 namespace rdf { class XMetadatable; } namespace 37 namespace rdf { class XDocumentRepository; } namespace 50 ::com::sun::star::rdf::XDocumentRepository> m_xRepository; 61 ::com::sun::star::rdf::XBlankNode> const & i_xBlankNode); 68 ::com::sun::star::rdf::XMetadatable> const & i_xMetadatable);
|
H A D | RDFaImportHelper.hxx | 38 namespace rdf { class XMetadatable; } namespace 39 namespace rdf { class XRepositorySupplier; } namespace 76 ::com::sun::star::uno::Reference< ::com::sun::star::rdf::XMetadatable> 82 ::com::sun::star::uno::Reference< ::com::sun::star::rdf::XMetadatable> 94 ::com::sun::star::rdf::XRepositorySupplier > const & i_xModel);
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unorefmk.cxx | 807 uno::Reference<rdf::XMetadatable> 1601 static uno::Reference<rdf::XURI> const& 1606 static uno::Reference< rdf::XURI > xOdfPrefix( in lcl_getURI() 1607 rdf::URI::createKnown(xContext, rdf::URIs::ODF_PREFIX), in lcl_getURI() 1609 static uno::Reference< rdf::XURI > xOdfSuffix( in lcl_getURI() 1610 rdf::URI::createKnown(xContext, rdf::URIs::ODF_SUFFIX), in lcl_getURI() 1618 uno::Reference<rdf::XResource> const & xMetaField, in lcl_getPrefixOrSuffix() 1619 uno::Reference<rdf::XURI> const & xPredicate) in lcl_getPrefixOrSuffix() 1625 rdf::Statement stmt; in lcl_getPrefixOrSuffix() 1649 const uno::Reference<rdf::XRepository> xRepo( in getPrefixAndSuffix() [all …]
|
/aoo4110/main/sfx2/qa/complex/sfx2/ |
H A D | DocumentMetadataAccess.java | 28 import com.sun.star.rdf.Literal; 29 import com.sun.star.rdf.XLiteral; 30 import com.sun.star.rdf.XNamedGraph; 31 import com.sun.star.rdf.BlankNode; 33 import com.sun.star.rdf.XNode; 36 import com.sun.star.rdf.Statement; 37 import com.sun.star.rdf.FileFormat; 38 import com.sun.star.rdf.URIs; 39 import com.sun.star.rdf.URI; 43 import com.sun.star.rdf.XBlankNode; [all …]
|
/aoo4110/main/ |
H A D | RepositoryFixes.mk | 75 gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf.dll$(gb_Library_IARCEXT),$(gb_Library_FILEN… 120 gb_Library_FILENAMES := $(patsubst rdf:irdf%,rdf:librdf%,$(gb_Library_FILENAMES)) 172 gb_Library_FILENAMES := $(patsubst rdf:rdf%,rdf:librdf%,$(gb_Library_FILENAMES)) 251 gb_Library_TARGETS := $(filter-out rdf,$(gb_Library_TARGETS))
|
/aoo4110/main/sw/inc/ |
H A D | fmtmeta.hxx | 139 ::com::sun::star::rdf::XMetadatable> m_wXMeta; 154 ::com::sun::star::rdf::XMetadatable> const& GetXMeta() const in GetXMeta() 157 ::com::sun::star::rdf::XMetadatable> const& xMeta) in SetXMeta() 173 ::com::sun::star::rdf::XMetadatable > MakeUnoObject();
|
/aoo4110/main/offapi/com/sun/star/text/textfield/ |
H A D | MetadataField.idl | 44 #include <com/sun/star/rdf/XMetadatable.idl> 58 @see com::sun::star::rdf 69 interface com::sun::star::rdf::XMetadatable;
|
/aoo4110/main/writerfilter/source/doctok/ |
H A D | WW8sprms.xsl | 22 …lns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-sy… 23 …xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:UML = 'org.omg.xmi.namespace.UML' xml:spa…
|
/aoo4110/main/sw/qa/complex/writer/ |
H A D | TextPortionEnumerationTest.java | 64 import com.sun.star.rdf.XMetadatable; 65 import com.sun.star.rdf.Statement; 66 import com.sun.star.rdf.XDocumentRepository; 67 import com.sun.star.rdf.XRepositorySupplier; 3688 com.sun.star.rdf.XRepositorySupplier xModel = in testMetaFieldXTextField() 3695 com.sun.star.rdf.XURI xOdfPrefix = in testMetaFieldXTextField() 3697 com.sun.star.rdf.URIs.ODF_PREFIX); in testMetaFieldXTextField() 3698 com.sun.star.rdf.XURI xOdfSuffix = in testMetaFieldXTextField() 3700 com.sun.star.rdf.URIs.ODF_SUFFIX); in testMetaFieldXTextField() 3701 com.sun.star.rdf.XNode xPrefix = in testMetaFieldXTextField() [all …]
|