Home
last modified time | relevance | path

Searched refs:RES_PARATR_ADJUST (Results 1 – 25 of 69) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/core/edit/
H A Dedit.cxx34 SfxItemSet aSet(pView->GetPool(), svl::Items<RES_PARATR_ADJUST, RES_PARATR_ADJUST>{}); in CPPUNIT_TEST_FIXTURE()
35 SvxAdjustItem aItem(SvxAdjust::Center, RES_PARATR_ADJUST); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dtxtattr.cxx323 svl::Items<RES_PARATR_LINESPACING, RES_PARATR_ADJUST, in ExecParaAttr()
331 if( pArgs && SfxItemState::SET == pArgs->GetItemState(RES_PARATR_ADJUST) ) in ExecParaAttr()
333 const SvxAdjustItem& rAdj = pArgs->Get(RES_PARATR_ADJUST); in ExecParaAttr()
334 SvxAdjustItem aAdj( rAdj.GetAdjust(), RES_PARATR_ADJUST ); in ExecParaAttr()
351 aSet.Put(SvxAdjustItem(eAdjst,RES_PARATR_ADJUST)); in ExecParaAttr()
385 svl::Items<RES_PARATR_ADJUST, RES_PARATR_ADJUST>{} ); in ExecParaAttr()
388 SfxItemState eAdjustState = aAdjustSet.GetItemState(RES_PARATR_ADJUST, false); in ExecParaAttr()
392 aAdjustSet.Get(RES_PARATR_ADJUST).GetAdjust(); in ExecParaAttr()
408 SvxAdjustItem aAdjust( eAdjust, RES_PARATR_ADJUST ); in ExecParaAttr()
556 SfxItemState eState = aCoreSet.GetItemState(RES_PARATR_ADJUST, false, &pItem); in GetAttrState()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dtxtattr.cxx330 svl::Items<RES_PARATR_LINESPACING, RES_PARATR_ADJUST, in ExecParaAttr()
338 if( pArgs && SfxItemState::SET == pArgs->GetItemState(RES_PARATR_ADJUST) ) in ExecParaAttr()
340 const SvxAdjustItem& rAdj = pArgs->Get(RES_PARATR_ADJUST); in ExecParaAttr()
341 SvxAdjustItem aAdj( rAdj.GetAdjust(), RES_PARATR_ADJUST ); in ExecParaAttr()
358 aSet.Put(SvxAdjustItem(eAdjst,RES_PARATR_ADJUST)); in ExecParaAttr()
392 svl::Items<RES_PARATR_ADJUST, RES_PARATR_ADJUST>{} ); in ExecParaAttr()
395 SfxItemState eAdjustState = aAdjustSet.GetItemState(RES_PARATR_ADJUST, false); in ExecParaAttr()
399 aAdjustSet.Get(RES_PARATR_ADJUST).GetAdjust(); in ExecParaAttr()
415 SvxAdjustItem aAdjust( eAdjust, RES_PARATR_ADJUST ); in ExecParaAttr()
563 SfxItemState eState = aCoreSet.GetItemState(RES_PARATR_ADJUST, false, &pItem); in GetAttrState()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dpoolfmt.cxx286 GetAttrPool().ResetPoolDefaultItem( RES_PARATR_ADJUST ); in RemoveAllFormatLanguageDependencies()
290 pTextFormatColl->ResetFormatAttr( RES_PARATR_ADJUST ); in RemoveAllFormatLanguageDependencies()
H A DDocumentStylePoolManager.cxx685 SvxAdjustItem aAdjust(SvxAdjust::Right, RES_PARATR_ADJUST ); in GetTextCollFromPool()
929 SvxAdjustItem aAdjust(SvxAdjust::Right, RES_PARATR_ADJUST ); in GetTextCollFromPool()
938 aSet.Put( SvxAdjustItem( SvxAdjust::Center, RES_PARATR_ADJUST ) ); in GetTextCollFromPool()
1323 aSet.Put( SvxAdjustItem( SvxAdjust::Center, RES_PARATR_ADJUST ) ); in GetTextCollFromPool()
1335 aSet.Put( SvxAdjustItem( SvxAdjust::Center, RES_PARATR_ADJUST )); in GetTextCollFromPool()
1346 aSet.Put( SvxAdjustItem( SvxAdjust::Center, RES_PARATR_ADJUST ) ); in GetTextCollFromPool()
H A Dtblafmt.cxx251 m_aAdjust = std::make_unique<SvxAdjustItem>(SvxAdjust::Left, RES_PARATR_ADJUST ); in SwBoxAutoFormat()
525 pFormat->SetAdjust( rSet.Get( RES_PARATR_ADJUST ) ); in UpdateFromSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dpoolfmt.cxx279 GetAttrPool().ResetPoolDefaultItem( RES_PARATR_ADJUST ); in RemoveAllFormatLanguageDependencies()
283 pTextFormatColl->ResetFormatAttr( RES_PARATR_ADJUST ); in RemoveAllFormatLanguageDependencies()
H A DDocumentStylePoolManager.cxx668 SvxAdjustItem aAdjust(SvxAdjust::Right, RES_PARATR_ADJUST ); in GetTextCollFromPool()
899 SvxAdjustItem aAdjust(SvxAdjust::Right, RES_PARATR_ADJUST ); in GetTextCollFromPool()
908 aSet.Put( SvxAdjustItem( SvxAdjust::Center, RES_PARATR_ADJUST ) ); in GetTextCollFromPool()
1294 aSet.Put( SvxAdjustItem( SvxAdjust::Center, RES_PARATR_ADJUST ) ); in GetTextCollFromPool()
1306 aSet.Put( SvxAdjustItem( SvxAdjust::Center, RES_PARATR_ADJUST )); in GetTextCollFromPool()
H A Dtblafmt.cxx253 m_aAdjust = std::make_unique<SvxAdjustItem>(SvxAdjust::Left, RES_PARATR_ADJUST ); in SwBoxAutoFormat()
531 pFormat->SetAdjust( rSet.Get( RES_PARATR_ADJUST ) ); in UpdateFromSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocshini.cxx294 m_xDoc->SetDefault( SvxAdjustItem(SvxAdjust::Right, RES_PARATR_ADJUST ) ); in InitNew()
628 RES_PARATR_ADJUST, RES_PARATR_ADJUST, in SubInitNew()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocshini.cxx312 m_xDoc->SetDefault( SvxAdjustItem(SvxAdjust::Right, RES_PARATR_ADJUST ) ); in InitNew()
645 RES_PARATR_ADJUST, RES_PARATR_ADJUST, in SubInitNew()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/ribbar/
H A Dconcustomshape.cxx153 pObj->SetMergedItem( SvxAdjustItem( SvxAdjust::Center, RES_PARATR_ADJUST ) ); in SetAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/ribbar/
H A Dconcustomshape.cxx166 pObj->SetMergedItem( SvxAdjustItem( SvxAdjust::Center, RES_PARATR_ADJUST ) ); in SetAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dparatr.hxx181 { return Get( RES_PARATR_ADJUST,bInP); } in GetAdjust()
H A Dhintids.hxx163 #define RES_PARATR_ADJUST TypedWhichId<SvxAdjustItem>(64) macro
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dparatr.hxx196 { return Get( RES_PARATR_ADJUST,bInP); } in GetAdjust()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunomapproperties.hxx162 …{ u"" UNO_NAME_PARA_ADJUST, RES_PARATR_ADJUST, cppu::UnoType<s…
163 …{ u"" UNO_NAME_PARA_EXPAND_SINGLE_WORD, RES_PARATR_ADJUST, cppu::UnoType<b…
164 …{ u"" UNO_NAME_PARA_LAST_LINE_ADJUST, RES_PARATR_ADJUST, cppu::UnoType<s…
401 …{ u"" UNO_NAME_PARA_EXPAND_SINGLE_WORD, RES_PARATR_ADJUST, cppu::UnoType<bool>::get() , …
402 …{ u"" UNO_NAME_PARA_LAST_LINE_ADJUST, RES_PARATR_ADJUST, cppu::UnoType<sal_Int16>::get(), …
406 …{ u"" UNO_NAME_PARA_ADJUST, RES_PARATR_ADJUST, cppu::UnoType<sal_Int16>::get(), PROPE…
486 …{ u"" UNO_NAME_PARA_ADJUST, RES_PARATR_ADJUST, cppu::UnoType<sal_Int16>::get(), Prope…
H A Dunosrch.cxx234 case RES_PARATR_ADJUST: in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunomapproperties.hxx160 …{ OUString(UNO_NAME_PARA_ADJUST), RES_PARATR_ADJUST, cppu::Uno…
161 …{ OUString(UNO_NAME_PARA_EXPAND_SINGLE_WORD), RES_PARATR_ADJUST, cppu::Uno…
162 …{ OUString(UNO_NAME_PARA_LAST_LINE_ADJUST), RES_PARATR_ADJUST, cppu::Uno…
398 …{ OUString(UNO_NAME_PARA_EXPAND_SINGLE_WORD), RES_PARATR_ADJUST, cppu::UnoType<bool>::get() …
399 …{ OUString(UNO_NAME_PARA_LAST_LINE_ADJUST), RES_PARATR_ADJUST, cppu::UnoType<sal_Int16>::get(…
403 …{ OUString(UNO_NAME_PARA_ADJUST), RES_PARATR_ADJUST, cppu::UnoType<sal_Int16>::get(), …
482 …{ OUString(UNO_NAME_PARA_ADJUST), RES_PARATR_ADJUST, cppu::UnoType<sal_Int16>::get(), …
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dinit.cxx538 …aAttrTab[ RES_PARATR_ADJUST- POOLATTR_BEGIN ] = new SvxAdjustItem( SvxAdjust::Left, RES_PA… in InitCore()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dinit.cxx535 …aAttrTab[ RES_PARATR_ADJUST- POOLATTR_BEGIN ] = new SvxAdjustItem( SvxAdjust::Left, RES_PA… in InitCore()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/crsr/
H A Dcrstrvl.cxx2135 RES_PARATR_ADJUST, RES_PARATR_ADJUST, in SetShadowCursorPos()
2142 … const SvxAdjustItem& rAdj = pCNd->GetAttr(RES_PARATR_ADJUST).StaticWhichCast(RES_PARATR_ADJUST); in SetShadowCursorPos()
2144 aSet.Put( SvxAdjustItem( SvxAdjust::Left, RES_PARATR_ADJUST ) ); in SetShadowCursorPos()
2176 SvxAdjustItem aAdj( SvxAdjust::Left, RES_PARATR_ADJUST ); in SetShadowCursorPos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A Dcrstrvl.cxx2116 RES_PARATR_ADJUST, RES_PARATR_ADJUST, in SetShadowCursorPos()
2125 GetAttr( RES_PARATR_ADJUST )); in SetShadowCursorPos()
2127 aSet.Put( SvxAdjustItem( SvxAdjust::Left, RES_PARATR_ADJUST ) ); in SetShadowCursorPos()
2159 SvxAdjustItem aAdj( SvxAdjust::Left, RES_PARATR_ADJUST ); in SetShadowCursorPos()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dautofmt.cxx1010 RES_PARATR_ADJUST, RES_PARATR_ADJUST, in SetColl()
1019 if( SfxItemState::SET == aSet.GetItemState( RES_PARATR_ADJUST, in SetColl()
1026 aSet.ClearItem( RES_PARATR_ADJUST ); in SetColl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dautofmt.cxx1018 RES_PARATR_ADJUST, RES_PARATR_ADJUST, in SetColl()
1027 if( SfxItemState::SET == aSet.GetItemState( RES_PARATR_ADJUST, in SetColl()
1034 aSet.ClearItem( RES_PARATR_ADJUST ); in SetColl()

123