Searched refs:bCalcWidthHeight (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlimp.cxx | 59 ScRange& rRange, double nOutputFactor, sal_Bool bCalcWidthHeight, SvNumberFormatter* pFormatter, in ScImportHTML() argument 62 ScHTMLImport aImp( pDoc, rBaseURL, rRange, bCalcWidthHeight ); in ScImportHTML() 70 …port( ScDocument* pDocP, const String& rBaseURL, const ScRange& rRange, sal_Bool bCalcWidthHeight ) in CreateHTMLImport() argument 72 return new ScHTMLImport( pDocP, rBaseURL, rRange, bCalcWidthHeight ); in CreateHTMLImport() 75 …rt( ScDocument* pDocP, const String& rBaseURL, const ScRange& rRange, sal_Bool bCalcWidthHeight ) : in ScHTMLImport() argument 108 if( bCalcWidthHeight ) in ScHTMLImport()
|
/aoo4110/main/sc/inc/ |
H A D | filter.hxx | 109 …sal_Bool bCalcWidthHeight = sal_True, SvNumberFormatter* pFormatter = NULL, bool bConvertDate = tr… 113 … ScDocument* pDocP, const String& rBaseURL, const ScRange& rRange, sal_Bool bCalcWidthHeight ) = 0;
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | ftools.hxx | 517 … double nOutputFactor = 1.0, sal_Bool bCalcWidthHeight = sal_True, 521 …ort( ScDocument* pDocP, const String& rBaseURL, const ScRange& rRange, sal_Bool bCalcWidthHeight );
|
H A D | htmlimp.hxx | 37 …ument* pDoc, const String& rBaseURL, const ScRange& rRange, sal_Bool bCalcWidthHeight = sal_True );
|
H A D | htmlpars.hxx | 148 sal_Bool bCalcWidthHeight; // TRUE: calculate real column width member in ScHTMLLayoutParser
|
Completed in 18 milliseconds