Searched refs:bSelectionInReadonly (Results 1 – 2 of 2) sorted by relevance
213 bSelectionInReadonly(sal_False), in SwViewOption()253 bSelectionInReadonly = SW_MOD()->GetAccessibilityOptions().IsSelectionInReadonly(); in SwViewOption()267 bSelectionInReadonly = sal_False; in SwViewOption()
156 …sal_Bool bSelectionInReadonly : 1; //determines whether selection is switched on in rea… member in SwViewOption404 sal_Bool IsSelectionInReadonly() const {return bSelectionInReadonly;} in IsSelectionInReadonly()405 void SetSelectionInReadonly(sal_Bool bSet) {bSelectionInReadonly = bSet;} in SetSelectionInReadonly()
Completed in 23 milliseconds