Searched refs:XML_LAYER (Results 1 – 16 of 16) sorted by relevance
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/ |
H A D | layerexp.cxx | 103 SvXMLElementExport aEle( rExport, XML_NAMESPACE_DRAW, XML_LAYER, true, true ); in exportLayer()
|
H A D | ximpshap.cxx | 808 case XML_ELEMENT(DRAW, XML_LAYER): in processAttribute() 809 case XML_ELEMENT(DRAW_EXT, XML_LAYER): in processAttribute()
|
H A D | shapeexport.cxx | 710 mrExport.AddAttribute(XML_NAMESPACE_DRAW, XML_LAYER, aLayerName ); in exportShape()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/ |
H A D | layerexp.cxx | 102 SvXMLElementExport aEle( rExport, XML_NAMESPACE_DRAW, XML_LAYER, true, true ); in exportLayer()
|
H A D | ximpshap.cxx | 815 else if( IsXMLToken( rLocalName, XML_LAYER ) ) in processAttribute()
|
H A D | shapeexport.cxx | 720 mrExport.AddAttribute(XML_NAMESPACE_DRAW, XML_LAYER, aLayerName ); in exportShape()
|
/dports/textproc/libvisio01/libvisio-0.1.7/src/lib/ |
H A D | tokens.h | 90 const int XML_LAYER = 87; variable
|
H A D | tokenhash.h | 370 {"Layer",XML_LAYER},
|
H A D | VDXParser.cpp | 242 case XML_LAYER: in processXmlNode()
|
H A D | VSDXParser.cpp | 653 case XML_LAYER: in readPageSheetProperties()
|
H A D | VSDXMLParserBase.cpp | 1401 …while (((XML_LAYER != tokenId && XML_ROW != tokenId) || XML_READER_TYPE_END_ELEMENT != tokenType) … in readLayerIX()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/ |
H A D | xmltoken.hxx | 1146 XML_LAYER, enumerator
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/ |
H A D | xmltoken.hxx | 1113 XML_LAYER, enumerator
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 1152 TOKEN( "layer", XML_LAYER ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/ |
H A D | xmltoken.cxx | 1115 TOKEN( "layer", XML_LAYER ),
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/ |
H A D | unusedenumconstants.writeonly.results | 4488 enum xmloff::token::XMLTokenEnum XML_LAYER
|