summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-15add extra custom widgets to glade catalogCaolán McNamara1-0/+21
2013-03-15Add typedetection and configuration for MWAW based filtersFridrich Štrba40-0/+1222
2013-03-15Use the system root certificates in Neon's ne_ssl_trust_default_ca() on Win32Tor Lillqvist1-0/+48
2013-03-15remove trailing whitespaceBjoern Michaelsen1-1/+1
2013-03-15coverity#708921: Use after freeJulien Nabet1-1/+1
2013-03-15coverity#705760: Resource leakJulien Nabet1-0/+1
2013-03-15fix "simplify copy"Ivan Timofeev1-1/+1
2013-03-15fdo#62360: fix word breaking in Writer for spell checkingLászló Németh1-1/+4
2013-03-15dbaccess: fix ambiguityThomas Arnhold1-1/+1
2013-03-15fdo#38838, String to OUString in dbaccessGergő Mocsi11-77/+75
2013-03-15fdo#38838, String to OUString, in dbaccess/source/ui/browserGergő Mocsi21-443/+441
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 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