Home
last modified time | relevance | path

Searched defs:openElement (Results 1 – 25 of 52) sorted by relevance

123

/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppIbbIq.cpp59 QDomElement openElement = element.firstChildElement("open"); in isIbbOpenIq() local
65 QDomElement openElement = element.firstChildElement("open"); in parseElementFromChild() local
97 QDomElement openElement = element.firstChildElement("close"); in isIbbCloseIq() local
103 QDomElement openElement = element.firstChildElement("close"); in parseElementFromChild() local
/dports/textproc/libodfgen01/libodfgen-0.1.8/src/
H A DFillManager.cxx69 auto openElement = std::make_shared<TagOpenElement>("draw:fill-image"); in getStyleNameForBitmap() local
147 std::shared_ptr<TagOpenElement> openElement(std::make_shared<TagOpenElement>("draw:gradient")); in getStyleNameForGradient() local
233 auto openElement = std::make_shared<TagOpenElement>("draw:hatch"); in getStyleNameForHatch() local
334 auto openElement = std::make_shared<TagOpenElement>("draw:opacity"); in getStyleNameForOpacity() local
H A DGraphicStyle.cxx42 librevenge::RVNGPropertyList openElement; in write() local
189 auto openElement = std::make_shared<TagOpenElement>("draw:marker"); in getStyleNameForMarker() local
240 auto openElement = std::make_shared<TagOpenElement>("draw:stroke-dash"); in getStyleNameForStrokeDash() local
H A DOdcGenerator.cxx576 auto openElement = std::make_shared<TagOpenElement>("chart:chart"); in openChart() local
629 auto openElement = std::make_shared<TagOpenElement>(what.c_str()); in openChartTextObject() local
688 auto openElement = std::make_shared<TagOpenElement>("chart:plot-area"); in openChartPlotArea() local
763 auto openElement = std::make_shared<TagOpenElement>("chart:axis"); in insertChartAxis() local
854 auto openElement = std::make_shared<TagOpenElement>("chart:series"); in openChartSerie() local
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/XmlRpc/Generator/
H A DXmlWriter.php20 * @var XMLWriter
21 */
H A DAbstractGenerator.php51 public function openElement($name, $value = null) function in Zend\\XmlRpc\\Generator\\AbstractGenerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DCompareEditorInputNavigator.java94 private boolean openElement() { in openElement() method in CompareEditorInputNavigator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/
H A DTreeViewerDropDown.java283 protected void openElement(ISelection selection) { in openElement() method in TreeViewerDropDown
/dports/sysutils/nix/nix-2.3.10/src/libutil/
H A Dxml-writer.cc38 void XMLWriter::openElement(const string & name, in openElement() function in nix::XMLWriter
/dports/www/limesurvey/limesurvey/application/helpers/Zend/XmlRpc/Generator/
H A DGeneratorAbstract.php55 public function openElement($name, $value = null) function in Zend_XmlRpc_Generator_GeneratorAbstract
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/search/
H A DJavaSearchEditorOpener.java39 public IEditorPart openElement(Object element) throws PartInitException { in openElement() method in JavaSearchEditorOpener
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/modelinglib/qmt/tasks/
H A Dvoidelementtasks.cpp38 void VoidElementTasks::openElement(const MElement *) in openElement() function in qmt::VoidElementTasks
42 void VoidElementTasks::openElement(const DElement *, const MDiagram *) in openElement() function in qmt::VoidElementTasks
/dports/textproc/libwps03/libwps-0.3.1/src/lib/
H A DWPSList.cpp213 void WPSList::openElement() const in openElement() function in WPSList
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DWPSList.cpp213 void WPSList::openElement() const in openElement() function in WPSList
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.junit/src/org/eclipse/jdt/internal/junit/ui/
H A DGotoReferencedTestAction.java111 private void openElement(IJavaElement result) throws JavaModelException, PartInitException { in openElement() method in GotoReferencedTestAction
/dports/audio/gnuspeechsa/gnuspeechsa-0.1.5/src/xml/
H A DStreamXMLWriter.h43 void openElement(const char* name) { in openElement() function
/dports/textproc/libepubgen/libepubgen-0.1.1/src/lib/
H A DEPUBXMLContent.cpp134 void EPUBXMLContent::openElement(const char *const name, const librevenge::RVNGPropertyList &attrib… in openElement() function in libepubgen::EPUBXMLContent
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/modeleditor/
H A Delementtasks.cpp87 void ElementTasks::openElement(const qmt::MElement *element) in openElement() function in ModelEditor::Internal::ElementTasks
94 void ElementTasks::openElement(const qmt::DElement *element, const qmt::MDiagram *diagram) in openElement() function in ModelEditor::Internal::ElementTasks
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/writer/
H A DEPUBPackage.cxx79 void EPUBPackage::openElement(const char* pName, const librevenge::RVNGPropertyList& rAttributes) in openElement() function in writerperfect::EPUBPackage
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/writer/
H A DEPUBPackage.cxx78 void EPUBPackage::openElement(const char* pName, const librevenge::RVNGPropertyList& rAttributes) in openElement() function in writerperfect::EPUBPackage
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/junit-runner/
H A DJunitLikeXmlOutputListener.java110 private void openElement(String name) throws IOException { in openElement() method in JunitLikeXmlOutputListener
114 private void openElement(String name, Map<String, String> atts) throws IOException { in openElement() method in JunitLikeXmlOutputListener
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/widgets/contentBlockingInformation/
H A DContentBlockingInformationWidget.cpp92 void ContentBlockingInformationWidget::openElement(QAction *action) in openElement() function in Otter::ContentBlockingInformationWidget
/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DSTOFFList.cxx220 void STOFFList::openElement() const in openElement() function in STOFFList
/dports/textproc/libmwaw03/libmwaw-0.3.20/src/lib/
H A DMWAWList.cxx342 void MWAWList::openElement() const in openElement() function in MWAWList
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/includes/
H A DBackupDumper.php85 protected $openElement; variable in BackupDumper

123