/aoo41x/main/starmath/source/ |
H A D | mathmlexport.cxx | 1259 AddAttribute(XML_NAMESPACE_MATH, XML_COLOR, XML_BLACK); in ExportFont() 1262 AddAttribute(XML_NAMESPACE_MATH, XML_COLOR, XML_WHITE); in ExportFont() 1265 AddAttribute(XML_NAMESPACE_MATH, XML_COLOR, XML_RED); in ExportFont() 1268 AddAttribute(XML_NAMESPACE_MATH, XML_COLOR, XML_GREEN); in ExportFont() 1271 AddAttribute(XML_NAMESPACE_MATH, XML_COLOR, XML_BLUE); in ExportFont() 1274 AddAttribute(XML_NAMESPACE_MATH, XML_COLOR, XML_AQUA); in ExportFont() 1277 AddAttribute(XML_NAMESPACE_MATH, XML_COLOR, XML_FUCHSIA); in ExportFont() 1280 AddAttribute(XML_NAMESPACE_MATH, XML_COLOR, XML_YELLOW); in ExportFont()
|
H A D | mathmlimport.cxx | 2087 { XML_NAMESPACE_MATH, XML_COLOR, XML_TOK_COLOR },
|
/aoo41x/main/xmloff/source/forms/ |
H A D | controlpropertymap.cxx | 80 …MAP_ASCII( "SymbolColor", XML_NAMESPACE_STYLE, XML_COLOR, XML_TYPE_C… in getControlStylePropertyMap_Access() 82 …MAP_ASCII( "TextColor", XML_NAMESPACE_FO, XML_COLOR, XML_TYPE_C… in getControlStylePropertyMap_Access()
|
/aoo41x/main/xmloff/source/style/ |
H A D | HatchStyle.cxx | 104 { XML_NAMESPACE_DRAW, XML_COLOR, XML_TOK_HATCH_COLOR }, in importXML() 237 rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_COLOR, aStrValue ); in exportXML()
|
H A D | XMLFootnoteSeparatorExport.cxx | 158 rExport.AddAttribute(XML_NAMESPACE_STYLE, XML_COLOR, in exportXML()
|
H A D | XMLFootnoteSeparatorImport.cxx | 146 else if (IsXMLToken( sLocalName, XML_COLOR )) in StartElement()
|
H A D | xmlnume.cxx | 642 GetExport().AddAttribute( XML_NAMESPACE_FO, XML_COLOR, in exportLevelStyle()
|
H A D | xmlnumi.cxx | 739 { XML_NAMESPACE_FO, XML_COLOR, in lcl_getStyleAttributesAttrTokenMap()
|
H A D | xmlnumfe.cxx | 410 rExport.AddAttribute( XML_NAMESPACE_FO, XML_COLOR, in WriteColorElement_Impl()
|
H A D | xmlnumfi.cxx | 699 if ( nPrefix == XML_NAMESPACE_FO && IsXMLToken( aLocalName, XML_COLOR ) ) in SvXMLNumFmtPropContext()
|
/aoo41x/main/svx/source/xml/ |
H A D | xmlxtexp.cxx | 405 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_COLOR, aOut.makeStringAndClear() ); in exportEntry() 407 SvXMLElementExport aElem( mrExport, XML_NAMESPACE_DRAW, XML_COLOR, sal_True, sal_True ); in exportEntry()
|
H A D | xmlxtimp.cxx | 241 else if( aLocalName == GetXMLToken(XML_COLOR) ) in importColor()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLTextColumnsExport.cxx | 119 GetExport().AddAttribute( XML_NAMESPACE_STYLE, XML_COLOR, in exportXML()
|
H A D | XMLTextColumnsContext.cxx | 80 { XML_NAMESPACE_STYLE, XML_COLOR, XML_TOK_COLUMN_SEP_COLOR },
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlHelper.cxx | 168 MAP_CONST_TEXT( PROPERTY_TEXTCOLOR, XML_NAMESPACE_FO, XML_COLOR, XML_TYPE_COLOR, 0 ), in GetCellStylesPropertySetMapper()
|
/aoo41x/main/xmloff/source/draw/ |
H A D | animimp.cxx | 521 else if( IsXMLToken( aLocalName, XML_COLOR ) ) in XMLAnimationsEffectContext()
|
H A D | animexp.cxx | 467 rExport.AddAttribute( XML_NAMESPACE_DRAW, XML_COLOR, sTmp.makeStringAndClear() ); in exportAnimations()
|
H A D | animationexport.cxx | 492 { XML_COLOR, "CharColor" }, in getAnimationAttributeNamesConversionList() 1540 case XML_COLOR: nType = XML_TYPE_COLOR; break; in convertValue()
|
H A D | animationimport.cxx | 459 case XML_COLOR: nType = XML_TYPE_COLOR; break; in convertValue()
|
H A D | sdpropls.cxx | 541 { XML_COLOR, drawing::TextureKind_COLOR },
|
/aoo41x/main/xmloff/source/transform/ |
H A D | PropertyActionsOOo.cxx | 523 { XML_NAMESPACE_FO, XML_COLOR, XML_ATACTION_COPY,
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmltoken.hxx | 417 XML_COLOR, enumerator
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmltoken.cxx | 425 TOKEN( "color", XML_COLOR ),
|