Searched refs:InsertRangeName (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlimp.cxx | 123 void ScHTMLImport::InsertRangeName( ScDocument* pDoc, const String& rName, const ScRange& rRange ) in InsertRangeName() function in ScHTMLImport 184 InsertRangeName( mpDoc, ScfTools::GetHTMLDocName(), aNewRange ); in WriteToDocument() 187 InsertRangeName( mpDoc, ScfTools::GetHTMLTablesName(), ScRange( maRange.aStart ) ); in WriteToDocument() 201 InsertRangeName( mpDoc, ScfTools::GetNameFromHTMLIndex( nTableId ), aNewRange ); in WriteToDocument() 208 InsertRangeName( mpDoc, aName, aNewRange ); in WriteToDocument()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | htmlimp.hxx | 34 static void InsertRangeName( ScDocument* pDoc, const String& rName, const ScRange& rRange );
|
Completed in 17 milliseconds