summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-15first step for Insert->Chart From FileMarkus Mohrhard9-2/+111
2013-03-15remove empty destructorMarkus Mohrhard2-10/+10
2013-03-15remove unnecessary ascii artMarkus Mohrhard2-54/+0
2013-03-15let the translators handle these stringsMarkus Mohrhard1-26/+0
2013-03-15fix indentationMarkus Mohrhard1-1/+1
2013-03-15use a scoped_ptr hereMarkus Mohrhard1-7/+4
2013-03-15initial work on an odc exportMarkus Mohrhard11-15/+140
2013-03-15let us pass this parameter by valueMarkus Mohrhard2-2/+2
2013-03-15various efforts to consistently apply HIG rulesCaolán McNamara1-18/+5
2013-03-15fixesThomas Arnhold5-6/+6
2013-03-14fdo#38448 No scrolling in mailmerge's create new address list > customizeChristopher Copits1-0/+13
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir10-98/+99
2013-03-14Fix svl Windows buildFridrich Štrba1-1/+0
2013-03-14update to newer libmariadbLionel Elie Mamane3-30/+152419
2013-03-14add in custom category widgetsCaolán McNamara1-0/+6
2013-03-14various efforts to consistently apply HIG rulesCaolán McNamara1-37/+32
2013-03-14Updated coreCaolán McNamara1-0/+0
2013-03-14Fix buildFridrich Štrba1-1/+0
2013-03-14Updated coreKrisztian Pinter1-0/+0
2013-03-14resurrect svl/qa/unit/svl.cxxKorrawit Pruegsanusak3-4/+80
2013-03-14coverity#705747: Resource leakJulien Nabet1-0/+1
2013-03-14coverity#705748: Resource leakJulien Nabet1-0/+1
2013-03-14we can now move the a11y relationships into the .uiCaolán McNamara2-7/+29
2013-03-14add some more spacing here and thereCaolán McNamara1-9/+15
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