summaryrefslogtreecommitdiff
path: root/sc/source/ui
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 Arnhold1-1/+1
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir2-17/+17
2013-03-14Remove a local inline function that's used from only one call site.Kohei Yoshida1-9/+6
2013-03-14Reverse the logic of enable / disable idle flag...Kohei Yoshida7-24/+24
2013-03-14i119411 - Read/write RDF support on ODS file formatAriel Constenla-Haile1-0/+4
2013-03-13vcl: make Region ctors explicit to prevent overloading desastersMichael Stahl4-8/+9
2013-03-12Abbreviate Rectangle as Rect, not RecTor Lillqvist8-21/+21
2013-03-12Resolves: #i120017, filter button is not shown in merged cellJian Fang Zhang3-2/+25
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir5-11/+11
2013-03-10changing the note handling was an error, fdo#55430Markus Mohrhard1-4/+0
2013-03-10reverts d2157548221e28d8f702cc81991f7aef198b523eMarkus Mohrhard2-15/+54
2013-03-09fix fdo#61025, Revert "fdo#55430 switches off text mode when ...Markus Mohrhard2-54/+15
2013-03-09coverity#705689: fix memory leakMarkus Mohrhard1-3/+1
2013-03-09group undo action when hiding/showing sheetsLaurent Godard7-76/+105
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim99-0/+285
2013-03-08A little cleanup.Kohei Yoshida1-10/+2
2013-03-08make link RefButton and widget for shrunk dialog title explicitCaolán McNamara19-73/+77
2013-03-08Resolves: fdo#58630 crash with refEdit button in SfxTabDialogCaolán McNamara5-48/+90
2013-03-07drop unused resourcesCaolán McNamara2-56/+0
2013-03-07rename setInitialLayoutSize to setOptimalLayoutSizeCaolán McNamara2-3/+4
2013-03-07adapt code to use insertnamedialog .uiCaolán McNamara10-99/+90
2013-03-06need sc.hrcCaolán McNamara1-0/+1
2013-03-06remove .src remnantsCaolán McNamara3-204/+0
2013-03-06adapt code to define name .ui conversionCaolán McNamara4-214/+282
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong3-11/+9
2013-03-06prevent non-3D refs from being accepted in chart2, related fdo#61781Markus Mohrhard1-7/+8
2013-03-06make all chart ranges explicitly 3D refs during import/export, fdo#61781Markus Mohrhard1-1/+2
2013-03-05fix for fdo#61801Noel Grandin1-1/+2
2013-03-05another use of the reverse Unique HelpId HackCaolán McNamara1-4/+1
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király2-8/+8
2013-03-05make RefButton quick help toggle saying shrink/expandCaolán McNamara1-1/+0
2013-03-04resolved rhbz#916936 allow also input line for read-onlyEike Rathke1-4/+6
2013-03-04doubled includesThomas Arnhold5-5/+0
2013-03-04remove unused and commented out codeThomas Arnhold1-2/+0
2013-03-04discard explicit SetAccessibleRelationMemberOf when members of a true VclFrameCaolán McNamara1-3/+1
2013-03-04GraveFocus->GrabFocusCaolán McNamara1-2/+2
2013-03-04callcatcher: unused codeCaolán McNamara2-9/+0
2013-03-04Convert page header/footer to new widget UIOlivier Hallot3-70/+29
2013-03-03Android "desktop" app: More hacking on scalingTor Lillqvist1-6/+12
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold9-14/+14
2013-03-03loplugin: improve indentationThomas Arnhold1-2/+1
2013-03-01String::CreateFromAscii drop in scRicardo Montania1-3/+3
2013-03-01coverity#736015: use of invalid iteratorMarkus Mohrhard1-3/+3
2013-02-28Remove dead voice command codeTor Lillqvist2-29/+1
2013-02-27warning C4805: != : unsafe mix of bool and sal_BoolStephan Bergmann1-1/+1
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac21-192/+124