mib17: #163146# XLS import: do not skip hidden names, do not rename sheet-local names, add Worksheet.Names VBA symbol -- #i112849# fix crash when closing Calc document

This commit is contained in:
Daniel Rentz
2010-07-30 17:28:42 +02:00
parent c34ae9ba3c
commit ad7fbe5ff5

View File

@@ -114,6 +114,7 @@ interface XWorksheet
XRange Rows([in] any aIndex);
XRange Columns([in] any aIndex);
any Hyperlinks( [in] any aIndex );
any Names( [in] any Index );
any Evaluate( [in] string Name);