Searched refs:bFixedWidth (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | imoptdlg.hxx | 43 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
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | scuiasciiopt.cxx | 112 bool &bFixedWidth, sal_Int32 &nFromRow, sal_Int32 &nCharSet, in load_Separators() argument 142 bFixedWidth = ScUnoHelpFunctions::GetBoolFromAny( pProperties[3] ); in load_Separators() 162 …bool bDetectSpecialNum, bool bFixedWidth, sal_Int32 nFromRow, sal_Int32 nCharSet, sal_Int32 nLangu… in save_Separators() argument 186 ScUnoHelpFunctions::SetBoolInAny( pProperties[3], bFixedWidth ); in save_Separators() 268 bool bFixedWidth = false; in ScImportAsciiDlg() local 277 … bQuotedFieldAsText, bDetectSpecialNum, bFixedWidth, nFromRow, nCharSet, nLanguage); in ScImportAsciiDlg() 292 if( bFixedWidth ) in ScImportAsciiDlg()
|
H A D | imoptdlg.cxx | 47 bFixedWidth = sal_False; in ScImportOptions() 59 bFixedWidth = sal_True; in ScImportOptions() 89 if( bFixedWidth ) in BuildString()
|
H A D | scuiimoptdlg.cxx | 263 rOptions.bFixedWidth = aCbFixed.IsChecked(); in GetImportOptions()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh.cxx | 1700 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 33 milliseconds