/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/edit_phototexturing/src/ |
H A D | Camera.cpp | 30 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 D | Camera.h | 46 static const QString XML_IMAGE; variable
|
/dports/textproc/libabw/libabw-0.1.3/src/lib/ |
H A D | tokens.h | 22 const int XML_IMAGE = 19; variable
|
H A D | tokenhash.h | 128 {"image",XML_IMAGE},
|
H A D | ABWParser.cpp | 337 case XML_IMAGE: in processXmlNode()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/ |
H A D | controlelement.cxx | 70 case IMAGE: return XML_IMAGE; in getElementToken()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/ |
H A D | XMLSymbolTypePropertyHdl.cxx | 38 { XML_IMAGE, -1 },
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/ |
H A D | XMLSymbolTypePropertyHdl.cxx | 38 { XML_IMAGE, -1 },
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 1426 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 D | XMLTextFrameContext.cxx | 1451 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 D | XMLEmbeddedObjectImportContext.cxx | 211 case XML_IMAGE: aName = SvGlobalName(SO3_SDRAW_CLASSID); break; in XMLEmbeddedObjectImportContext()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/ |
H A D | XMLEmbeddedObjectImportContext.cxx | 206 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 D | xmlCell.cxx | 122 case XML_ELEMENT(REPORT, XML_IMAGE): in createFastChildContext()
|
H A D | xmlExport.cxx | 867 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 D | xmltexte.cxx | 543 XML_IMAGE, false, true ); in _exportTextEmbedded()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 572 XML_IMAGE, false, true ); in _exportTextEmbedded()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/transform/ |
H A D | StyleOASISTContext.cxx | 330 else if( IsXMLToken( rAttrValue, XML_IMAGE )) in StartElement()
|
H A D | StyleOOoTContext.cxx | 779 aNewAttrName, GetXMLToken( XML_IMAGE )); in StartElement()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/transform/ |
H A D | StyleOASISTContext.cxx | 330 else if( IsXMLToken( rAttrValue, XML_IMAGE )) in StartElement()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/ |
H A D | ximpshap.cxx | 3290 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 D | shapeimport.cxx | 390 case XML_ELEMENT(DRAW, XML_IMAGE): in CreateFrameChildContext()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/ |
H A D | ximpshap.cxx | 3439 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 D | shapeimport.cxx | 214 { 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 D | xmlExport.cxx | 905 eToken = XML_IMAGE; in exportContainer() 928 else if ( eToken == XML_IMAGE ) in exportContainer()
|
H A D | xmlfilter.cxx | 1012 … { XML_NAMESPACE_REPORT, XML_IMAGE , XML_TOK_IMAGE }, in GetCellElemTokenMap()
|