summaryrefslogtreecommitdiff
path: root/sc/inc/globalnames.hxx
AgeCommit message (Collapse)Author
2013-03-14Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida
Change-Id: I648da6f2c43a10137c0834659022296883368dc9
2011-11-23Manage Names: add most logic to Define Name dialogMarkus Mohrhard
missing are: -undo -range options -help -test for correct expression is not working
2011-09-29add modelinesCaolán McNamara
2011-04-01First cut on getting ODS import/export of sheet-local anonymous ranges.Kohei Yoshida
The punch lines is that we don't use UNO API to handle sheet-local anonymous ranges during ODS import and export. Eventually we should import the named database ranges using the internal API too, but for now we keep the current code (that uses the UNO API) for those.
2011-04-01Let's use a different prefix for sheet-local anonymous ranges.Kohei Yoshida
2011-04-01Support sheet-local anonymous database ranges.Markus Mohrhard
This is for an Easy Hack to allow one autofilter per sheet, not per document.