summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2013-03-15Turn off debugging and silence compiler warning.Kohei Yoshida2-2/+4
2013-03-15Oops the erase() method takes start and end positions.Kohei Yoshida1-1/+1
2013-03-15Better consistency checking.Kohei Yoshida1-1/+25
2013-03-15Fix the text width array going out of sync when shifting row positions.Kohei Yoshida1-0/+9
2013-03-15Delete cell segments using reverse iterator (as TODO comment said).Kohei Yoshida1-43/+30
2013-03-15Don't forget to set text widths here too.Kohei Yoshida1-1/+6
2013-03-15Move some of the code to local functions to make it easier to read.Kohei Yoshida1-46/+63
2013-03-15Reduce indentation level.Kohei Yoshida1-104/+100
2013-03-15Add integrity check after column cell storage is modified.Kohei Yoshida2-0/+29
2013-03-15Call CellStorageModified() *after* the text widths get modified.Kohei Yoshida2-18/+16
2013-03-15Create skeleton accessors for cell text script types.Kohei Yoshida8-3/+49
2013-03-15restore enough of XOBitmap to do fore/back color setting on escher patternsCaolán McNamara1-0/+12
2013-03-15Related: #i119125# change XFillBitmapItem to work with GraphicObjectArmin Le Grand2-15/+4
2013-03-15follow patch for fdo#38385 attempt to detect rtlNoel Power2-6/+39
2013-03-15Tentative fix to make JunitTest_sc_unopai work againStephan Bergmann1-0/+4
2013-03-15fix "simplify copy"Ivan Timofeev1-1/+1
2013-03-15forgot the fileMarkus Mohrhard1-0/+42
2013-03-15simplify copyThomas Arnhold1-1/+1
2013-03-15remove some unnecessary linesMarkus Mohrhard1-10/+0
2013-03-15first step for Insert->Chart From FileMarkus Mohrhard5-2/+75
2013-03-15remove empty destructorMarkus Mohrhard2-10/+10
2013-03-15remove unnecessary ascii artMarkus Mohrhard2-54/+0
2013-03-15initial work on an odc exportMarkus Mohrhard6-4/+63
2013-03-15fixesThomas Arnhold5-6/+6
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir10-98/+99
2013-03-14Remove ambiguity for the windows build.Kohei Yoshida1-1/+2
2013-03-14Pointless nit-picking on coding styleFridrich Štrba1-5/+3
2013-03-14Remove a local inline function that's used from only one call site.Kohei Yoshida1-9/+6
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida7-53/+171
2013-03-14Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida9-1/+11
2013-03-14We should exit the idle calc when the sheet changes.Kohei Yoshida1-0/+3
2013-03-14ScBaseCell::nTextWidth is no more.Kohei Yoshida4-11/+13
2013-03-14MaybeAddExtraColumn() too. This one is trivial.Kohei Yoshida1-2/+3
2013-03-14InvalidateTextWidth() now uses the new iterator.Kohei Yoshida1-43/+51
2013-03-14Forgot to increment the iterator.Kohei Yoshida1-0/+1
2013-03-14IdleCalcTextWidth() now sets cell text widths to the new container.Kohei Yoshida3-12/+29
2013-03-14First cut on column text width iterator implementation. Untested.Kohei Yoshida4-6/+164
2013-03-14Add skeleton files for the new iterator for column cells' text widths.Kohei Yoshida4-0/+42
2013-03-14Some renaming of local variables...Kohei Yoshida1-10/+9
2013-03-14Reduce scope level.Kohei Yoshida1-95/+97
2013-03-14A bit more re-organization.Kohei Yoshida1-14/+7
2013-03-14Move the style sheet pool handling too.Kohei Yoshida1-16/+15
2013-03-14Move progress bar handling to the scope object too.Kohei Yoshida1-10/+19
2013-03-14Use a scope object to avoid manual unwinding at the end of the call.Kohei Yoshida1-55/+103
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida16-49/+50
2013-03-14Use inline function over preprocessor macro.Kohei Yoshida1-12/+16
2013-03-14Annotate this algorithm & a few cleanup and one possible bug fix.Kohei Yoshida1-11/+21
2013-03-14Turns out I can't really use ScColumnImpl.Kohei Yoshida4-48/+82
2013-03-14Accessor in ScTable.Kohei Yoshida2-0/+12
2013-03-14Add accessor methods for text widths using mdds::multi_type_vector.Kohei Yoshida2-9/+24