Home
last modified time | relevance | path

Searched refs:SvxNumRule (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/editeng/source/items/
H A Dnumitem.cxx780 sal_Int32 SvxNumRule::nRefCount = 0;
784 SvxNumRule::SvxNumRule( sal_uLong nFeatures, in SvxNumRule() function in SvxNumRule
845 SvxNumRule::SvxNumRule(const SvxNumRule& rCopy) in SvxNumRule() function in SvxNumRule
866 SvxNumRule::SvxNumRule(SvStream &rStream) in SvxNumRule() function in SvxNumRule
943 SvxNumRule::~SvxNumRule() in ~SvxNumRule()
956 SvxNumRule& SvxNumRule::operator=( const SvxNumRule& rCopy ) in operator =()
976 int SvxNumRule::operator==( const SvxNumRule& rCopy) const in operator ==()
1159 pNumRule(new SvxNumRule(rRule)) in SvxNumBulletItem()
1168 pNumRule(new SvxNumRule(rRule)) in SvxNumBulletItem()
1240 SvxNumRule* pNewRule = new SvxNumRule( SvxGetNumRule( xRule ) ); in PutValue()
[all …]
/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx215 …virtual sal_uInt16 GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 nFromIndex=…
216 …virtual sal_Bool RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)…
250 …virtual sal_uInt16 GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 nFromIndex=…
251 …virtual sal_Bool RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)…
282 …virtual sal_uInt16 GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 nFromIndex=…
283 …virtual sal_Bool RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)…
314 …virtual sal_uInt16 GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 nFromIndex=…
315 …virtual sal_Bool RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)…
344 …virtual sal_uInt16 GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 nFromIndex=…
345 …virtual sal_Bool RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel=(sal_uInt16)…
[all …]
H A Dnumvset.hxx50 class SvxNumRule;
131 const SvxNumRule* pActNum;
147 void SetNumRule(const SvxNumRule* pNum) in SetNumRule()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx264 class EDITENG_DLLPUBLIC SvxNumRule class
278 SvxNumRule( sal_uLong nFeatures,
286 SvxNumRule(const SvxNumRule& rCopy);
287 SvxNumRule(SvStream &rStream);
288 virtual ~SvxNumRule();
293 SvxNumRule& operator=( const SvxNumRule& );
325 SvxNumRule* pNumRule;
327 SvxNumBulletItem(SvxNumRule& rRule);
328 SvxNumBulletItem(SvxNumRule& rRule, sal_uInt16 nWhich );
338 SvxNumRule* GetNumRule() const {return pNumRule;} in GetNumRule()
[all …]
H A Dunonrule.hxx38 …< ::com::sun::star::container::XIndexReplace > SvxCreateNumRule( const SvxNumRule* pRule ) throw();
40 const SvxNumRule& SvxGetNumRule( ::com::sun::star::uno::Reference< ::com::sun::star::container::XIn…
41 …::star::uno::Reference< ::com::sun::star::container::XIndexReplace > xRule, SvxNumRule& rNumRule );
48 SvxNumRule maRule;
50 SvxUnoNumberingRules( const SvxNumRule& rRule ) throw();
85 const SvxNumRule& getNumRule() const { return maRule; } in getNumRule()
H A Doutliner.hxx379 const SvxNumRule* pNumRule = NULL );
396 const SvxNumRule* pNewNumRule,
/trunk/main/cui/source/inc/
H A Dnumpages.hxx42 class SvxNumRule;
81 SvxNumRule* pActNum;
82 SvxNumRule* pSaveNum;
121 SvxNumRule* pActNum;
122 SvxNumRule* pSaveNum;
166 SvxNumRule* pActNum;
167 SvxNumRule* pSaveNum;
213 SvxNumRule* pActNum;
214 SvxNumRule* pSaveNum;
293 SvxNumRule* pActNum;
[all …]
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx245 SvxNumRule aNum(*pIStm); in ImplLoad()
432 sal_Bool BulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
702 sal_Bool GraphicBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLeve… in RelplaceNumRule()
1090 sal_Bool MixBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
1250 SvxNumRule aTmpRule1(aNum); in RelplaceNumRule()
1565 sal_Bool NumberingTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
1594 SvxNumRule aTmpRule1(aNum); in RelplaceNumRule()
1595 SvxNumRule aTmpRule2(aNum); in RelplaceNumRule()
1864 sal_Bool OutlineTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
1916 SvxNumRule aTmpRule1(aNum); in RelplaceNumRule()
[all …]
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx101 SvxUnoNumberingRules::SvxUnoNumberingRules( const SvxNumRule& rRule ) throw() in SvxUnoNumberingRules()
491 const SvxNumRule& SvxGetNumRule( Reference< XIndexReplace > xRule ) throw( IllegalArgumentException… in SvxGetNumRule()
500 bool SvxGetNumRule( Reference< XIndexReplace > xRule, SvxNumRule& rNumRule ) in SvxGetNumRule()
538 …nce< com::sun::star::container::XIndexReplace > SvxCreateNumRule( const SvxNumRule* pRule ) throw() in SvxCreateNumRule()
547SvxNumRule aDefaultRule( NUM_BULLET_REL_SIZE|NUM_BULLET_COLOR|NUM_CHAR_TEXT_DISTANCE, 10 , sal_Fal… in SvxCreateNumRule()
580 const SvxNumRule& rRule1 = pRule1->getNumRule(); in Compare()
581 const SvxNumRule& rRule2 = pRule2->getNumRule(); in Compare()
609 SvxNumRule aTempRule( 0, 10, false ); in SvxCreateNumRule()
/trunk/main/sw/source/ui/shells/
H A Dtxtnum.cxx128 SvxNumRule aRule = pNumRuleAtCurrentSelection->MakeSvxNumRule(); in ExecEnterNum()
164 SvxNumRule aSvxRule = aRule.MakeSvxNumRule(); in ExecEnterNum()
208 SvxNumRule* pSetRule = ( (SvxNumBulletItem*) pItem )->GetNumRule(); in ExecEnterNum()
229 SvxNumRule* pSetRule = ( (SvxNumBulletItem*) pItem )->GetNumRule(); in ExecEnterNum()
290 SvxNumRule aNewSvxNumRule = pNumRuleAtCurrentSelection != NULL in ExecSetNumber()
/trunk/main/sd/source/ui/func/
H A Dfuolbull.cxx219 SvxNumRule* pNumRule = NULL; in SetCurrentBulletsNumbering()
222 pNumRule = new SvxNumRule(*((SvxNumBulletItem*)pTmpItem)->GetNumRule()); in SetCurrentBulletsNumbering()
236 SvxNumRule aTmpRule( *pNumRule ); in SetCurrentBulletsNumbering()
385 SvxNumRule* pRule = pItem->GetNumRule(); in GetNumBulletItem()
388 SvxNumRule aNewRule( *pRule ); in GetNumBulletItem()
H A Dbulmaper.cxx105 void SdBulletMapper::MapFontsInNumRule( SvxNumRule& aNumRule, const SfxItemSet& rSet ) in MapFontsInNumRule()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx185 sal_Bool lcl_IsNumFmtSet(SvxNumRule* pNum, sal_uInt16 nLevelMask) in lcl_IsNumFmtSet()
331 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in ActivatePage()
385 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in Reset()
388 pActNum = new SvxNumRule(*pSaveNum); in Reset()
583 pSaveNum = new SvxNumRule(*((SvxNumBulletItem*)pItem)->GetNumRule()); in Reset()
588 pActNum = new SvxNumRule(*pSaveNum); in Reset()
827 pActNum = new SvxNumRule(*pSaveNum); in Reset()
1121 pActNum = new SvxNumRule(*pSaveNum); in Reset()
1601 pActNum = new SvxNumRule(*pSaveNum); in Reset()
3506 pActNum = new SvxNumRule(*pSaveNum); in Reset()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Ddlgolbul.cxx148 SvxNumRule* pRule = pItem->GetNumRule(); in OutlineBulletDlg()
151 SvxNumRule aNewRule( *pRule ); in OutlineBulletDlg()
230 SvxNumRule* pRule = pBulletItem->GetNumRule(); in GetOutputItemSet()
/trunk/main/sw/inc/
H A Dnumrule.hxx47 class SvxNumRule;
296 void SetSvxRule(const SvxNumRule&, SwDoc* pDoc);
297 SvxNumRule MakeSvxNumRule() const;
/trunk/main/sd/source/ui/inc/
H A Dbulmaper.hxx32 class SvxNumRule;
41 static void MapFontsInNumRule( SvxNumRule& aNumRule, const SfxItemSet& rSet );
H A DView.hxx217 const SvxNumRule* pNumRule,
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1195 const SvxNumRule* pDefaultBulletNumRule = 0; in ToggleBullets()
1240 SvxNumRule aNewNumRule( *pDefaultBulletNumRule ); in ToggleBullets()
1262 const SvxNumRule* pNumRule ) in ToggleBulletsNumbering()
1331 const SvxNumRule* pNewNumRule, in ApplyBulletsNumbering()
1411 SvxNumRule aNewRule(*pNewNumRule); in ApplyBulletsNumbering()
/trunk/main/sd/source/core/
H A Dstlpool.cxx1029SvxNumRule aNumRule( NUM_BULLET_REL_SIZE|NUM_BULLET_COLOR|NUM_CHAR_TEXT_DISTANCE, 10 , sal_False); in PutNumBulletItem()
1050SvxNumRule* pDefaultRule = ((SvxNumBulletItem*) rSet.GetPool()->GetSecondaryPool()->GetPoolDefault… in PutNumBulletItem()
1055 SvxNumRule aNumRule(pDefaultRule->GetFeatureFlags(), 10, sal_False); in PutNumBulletItem()
1084SvxNumRule aNumRule( NUM_BULLET_REL_SIZE|NUM_BULLET_COLOR|NUM_CHAR_TEXT_DISTANCE|NUM_SYMBOL_ALIGNM… in PutNumBulletItem()
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx969 void SwNumRule::SetSvxRule(const SvxNumRule& rNumRule, SwDoc* pDoc) in SetSvxRule()
984 SvxNumRule SwNumRule::MakeSvxNumRule() const in MakeSvxNumRule()
986 SvxNumRule aRule(NUM_CONTINUOUS|NUM_CHAR_TEXT_DISTANCE|NUM_CHAR_STYLE| in MakeSvxNumRule()
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx387 SvxNumRule aTempRule( 0, 10, false ); in UserDraw()
432 SvxNumRule aTempRule( 0, 10, false ); in UserDraw()
/trunk/main/sd/source/ui/view/
H A Ddrviewsf.cxx594 SvxNumRule* pNumRule = NULL; in GetAttrState()
606 pNumRule = new SvxNumRule(*((SvxNumBulletItem*)pTmpItem)->GetNumRule()); in GetAttrState()
H A Dviewshel.cxx878 SvxNumRule* pRule = pItem->GetNumRule(); in GetNumBulletItem()
881 SvxNumRule aNewRule( *pRule ); in GetNumBulletItem()
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx751 SvxNumRule* pDefaultRule = NULL; in SvxCreateNumRule()
767 SvxNumRule aTempRule( 0, 10, false ); in SvxCreateNumRule()
/trunk/main/editeng/source/editeng/
H A Deerdll.cxx107 SvxNumRule aTmpNumRule( 0, 0, sal_False ); in GetDefItems()

Completed in 133 milliseconds

12