https://bugs.documentfoundation.org/show_bug.cgi?id=148679
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |difficultyBeginner, | |easyHack, skillCpp --- Comment #1 from Mike Kaganski <[email protected]> --- Code pointers: 1. Database range is available through ScDocument::GetDBAtCursor / ScDocument::GetDBAtArea. 2. Checking if the range has a column header is done in ScTable::HasColHeader (sc/source/core/data/table3.cxx). 3. Expansion of the area happens in ScTable::GetDataArea (sc/source/core/data/table1.cxx). -- You are receiving this mail because: You are the assignee for the bug.
