Home
last modified time | relevance | path

Searched refs:rRep (Results 1 – 11 of 11) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dcelltextparacontext.cxx91 …const OUString& rURL, const OUString& rRep, const OUString& rStyleName, const OUString& rTargetFra… in PushFieldURL() argument
93 mrParentCxt.PushParagraphFieldURL(rURL, rRep, rStyleName, rTargetFrame); in PushFieldURL()
H A Dxmlcelli.hxx149 …void PushParagraphFieldURL(const OUString& rURL, const OUString& rRep, const OUString& rStyleName,…
H A Dcelltextparacontext.hxx37 …void PushFieldURL(const OUString& rURL, const OUString& rRep, const OUString& rStyleName, const OU…
H A Dxmlcelli.cxx592 …const OUString& rURL, const OUString& rRep, const OUString& rStyleName, const OUString& rTargetFra… in PushParagraphFieldURL() argument
595 std::unique_ptr<SvxURLField> pURLField(new SvxURLField(aAbsURL, rRep, SvxURLFormat::Repr)); in PushParagraphFieldURL()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dcelltextparacontext.cxx94 …const OUString& rURL, const OUString& rRep, const OUString& rStyleName, const OUString& rTargetFra… in PushFieldURL() argument
96 mrParentCxt.PushParagraphFieldURL(rURL, rRep, rStyleName, rTargetFrame); in PushFieldURL()
H A Dxmlcelli.hxx143 …void PushParagraphFieldURL(const OUString& rURL, const OUString& rRep, const OUString& rStyleName,…
H A Dcelltextparacontext.hxx36 …void PushFieldURL(const OUString& rURL, const OUString& rRep, const OUString& rStyleName, const OU…
H A Dxmlcelli.cxx594 …const OUString& rURL, const OUString& rRep, const OUString& rStyleName, const OUString& rTargetFra… in PushParagraphFieldURL() argument
597 std::unique_ptr<SvxURLField> pURLField(new SvxURLField(aAbsURL, rRep, SvxURLFormat::Repr)); in PushParagraphFieldURL()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/editeng/
H A Dflditem.hxx163 void SetRepresentation( const OUString& rRep ) { aRepresentation= rRep; } in SetRepresentation() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/editeng/
H A Dflditem.hxx166 void SetRepresentation( const OUString& rRep ) { aRepresentation= rRep; } in SetRepresentation() argument
/dports/math/vampire/vampire-4.5.1/DP/
H A DSimpleCongruenceClosure.cpp999 unsigned rRep = deref(cInfo.namedPair.second); in getModel() local
1005 if (rRep != deref(c)) { // for the right child, don't store upEdges within a class in getModel()
1006 _cInfos[rRep].upEdges.push(c); in getModel()