Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dmodcfg.hxx122 sal_Bool bInsTblFormatNum; // Table/Input/NumberRecognition // Automatische Zahlenerkennung member in SwTableConfig
245 { return bHTML ? aWebTableConfig.bInsTblFormatNum : aTableConfig.bInsTblFormatNum; } in IsInsTblFormatNum()
247 { bHTML ? (aWebTableConfig.bInsTblFormatNum = b) : (aTableConfig.bInsTblFormatNum = b); in SetInsTblFormatNum()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx1225 case 5 : pValues[nProp].setValue(&bInsTblFormatNum, rType); break; //"Input/NumberRecognition", in Commit()
1255 …case 5 : bInsTblFormatNum = *(sal_Bool*)pValues[nProp].getValue(); break; //"Input/NumberRecogni… in Load()

Completed in 34 milliseconds