Searched refs:bInsTblFormatNum (Results 1 – 2 of 2) sorted by relevance
122 …sal_Bool bInsTblFormatNum; // Table/Input/NumberRecognition // Automatische Zahlen… member in SwTableConfig245 … { return bHTML ? aWebTableConfig.bInsTblFormatNum : aTableConfig.bInsTblFormatNum; } in IsInsTblFormatNum()247 … { bHTML ? (aWebTableConfig.bInsTblFormatNum = b) : (aTableConfig.bInsTblFormatNum = b); in SetInsTblFormatNum()
1225 … 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()