Home
last modified time | relevance | path

Searched refs:bQuoteAllText (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/inc/
H A Dimoptdlg.hxx44 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
/trunk/main/sc/source/ui/dbgui/
H A Dimoptdlg.cxx52 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()
H A Dscuiimoptdlg.cxx265 rOptions.bQuoteAllText = aCbQuoteAll.IsChecked(); in GetImportOptions()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx1960 bool bNeedQuotes = rAsciiOpt.bQuoteAllText || in AsciiSave()
1999 bool bNeedQuotes = rAsciiOpt.bQuoteAllText || in AsciiSave()
2021 bool bNeedQuotes = rAsciiOpt.bQuoteAllText || in AsciiSave()

Completed in 32 milliseconds