summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)Author
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-05remove unused codePetr Vorel
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: unused functionsTor Lillqvist
2012-03-02WaE: unused functionTor Lillqvist
2012-03-02WaE: virtual functions but non-virtual destructorTor Lillqvist
2012-03-02WaE: use of logical '&&' with constant operandTor Lillqvist
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist
2012-03-02WaE: expression result unusedTor Lillqvist
2012-03-02remove traces of SvxFontTableIvan Timofeev
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02WaE: indexes past the end of an arrayTor Lillqvist
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist
2012-03-02CopyDlg::Reset doesn't need to be a LINKCaolán McNamara
2012-03-01embeddedobj: convert to gbuildMatúš Kukan
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-03-01callcatcher: update listCaolán McNamara
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara
2012-02-27drop UniString::CreateFromInt64Caolán McNamara
2012-02-27Avoid temporary rtl::OUString in sdTakeshi Abe
2012-02-26Avoid temporary rtl::OUStringJulien Nabet
2012-02-24-Werror=unused-parameterStephan Bergmann
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi
2012-02-21WaE: duplicateBranchThomas Arnhold
2012-02-21WaE: pFmt may be uninitializedCaolán McNamara
2012-02-20unusedcode.easy: remove UpdateLockManagerThomas Arnhold
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2012-02-19give copy ctor a conventional signatureCaolán McNamara
2012-02-19Get rid of size() == 0Elton Chung
2012-02-19svtools: Remove obsolete GraphicFilter::{Do,Has}ImportDialogThomas Arnhold
2012-02-18Fix typos in commentsElton Chung
2012-02-18AccessibleTreeNode: fix headless crashMichael Stahl
2012-02-18sd::toolpanel::ScrollPanel::~ScrollPanel: bogus static_castMichael Stahl
2012-02-17Slidesorter: Show the buttons on the opposite side...Jan Holesovsky
2012-02-17Slidesorter: Kill unused maButtonDownBackground.Jan Holesovsky
2012-02-17Slidesorter: No need for abstraction when there is only one descendant.Jan Holesovsky
2012-02-17Remove unnecessary header filesMatteo Casalin
2012-02-16fix up const malformed copy ctors and operator=Caolán McNamara
2012-02-15Fix fdo#45177 - avoid linked undo for the while.Thorsten Behrens
2012-02-15Cleanup: auto_ptr uses as a plain scope guard.Thorsten Behrens
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-09fix filters test dependenciesCaolán McNamara
2012-02-08disentangled sddll.hxx vs. sdmod.hxxTakeshi Abe
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-04add missing README to animation, sc, sd, slideshow, starmath, swJosh Heidenreich
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida
2012-02-01pointer -> referenceIvan Timofeev