Searched refs:nDifOption (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sc/source/filter/dif/ |
H A D | difexp.cxx | 46 const ScAddress& rOutPos, const CharSet eNach, sal_uInt32 nDifOption ) in ScExportDif() argument 56 return ScExportDif( rStream, pDoc, ScRange( aStart, aEnd ), eNach, nDifOption ); in ScExportDif() 61 const ScRange&rRange, const CharSet eCharSet, sal_uInt32 nDifOption ) in ScExportDif() argument 115 const sal_Bool bPlain = ( nDifOption == SC_DIFOPT_PLAIN ); in ScExportDif()
|
H A D | difimp.cxx | 60 const CharSet eVon, sal_uInt32 nDifOption ) in ScImportDif() argument 62 DifParser aDifParser( rIn, nDifOption, *pDoc, eVon ); in ScImportDif()
|
/aoo42x/main/sc/inc/ |
H A D | filter.hxx | 106 const CharSet eSrc = RTL_TEXTENCODING_DONTKNOW, sal_uInt32 nDifOption = SC_DIFOPT_EXCEL ) = 0; 122 sal_uInt32 nDifOption = SC_DIFOPT_EXCEL ) = 0; 124 sal_uInt32 nDifOption = SC_DIFOPT_EXCEL ) = 0;
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 514 const CharSet eSrc = RTL_TEXTENCODING_DONTKNOW, sal_uInt32 nDifOption = SC_DIFOPT_EXCEL ); 530 sal_uInt32 nDifOption = SC_DIFOPT_EXCEL ); 532 sal_uInt32 nDifOption = SC_DIFOPT_EXCEL );
|
Completed in 23 milliseconds