summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2018-11-08 15:15:43 +0100
committerMichael Stahl <Michael.Stahl@cib.de>2018-11-15 15:10:06 +0100
commitd9976f4d7fc678bcbf34d72339b710c656d92b97 (patch)
tree6fb0fea421bfd912f698b5f956d6dac3014f5f68 /sw/inc
parente74d5ccd542c64487b97edff035f723a2082ec3b (diff)
sw_redlinehide_3: SwGetRefField::GetExpandedTextOfReferencedTextNode
Change-Id: I98530004f2d75b10fc4cd3241b06d513ed57675b
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/reffld.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/inc/reffld.hxx b/sw/inc/reffld.hxx
index 7e02260d5ba6..bd08703640ce 100644
--- a/sw/inc/reffld.hxx
+++ b/sw/inc/reffld.hxx
@@ -25,6 +25,7 @@ class SfxPoolItem;
class SwDoc;
class SwTextNode;
class SwTextField;
+class SwRootFrame;
bool IsFrameBehind( const SwTextNode& rMyNd, sal_Int32 nMySttPos,
const SwTextNode& rBehindNd, sal_Int32 nSttPos );
@@ -122,7 +123,7 @@ public:
bool IsRefToNumItemCrossRefBookmark() const;
const SwTextNode* GetReferencedTextNode() const;
// #i85090#
- OUString GetExpandedTextOfReferencedTextNode() const;
+ OUString GetExpandedTextOfReferencedTextNode(SwRootFrame const& rLayout) const;
/// Get/set SequenceNo (of interest only for REF_SEQUENCEFLD).
sal_uInt16 GetSeqNo() const { return m_nSeqNo; }
f='/cgit/lo/core/commit/include/svx/svdotable.hxx?id=cafc53f8b4c08443524b1da6f4918d49afd45bb5'>tdf#99452 svx: fix undo of table row edge dragMiklos Vajna 2016-04-20tdf#99396 SdrTableObj::EndTextEdit: restore cell format undo itemsMiklos Vajna 2016-03-17loplugin:constantparam in svxNoel Grandin 2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin 2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2016-01-06tdf#39468 Translate German comments - include/svxPhilipp Weissenbacher 2015-11-115th step to remove tools/rtti.hxxOliver Specht 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-23com::sun::star->css in include/sot to include/typelibNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-16loplugin:unusedmethods svx(part2)Noel Grandin 2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist 2015-04-23loplugin:staticmethodsNoel Grandin 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2014-11-13Realy->ReallyCaolán McNamara 2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky 2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky 2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon 2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca