summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2013-03-14Remove ambiguity for the windows build.Kohei Yoshida
2013-03-14Pointless nit-picking on coding styleFridrich Štrba
2013-03-14Remove a local inline function that's used from only one call site.Kohei Yoshida
2013-03-14Unit test for the new column-based text width storage, via new iterator.Kohei Yoshida
2013-03-14Move TEXTWIDTH_DIRTH to globalnames.hxx.Kohei Yoshida
2013-03-14We should exit the idle calc when the sheet changes.Kohei Yoshida
2013-03-14ScBaseCell::nTextWidth is no more.Kohei Yoshida
2013-03-14MaybeAddExtraColumn() too. This one is trivial.Kohei Yoshida
2013-03-14InvalidateTextWidth() now uses the new iterator.Kohei Yoshida
2013-03-14Forgot to increment the iterator.Kohei Yoshida
2013-03-14IdleCalcTextWidth() now sets cell text widths to the new container.Kohei Yoshida
2013-03-14First cut on column text width iterator implementation. Untested.Kohei Yoshida
2013-03-14Add skeleton files for the new iterator for column cells' text widths.Kohei Yoshida
2013-03-14Some renaming of local variables...Kohei Yoshida
2013-03-14Reduce scope level.Kohei Yoshida
2013-03-14A bit more re-organization.Kohei Yoshida
2013-03-14Move the style sheet pool handling too.Kohei Yoshida
2013-03-14Move progress bar handling to the scope object too.Kohei Yoshida
2013-03-14Use a scope object to avoid manual unwinding at the end of the call.Kohei Yoshida
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida
2013-03-14Use inline function over preprocessor macro.Kohei Yoshida
2013-03-14Annotate this algorithm & a few cleanup and one possible bug fix.Kohei Yoshida
2013-03-14Turns out I can't really use ScColumnImpl.Kohei Yoshida
2013-03-14Accessor in ScTable.Kohei Yoshida
2013-03-14Add accessor methods for text widths using mdds::multi_type_vector.Kohei Yoshida
2013-03-14Re-order the header includes. Make sure column.hxx comes first.Kohei Yoshida
2013-03-14Let's start using impl class for ScColumn.Kohei Yoshida
2013-03-14Add empty GetTextWidth() to ScColumn. Will be implemented later.Kohei Yoshida
2013-03-14Identify all places that modify the cell array & call CellStorageModified().Kohei Yoshida
2013-03-14Redundant use of 'public' modifier.Kohei Yoshida
2013-03-14catch const &Eike Rathke
2013-03-14i#119972 - Formula GETPIVOTDATA returns #REF! valueWang Lei
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-14catch const &Eike Rathke
2013-03-14i119411 - Read/write RDF support on ODS file formatAriel Constenla-Haile
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl
2013-03-13fix fdo#38385 - accept as valid 'start' and 'end' tokens for linebordersNoel Power
2013-03-13Translate German comments, clean up some whitespaceChris
2013-03-13bnc#798309 inherit group style from parentNoel Power
2013-03-12update pch headersLuboš Luňák
2013-03-12re-enable testStarBasic() & testVba() in for Windows ( macosx later )Noel Power
2013-03-12fix for fdo#62111 - don't count non-default empty rows as rows to repeatNoel Power
2013-03-12disable splitcolumn tests that seems to cause problems on some tinderboxesNoel Power
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist
2013-03-12Resolves: #i120017, filter button is not shown in merged cellJian Fang Zhang
2013-03-11 #119989# Support relative 3D pie chart height when importing charts.Armin Le Grand
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir
2013-03-11now that vba import is fixed re-enable the subsequentcheck testsNoel Power
2013-03-10update pch filesPeter Foley
2013-03-10this method is now unusedMarkus Mohrhard