Age | Commit message (Collapse) | Author |
|
Change-Id: I5be3980ac865162d8d7626556ca47eca4b0ee433
Reviewed-on: https://gerrit.libreoffice.org/15344
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
sorry, huge one...
|
|
Change-Id: I136a98fadbde82a7a585df9a5691f884c0362699
|
|
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
|
|
|
|
It was about time.
Change-Id: I87225be540c22b3031c6aee3f3fd9d26795abef8
|
|
Change-Id: I648da6f2c43a10137c0834659022296883368dc9
|
|
missing are:
-undo
-range options
-help
-test for correct expression is not working
|
|
|
|
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.
|
|
|
|
This is for an Easy Hack to allow one autofilter per sheet, not per
document.
|