summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-14converted sd/source/ui/dlg/present.src to .uiKrisztian Pinter7-484/+795
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-14I'm pretty sure this was meant to be unsigned.Kohei Yoshida1-1/+1
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
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 Yoshida2-7/+12
2013-03-14Add empty GetTextWidth() to ScColumn. Will be implemented later.Kohei Yoshida2-0/+6
2013-03-14Identify all places that modify the cell array & call CellStorageModified().Kohei Yoshida3-8/+50
2013-03-14Redundant use of 'public' modifier.Kohei Yoshida2-1/+10
2013-03-14Update mdds to 0.7.1.Kohei Yoshida1-1/+1
2013-03-14mention cross-compilation for Raspbian possibility in README.crossMatúš Kukan1-2/+63
2013-03-14SwFrmFmts: MSVC does stupid things with dllexporting templatesMichael Stahl1-1/+4
2013-03-14__BYTE_ORDER was used without the relevant #includeLuboš Luňák1-0/+1
2013-03-14catch const &Eike Rathke1-4/+4
2013-03-14i#119972 - Formula GETPIVOTDATA returns #REF! valueWang Lei1-0/+17
2013-03-14xmloff: at least do something to test styles.Michael Meeks2-11/+30
2013-03-14spellingLionel Elie Mamane1-1/+1
2013-03-14i119933 - make Basic FORMAT function work with non-ASCII textAriel Constenla-Haile1-2/+5
2013-03-14mdds: work around warning from MSVC which is a little too smartMichael Stahl2-0/+14
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks206-491/+0
2013-03-14spurious warning C4701: potentially uninitialized local variableMichael Stahl1-1/+1
2013-03-14catch const &Eike Rathke1-10/+10
2013-03-14i119411 - Read/write RDF support on ODS file formatAriel Constenla-Haile3-1/+68
2013-03-14fix the non-intuitive OUString::replaceFirst() usageLuboš Luňák1-10/+10
2013-03-14do not build registry's executables for iOSMatúš Kukan1-3/+5
2013-03-14warning C4101: unreferenced local variableMichael Stahl1-1/+1
2013-03-14fdo#54275: Fix GVFS UCP, so saving docs works againStephan Bergmann1-9/+13