~ubuntu-branches/ubuntu/precise/calligra/precise

« back to all changes in this revision

Viewing changes to libs/main/rdf/KoDocumentRdf.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-03-12 14:34:55 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120312143455-1bmr8gkyhbc2k9jm
Tags: 1:2.3.91-0ubuntu
* New upstream release
* Remove kubuntu_03_cmakelists_update.diff now upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <KoDataCenterBase.h>
28
28
#include <kconfig.h>
29
29
 
30
 
#include <QtCore/QObject>
31
 
#include <QtCore/QMap>
32
 
#include <QtCore/QString>
33
 
#include <QtCore/QStringList>
 
30
#include <QObject>
 
31
#include <QMap>
 
32
#include <QString>
 
33
#include <QStringList>
34
34
#include <Soprano/Soprano>
35
35
#include <QTextBlockUserData>
36
36
#include <QTreeWidgetItem>
507
507
    void addLocations(Soprano::Model *m, QList<KoRdfLocation*> &ret,
508
508
                      bool isGeo84, const QString &sparql);
509
509
 
 
510
 
 
511
    /**
 
512
     * idrefList queries soprano after loading and creates a list of all rdfid's that
 
513
     * where found in the manifest.rdf document. This list is used to make sure we do not
 
514
     * create more inline rdf objects than necessary
 
515
     * @return a list of xml-id's
 
516
     */
 
517
    QStringList idrefList() const;
 
518
 
510
519
private:
511
520
 
512
521
    /**