Searched refs:bInsTblChangeNumFormat (Results 1 – 2 of 2) sorted by relevance
123 …sal_Bool bInsTblChangeNumFormat; // Table/Input/NumberFormatRecognition // Automatische Zahlenfor… member in SwTableConfig251 … { return bHTML ? aWebTableConfig.bInsTblChangeNumFormat : aTableConfig.bInsTblChangeNumFormat; } in IsInsTblChangeNumFormat()253 …{ bHTML ? (aWebTableConfig.bInsTblChangeNumFormat = b) : (aTableConfig.bInsTblChangeNumFormat = b); in SetInsTblChangeNumFormat()
1226 …case 6 : pValues[nProp].setValue(&bInsTblChangeNumFormat, rType); break; //"Input/NumberFormatRec… in Commit()1256 …case 6 : bInsTblChangeNumFormat = *(sal_Bool*)pValues[nProp].getValue(); break; //"Input/NumberFo… in Load()
Completed in 13 milliseconds