summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* More OUString ctor simplifcationsOlivier Hallot2012-04-076-11/+10
| | | | | | remove more OUString explicit contructions (make C++ strings look like Strings)
* More refactoring at OUString explicit constructors in sdOlivier Hallot2012-04-073-40/+35
| | | | Remove some explicit OUString constructors in sd/.../ui
* Further refactoring after RTL_CONSTASCII_USTRINGPARAM removalOlivier Hallot2012-04-061-50/+46
| | | | | Further refacorring after RTL_CONSTASCII_USTRINGPARAM removal. Remove rtl::OUString() inside functions.
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-069-40/+24
|
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-3/+3
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *) *{$/\1\2 ( \3 == \4 ) {/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0612-75/+75
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-0615-139/+139
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
* Do not extern these const char[]'s.Jan Holesovsky2012-04-063-192/+146
|
* Review of some RTL_CONSTASCII_USTRINGPARAM removalOlivier Hallot2012-04-068-50/+37
| | | | Remove OUString constructor where not needed.
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-5/+5
| | | | | | Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)return \([^()]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *);/\1return \2 == \3;/' \{\} \;
* More removal of RTL_CONSTASCII_USTRINGPARAM in sdOlivier Hallot2012-04-054-11/+10
| | | | More removal of RTL_CONSTASCII_USTRINGPARAM in module sd
* More RTL_CONSTASCII_USTRINGPARAM cleanupOlivier Hallot2012-04-0510-26/+26
| | | | More RTL_CONSTASCII_USTRINGPARAM in module sd
* Cleanup of some RTL_CONSTASCII_USTRINGPARAM macro in sdOlivier Hallot2012-04-051-55/+55
| | | | Cleanup of some RTL_CONSTASCII_USTRINGPARAM macro in module sd
* Removal VERBOSERob Snelders2012-04-059-159/+72
|
* callcatcher: update list, add README, remove some newly unused codeCaolán McNamara2012-04-051-30/+0
|
* Cleanup some unnecessary #includeMatteo Casalin2012-04-034-3/+1
|
* SlsRequestQueue updatedRob Snelders2012-04-032-15/+10
|
* Removal of VERBOSE defineRob Snelders2012-04-034-90/+35
|
* Replace List with std:vector<EPPTHyperlink>.Rafael Dominguez2012-04-023-8/+6
|
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-022-32/+27
|
* pointer is always non-nullCaolán McNamara2012-04-021-2/+2
|
* always pass --headless to cppunitsLuboš Luňák2012-04-023-3/+0
| | | | | | They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html
* remove unused codeLuboš Luňák2012-03-301-8/+0
|
* remove unused code (oox, sc)Petr Vorel2012-03-282-15/+0
|
* drop intermediate temporary UniStringsCaolán McNamara2012-03-272-11/+10
|
* Resolves: rhbz#806663 SlideshowImpl can outlive SdModule (somehow)Caolán McNamara2012-03-261-1/+4
|
* removed unused AnimationSchemesPanelTakeshi Abe2012-03-252-252/+0
| | | | this seems related to 58dd850178eb0151f03351b0599fcb88e6b499a8
* removed duplicate includes in sdTakeshi Abe2012-03-2571-99/+0
|
* Remove unused class.Rafael Dominguez2012-03-241-91/+0
|
* .sdi files don't need executable bitsMichael Stahl2012-03-237-0/+0
|
* .xcl files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .sce files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .hrc files don't need executable bitsMichael Stahl2012-03-239-0/+0
|
* .h files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-201-6/+6
|
* sd.flt is archaic nowCaolán McNamara2012-03-201-135/+0
|
* split macros to elide unneeded methodsCaolán McNamara2012-03-202-3/+1
|
* remove unused code (oox, sd)Petr Vorel2012-03-152-11/+0
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1414-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.
* Resolves: fdo#46728 reference count the overlay managersCaolán McNamara2012-03-133-6/+9
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-108-19/+19
|
* fdo#32598: Changing media playback options sets modified flagKatarina Machalkova2012-03-081-0/+4
|
* de-uno-ize ScriptTypeDetectorCaolán McNamara2012-03-084-20/+10
| | | | | leave a UnoScriptTypeDetector implementation that points to the trivial ScriptTypeDetector for external consumers, e.g. sdext
* Sprinkle more DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-057-24/+66
|
* remove unused codePetr Vorel2012-03-052-18/+0
|
* WaE: has virtual functions but non-virtual destructorTor Lillqvist2012-03-021-0/+3
|
* WaE: unused functionsTor Lillqvist2012-03-021-45/+0
|
* WaE: unused functionTor Lillqvist2012-03-021-8/+0
|
* WaE: virtual functions but non-virtual destructorTor Lillqvist2012-03-021-0/+4
|