Searched refs:TXT_FTN (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtww8.cxx | 789 case TXT_FTN: in Write() 3291 pFtn = new WW8_WrPlcFtnEdn( TXT_FTN ); // Footnotes in ExportDocument_Impl() 3309 pFldFtn = new WW8_WrPlcFld( 2, TXT_FTN ); in ExportDocument_Impl() 3651 if (TXT_FTN == nTyp) in WriteTxt() 3653 bRet = WriteGenericTxt( rWrt, TXT_FTN, rWrt.pFib->ccpFtn ); in WriteTxt() 3669 if( TXT_FTN == nTyp ) in WritePlc() 3671 WriteGenericPlc( rWrt, TXT_FTN, rWrt.pFib->fcPlcffndTxt, in WritePlc()
|
H A D | wrtww8.hxx | 151 TXT_MAINTEXT = 0, /*TXT_FTNEDN = 1,*/ TXT_HDFT = 2, TXT_FTN = 3, enumerator
|
H A D | wrtw8sty.cxx | 2075 case TXT_FTN: in WriteGenericTxt()
|
H A D | wrtw8nds.cxx | 1963 if ( ( nTxtTyp == TXT_EDN || nTxtTyp == TXT_FTN ) && nAktPos == 0 && nLen > 0 ) in OutputTextNode()
|
H A D | docxattributeoutput.cxx | 2777 bFootnotes? TXT_FTN: TXT_EDN ); in FootnotesEndnotes()
|
H A D | rtfattributeoutput.cxx | 2524 !rFootnote.IsEndNote() ? TXT_FTN : TXT_EDN); in TextFootnote_Impl()
|
H A D | ww8atr.cxx | 1819 case TXT_FTN: in CurrentFieldPlc()
|
Completed in 125 milliseconds