summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2014-01-10Use proper bool operationsStephan Bergmann1-1/+1
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-18fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-4/+0
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2-0/+6
2013-12-17fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-15/+5
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann3-8/+6
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin1-1/+1
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin3-4/+4
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-4/+4
2013-12-05sdext: clean up some pointless #ifdefsMichael Stahl1-9/+5
2013-12-02Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-29Further XCanvas != XBitmapCanvas cleanup.Thorsten Behrens1-2/+2
2013-11-29Fix fdo#71527 no unguarded ptr dereference here.Thorsten Behrens1-1/+2
2013-11-29Revert "Resolves: fdo#71527 don't crash in presenter console"Thorsten Behrens1-2/+1
2013-11-21remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin1-4/+4
2013-11-20Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin1-4/+4
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin1-4/+4
2013-11-20cppcheck: Variable is reassigned a value before the old one has been usedCaolán McNamara1-1/+0
2013-11-20Resolves: fdo#71527 don't crash in presenter consoleCaolán McNamara1-1/+2
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-4/+4
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin4-7/+7
2013-11-14GCC diagnostic push / pop requires HAVE_GCC_PRAGMA_DIAGNOSTIC_SCOPEMichael Stahl1-2/+2
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-22/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-20/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-2/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-130/+0
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+2
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin5-19/+19
2013-11-14remove more pragma instances of GCC system_headerMichael Stahl1-2/+9
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin5-28/+27
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructorNoel Grandin2-23/+23
2013-11-05fixincludeguards.sh: sdextThomas Arnhold67-148/+148
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2-4/+4
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand3-5/+5
2013-10-30Remove unnecessary #includesTakeshi Abe16-22/+2
2013-10-29Drop unnecessary #includeTakeshi Abe6-7/+0
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
2013-10-28extras: don't hardcode shareMichael Stahl1-1/+1
2013-10-24sdext: deliver that weird pdf file to INSTDIRMichael Stahl1-1/+3
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-15Minimizer: *.mini was saved w/o .odp etc. extension (and clean up)Stephan Bergmann1-24/+7
2013-10-15fdo#61950 De-extensionize presentation minimizer: post cleanDavid Ostrovsky1-4/+5
2013-10-15could not convert from ‘const char*’ to ‘rtl::OUString’Eike Rathke4-146/+146
2013-10-15Remove unnecessary TK_LastStephan Bergmann2-6/+1
2013-10-15Small simplification (and exit loop early)Stephan Bergmann1-3/+3
2013-10-15Simplify PPPOptimizerTokenEnum -> OUStringStephan Bergmann2-6/+5
2013-10-15Simplify PPPOptimizerTokenEnum -> OUStringStephan Bergmann3-5/+5
2013-10-15Simplify TKGet(TK_FOO) -> "FOO"Stephan Bergmann6-414/+414