Home
last modified time | relevance | path

Searched refs:ApplyNumRule (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx215 …virtual sal_Bool ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)0xF…
249 …virtual sal_Bool ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)0xF…
281 …virtual sal_Bool ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)0xF…
313 …virtual sal_Bool ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)0xF…
343 …virtual sal_Bool ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)0xF…
374 …virtual sal_Bool ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)0xF…
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx285 ApplyNumRule(aDefNumRule,nItem,mLevel,false,true); in ImplStore()
482 sal_Bool BulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,sal_Bool… in ApplyNumRule() function in svx::sidebar::BulletsTypeMgr
747 sal_Bool GraphicBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,s… in ApplyNumRule() function in svx::sidebar::GraphicBulletsTypeMgr
1249 ApplyNumRule(aTmpRule1,nIndex,mLevel,true); in RelplaceNumRule()
1266 sal_Bool MixBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,sal_B… in ApplyNumRule() function in svx::sidebar::MixBulletsTypeMgr
1593 ApplyNumRule(aTmpRule1,nIndex,mLevel,true); in RelplaceNumRule()
1594 ApplyNumRule(aTmpRule2,nIndex,mLevel,false); in RelplaceNumRule()
1609 sal_Bool NumberingTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,sal_Bo… in ApplyNumRule() function in svx::sidebar::NumberingTypeMgr
1914 ApplyNumRule(aTmpRule1,nIndex,mLevel,true); in RelplaceNumRule()
1915 ApplyNumRule(aTmpRule2,nIndex,mLevel,false); in RelplaceNumRule()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuolbull.cxx240 pNumRuleMgr->ApplyNumRule( aTmpRule, nIdx, nActNumLvl, true ); in SetCurrentBulletsNumbering()
244 pNumRuleMgr->ApplyNumRule( aTmpRule, nIdx, nActNumLvl ); in SetCurrentBulletsNumbering()
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx386 pNumbering->ApplyNumRule(aTempRule,nItemId -1,1<<nLvl); in UserDraw()
431 pBullets->ApplyNumRule(aTempRule,nItemId -1,1<<nLvl); in UserDraw()
/trunk/main/sw/source/ui/shells/
H A Dtxtnum.cxx297 … pNBOTypeMgr->ApplyNumRule( aNewSvxNumRule, nChoosenItemIdx - 1, nActNumLvl ); in ExecSetNumber()