Home
last modified time | relevance | path

Searched refs:XML_IMAGE (Results 1 – 25 of 38) sorted by relevance

12

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/edit_phototexturing/src/
H A DCamera.cpp30 const QString Camera::XML_IMAGE = "textureImage"; member in Camera
57 xml_cam.setAttribute(XML_IMAGE,textureImage); in saveAsXml()
74 textureImage = xml_cam->attribute(XML_IMAGE); in loadFromXml()
H A DCamera.h46 static const QString XML_IMAGE; variable
/dports/textproc/libabw/libabw-0.1.3/src/lib/
H A Dtokens.h22 const int XML_IMAGE = 19; variable
H A Dtokenhash.h128 {"image",XML_IMAGE},
H A DABWParser.cpp337 case XML_IMAGE: in processXmlNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dcontrolelement.cxx70 case IMAGE: return XML_IMAGE; in getElementToken()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DXMLSymbolTypePropertyHdl.cxx38 { XML_IMAGE, -1 },
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DXMLSymbolTypePropertyHdl.cxx38 { XML_IMAGE, -1 },
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A DXMLTextFrameContext.cxx1426 case XML_IMAGE: in createFastChildContext()
1488 setSupportsMultipleContents( (nElement & TOKEN_MASK) == XML_IMAGE ); in createFastChildContext()
1509 else if(getSupportsMultipleContents() && nElement == XML_ELEMENT(DRAW, XML_IMAGE)) in createFastChildContext()
1520 nElement == XML_ELEMENT(DRAW, XML_IMAGE) ) in createFastChildContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A DXMLTextFrameContext.cxx1451 else if( IsXMLToken( rLocalName, XML_IMAGE ) ) in CreateChildContext()
1509 setSupportsMultipleContents(IsXMLToken(rLocalName, XML_IMAGE)); in CreateChildContext()
1530 …SupportsMultipleContents() && XML_NAMESPACE_DRAW == p_nPrefix && IsXMLToken(rLocalName, XML_IMAGE)) in CreateChildContext()
1542 IsXMLToken( rLocalName, XML_IMAGE ) ) in CreateChildContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A DXMLEmbeddedObjectImportContext.cxx211 case XML_IMAGE: aName = SvGlobalName(SO3_SDRAW_CLASSID); break; in XMLEmbeddedObjectImportContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A DXMLEmbeddedObjectImportContext.cxx206 case XML_IMAGE: aName = SvGlobalName(SO3_SDRAW_CLASSID); break; in XMLEmbeddedObjectImportContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/filter/xml/
H A DxmlCell.cxx122 case XML_ELEMENT(REPORT, XML_IMAGE): in createFastChildContext()
H A DxmlExport.cxx867 eToken = XML_IMAGE; in exportContainer()
890 else if ( eToken == XML_IMAGE ) in exportContainer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmltexte.cxx543 XML_IMAGE, false, true ); in _exportTextEmbedded()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmltexte.cxx572 XML_IMAGE, false, true ); in _exportTextEmbedded()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/transform/
H A DStyleOASISTContext.cxx330 else if( IsXMLToken( rAttrValue, XML_IMAGE )) in StartElement()
H A DStyleOOoTContext.cxx779 aNewAttrName, GetXMLToken( XML_IMAGE )); in StartElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/transform/
H A DStyleOASISTContext.cxx330 else if( IsXMLToken( rAttrValue, XML_IMAGE )) in StartElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dximpshap.cxx3290 setSupportsMultipleContents(nToken == XML_IMAGE); in createFastChildContext()
3300 else if(getSupportsMultipleContents() && nElement == XML_ELEMENT(DRAW, XML_IMAGE)) in createFastChildContext()
3313 nElement == XML_ELEMENT(DRAW, XML_IMAGE) ) in createFastChildContext()
3439 eToken = XML_IMAGE; in endFastElement()
H A Dshapeimport.cxx390 case XML_ELEMENT(DRAW, XML_IMAGE): in CreateFrameChildContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dximpshap.cxx3439 setSupportsMultipleContents(IsXMLToken(rLocalName, XML_IMAGE)); in CreateChildContext()
3446 …etSupportsMultipleContents() && XML_NAMESPACE_DRAW == nPrefix && IsXMLToken(rLocalName, XML_IMAGE)) in CreateChildContext()
3460 IsXMLToken( rLocalName, XML_IMAGE ) ) in CreateChildContext()
3594 eToken = XML_IMAGE; in EndElement()
H A Dshapeimport.cxx214 { XML_NAMESPACE_DRAW, XML_IMAGE, XML_TOK_FRAME_IMAGE }, in GetFrameShapeElemTokenMap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/filter/xml/
H A DxmlExport.cxx905 eToken = XML_IMAGE; in exportContainer()
928 else if ( eToken == XML_IMAGE ) in exportContainer()
H A Dxmlfilter.cxx1012 … { XML_NAMESPACE_REPORT, XML_IMAGE , XML_TOK_IMAGE }, in GetCellElemTokenMap()

12