Home
last modified time | relevance | path

Searched defs:customSlideShow (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/uitest/impress_tests/
H A DcustomSlideShow.py10 class customSlideShow(UITestCase): class
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/uitest/impress_tests/
H A DcustomSlideShow.py10 class customSlideShow(UITestCase): class
/dports/editors/calligra/calligra-3.2.1/stage/part/
H A DKPrDocument.cpp354 void KPrDocument::setActiveCustomSlideShow( const QString &customSlideShow ) in setActiveCustomSlideShow()
/dports/editors/calligra/calligra-3.2.1/filters/stage/kpr2odf/
H A DFilterkpr2odf.cpp369 …for (KoXmlElement customSlideShow = customSlideShowConfig.firstChild().toElement(); !customSlideSh… in convertContent() local