summaryrefslogtreecommitdiff
path: root/sc/inc/globalnames.hxx
AgeCommit message (Collapse)Author
2013-05-20Block definition for CellTextAttr.Kohei Yoshida
This block will be used to merge the text width and script type vectors that are currently separate. Text widths and script types should really be stored together. Change-Id: I6783769cc03180b513319e0a98a0773bd20ba941
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida
It was about time. Change-Id: I87225be540c22b3031c6aee3f3fd9d26795abef8
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.