Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/shells/
H A Dtxtnum.cxx78 sal_Bool bNewResult = GetShell().SelectionHasNumber(); in ExecEnterNum() local
79 if (bNewResult!=bMode) { in ExecEnterNum()
81 SfxBoolItem aItem(FN_NUM_NUMBERING_ON,!bNewResult); in ExecEnterNum()
83 SfxBoolItem aNewItem(FN_NUM_NUMBERING_ON,bNewResult); in ExecEnterNum()
107 sal_Bool bNewResult = GetShell().SelectionHasBullet(); in ExecEnterNum() local
108 if (bNewResult!=bMode) { in ExecEnterNum()
110 SfxBoolItem aItem(FN_NUM_BULLET_ON,!bNewResult); in ExecEnterNum()
112 SfxBoolItem aNewItem(FN_NUM_BULLET_ON,bNewResult); in ExecEnterNum()

Completed in 9 milliseconds