summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)AuthorFilesLines
2012-03-28remove unused code (oox, sc)Petr Vorel2-15/+0
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
this seems related to 58dd850178eb0151f03351b0599fcb88e6b499a8
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
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
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
leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
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
If-zero out a leftover isolated expression without effect. (Introduced in 2007 in CWS impress122.)
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
A sal_Bool variable is logical-ored with sal_False, wtf? The only way this can have any meaning is if the sal_Bool variable actually has some other value than sal_False (0) or sal_True (1); in that case the logical or will turn it into a sal_True. But I doubt that is the case here. The code has been like this since initial import in 2000.
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
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-03-01callcatcher: update listCaolán McNamara2-14/+0
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara1-6/+6
due to use of ImplInheritanceHelper2 SfxStyleSheet needs a default ctor, though its never called. rearrange things a little so we can have an empty ctor without pulling in a bunch of code which is never executed
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
Not sure if this rather radical shrinking of sw::log::Tracer is good, though (or if the class already has become obsolete anyway)?
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
Seems UpdateLockManager is dead. So cut it out. Also mbFirstUpdateSeen had no effect.
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2-3/+3
to equalsIgnoreAsciiCaseAscii("...")
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1