Home
last modified time | relevance | path

Searched refs:loadDocument (Results 1 – 25 of 444) sorted by relevance

12345678910>>...18

/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/src/
H A DCOLLADAFWRoot.cpp23 bool Root::loadDocument( const String& fileName ) in loadDocument() function in COLLADAFW::Root
27 return mLoader->loadDocument(fileName, mWriter); in loadDocument()
30 bool Root::loadDocument( const String& uri, const char* buffer, int length ) in loadDocument() function in COLLADAFW::Root
34 return mLoader->loadDocument(uri, buffer, length, mWriter); in loadDocument()
/dports/graphics/xournalpp/xournalpp-1.1.0/test/control/
H A DLoadHandlerTest.cpp69 handler.loadDocument(GET_TESTFILE("big-test.xoj")); in testSpeed()
79 handler.loadDocument(GET_TESTFILE("packaged_xopp/big-test.xopp")); in testSpeedZipped()
87 Document* doc = handler.loadDocument(GET_TESTFILE("test1.xoj")); in testLoad()
105 Document* doc = handler.loadDocument(GET_TESTFILE("packaged_xopp/test.xopp")); in testLoadZipped()
123 Document* doc = handler.loadDocument(GET_TESTFILE("test1.unzipped.xoj")); in testLoadUnzipped()
141 Document* doc = handler.loadDocument(GET_TESTFILE("load/pages.xoj")); in testPages()
148 Document* doc = handler.loadDocument(GET_TESTFILE("packaged_xopp/pages.xopp")); in testPagesZipped()
171 Document* doc = handler.loadDocument(GET_TESTFILE("load/pages.xoj")); in testPageType()
207 Document* doc = handler.loadDocument(GET_TESTFILE("load/layer.xoj")); in testLayer()
233 Document* doc = handler.loadDocument(GET_TESTFILE("load/text.xml")); in testText()
[all …]
/dports/net-im/psi/psi-1.5/src/libpsi/tools/atomicxmlfile/
H A Datomicxmlfile.h86 bool loadDocument(T reader) const { in loadDocument() function
90 if (loadDocument(reader, fileName)) { in loadDocument()
111 bool loadDocument(QDomDocument* doc, QString fileName) const;
113 bool loadDocument(AtomicXmlFileReader* reader, QString fileName) const;
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Scripts/Tutorial/
H A D02_Text.py4 q.loadDocument("02_Text.py")
15 q.loadDocument("basic.csd")
27 q.loadDocument("02_Text.py") # This will switch back to this file
H A D03_Csound_Interaction.py4 q.loadDocument("basic.csd")
12 q.loadDocument("03_Csound_Interaction.py")
H A D03_Using_Qt.py4 q.loadDocument("basic.csd")
12 q.loadDocument("03_Csound_Interaction.py")
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/xp/
H A Dap_Frame.h43 virtual UT_Error loadDocument(AD_Document* pDoc);
44 virtual UT_Error loadDocument(const char * szFilename, int ieft);
45 virtual UT_Error loadDocument(const char * szFilename, int ieft, bool createNew);
46 virtual UT_Error loadDocument(GsfInput * input, int ieft);
H A Dap_App.cpp70 pFrame->loadDocument((const char *)NULL, IEFT_Unknown); in openCmdLineFiles()
82 UT_Error error = pFrame->loadDocument (uri, IEFT_Unknown, true); in openCmdLineFiles()
104 pFrame->loadDocument((const char *)NULL, IEFT_Unknown); in openCmdLineFiles()
121 pFrame->loadDocument((const char *)NULL, IEFT_Unknown); in openCmdLineFiles()
/dports/www/bolt/bolt-2.2.24/vendor/tdammers/htmlmaid/src/Maid/
H A DMaid.php110 private function loadDocument($html, $wrap = false) { function in Maid\\Maid
163 $srcDoc = $this->loadDocument($thing);
185 $srcDoc = $this->loadDocument(sprintf($wrapper, $thing));
188 $dstDoc = $this->loadDocument(sprintf($wrapper, ''));
262 $dstDoc = $this->loadDocument('<html></html>');
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/doc/
H A Dstartup.cpp44 QPushButton *loadDocument = addButton ("Edit A Content File", QIcon (":startup/edit-content")); in createButtons() local
45 connect (loadDocument, SIGNAL (clicked()), this, SIGNAL (loadDocument())); in createButtons()
63 loadDocument->setIconSize (QSize (mWidth, mWidth)); in createButtons()
/dports/devel/kf5-kparts/kparts-5.89.0/templates/kpartsapp/src/shell/
H A D%{APPNAMELC}shell.cpp64 void %{APPNAME}Shell::loadDocument(const QUrl& url) in loadDocument() function in Shell
94 window->loadDocument(url);
98 loadDocument(url);
/dports/editors/libreoffice/libreoffice-7.2.6.2/libreofficekit/qa/unit/
H A Dtiledrendering.cxx90 std::unique_ptr<Document> loadDocument( Office *pOffice, const string &pName,
168 std::unique_ptr<Document> TiledRenderingTest::loadDocument( Office *pOffice, const string &pName, in loadDocument() function in TiledRenderingTest
181 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "blank_text.odt")); in testDocumentTypes()
202 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "impress_slidenames.odp")); in testImpressSlideNames()
214 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "calc_sheetnames.ods")); in testCalcSheetNames()
224 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "blank_text.odt")); in testPaintPartTile()
249 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "blank_text.odt", "Language=en-US")); in testDocumentLoadLanguage()
402 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "blank_text.odt")); in testMultiKeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/libreofficekit/qa/unit/
H A Dtiledrendering.cxx90 std::unique_ptr<Document> loadDocument( Office *pOffice, const string &pName,
168 std::unique_ptr<Document> TiledRenderingTest::loadDocument( Office *pOffice, const string &pName, in loadDocument() function in TiledRenderingTest
181 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "blank_text.odt")); in testDocumentTypes()
202 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "impress_slidenames.odp")); in testImpressSlideNames()
214 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "calc_sheetnames.ods")); in testCalcSheetNames()
224 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "blank_text.odt")); in testPaintPartTile()
249 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "blank_text.odt", "Language=en-US")); in testDocumentLoadLanguage()
402 std::unique_ptr<Document> pDocument(loadDocument(pOffice, "blank_text.odt")); in testMultiKeyInput()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAFramework/include/
H A DCOLLADAFWILoader.h34 virtual bool loadDocument(const String& fileName, IWriter* writer)=0;
42 virtual bool loadDocument(const String& uri, const char* buffer, int length, IWriter* writer)=0;
H A DCOLLADAFWRoot.h41 bool loadDocument(const String& fileName);
45 bool loadDocument(const String& uri, const char* buffer, int length);
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Scripts/LiveCoding/
H A Dloopology.py10 q.loadDocument("loopology.csd")
13 q.loadDocument("loopology.py")
H A Dlive_coding.py8 q.loadDocument("live_coding.py") # load if not already open
10 d = q.loadDocument("live_coding.csd")
/dports/audio/csoundqt/CsoundQt-0.9.8.1/src/Scripts/LiveCoding/bytesong/
H A Dbytesong.py11 q.loadDocument('bytesong.csd')
24 q.loadDocument('bytesongs.py')
/dports/converters/wkhtmltopdf/qt-5db36ec/src/svg/
H A Dqsvgrenderer.cpp312 static bool loadDocument(QSvgRenderer *const q, in loadDocument() function
343 return loadDocument(this, d, filename); in load()
353 return loadDocument(this, d, contents); in load()
368 return loadDocument(this, d, contents); in load()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/view/
H A Dgmetadom_MathView.cc57 if (loadDocument(doc)) in loadURI()
68 if (loadDocument(doc)) in loadBuffer()
76 gmetadom_MathView::loadDocument(const DOM::Document& doc) in loadDocument() function in gmetadom_MathView
H A Dlibxml2_MathView.cc61 if (loadDocument(doc)) in loadURI()
84 if (loadDocument(doc)) in loadBuffer()
102 libxml2_MathView::loadDocument(xmlDoc* doc) in loadDocument() function in libxml2_MathView
/dports/graphics/qt5-svg/kde-qtsvg-5.15.2p13/src/svg/
H A Dqsvgrenderer.cpp347 static bool loadDocument(QSvgRenderer *const q, in loadDocument() function
382 return loadDocument(this, d, filename); in load()
392 return loadDocument(this, d, contents); in load()
407 return loadDocument(this, d, contents); in load()
/dports/editors/calligra/calligra-3.2.1/words/part/tests/
H A DTestRdf.cpp110 KoDocumentRdf *rdf = loadDocument(odt); in basicload()
152 KoDocumentRdf *rdf = loadDocument(odt); in findStatements()
180 KoDocumentRdf *rdf = loadDocument(odt); in foaf()
239 KoDocumentRdf *rdf = loadDocument(odt); in calendarEvents()
302 KoDocumentRdf *rdf = loadDocument(odt); in locations()
360 KoDocumentRdf *rdf = loadDocument(odt); in prefixMapping()
404 KoDocumentRdf *rdf = loadDocument(odt); in addAndSave()
468 KoDocumentRdf *rdf = loadDocument(odt); in semanticItemViewSite()
496 KoDocumentRdf *rdf = loadDocument(odt); in sopranoTableModel()
512 KoDocumentRdf *rdf = loadDocument(odt); in expandStatementsToIncludeRdfLists()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/jni/
H A Ddocview.h32 bool loadDocument( lString32 filename );
33 bool loadDocument( LVStreamRef stream, lString32 contentPath );
/dports/graphics/epdfview/epdfview-0.1.8/tests/
H A DMainPterTest.h29 CPPUNIT_TEST (loadDocument);
59 void loadDocument (void);

12345678910>>...18