Searched refs:bQuoteAllText (Results 1 – 4 of 4) sorted by relevance
44 bSaveAsShown(sal_False), bQuoteAllText(sal_False) in ScImportOptions()50 bFixedWidth(sal_False), bSaveAsShown(sal_False), bQuoteAllText(sal_False) in ScImportOptions()55 bFixedWidth(sal_False), bSaveAsShown(sal_False), bQuoteAllText(sal_False) in ScImportOptions()65 bQuoteAllText (rCpy.bQuoteAllText) in ScImportOptions()76 bQuoteAllText = rCpy.bQuoteAllText; in operator =()89 && bQuoteAllText == rCmp.bQuoteAllText; in operator ==()101 sal_Bool bQuoteAllText; member in ScImportOptions
52 bQuoteAllText = sal_False; in ScImportOptions()70 bQuoteAllText = sal_True; // use old default then in ScImportOptions()76 bQuoteAllText = rStr.GetToken(6, ',').EqualsAscii("true"); in ScImportOptions()99 …aResult.AppendAscii(bQuoteAllText ? "true" : "false"); // same as "quoted field as text" in ScAsc… in BuildString()
265 rOptions.bQuoteAllText = aCbQuoteAll.IsChecked(); in GetImportOptions()
1960 bool bNeedQuotes = rAsciiOpt.bQuoteAllText || in AsciiSave()1999 bool bNeedQuotes = rAsciiOpt.bQuoteAllText || in AsciiSave()2021 bool bNeedQuotes = rAsciiOpt.bQuoteAllText || in AsciiSave()
Completed in 60 milliseconds