Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx775 const SwEndNoteInfo& rEndInfo = pDoc->GetEndNoteInfo(); in getPropertyValue() local
779 aRet <<= OUString(rEndInfo.GetPrefix()); in getPropertyValue()
782 aRet <<= OUString(rEndInfo.GetSuffix()); in getPropertyValue()
785 aRet <<= rEndInfo.aFmt.GetNumberingType(); in getPropertyValue()
788 aRet <<= (sal_Int16)rEndInfo.nFtnOffset; in getPropertyValue()
792 SwTxtFmtColl* pColl = rEndInfo.GetFtnTxtColl(); in getPropertyValue()
808 if( rEndInfo.KnowsPageDesc() ) in getPropertyValue()
811 rEndInfo.GetPageDesc( *pDoc )->GetName(), in getPropertyValue()
827 pCharFmt = rEndInfo.GetAnchorCharFmt(*pDoc); in getPropertyValue()
831 if( rEndInfo.GetCharFmtDep()->GetRegisteredIn() ) in getPropertyValue()
[all …]
/trunk/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()
/trunk/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()

Completed in 45 milliseconds