Home
last modified time | relevance | path

Searched refs:bFixedWidth (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/sc/source/ui/inc/
H A Dimoptdlg.hxx43 eCharSet(RTL_TEXTENCODING_DONTKNOW), bFixedWidth(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()
63 bFixedWidth (rCpy.bFixedWidth), in ScImportOptions()
74 bFixedWidth = rCpy.bFixedWidth; in operator =()
87 && bFixedWidth == rCmp.bFixedWidth in operator ==()
99 sal_Bool bFixedWidth; member in ScImportOptions
/aoo41x/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx113 bool &bFixedWidth, sal_Int32 &nFromRow, sal_Int32 &nCharSet, in load_Separators() argument
143 bFixedWidth = ScUnoHelpFunctions::GetBoolFromAny( pProperties[3] ); in load_Separators()
163 …bool bDetectSpecialNum, bool bFixedWidth, sal_Int32 nFromRow, sal_Int32 nCharSet, sal_Int32 nLangu… in save_Separators() argument
187 ScUnoHelpFunctions::SetBoolInAny( pProperties[3], bFixedWidth ); in save_Separators()
269 bool bFixedWidth = false; in ScImportAsciiDlg() local
278 … bQuotedFieldAsText, bDetectSpecialNum, bFixedWidth, nFromRow, nCharSet, nLanguage); in ScImportAsciiDlg()
293 if( bFixedWidth ) in ScImportAsciiDlg()
H A Dimoptdlg.cxx47 bFixedWidth = sal_False; in ScImportOptions()
59 bFixedWidth = sal_True; in ScImportOptions()
89 if( bFixedWidth ) in BuildString()
H A Dscuiimoptdlg.cxx264 rOptions.bFixedWidth = aCbFixed.IsChecked(); in GetImportOptions()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocsh.cxx1700 sal_Bool bFixedWidth = rAsciiOpt.bFixedWidth; in AsciiSave() local
1774 if ( bFixedWidth ) in AsciiSave()
1786 if ( bFixedWidth ) in AsciiSave()
1796 if ( bFixedWidth ) in AsciiSave()
1808 if ( bFixedWidth ) in AsciiSave()
1860 if ( bFixedWidth || bSaveAsShown ) in AsciiSave()
1913 if ( bFixedWidth || bSaveAsShown ) in AsciiSave()
1932 if ( bFixedWidth ) in AsciiSave()
2066 if ( bFixedWidth ) in AsciiSave()
2079 if ( bFixedWidth ) in AsciiSave()

Completed in 53 milliseconds