Age | Commit message (Expand) | Author |
2013-03-16 | Bin some pointless comments and ASCII graphics | Tor Lillqvist |
2013-03-16 | Resolves: #i119460# Use localized strings on Data Pilot fields grouped by date | Ariel Constenla-Haile |
2013-03-16 | sc: translate some debug messages | Thomas Arnhold |
2013-03-15 | Remove incorrect comment. | Kohei Yoshida |
2013-03-15 | Actually unknown script type doesn't equal empty script type (0). | Kohei Yoshida |
2013-03-15 | ScBaseCell::nScriptType is no more. | Kohei Yoshida |
2013-03-15 | Accessor methods in ScDocument for cell text's script types. | Kohei Yoshida |
2013-03-15 | More script type handling. | Kohei Yoshida |
2013-03-15 | Started handling the cell text script types. Still work in progress. | Kohei Yoshida |
2013-03-15 | Unit test to catch the out-of-sync text width bug I just fixed today. | Kohei Yoshida |
2013-03-15 | Set up new container to store cell text's script type. | Kohei Yoshida |
2013-03-15 | Actually these should be MAXROWCOUNT; MAXROW would be one element too short. | Kohei Yoshida |
2013-03-15 | Flush buffer before aborting; else we may not see the output at all. | Kohei Yoshida |
2013-03-15 | regenerate pch | Peter Foley |
2013-03-15 | Turn off debugging and silence compiler warning. | Kohei Yoshida |
2013-03-15 | Oops the erase() method takes start and end positions. | Kohei Yoshida |
2013-03-15 | Better consistency checking. | Kohei Yoshida |
2013-03-15 | Fix the text width array going out of sync when shifting row positions. | Kohei Yoshida |
2013-03-15 | Delete cell segments using reverse iterator (as TODO comment said). | Kohei Yoshida |
2013-03-15 | Don't forget to set text widths here too. | Kohei Yoshida |
2013-03-15 | Move some of the code to local functions to make it easier to read. | Kohei Yoshida |
2013-03-15 | Reduce indentation level. | Kohei Yoshida |
2013-03-15 | Add integrity check after column cell storage is modified. | Kohei Yoshida |
2013-03-15 | Call CellStorageModified() *after* the text widths get modified. | Kohei Yoshida |
2013-03-15 | Create skeleton accessors for cell text script types. | Kohei Yoshida |
2013-03-15 | restore enough of XOBitmap to do fore/back color setting on escher patterns | Caolán McNamara |
2013-03-15 | Related: #i119125# change XFillBitmapItem to work with GraphicObject | Armin Le Grand |
2013-03-15 | follow patch for fdo#38385 attempt to detect rtl | Noel Power |
2013-03-15 | Tentative fix to make JunitTest_sc_unopai work again | Stephan Bergmann |
2013-03-15 | fix "simplify copy" | Ivan Timofeev |
2013-03-15 | forgot the file | Markus Mohrhard |
2013-03-15 | simplify copy | Thomas Arnhold |
2013-03-15 | remove some unnecessary lines | Markus Mohrhard |
2013-03-15 | first step for Insert->Chart From File | Markus Mohrhard |
2013-03-15 | remove empty destructor | Markus Mohrhard |
2013-03-15 | remove unnecessary ascii art | Markus Mohrhard |
2013-03-15 | initial work on an odc export | Markus Mohrhard |
2013-03-15 | fixes | Thomas Arnhold |
2013-03-14 | fdo#38838: Replaced some (Uni)String to OUString in core/sc | elixir |
2013-03-14 | Remove ambiguity for the windows build. | Kohei Yoshida |
2013-03-14 | Pointless nit-picking on coding style | Fridrich Štrba |
2013-03-14 | Remove a local inline function that's used from only one call site. | Kohei Yoshida |
2013-03-14 | Unit test for the new column-based text width storage, via new iterator. | Kohei Yoshida |
2013-03-14 | Move TEXTWIDTH_DIRTH to globalnames.hxx. | Kohei Yoshida |
2013-03-14 | We should exit the idle calc when the sheet changes. | Kohei Yoshida |
2013-03-14 | ScBaseCell::nTextWidth is no more. | Kohei Yoshida |
2013-03-14 | MaybeAddExtraColumn() too. This one is trivial. | Kohei Yoshida |
2013-03-14 | InvalidateTextWidth() now uses the new iterator. | Kohei Yoshida |
2013-03-14 | Forgot to increment the iterator. | Kohei Yoshida |
2013-03-14 | IdleCalcTextWidth() now sets cell text widths to the new container. | Kohei Yoshida |