Home
last modified time | relevance | path

Searched refs:bEndNote (Results 1 – 12 of 12) sorted by last modified time

/trunk/main/sw/source/core/inc/
H A Drootfrm.hxx290 void CheckFtnPageDescs( sal_Bool bEndNote );
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1003 void SwWrtShell::InsertFootnote(const String &rStr, sal_Bool bEndNote, sal_Bool bEdit ) in InsertFootnote() argument
1016 SwFmtFtn aFootNote( bEndNote ); in InsertFootnote()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx879 void InsertFootEndNote( const String& rName, sal_Bool bEndNote, sal_Bool bFixed );
H A Dhtmlsect.cxx227 sal_Bool bEndNote = sal_False, bFootNote = sal_False; in NewDivision() local
229 bEndNote = sal_True; in NewDivision()
232 if( bFootNote || bEndNote ) in NewDivision()
H A Dhtmlftn.cxx55 sal_Bool bEndNote; member
104 sal_Bool bEndNote ) in lcl_html_getEndNoteInfo() argument
116 …rInfo.aFmt.SetNumberingType( static_cast< sal_Int16 >(bEndNote ? SVX_NUM_ROMAN_LOWER : SVX_NUM_ARA… in lcl_html_getEndNoteInfo()
198 void SwHTMLParser::InsertFootEndNote( const String& rName, sal_Bool bEndNote, in InsertFootEndNote() argument
210 pFootEndNoteImpl->bEndNote = bEndNote; in InsertFootEndNote()
220 SwFmtFtn aFtn( pFootEndNoteImpl->bEndNote ); in FinishFootEndNote()
502 sal_Bool bEndNote ) in lcl_html_fillEndNoteInfo() argument
506 if( (bEndNote ? SVX_NUM_ROMAN_LOWER : SVX_NUM_ARABIC) != eFmt ) in lcl_html_fillEndNoteInfo()
H A Dcss1atr.cxx152 SwDoc *pDoc, sal_uInt16 nNotes, sal_Bool bEndNote );
1922 SwDoc *pDoc, sal_uInt16 nNotes, sal_Bool bEndNote ) in OutCSS1_SwFtnInfo() argument
1932 aSelector.AppendAscii( bEndNote ? OOO_STRING_SVTOOLS_HTML_sdendnote_anc in OutCSS1_SwFtnInfo()
1955 … static_cast< sal_uInt16 >(bEndNote ? RES_POOLCHR_ENDNOTE : RES_POOLCHR_FOOTNOTE) ); in OutCSS1_SwFtnInfo()
1964 aSelector.AppendAscii( bEndNote ? OOO_STRING_SVTOOLS_HTML_sdendnote_sym in OutCSS1_SwFtnInfo()
/trunk/main/sw/source/ui/misc/
H A Ddocfnote.cxx148 bEndNote( bEN ) in SwEndNoteOptionPage()
162 SwEndNoteInfo *pInf = bEndNote ? new SwEndNoteInfo( pSh->GetEndNoteInfo() ) in Reset()
180 if ( bEndNote ) in Reset()
245 SwStyleNameMapper::FillUIName( static_cast< sal_uInt16 >(bEndNote ? RES_POOLCOLL_ENDNOTE in Reset()
435 SwEndNoteInfo *pInf = bEndNote ? new SwEndNoteInfo() : new SwFtnInfo(); in FillItemSet()
461 if ( bEndNote ) in FillItemSet()
H A Dimpfnote.hxx83 sal_Bool bEndNote; member in SwEndNoteOptionPage
94 SwEndNoteOptionPage( Window *pParent, sal_Bool bEndNote,
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx313 void InsertFootnote(const String &, sal_Bool bEndNote = sal_False, sal_Bool bEdit = sal_True );
/trunk/main/sw/source/core/txtnode/
H A Datrftn.cxx55 SwFmtFtn::SwFmtFtn( bool bEndNote ) in SwFmtFtn() argument
59 m_bEndNote( bEndNote ) in SwFmtFtn()
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx853 const sal_Bool bEndNote = pOldPage->IsEndNotePage(); in GetPrevFtnLeaf() local
889 bEndNote != pPage->IsEndNotePage() || bFtnEndDoc != pPage->IsFtnPage() ) in GetPrevFtnLeaf()
1086 void SwRootFrm::CheckFtnPageDescs( sal_Bool bEndNote ) in CheckFtnPageDescs() argument
1091 while ( pPage && pPage->IsEndNotePage() != bEndNote ) in CheckFtnPageDescs()
1169 sal_Bool bEndNote = pPage->IsEndNotePage(); in FindNearestFtnCont() local
1175 if( pBoss && ( !bChgPage || pPage->IsEndNotePage() == bEndNote ) ) in FindNearestFtnCont()
1509 sal_Bool bEndNote = pSibPage->IsEndNotePage(); in InsertFtn() local
1513 pSibPage->IsEndNotePage() == bEndNote ) in InsertFtn()
1583 sal_Bool bEndNote = pSibPage->IsEndNotePage(); in InsertFtn() local
1587 pSibPage->IsEndNotePage() == bEndNote ) in InsertFtn()
/trunk/main/sw/inc/
H A Dfmtftn.hxx48 SwFmtFtn( bool bEndNote = false );

Completed in 117 milliseconds