Home
last modified time | relevance | path

Searched refs:rAttributes (Results 1 – 25 of 50) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dclrschemecontext.cxx35 if ( rAttributes.hasAttribute( nToken ) ) in setClrMap()
46 setClrMap( rAttributes, rClrMap, XML_bg1 ); in clrMapContext()
47 setClrMap( rAttributes, rClrMap, XML_tx1 ); in clrMapContext()
48 setClrMap( rAttributes, rClrMap, XML_bg2 ); in clrMapContext()
49 setClrMap( rAttributes, rClrMap, XML_tx2 ); in clrMapContext()
50 setClrMap( rAttributes, rClrMap, XML_accent1 ); in clrMapContext()
51 setClrMap( rAttributes, rClrMap, XML_accent2 ); in clrMapContext()
52 setClrMap( rAttributes, rClrMap, XML_accent3 ); in clrMapContext()
53 setClrMap( rAttributes, rClrMap, XML_accent4 ); in clrMapContext()
54 setClrMap( rAttributes, rClrMap, XML_accent5 ); in clrMapContext()
[all …]
H A Dtextfieldcontext.cxx35 const AttributeList& rAttributes, in TextFieldContext() argument
41 mrTextField.setUuid( rAttributes.getString( XML_id ).get() ); in TextFieldContext()
42 mrTextField.setType( rAttributes.getString( XML_type ).get() ); in TextFieldContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dclrschemecontext.cxx35 if ( rAttributes.hasAttribute( nToken ) ) in setClrMap()
46 setClrMap( rAttributes, rClrMap, XML_bg1 ); in clrMapContext()
47 setClrMap( rAttributes, rClrMap, XML_tx1 ); in clrMapContext()
48 setClrMap( rAttributes, rClrMap, XML_bg2 ); in clrMapContext()
49 setClrMap( rAttributes, rClrMap, XML_tx2 ); in clrMapContext()
50 setClrMap( rAttributes, rClrMap, XML_accent1 ); in clrMapContext()
51 setClrMap( rAttributes, rClrMap, XML_accent2 ); in clrMapContext()
52 setClrMap( rAttributes, rClrMap, XML_accent3 ); in clrMapContext()
53 setClrMap( rAttributes, rClrMap, XML_accent4 ); in clrMapContext()
54 setClrMap( rAttributes, rClrMap, XML_accent5 ); in clrMapContext()
[all …]
H A Dtextfieldcontext.cxx35 const AttributeList& rAttributes, in TextFieldContext() argument
41 mrTextField.setUuid( rAttributes.getString( XML_id ).get() ); in TextFieldContext()
42 mrTextField.setType( rAttributes.getString( XML_type ).get() ); in TextFieldContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/rtftok/
H A Drtfvalue.cxx18 RTFValue::RTFValue(int nValue, OUString sValue, const RTFSprms& rAttributes, const RTFSprms& rSprms, in RTFValue() argument
24 , m_pAttributes(new RTFSprms(rAttributes)) in RTFValue()
62 RTFValue::RTFValue(const RTFSprms& rAttributes) in RTFValue() argument
63 : m_pAttributes(new RTFSprms(rAttributes)) in RTFValue()
70 RTFValue::RTFValue(const RTFSprms& rAttributes, const RTFSprms& rSprms) in RTFValue() argument
71 : m_pAttributes(new RTFSprms(rAttributes)) in RTFValue()
181 RTFValue* RTFValue::CloneWithSprms(RTFSprms const& rAttributes, RTFSprms const& rSprms) in CloneWithSprms() argument
183 return new RTFValue(m_nValue, m_sValue, rAttributes, rSprms, m_xShape, m_xStream, m_xObject, in CloneWithSprms()
H A Drtfvalue.hxx36 RTFValue(int nValue, OUString sValue, const RTFSprms& rAttributes, const RTFSprms& rSprms,
44 explicit RTFValue(const RTFSprms& rAttributes);
45 RTFValue(const RTFSprms& rAttributes, const RTFSprms& rSprms);
62 RTFValue* CloneWithSprms(RTFSprms const& rAttributes, RTFSprms const& rSprms);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/rtftok/
H A Drtfvalue.cxx20 RTFValue::RTFValue(int nValue, OUString sValue, const RTFSprms& rAttributes, const RTFSprms& rSprms, in RTFValue() argument
26 , m_pAttributes(new RTFSprms(rAttributes)) in RTFValue()
64 RTFValue::RTFValue(const RTFSprms& rAttributes) in RTFValue() argument
65 : m_pAttributes(new RTFSprms(rAttributes)) in RTFValue()
72 RTFValue::RTFValue(const RTFSprms& rAttributes, const RTFSprms& rSprms) in RTFValue() argument
73 : m_pAttributes(new RTFSprms(rAttributes)) in RTFValue()
183 RTFValue* RTFValue::CloneWithSprms(RTFSprms const& rAttributes, RTFSprms const& rSprms) in CloneWithSprms() argument
185 return new RTFValue(m_nValue, m_sValue, rAttributes, rSprms, m_xShape, m_xStream, m_xObject, in CloneWithSprms()
H A Drtfvalue.hxx45 RTFValue(int nValue, OUString sValue, const RTFSprms& rAttributes, const RTFSprms& rSprms,
53 explicit RTFValue(const RTFSprms& rAttributes);
54 RTFValue(const RTFSprms& rAttributes, const RTFSprms& rSprms);
71 RTFValue* CloneWithSprms(RTFSprms const& rAttributes, RTFSprms const& rSprms);
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Ddiagramdefinitioncontext.cxx35 const AttributeList& rAttributes, in DiagramDefinitionContext() argument
40 mpLayout->setDefStyle( rAttributes.getString( XML_defStyle ).get() ); in DiagramDefinitionContext()
41 OUString sValue = rAttributes.getString( XML_minVer ).get(); in DiagramDefinitionContext()
47 mpLayout->setUniqueId( rAttributes.getString( XML_uniqueId ).get() ); in DiagramDefinitionContext()
H A Ddiagramdefinitioncontext.hxx31 …re::ContextHandler2Helper const & rParent, const ::oox::AttributeList& rAttributes, const DiagramL…
H A Dlayoutnodecontext.hxx31 …re::ContextHandler2Helper const & rParent, const ::oox::AttributeList& rAttributes, const LayoutAt…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/diagram/
H A Ddiagramdefinitioncontext.cxx35 const AttributeList& rAttributes, in DiagramDefinitionContext() argument
40 mpLayout->setDefStyle( rAttributes.getString( XML_defStyle ).get() ); in DiagramDefinitionContext()
41 OUString sValue = rAttributes.getString( XML_minVer ).get(); in DiagramDefinitionContext()
47 mpLayout->setUniqueId( rAttributes.getString( XML_uniqueId ).get() ); in DiagramDefinitionContext()
H A Ddiagramdefinitioncontext.hxx31 …re::ContextHandler2Helper const & rParent, const ::oox::AttributeList& rAttributes, const DiagramL…
H A Dlayoutnodecontext.hxx32 …re::ContextHandler2Helper const & rParent, const ::oox::AttributeList& rAttributes, const LayoutAt…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/
H A Dtextfieldcontext.hxx34 const ::oox::AttributeList& rAttributes,
39 sal_Int32 aElementToken, const ::oox::AttributeList& rAttributes ) override;
H A Dtextbodypropertiescontext.hxx34 const ::oox::AttributeList& rAttributes,
38 const ::oox::AttributeList& rAttributes, const ShapePtr& pShapePtr);
H A Dcustomshapegeometry.hxx47 …re::ContextHandler2Helper const & rParent, const ::oox::AttributeList& rAttributes, CustomShapePro…
59 …re::ContextHandler2Helper const & rParent, const ::oox::AttributeList& rAttributes, CustomShapePro…
H A Dlinepropertiescontext.hxx34 const ::oox::AttributeList& rAttributes,
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/
H A Dtextfieldcontext.hxx34 const ::oox::AttributeList& rAttributes,
39 sal_Int32 aElementToken, const ::oox::AttributeList& rAttributes ) override;
H A Dtextbodypropertiescontext.hxx34 const ::oox::AttributeList& rAttributes,
38 const ::oox::AttributeList& rAttributes, const ShapePtr& pShapePtr);
H A Dcustomshapegeometry.hxx45 …re::ContextHandler2Helper const & rParent, const ::oox::AttributeList& rAttributes, CustomShapePro…
57 …re::ContextHandler2Helper const & rParent, const ::oox::AttributeList& rAttributes, CustomShapePro…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Dsdpage2.cxx456 bool SdPage::setAlienAttributes( const css::uno::Any& rAttributes ) in setAlienAttributes() argument
461 if( aAlienAttributes.PutValue( rAttributes, 0 ) ) in setAlienAttributes()
470 void SdPage::getAlienAttributes( css::uno::Any& rAttributes ) in getAlienAttributes() argument
477 aAlienAttributes.QueryValue( rAttributes ); in getAlienAttributes()
481 static_cast<const SvXMLAttrContainerItem*>(pItem)->QueryValue( rAttributes ); in getAlienAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Dsdpage2.cxx453 bool SdPage::setAlienAttributes( const css::uno::Any& rAttributes ) in setAlienAttributes() argument
458 if( aAlienAttributes.PutValue( rAttributes, 0 ) ) in setAlienAttributes()
467 void SdPage::getAlienAttributes( css::uno::Any& rAttributes ) in getAlienAttributes() argument
474 aAlienAttributes.QueryValue( rAttributes ); in getAlienAttributes()
478 static_cast<const SvXMLAttrContainerItem*>(pItem)->QueryValue( rAttributes ); in getAlienAttributes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/fontmanager/
H A Dfontsubst.cxx88 explicit equal(const FontSelectPattern& rAttributes) in equal() argument
89 : mrAttributes(rAttributes) in equal()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/fontmanager/
H A Dfontsubst.cxx84 explicit equal(const FontSelectPattern& rAttributes) in equal() argument
85 : mrAttributes(rAttributes) in equal()

12