Searched refs:bIsEndnote (Results 1 – 9 of 9) sorted by relevance
/trunk/main/xmloff/source/text/ |
H A D | txtftne.cxx | 89 sal_Bool bIsEndnote = xServiceInfo->supportsService(sTextEndnoteService); in exportTextFootnote() local 98 bAutoStyles, bIsEndnote, bIsProgress ); in exportTextFootnote() 151 bAutoStyles, bIsEndnote, bIsProgress ); in exportTextFootnote() 156 bAutoStyles, bIsEndnote, bIsProgress ); in exportTextFootnote() 168 sal_Bool bIsEndnote, in exportTextFootnoteHelper() argument 188 GetXMLToken( bIsEndnote ? XML_ENDNOTE in exportTextFootnoteHelper() 259 sal_Bool bIsEndnote) in exportTextFootnoteConfigurationHelper() argument 262 GetXMLToken( bIsEndnote ? XML_ENDNOTE in exportTextFootnoteConfigurationHelper() 324 if (!bIsEndnote) in exportTextFootnoteConfigurationHelper() 361 if (!bIsEndnote) in exportTextFootnoteConfigurationHelper()
|
H A D | XMLFootnoteConfigurationImportContext.cxx | 153 , bIsEndnote(sal_False) in XMLFootnoteConfigurationImportContext() 168 bIsEndnote = sal_True; in XMLFootnoteConfigurationImportContext() 308 if (!bIsEndnote) in CreateChildContext() 352 if (bIsEndnote) in Finish() 427 if (!bIsEndnote) in ProcessSettings()
|
H A D | XMLFootnoteImportContext.cxx | 99 sal_Bool bIsEndnote = sal_False; in StartElement() local 112 bIsEndnote = sal_True; in StartElement() 118 bIsEndnote ? in StartElement()
|
/trunk/main/sw/source/core/access/ |
H A D | accfootnote.cxx | 57 sal_Bool bIsEndnote, in SwAccessibleFootnote() argument 60 bIsEndnote ? AccessibleRole::END_NOTE : AccessibleRole::FOOTNOTE, in SwAccessibleFootnote() 65 sal_uInt16 nResId = bIsEndnote ? STR_ACCESS_ENDNOTE_NAME in SwAccessibleFootnote()
|
H A D | accfootnote.hxx | 43 sal_Bool bIsEndnote,
|
H A D | accmap.cxx | 1947 sal_Bool bIsEndnote = in GetContext() local 1949 pAcc = new SwAccessibleFootnote( this, bIsEndnote, in GetContext()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoftn.cxx | 72 const bool bIsEndnote) in Impl() argument 75 , m_bIsEndnote(bIsEndnote) in Impl()
|
/trunk/main/xmloff/inc/ |
H A D | XMLFootnoteConfigurationImportContext.hxx | 69 sal_Bool bIsEndnote; member in XMLFootnoteConfigurationImportContext
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | txtparae.hxx | 419 sal_Bool bIsEndnote, sal_Bool bProgress ); 427 sal_Bool bIsEndnote);
|
Completed in 74 milliseconds