Searched refs:DEFAULT_NONE (Results 1 – 7 of 7) sorted by relevance
272 InsertItem( DEFAULT_NONE, DEFAULT_NONE - 1 ); in SetNumberingSettings()273 SetItemText( DEFAULT_NONE, SVX_RESSTR( RID_SVXSTR_NUMBULLET_NONE )); in SetNumberingSettings()346 if ( nItemId != DEFAULT_NONE) in UserDraw()353 if ( nItemId == DEFAULT_NONE) in UserDraw()480 }else if ( nItemId == DEFAULT_NONE) in UserDraw()
56 maBulletsVS.InsertItem( DEFAULT_NONE ); in ParaBulletsControl()62 maBulletsVS.SetItemText( DEFAULT_NONE, SVX_RESSTR( RID_SVXSTR_NUMBULLET_NONE )); in ParaBulletsControl()
600 rSet.Put(SfxUInt16Item(FN_NUM_NUM_RULE_INDEX,DEFAULT_NONE)); in GetAttrState()601 rSet.Put(SfxUInt16Item(FN_BUL_NUM_RULE_INDEX,DEFAULT_NONE)); in GetAttrState()
265 if ( nChoosenItemIdx == DEFAULT_NONE ) in ExecSetNumber()
1815 rSet.Put(SfxUInt16Item(FN_NUM_NUM_RULE_INDEX,DEFAULT_NONE)); in GetState()1816 rSet.Put(SfxUInt16Item(FN_BUL_NUM_RULE_INDEX,DEFAULT_NONE)); in GetState()
211 else if (nIdx == DEFAULT_NONE) in SetCurrentBulletsNumbering()
42 #define DEFAULT_NONE 10 macro