Home
last modified time | relevance | path

Searched refs:o_rInfo (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sw/source/core/fields/
H A Dpostithelper.cxx86 SwLayoutInfo& o_rInfo, in getLayoutInfos() argument
106 o_rInfo.mpAnchorFrm = pTxtFrm; in getLayoutInfos()
107 pTxtFrm->GetCharRect( o_rInfo.mPosition, rAnchorPos, 0 ); in getLayoutInfos()
110 o_rInfo.mnStartNodeIdx = pAnnotationStartPos->nNode.GetIndex(); in getLayoutInfos()
111 o_rInfo.mnStartContent = pAnnotationStartPos->nContent.GetIndex(); in getLayoutInfos()
115 o_rInfo.mnStartNodeIdx = 0; in getLayoutInfos()
116 o_rInfo.mnStartContent = STRING_NOTFOUND; in getLayoutInfos()
118 o_rInfo.mPageFrame = pPage->Frm(); in getLayoutInfos()
119 o_rInfo.mPagePrtArea = pPage->Prt(); in getLayoutInfos()
120 o_rInfo.mPagePrtArea.Pos() += o_rInfo.mPageFrame.Pos(); in getLayoutInfos()
[all …]
/AOO42X/main/sw/inc/
H A Dpostithelper.hxx86 SwLayoutInfo& o_rInfo,