| /trunk/main/sw/source/core/doc/ |
| H A D | ftnidx.cxx | 144 const SwFmtFtn &rFtn = pTxtFtn->GetFtn(); in UpdateFtn() local 145 if( !rFtn.GetNumStr().Len() && !rFtn.IsEndNote() && in UpdateFtn() 148 &rFtn.GetNumStr() ); in UpdateFtn() 166 const SwFmtFtn &rFtn = pTxtFtn->GetFtn(); in UpdateFtn() local 167 if( !rFtn.GetNumStr().Len() ) in UpdateFtn() 183 const SwFmtFtn &rFtn = pTxtFtn->GetFtn(); in UpdateFtn() local 184 if( !rFtn.GetNumStr().Len() ) in UpdateFtn() 187 if( !nSectNo && ( rFtn.IsEndNote() || !bEndNoteOnly )) in UpdateFtn() 188 nSectNo = rFtn.IsEndNote() in UpdateFtn() 194 if( rFtn.IsEndNote() ) in UpdateFtn() [all …]
|
| H A D | docftn.cxx | 211 const SwFmtFtn &rFtn = pTxtFtn->GetFtn(); in Modify() local 212 if ( rFtn.IsEndNote() == m_bEndNote ) in Modify() 214 pTxtFtn->SetNumber( rFtn.GetNumber(), &rFtn.GetNumStr()); in Modify() 312 const SwFmtFtn &rFtn = pTxtFtn->GetFtn(); in SetFtnInfo() local 313 if ( !rFtn.IsEndNote() ) in SetFtnInfo() 314 pTxtFtn->SetNumber( rFtn.GetNumber(), &rFtn.GetNumStr()); in SetFtnInfo() 383 const SwFmtFtn &rFtn = pTxtFtn->GetFtn(); in SetEndNoteInfo() local 384 if ( rFtn.IsEndNote() ) in SetEndNoteInfo() 385 pTxtFtn->SetNumber( rFtn.GetNumber(), &rFtn.GetNumStr()); in SetEndNoteInfo() 443 const SwFmtFtn& rFtn = pTxtFtn->GetFtn(); in SetCurFtn() local [all …]
|
| H A D | docdesc.cxx | 269 const SwFmtFtn &rFtn = pTxtFtn->GetFtn(); in ChgPageDesc() local 270 pTxtFtn->SetNumber( rFtn.GetNumber(), &rFtn.GetNumStr()); in ChgPageDesc()
|
| /trunk/main/sw/source/filter/ascii/ |
| H A D | ascatr.cxx | 154 const SwFmtFtn& rFtn = pHt->GetFtn(); in OutAttr() local 155 if( rFtn.GetNumStr().Len() ) in OutAttr() 156 sOut = rFtn.GetNumStr(); in OutAttr() 157 else if( rFtn.IsEndNote() ) in OutAttr() 159 GetNumStr( rFtn.GetNumber() ); in OutAttr() 162 GetNumStr( rFtn.GetNumber() ); in OutAttr()
|
| /trunk/main/sw/source/core/edit/ |
| H A D | edattr.cxx | 230 const SwFmtFtn &rFtn = ((SwTxtFtn*)pFtn)->GetFtn(); in GetCurFtn() local 231 pFillFtn->SetNumber( rFtn ); in GetCurFtn() 232 pFillFtn->SetEndNote( rFtn.IsEndNote() ); in GetCurFtn() 275 const SwFmtFtn &rFtn = rIdxs[i]->GetFtn(); in HasFtns() local 276 if ( bEndNotes == rFtn.IsEndNote() ) in HasFtns() 294 const SwFmtFtn& rFtn = pTxtFtn->GetFtn(); in GetSeqFtnList() local 295 if ( rFtn.IsEndNote() != bEndNotes ) in GetSeqFtnList() 308 String sTxt( rFtn.GetViewNumStr( *pDoc )); in GetSeqFtnList()
|
| /trunk/main/sw/source/core/crsr/ |
| H A D | trvlfnfl.cxx | 175 inline sal_Bool CmpLE( const SwTxtFtn& rFtn, sal_uLong nNd, xub_StrLen nCnt ) in CmpLE() argument 177 sal_uLong nTNd = rFtn.GetTxtNode().GetIndex(); in CmpLE() 178 return nTNd < nNd || ( nTNd == nNd && *rFtn.GetStart() <= nCnt ); in CmpLE() 180 inline sal_Bool CmpL( const SwTxtFtn& rFtn, sal_uLong nNd, xub_StrLen nCnt ) in CmpL() argument 182 sal_uLong nTNd = rFtn.GetTxtNode().GetIndex(); in CmpL() 183 return nTNd < nNd || ( nTNd == nNd && *rFtn.GetStart() < nCnt ); in CmpL()
|
| /trunk/main/sw/inc/ |
| H A D | fmtftn.hxx | 44 SwFmtFtn& operator=(const SwFmtFtn& rFtn); 63 void SetNumber( const SwFmtFtn& rFtn ) in SetNumber() argument 64 { nNumber = rFtn.nNumber; aNumber = rFtn.aNumber; } in SetNumber()
|
| /trunk/main/sw/source/core/txtnode/ |
| H A D | atrftn.cxx | 257 SwFmtFtn& rFtn = (SwFmtFtn&)GetFtn(); in SetNumber() local 259 rFtn.aNumber = *pStr; in SetNumber() 262 rFtn.nNumber = nNewNum; in SetNumber() 263 rFtn.aNumber = aEmptyStr; in SetNumber() 268 m_pTxtNode->ModifyNotification( 0, &rFtn ); in SetNumber() 279 ((SwTxtNode*)pNd)->ModifyNotification( 0, &rFtn ); in SetNumber()
|
| H A D | ndtxt.cxx | 3086 const SwFmtFtn& rFtn = pAttr->GetFtn(); in Replace0xFF() local 3088 if( rFtn.GetNumStr().Len() ) in Replace0xFF() 3089 sExpand = rFtn.GetNumStr(); in Replace0xFF() 3090 else if( rFtn.IsEndNote() ) in Replace0xFF() 3092 GetNumStr( rFtn.GetNumber() ); in Replace0xFF() 3095 GetNumStr( rFtn.GetNumber() ); in Replace0xFF() 3251 const SwFmtFtn& rFtn = pHt->GetFtn(); in GetExpandTxt() local 3253 if( rFtn.GetNumStr().Len() ) in GetExpandTxt() 3254 sExpand = rFtn.GetNumStr(); in GetExpandTxt() 3255 else if( rFtn.IsEndNote() ) in GetExpandTxt() [all …]
|
| /trunk/main/sw/source/core/text/ |
| H A D | txtftn.cxx | 857 SwFmtFtn& rFtn = (SwFmtFtn&)pFtn->GetFtn(); in NewFtnPortion() local 861 return new SwFtnPortion( rFtn.GetViewNumStr( *pDoc ), pFrm, pFtn ); in NewFtnPortion() 895 SwFtnBossFrm *pBoss = pFrm->FindFtnBossFrm( !rFtn.IsEndNote() ); in NewFtnPortion() 908 if( !rFtn.IsEndNote() ) in NewFtnPortion() 980 SwFtnPortion *pRet = new SwFtnPortion( rFtn.GetViewNumStr( *pDoc ), in NewFtnPortion() 1007 SwFmtFtn& rFtn = (SwFmtFtn&)pFtn->GetFtn(); in NewFtnNumPortion() local 1010 XubString aFtnTxt( rFtn.GetViewNumStr( *pDoc, sal_True )); in NewFtnNumPortion() 1013 if( rFtn.IsEndNote() ) in NewFtnNumPortion() 1352 SwFmtFtn& rFtn = (SwFmtFtn&)pTxtFtn->GetFtn(); in SwFtnSave() local 1363 String aTmpStr( rFtn.GetViewNumStr( *pDoc ) ); in SwFtnSave() [all …]
|
| H A D | itrform2.cxx | 1409 SwFmtFtn& rFtn = (SwFmtFtn&)pTxtFtn->GetFtn(); in NewPortion() local 1412 if( rFtn.IsEndNote() ) in NewPortion()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | ww8atr.cxx | 3139 void WW8Export::WriteFtnBegin( const SwFmtFtn& rFtn, WW8Bytes* pOutArr ) in WriteFtnBegin() argument 3142 bool bAutoNum = !rFtn.GetNumStr().Len(); // Auto-Nummer in WriteFtnBegin() 3169 if( rFtn.IsEndNote() ) in WriteFtnBegin() 3190 OutSwString( rFtn.GetNumStr(), 0, rFtn.GetNumStr().Len(), in WriteFtnBegin() 3208 const SwTxtFtn* pTxtFtn = rFtn.GetTxtFtn(); in WriteFtnBegin() 3229 static bool lcl_IsAtTxtEnd(const SwFmtFtn& rFtn) in lcl_IsAtTxtEnd() argument 3232 if( rFtn.GetTxtFtn() ) in lcl_IsAtTxtEnd() 3234 sal_uInt16 nWh = static_cast< sal_uInt16 >(rFtn.IsEndNote() ? RES_END_AT_TXTEND in lcl_IsAtTxtEnd() 3236 const SwSectionNode* pSectNd = rFtn.GetTxtFtn()->GetTxtNode(). in lcl_IsAtTxtEnd() 3250 void AttributeOutputBase::TextFootnote( const SwFmtFtn& rFtn ) in TextFootnote() argument [all …]
|
| H A D | wrtww8.hxx | 1009 void WriteFtnBegin( const SwFmtFtn& rFtn, WW8Bytes* pO = 0 ); 1210 void Append( WW8_CP nCp, const SwFmtFtn& rFtn );
|
| H A D | wrtw8sty.cxx | 1917 void WW8_WrPlcFtnEdn::Append( WW8_CP nCp, const SwFmtFtn& rFtn ) in Append() argument 1920 void* p = (void*)&rFtn; in Append()
|
| /trunk/main/sw/source/core/undo/ |
| H A D | rolbck.cxx | 518 SwFmtFtn &rFtn = const_cast<SwFmtFtn&>(pFtn->GetFtn()); in SetInDoc() local 519 rFtn.SetNumStr( m_FootnoteNumber ); in SetInDoc() 520 if ( rFtn.IsEndNote() != m_bEndNote ) in SetInDoc() 522 rFtn.SetEndNote( m_bEndNote ); in SetInDoc() 1188 void SwHistory::Add( const SwTxtFtn& rFtn ) in Add() argument 1190 SwHistoryHint *pHt = new SwHistorySetFootnote( rFtn ); in Add()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unocoll.cxx | 1572 const SwFmtFtn& rFtn = pTxtFtn->GetFtn(); in getCount() local 1573 if ( rFtn.IsEndNote() != m_bEndnote ) in getCount() 1594 const SwFmtFtn& rFtn = pTxtFtn->GetFtn(); in getByIndex() local 1595 if ( rFtn.IsEndNote() != m_bEndnote ) in getByIndex() 1600 xRef = SwXFootnote::CreateXFootnote(*GetDoc(), rFtn); in getByIndex()
|
| H A D | unocrsrhelper.cxx | 453 const SwFmtFtn& rFtn = pTxtAttr->GetFtn(); in getCrsrPropertyValue() local 454 if(rFtn.IsEndNote() == (FN_UNO_ENDNOTE == rEntry.nWID)) in getCrsrPropertyValue() 459 SwXFootnote::CreateXFootnote(*rPam.GetDoc(), rFtn); in getCrsrPropertyValue()
|
| H A D | unoftn.cxx | 396 const SwFmtFtn& rFtn = pTxtAttr->GetFtn(); in attach() local 397 m_pImpl->m_pFmtFtn = &rFtn; in attach()
|
| H A D | unoobj2.cxx | 1274 const SwFmtFtn& rFtn = pTxtFtn->GetFtn(); in CreateParentXText() local 1275 pTxtFtn = rFtn.GetTxtFtn(); in CreateParentXText() 1286 xParentText = SwXFootnote::CreateXFootnote(rDoc, rFtn); in CreateParentXText()
|