Searched refs:RES_END_AT_TXTEND (Results 1 – 15 of 15) sorted by relevance
/aoo42x/main/sw/source/core/docnode/ |
H A D | section.cxx | 469 RES_END_AT_TXTEND, sal_False, &pItem )) in Modify() 533 case RES_END_AT_TXTEND: in Modify() 821 RES_END_AT_TXTEND, sal_False, &pItem )) in Modify() 823 ModifyBroadcast( (SfxPoolItem*)&pOldSet->Get( RES_END_AT_TXTEND ), (SfxPoolItem*)pItem ); in Modify() 824 pNewSet->ClearItem( RES_END_AT_TXTEND ); in Modify() 825 pOldSet->ClearItem( RES_END_AT_TXTEND ); in Modify() 834 case RES_END_AT_TXTEND : bClients = sal_True; in Modify()
|
H A D | ndsect.cxx | 362 pAttr->Get( RES_END_AT_TXTEND )).GetValue() ) || in InsertSwSection() 533 RES_END_AT_TXTEND, sal_True, &pFtnEndAtTxtEnd )) in DelSectionFmt()
|
/aoo42x/main/sw/inc/ |
H A D | fmtftntx.hxx | 113 : SwFmtFtnEndAtTxtEnd( RES_END_AT_TXTEND, ePos ) in SwFmtEndAtTxtEnd() 124 { return (const SwFmtEndAtTxtEnd&)Get( RES_END_AT_TXTEND, bInP); } in GetEndAtTxtEnd()
|
H A D | hintids.hxx | 223 RES_END_AT_TXTEND, // 112 enumerator
|
/aoo42x/main/sw/source/core/doc/ |
H A D | ftnidx.cxx | 337 RES_END_AT_TXTEND : RES_FTN_AT_TXTEND ); in FindSectNdWithEndAttr() 359 nWh = RES_END_AT_TXTEND; in GetNumber()
|
H A D | dbgoutsw.cxx | 231 aItemWhichMap[RES_END_AT_TXTEND] = String("END_AT_TXTEND", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | regionsw.cxx | 82 RES_FTN_AT_TXTEND, RES_END_AT_TXTEND, in InsertRegionDialog()
|
H A D | uiregionsw.cxx | 1190 RES_FTN_AT_TXTEND, RES_END_AT_TXTEND, in IMPL_LINK() 1230 RES_END_AT_TXTEND, sal_False, &pEndItem ); in IMPL_LINK() 2250 RES_END_AT_TXTEND, sal_False )); in Reset()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unomap.cxx | 1213 …{ SW_PROP_NMID(UNO_NAME_ENDNOTE_IS_COLLECT_AT_TEXT_END), RES_END_AT_TXTEND, CPPU_E2T(CPPUTY… in GetPropertyMapEntries() 1214 …{ SW_PROP_NMID(UNO_NAME_ENDNOTE_IS_RESTART_NUMBERING), RES_END_AT_TXTEND, CPPU_E2T(CPPUTYPE… in GetPropertyMapEntries() 1215 …{ SW_PROP_NMID(UNO_NAME_ENDNOTE_RESTART_NUMBERING_AT), RES_END_AT_TXTEND, CPPU_E2T(CPPUTYPE_IN… in GetPropertyMapEntries() 1216 …{ SW_PROP_NMID(UNO_NAME_ENDNOTE_IS_OWN_NUMBERING), RES_END_AT_TXTEND, CPPU_E2T(CPPUTYPE_BOOLEA… in GetPropertyMapEntries() 1217 …{ SW_PROP_NMID(UNO_NAME_ENDNOTE_NUMBERING_TYPE), RES_END_AT_TXTEND, CPPU_E2T(CPPUTYPE_INT16)… in GetPropertyMapEntries() 1218 …{ SW_PROP_NMID(UNO_NAME_ENDNOTE_NUMBERING_PREFIX), RES_END_AT_TXTEND, CPPU_E2T(CPPUTYPE_OUSTRI… in GetPropertyMapEntries() 1219 …{ SW_PROP_NMID(UNO_NAME_ENDNOTE_NUMBERING_SUFFIX), RES_END_AT_TXTEND, CPPU_E2T(CPPUTYPE_OUSTRI… in GetPropertyMapEntries()
|
H A D | unosect.cxx | 915 else if (RES_END_AT_TXTEND == pEntry->nWID) in SetPropertyValues_Impl() 1278 else if (RES_END_AT_TXTEND == pEntry->nWID) in GetPropertyValues_Impl()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | atrftn.cxx | 131 static_cast<sal_uInt16>(RES_END_AT_TXTEND) : in GetViewNumStr()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unsect.cxx | 353 SFX_ITEM_SET == pFmt->GetItemState( RES_END_AT_TXTEND )) in UndoImpl()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | init.cxx | 623 aAttrTab[ RES_END_AT_TXTEND - POOLATTR_BEGIN ] = new SwFmtEndAtTxtEnd; in _InitCore()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | sectfrm.cxx | 2554 case RES_END_AT_TXTEND: in _UpdateAttr()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 3235 sal_uInt16 nWh = static_cast< sal_uInt16 >(rFtn.IsEndNote() ? RES_END_AT_TXTEND in lcl_IsAtTxtEnd()
|
Completed in 108 milliseconds