Home
last modified time | relevance | path

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

/aoo4110/main/sw/inc/
H A Dmodcfg.hxx123 …sal_Bool bInsTblChangeNumFormat; // Table/Input/NumberFormatRecognition // Automatische Zahlenfor… member in SwTableConfig
251 … { return bHTML ? aWebTableConfig.bInsTblChangeNumFormat : aTableConfig.bInsTblChangeNumFormat; } in IsInsTblChangeNumFormat()
253 …{ bHTML ? (aWebTableConfig.bInsTblChangeNumFormat = b) : (aTableConfig.bInsTblChangeNumFormat = b); in SetInsTblChangeNumFormat()
/aoo4110/main/sw/source/ui/config/
H A Dmodcfg.cxx1226 …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 91 milliseconds