summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2012-03-27drop intermediate temporary UniStringsCaolán McNamara2-11/+10
2012-03-26Resolves: rhbz#806663 SlideshowImpl can outlive SdModule (somehow)Caolán McNamara1-1/+4
2012-03-25removed unused AnimationSchemesPanelTakeshi Abe2-252/+0
2012-03-25removed duplicate includes in sdTakeshi Abe71-99/+0
2012-03-24Remove unused class.Rafael Dominguez1-91/+0
2012-03-23.sdi files don't need executable bitsMichael Stahl7-0/+0
2012-03-23.xcl files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.sce files don't need executable bitsMichael Stahl1-0/+0
2012-03-23.hrc files don't need executable bitsMichael Stahl9-0/+0
2012-03-23.h files don't need executable bitsMichael Stahl1-0/+0
2012-03-21chmod -xTor Lillqvist1-0/+0
2012-03-20remove ToDouble/ToFloatCaolán McNamara1-6/+6
2012-03-20sd.flt is archaic nowCaolán McNamara1-135/+0
2012-03-20split macros to elide unneeded methodsCaolán McNamara2-3/+1
2012-03-15remove unused code (oox, sd)Petr Vorel2-11/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann14-1/+48
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara3-6/+9
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan8-19/+19
2012-03-08fdo#32598: Changing media playback options sets modified flagKatarina Machalkova1-0/+4
2012-03-08de-uno-ize ScriptTypeDetectorCaolán McNamara4-20/+10
2012-03-05Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist7-24/+66
2012-03-05remove unused codePetr Vorel2-18/+0
2012-03-02WaE: has virtual functions but non-virtual destructorTor Lillqvist1-0/+3
2012-03-02WaE: unused functionsTor Lillqvist1-45/+0
2012-03-02WaE: unused functionTor Lillqvist1-8/+0
2012-03-02WaE: virtual functions but non-virtual destructorTor Lillqvist1-0/+4
2012-03-02WaE: use of logical '&&' with constant operandTor Lillqvist1-2/+2
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist1-1/+2
2012-03-02WaE: expression result unusedTor Lillqvist1-0/+6
2012-03-02remove traces of SvxFontTableIvan Timofeev1-1/+0
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-03-02WaE: indexes past the end of an arrayTor Lillqvist2-2/+10
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist1-1/+1
2012-03-02WaE: use of logical '||' with constant operandTor Lillqvist1-1/+1
2012-03-02CopyDlg::Reset doesn't need to be a LINKCaolán McNamara2-4/+3
2012-03-01embeddedobj: convert to gbuildMatúš Kukan2-8/+2
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann93-220/+220
2012-03-01callcatcher: update listCaolán McNamara2-14/+0
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara1-6/+6
2012-02-27drop UniString::CreateFromInt64Caolán McNamara1-6/+6
2012-02-27Avoid temporary rtl::OUString in sdTakeshi Abe2-13/+13
2012-02-26Avoid temporary rtl::OUStringJulien Nabet1-2/+1
2012-02-24-Werror=unused-parameterStephan Bergmann2-12/+3
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi3-16/+5
2012-02-21WaE: duplicateBranchThomas Arnhold1-2/+0
2012-02-21WaE: pFmt may be uninitializedCaolán McNamara1-3/+3
2012-02-20unusedcode.easy: remove UpdateLockManagerThomas Arnhold9-595/+3
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2-3/+3
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-19give copy ctor a conventional signatureCaolán McNamara2-3/+3