Home
last modified time | relevance | path

Searched refs:rAttribute (Results 1 – 15 of 15) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Dfillgraphicprimitive2d.cxx52 const attribute::FillGraphicAttribute& rAttribute = getFillGraphic(); in create2DDecomposition() local
54 if(!rAttribute.isDefault()) in create2DDecomposition()
56 const Graphic& rGraphic = rAttribute.getGraphic(); in create2DDecomposition()
65 if(rAttribute.getTiling()) in create2DDecomposition()
70 rAttribute.getGraphicRange(), in create2DDecomposition()
71 rAttribute.getOffsetX(), in create2DDecomposition()
72 rAttribute.getOffsetY()); in create2DDecomposition()
95 rAttribute.getGraphicRange().getRange(), in create2DDecomposition()
96 rAttribute.getGraphicRange().getMinimum())); in create2DDecomposition()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofgraphic.cxx96 const drawinglayer::attribute::SdrLineFillShadowTextAttribute& rAttribute) const in createVIP2DSForPresObj()
105 rAttribute, in createVIP2DSForPresObj()
160 const drawinglayer::attribute::SdrLineFillShadowTextAttribute& rAttribute) const in createVIP2DSForDraft()
169 rAttribute, in createVIP2DSForDraft()
174 if(rAttribute.getLine().isDefault()) in createVIP2DSForDraft()
/trunk/main/l10ntools/inc/
H A Dxmlparse.hxx87 const XMLAttribute &rAttribute // the attribute which has to be equal in IsEqual() argument
90 return (( rAttribute == *this ) && ( rAttribute.sValue == sValue )); in IsEqual()
352 void AddAttribute( const String &rAttribute, const String &rValue );
H A Dxrmmerge.hxx48 ByteString GetAttribute( const ByteString &rToken, const ByteString &rAttribute );
/trunk/main/filter/source/xsltfilter/
H A Duof2merge.cxx72 void addAttribute( const UOF2Attribute& rAttribute );
92 void UOF2AttributeList::addAttribute( const UOF2Attribute& rAttribute ) in addAttribute() argument
94 if(rAttribute.m_sName.getLength() && rAttribute.m_sValue.getLength()) in addAttribute()
95 m_aAttributes.push_back(rAttribute); in addAttribute()
/trunk/main/sc/source/filter/xml/
H A DXMLConverter.cxx591 ScXMLConditionParseResult& rParseResult, const OUString& rAttribute, sal_Int32 nStartIndex ) in parseCondition() argument
594 if( (nStartIndex < 0) || (nStartIndex >= rAttribute.getLength()) ) return; in parseCondition()
597 const sal_Unicode* pcBegin = rAttribute.getStr(); in parseCondition()
599 const sal_Unicode* pcEnd = pcBegin + rAttribute.getLength(); in parseCondition()
H A DXMLConverter.hxx162 const ::rtl::OUString& rAttribute,
/trunk/main/svx/inc/svx/sdr/contact/
H A Dviewcontactofgraphic.hxx49 const drawinglayer::attribute::SdrLineFillShadowTextAttribute& rAttribute) const;
52 const drawinglayer::attribute::SdrLineFillShadowTextAttribute& rAttribute) const;
/trunk/main/svl/source/misc/
H A Dinettype.cxx1230 rAttribute, in appendUSASCIIParameter() argument
1235 aResult += rAttribute; in appendUSASCIIParameter()
1286 rAttribute, in appendUSASCIIParameter() argument
1291 aResult += rAttribute; in appendUSASCIIParameter()
/trunk/main/svl/inc/svl/
H A Dinettype.hxx449 ByteString const & rAttribute,
467 UniString const & rAttribute,
/trunk/main/l10ntools/source/
H A Dxrmmerge.cxx409 ByteString XRMResParser::GetAttribute( const ByteString &rToken, const ByteString &rAttribute ) in GetAttribute() argument
416 sSearch += rAttribute; in GetAttribute()
H A Dxmlparse.cxx801 void XMLElement::AddAttribute( const String &rAttribute, const String &rValue ) in AddAttribute() argument
806 pAttributes->Insert( new XMLAttribute( rAttribute, rValue ), LIST_APPEND ); in AddAttribute()
/trunk/main/tools/source/inet/
H A Dinetmime.cxx152 Parameter ** find(ByteString const & rAttribute, sal_uInt32 nSection,
258 Parameter ** ParameterList::find(ByteString const & rAttribute, in find() argument
264 StringCompare eCompare = rAttribute.CompareTo((*p)->m_aAttribute); in find()
4549 INetContentTypeParameterList::find(const ByteString & rAttribute) const in find()
4554 if (pParameter->m_sAttribute.EqualsIgnoreCaseAscii(rAttribute)) in find()
/trunk/main/tools/inc/tools/
H A Dinetmime.hxx1430 const INetContentTypeParameter * find(const ByteString & rAttribute)
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2177 const svx::frame::Style& rAttribute );
2185 const svx::frame::Style& rAttribute ) in SwLineEntry() argument
2189 maAttribute( rAttribute ) in SwLineEntry()

Completed in 117 milliseconds