summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2013-03-15first step for Insert->Chart From FileMarkus Mohrhard3-1/+72
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 Mohrhard4-4/+49
2013-03-15fixesThomas Arnhold5-6/+6
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir8-93/+94
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 Yoshida2-51/+77
2013-03-14Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida6-0/+6
2013-03-14We should exit the idle calc when the sheet changes.Kohei Yoshida1-0/+3
2013-03-14ScBaseCell::nTextWidth is no more.Kohei Yoshida2-6/+11
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 Yoshida2-12/+27
2013-03-14First cut on column text width iterator implementation. Untested.Kohei Yoshida2-2/+137
2013-03-14Add skeleton files for the new iterator for column cells' text widths.Kohei Yoshida1-0/+16
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 Yoshida14-45/+46
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 Yoshida3-46/+76
2013-03-14Accessor in ScTable.Kohei Yoshida1-0/+9
2013-03-14Add accessor methods for text widths using mdds::multi_type_vector.Kohei Yoshida2-9/+24
2013-03-14Re-order the header includes. Make sure column.hxx comes first.Kohei Yoshida1-0/+7
2013-03-14Let's start using impl class for ScColumn.Kohei Yoshida1-7/+9
2013-03-14Add empty GetTextWidth() to ScColumn. Will be implemented later.Kohei Yoshida1-0/+5
2013-03-14Identify all places that modify the cell array & call CellStorageModified().Kohei Yoshida2-6/+44
2013-03-14Redundant use of 'public' modifier.Kohei Yoshida1-0/+4
2013-03-14catch const &Eike Rathke1-4/+4
2013-03-14i#119972 - Formula GETPIVOTDATA returns #REF! valueWang Lei1-0/+17
2013-03-14catch const &Eike Rathke1-10/+10
2013-03-14i119411 - Read/write RDF support on ODS file formatAriel Constenla-Haile2-1/+67
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl4-8/+9
2013-03-13fix fdo#38385 - accept as valid 'start' and 'end' tokens for linebordersNoel Power1-0/+2
2013-03-13Translate German comments, clean up some whitespaceChris1-92/+89
2013-03-13bnc#798309 inherit group style from parentNoel Power1-1/+1
2013-03-12fix for fdo#62111 - don't count non-default empty rows as rows to repeatNoel Power1-4/+7
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist9-25/+25
2013-03-12Resolves: #i120017, filter button is not shown in merged cellJian Fang Zhang3-2/+25
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand2-0/+7
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir11-22/+22
2013-03-10this method is now unusedMarkus Mohrhard1-19/+0
2013-03-10changing the note handling was an error, fdo#55430Markus Mohrhard1-4/+0