Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/doc/
H A Dftnidx.cxx90 const SwEndNoteInfo& rEndInfo = pDoc->GetEndNoteInfo(); in UpdateFtn() local
189 ? rEndInfo.nFtnOffset + nEndNo++ in UpdateFtn()
214 const SwEndNoteInfo& rEndInfo = pDoc->GetEndNoteInfo(); in UpdateAllFtn() local
279 ? rEndInfo.nFtnOffset + (++nEndNo) in UpdateAllFtn()
/AOO41X/main/sw/source/core/unocore/
H A Dunosett.cxx778 const SwEndNoteInfo& rEndInfo = pDoc->GetEndNoteInfo(); in getPropertyValue() local
782 aRet <<= OUString(rEndInfo.GetPrefix()); in getPropertyValue()
785 aRet <<= OUString(rEndInfo.GetSuffix()); in getPropertyValue()
788 aRet <<= rEndInfo.aFmt.GetNumberingType(); in getPropertyValue()
791 aRet <<= (sal_Int16)rEndInfo.nFtnOffset; in getPropertyValue()
795 SwTxtFmtColl* pColl = rEndInfo.GetFtnTxtColl(); in getPropertyValue()
811 if( rEndInfo.KnowsPageDesc() ) in getPropertyValue()
814 rEndInfo.GetPageDesc( *pDoc )->GetName(), in getPropertyValue()
829 if( rEndInfo.GetAnchorCharFmtDep()->GetRegisteredIn() ) in getPropertyValue()
830 pCharFmt = rEndInfo.GetAnchorCharFmt(*pDoc); in getPropertyValue()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1143 const SwEndNoteInfo& rEndInfo = rWrt.pDoc->GetEndNoteInfo(); in WriteFtnEndTxt() local
1144 rDop.nfcEdnRef = WW8Export::GetNumId( rEndInfo.aFmt.GetNumberingType() ); in WriteFtnEndTxt()
1145 rDop.nEdn = rEndInfo.nFtnOffset + 1; in WriteFtnEndTxt()
/AOO41X/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx989 SwDocMergeInfo& rEndInfo = rConfigItem.GetDocumentMergeInfo(nEnd - 1); in IMPL_LINK() local
993 sPages += rtl::OUString::valueOf( rEndInfo.nEndPageInTarget ); in IMPL_LINK()