Home
last modified time | relevance | path

Searched refs:mnPtContent (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par.hxx552 sal_Int32 mnPtContent; member in sw::hack::Position
557 sal_Int32 GetPtContent() const { return mnPtContent; }; in GetPtContent()
H A Dww8par.cxx6659 : maPtNode(rPos.nNode), mnPtContent(rPos.nContent.GetIndex()) in Position()
6666 aRet.nContent.Assign(maPtNode.GetNode().GetContentNode(), mnPtContent); in operator SwPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par.hxx546 sal_Int32 mnPtContent; member in sw::hack::Position
551 sal_Int32 GetPtContent() const { return mnPtContent; }; in GetPtContent()
H A Dww8par.cxx6560 : maPtNode(rPos.nNode), mnPtContent(rPos.nContent.GetIndex()) in Position()
6567 aRet.nContent.Assign(maPtNode.GetNode().GetContentNode(), mnPtContent); in operator SwPosition()