Lines Matching refs:setProperty
286 aPropSet.setProperty( PROP_IgnoreCase, true ); // always in Excel in finalizeImport()
287 aPropSet.setProperty( PROP_RegularExpressions, false ); // not supported in Excel in finalizeImport()
302 aSettingsProp.setProperty( PROP_LoadReadonly, true ); in finalizeImport()
313 aPropSet.setProperty( PROP_NullDate, aNullDate ); in finalizeImport()
314 aPropSet.setProperty( PROP_IsIterationEnabled, maCalcSettings.mbIterate ); in finalizeImport()
315 aPropSet.setProperty( PROP_IterationCount, maCalcSettings.mnIterateCount ); in finalizeImport()
316 aPropSet.setProperty( PROP_IterationEpsilon, maCalcSettings.mfIterateDelta ); in finalizeImport()
317 aPropSet.setProperty( PROP_CalcAsShown, !maCalcSettings.mbFullPrecision ); in finalizeImport()
318 aPropSet.setProperty( PROP_LookUpLabels, maCalcSettings.mbUseNlr ); in finalizeImport()
324 aNumFmtProp.setProperty( PROP_NullDate, aNullDate ); in finalizeImport()
332 aPropSet.setProperty( PROP_CodeName, maBookSettings.maCodeName ); in finalizeImport()