Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Dviewopt.cxx213 bSelectionInReadonly(sal_False), in SwViewOption()
253 bSelectionInReadonly = SW_MOD()->GetAccessibilityOptions().IsSelectionInReadonly(); in SwViewOption()
267 bSelectionInReadonly = sal_False; in SwViewOption()
/trunk/main/sw/inc/
H A Dviewopt.hxx156 …sal_Bool bSelectionInReadonly : 1; //determines whether selection is switched on in rea… member in SwViewOption
404 sal_Bool IsSelectionInReadonly() const {return bSelectionInReadonly;} in IsSelectionInReadonly()
405 void SetSelectionInReadonly(sal_Bool bSet) {bSelectionInReadonly = bSet;} in SetSelectionInReadonly()

Completed in 19 milliseconds