Home
last modified time | relevance | path

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

/aoo41x/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()
64 bSaveAsShown (rCpy.bSaveAsShown), in ScImportOptions()
75 bSaveAsShown = rCpy.bSaveAsShown; in operator =()
88 && bSaveAsShown == rCmp.bSaveAsShown in operator ==()
100 sal_Bool bSaveAsShown; member in ScImportOptions
/aoo41x/main/sc/source/ui/dbgui/
H A Dimoptdlg.cxx51 bSaveAsShown = sal_True; // "true" if not in string (after CSV import) in ScImportOptions()
69 bSaveAsShown = (rStr.GetToken( 3, ',' ).ToInt32() ? sal_True : sal_False); in ScImportOptions()
78 bSaveAsShown = rStr.GetToken(8, ',').EqualsAscii("true"); in ScImportOptions()
101 … aResult.AppendAscii(bSaveAsShown ? "true" : "false"); // "save as shown": not in ScAsciiOptions in BuildString()
H A Dscuiimoptdlg.cxx265 rOptions.bSaveAsShown = aCbShown.IsChecked(); in GetImportOptions()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh.cxx1701 sal_Bool bSaveAsShown = rAsciiOpt.bSaveAsShown; in AsciiSave() local
1860 if ( bFixedWidth || bSaveAsShown ) in AsciiSave()
1864 bString = bSaveAsShown && rFormatter.IsTextFormat( nFormat); in AsciiSave()
1874 if ( bSaveAsShown ) in AsciiSave()
1888 if ( bSaveAsShown ) in AsciiSave()
1913 if ( bFixedWidth || bSaveAsShown ) in AsciiSave()
1917 bString = bSaveAsShown && rFormatter.IsTextFormat( nFormat); in AsciiSave()

Completed in 50 milliseconds