Home
last modified time | relevance | path

Searched refs:RES_PARATR_HYPHENZONE (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunomapproperties.hxx114 …{ u"" UNO_NAME_PARA_IS_HYPHENATION, RES_PARATR_HYPHENZONE, cppu::UnoType<b…
115 …{ u"" UNO_NAME_PARA_HYPHENATION_NO_CAPS, RES_PARATR_HYPHENZONE, cppu::UnoType<b…
116 …{ u"" UNO_NAME_PARA_HYPHENATION_MAX_LEADING_CHARS, RES_PARATR_HYPHENZONE, cppu::UnoType<s…
117 …{ u"" UNO_NAME_PARA_HYPHENATION_MAX_TRAILING_CHARS, RES_PARATR_HYPHENZONE, cppu::UnoType<s…
118 …{ u"" UNO_NAME_PARA_HYPHENATION_MAX_HYPHENS, RES_PARATR_HYPHENZONE, cppu::UnoType<s…
435 …{ u"" UNO_NAME_PARA_IS_HYPHENATION, RES_PARATR_HYPHENZONE, cppu::UnoType<bool>::get(), Prope…
436 …{ u"" UNO_NAME_PARA_HYPHENATION_NO_CAPS, RES_PARATR_HYPHENZONE, cppu::UnoType<bool>::get(), …
437 …{ u"" UNO_NAME_PARA_HYPHENATION_MAX_LEADING_CHARS, RES_PARATR_HYPHENZONE, cppu::UnoType<sa…
438 …{ u"" UNO_NAME_PARA_HYPHENATION_MAX_TRAILING_CHARS, RES_PARATR_HYPHENZONE, cppu::UnoType<sa…
439 …{ u"" UNO_NAME_PARA_HYPHENATION_MAX_HYPHENS, RES_PARATR_HYPHENZONE, cppu::UnoType<sal_Int16>…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunomapproperties.hxx113 …{ OUString(UNO_NAME_PARA_IS_HYPHENATION), RES_PARATR_HYPHENZONE, cppu::Uno…
114 …{ OUString(UNO_NAME_PARA_HYPHENATION_NO_CAPS), RES_PARATR_HYPHENZONE, cppu::Uno…
115 …{ OUString(UNO_NAME_PARA_HYPHENATION_MAX_LEADING_CHARS), RES_PARATR_HYPHENZONE, cppu::Uno…
116 …{ OUString(UNO_NAME_PARA_HYPHENATION_MAX_TRAILING_CHARS), RES_PARATR_HYPHENZONE, cppu::Uno…
117 …{ OUString(UNO_NAME_PARA_HYPHENATION_MAX_HYPHENS), RES_PARATR_HYPHENZONE, cppu::Uno…
432 …{ OUString(UNO_NAME_PARA_IS_HYPHENATION), RES_PARATR_HYPHENZONE, cppu::UnoType<bool>::get(), …
433 …{ OUString(UNO_NAME_PARA_HYPHENATION_NO_CAPS), RES_PARATR_HYPHENZONE, cppu::UnoType<bool>::ge…
434 …{ OUString(UNO_NAME_PARA_HYPHENATION_MAX_LEADING_CHARS), RES_PARATR_HYPHENZONE, cppu::UnoT…
435 …{ OUString(UNO_NAME_PARA_HYPHENATION_MAX_TRAILING_CHARS), RES_PARATR_HYPHENZONE, cppu::UnoT…
436 …{ OUString(UNO_NAME_PARA_HYPHENATION_MAX_HYPHENS), RES_PARATR_HYPHENZONE, cppu::UnoType<sal_…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dparatr.hxx193 { return Get(RES_PARATR_HYPHENZONE,bInP); } in GetHyphenZone()
H A Dhintids.hxx168 #define RES_PARATR_HYPHENZONE TypedWhichId<SvxHyphenZoneItem>(69) macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dparatr.hxx208 { return Get(RES_PARATR_HYPHENZONE,bInP); } in GetHyphenZone()
H A Dhintids.hxx293 constexpr TypedWhichId<SvxHyphenZoneItem> RES_PARATR_HYPHENZONE(69); variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocshini.cxx633 nRange[ SAL_N_ELEMENTS(nRange) - 2 ] = RES_PARATR_HYPHENZONE; in SubInitNew()
652 SvxHyphenZoneItem aHyp( m_xDoc->GetDefault(RES_PARATR_HYPHENZONE) ); in SubInitNew()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocshini.cxx654 nRange[ SAL_N_ELEMENTS(nRange) - 2 ] = RES_PARATR_HYPHENZONE; in SubInitNew()
673 SvxHyphenZoneItem aHyp( m_xDoc->GetDefault(RES_PARATR_HYPHENZONE) ); in SubInitNew()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dinit.cxx544 pItem = new SvxHyphenZoneItem( false, RES_PARATR_HYPHENZONE ); in InitCore()
546 aAttrTab[ RES_PARATR_HYPHENZONE- POOLATTR_BEGIN ] = pItem; in InitCore()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dinit.cxx541 pItem = new SvxHyphenZoneItem( false, RES_PARATR_HYPHENZONE ); in InitCore()
543 aAttrTab[ RES_PARATR_HYPHENZONE- POOLATTR_BEGIN ] = pItem; in InitCore()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddbgoutsw.cxx161 { RES_PARATR_HYPHENZONE , "PARATR_HYPHENZONE" }, in GetItemWhichMap()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddbgoutsw.cxx162 { RES_PARATR_HYPHENZONE , "PARATR_HYPHENZONE" }, in GetItemWhichMap()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewsrch.cxx401 /*16 */ RES_PARATR_LINESPACING, RES_PARATR_HYPHENZONE, in ExecSearch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewsrch.cxx407 /*16 */ RES_PARATR_LINESPACING, RES_PARATR_HYPHENZONE, in ExecSearch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxexport.cxx1016 if (pColl && SfxItemState::SET == pColl->GetItemState(RES_PARATR_HYPHENZONE, false, &pItem)) in WriteSettings()
1554 if (nWhich == RES_PARATR_HYPHENZONE) in ignoreAttributeForStyleDefaults()
H A Dww8par2.cxx4526 RES_PARATR_HYPHENZONE, false) ) in Import()
4528 SvxHyphenZoneItem aAttr(true, RES_PARATR_HYPHENZONE); in Import()
H A Dwrtw8sty.cxx474 aFlags[ static_cast< sal_uInt16 >(RES_PARATR_HYPHENZONE) - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxexport.cxx1103 if (pColl && SfxItemState::SET == pColl->GetItemState(RES_PARATR_HYPHENZONE, false, &pItem)) in WriteSettings()
1728 if (nWhich == RES_PARATR_HYPHENZONE) in ignoreAttributeForStyleDefaults()
H A Dww8par2.cxx4530 RES_PARATR_HYPHENZONE, false) ) in Import()
4532 SvxHyphenZoneItem aAttr(true, RES_PARATR_HYPHENZONE); in Import()
H A Dwrtw8sty.cxx475 aFlags[ static_cast< sal_uInt16 >(RES_PARATR_HYPHENZONE) - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
H A Dww8par6.cxx5119 m_xCtrlStck->SetAttr( *m_pPaM->GetPoint(), RES_PARATR_HYPHENZONE ); in Read_Hyphenation()
5123 *static_cast<const SvxHyphenZoneItem*>(GetFormatAttr( RES_PARATR_HYPHENZONE ) )); in Read_Hyphenation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrwtxtex.cxx442 aDlgAttr.Put( SvxHyphenZoneItem( false, RES_PARATR_HYPHENZONE) ); in Execute()
H A Dannotsh.cxx505 aDlgAttr.Put( SvxHyphenZoneItem( false, RES_PARATR_HYPHENZONE) ); in Exec()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrwtxtex.cxx464 aDlgAttr.Put( SvxHyphenZoneItem( false, RES_PARATR_HYPHENZONE) ); in Execute()
H A Dannotsh.cxx534 aDlgAttr.Put( SvxHyphenZoneItem( false, RES_PARATR_HYPHENZONE) ); in Exec()

12