Home
last modified time | relevance | path

Searched refs:graphs (Results 1 – 11 of 11) sorted by relevance

/trunk/main/offapi/com/sun/star/
H A Dmodules.idl224 describes graphs of statements.
235 <type scope="rdf">XRepository</type>, which consists of a set of graphs.
236 The repository allows for importing/exporting graphs from/to files,
238 The type of the graphs is <type scope="rdf">XNamedGraph</type>.
/trunk/main/offapi/com/sun/star/rdf/
H A DXRepository.idl101 /** provides access to a set of named RDF graphs.
111 The RDF triples are stored as a set of named RDF graphs.
251 /** gets the names of all the graphs in the repository.
254 a list containing the names of the graphs in the repository
H A DXDocumentMetadataAccess.idl150 the <code>rdf:type</code> property of the requested named graphs
153 the names of all metadata graphs that have a <code>rdf:type</code>
376 This method stores all the graphs in the document metadata repository
H A DRepository.idl37 /** provides access to a set of named RDF graphs.
H A DXNamedGraph.idl58 This is so that you can easily make RDF statements about named graphs.
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile1097 # powerful graphs.
1101 # If set to YES, the inheritance and collaboration graphs will hide
1139 # If set to YES, the inheritance and collaboration graphs will show the
1161 # So in most cases it will be better to enable call graphs for selected
1196 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
1204 # (in pixels) of the graphs generated by dot. If a graph becomes larger than
1212 # graphs generated by dot. A depth value of 3 means that only nodes reachable
1240 # arrows in the dot generated graphs.
1246 # the various graphs.
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg1338 # powerful graphs.
1351 # If set to YES, the inheritance and collaboration graphs will hide
1375 # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1412 # If set to YES, the inheritance and collaboration graphs will show the
1434 # the time of a run. So in most cases it will be better to enable call graphs
1443 # graphs for selected functions only using the \callergraph command.
1487 # graphs generated by dot. A depth value of 3 means that only nodes reachable
1513 # arrows in the dot generated graphs.
1519 # the various graphs.
/trunk/main/slideshow/qa/debug/
H A Dreadme.txt13 Generates a number of tree graphs from a trace output file, showing
/trunk/main/sfx2/source/doc/
H A DDocumentMetadataAccess.cxx1256 const uno::Sequence<uno::Reference<rdf::XURI> > graphs( in storeMetadataToStorage() local
1259 for (sal_Int32 i = 0; i < graphs.getLength(); ++i) { in storeMetadataToStorage()
1260 const uno::Reference<rdf::XURI> xName(graphs[i]); in storeMetadataToStorage()
/trunk/main/redland/
H A DREADME19 engines for storing RDF graphs (in memory, SQL, ...)
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java534 XURI[] graphs = xRep.getGraphNames(); in check() local
572 graphs.length == xRep.getGraphNames().length); in check()

Completed in 57 milliseconds