summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2010-11-09Clean up the codeAlexander O. Anisimov
* Remove bogus comments * Refresh comments containing a reference to the bug tracker * Remove the comments such as "// add by zhaojianwei"
2010-11-06High-Contrast Cleanup Phase #1Joseph Powers
2010-11-05Adds extra credits item to help menuThorsten Behrens
As agreed on yesterday, we want a dedicated credits document displayed from the help menu. This is the UI/code change for that, actual credits doc still missing. (cherry picked from commit 00d6d03478bc8ddb3ebd07ff47f54c9668c242d9)
2010-11-04get rid of shadowed variableNoel Power
2010-11-01Merge commit 'ooo/OOO330_m13'Jan Holesovsky
2010-10-29disable macro recording unless in experimental modeMichael Meeks
Macro recording is extremely buggy, and generates un-readable or debuggable macros, keep it available, but only in experimental mode.
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-27calc61: #i115266# handle multiple selection for printing, return valid ↵Niklas Nebel
settings for invalid selection, catch exception from getRenderer
2010-10-27Fixed fdo#31075: Use "Enter Password" in all the dialogsCédric Bosdonnat
2010-10-27remove vos reference from uno xml descriptionsNorbert Thiebaud
2010-10-26micro optimizationCaolán McNamara
2010-10-25remove a vos:::Guard that crept up during rebase of the vos-removal branchNorbert Thiebaud
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud
2010-10-25rename osl::SolarMutexGuard -> SolarGuard to avoid namespace ambiguityNorbert Thiebaud
2010-10-25fix namespace ambiguityNorbert Thiebaud
2010-10-25remove vos::OGuard that crept back in during the rebaseNorbert Thiebaud
2010-10-25migrate vos::OModule to osl:ModuleNorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25replace a OClareableGuard on the SolarMutex by a SolarClearableMutexNorbert Thiebaud
2010-10-25convert OClearableGuard(SolarMutex) to SolarMutex(Clearable)Guard.Norbert Thiebaud
Most OClearableGuard of the Solar Mutex could be converted to a simple SolarMutexGuard. a couple of site were converted to a SolarMutexClearableGuard, were converting to a SolarMutexGuard would have made the code more convoluted.
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud
2010-10-25merge vosremoval-security patchNorbert Thiebaud
2010-10-25micro optimizationCaolán McNamara
2010-10-22startup optimization, move static objects to first use pointCaolán McNamara
2010-10-22startup optimization, move static objects to first use pointCaolán McNamara
2010-10-21Add explicit namespaces to two entries.Joseph Powers
2010-10-21Add more files to EXCEPTIONSFILES, needed at least on NetBSD.Thomas Klausner
2010-10-20WaE, ignore return value from symlinkCaolán McNamara
2010-10-20document what this isSebastian Spaeth
2010-10-20WaE, shadowed variableCaolán McNamara
2010-10-19Minor libs-core comment clean-upTrevor Murphy
2010-10-19Make about dialog display clickable hyperlink for creditsThorsten Behrens
Added a svt::FixedHyperlink to the about dialog, so people can click on something to get to the credits page.
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-17use SAL_N_ELEMENTS macroKenneth Venken
2010-10-16Fix missing media-type for ODF thumbnailsThorsten Behrens
As per ODF 1.2 Part 3, 4.8.10: A manifest:media-type attribute should be present for all files and directories where a MIME media type exists for the content of the file... So added "image/png" for the thumbnails there.
2010-10-15mail-document-subject.diff: sanitize subject if document mailed from LibreOfficeTor Lillqvist
bnc#459176
2010-10-14add lots more missing sal/macros.h includesMichael Meeks
2010-10-14Switch to use SAL_N_ELEMENTS macro, everywhereKayo Hamid
2010-10-13Merged pptx-autoplay-fix.diff from ooo-buildKatarina Machalkova
2010-10-13Merge commit 'origin/master'Noel Power
Conflicts: vbahelper/source/vbahelper/vbadialogbase.cxx
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
also removed some old headers ( which I need to add new ones for ) Conflicts: basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx xmloff/inc/xmlnmspe.hxx xmloff/inc/xmloff/xmltoken.hxx xmlscript/inc/xmlscript/xmldlg_imexp.hxx
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-12#i112786# make ConfigManager a well-behaved singletonCaolán McNamara
2010-10-11Removed a lot of the //CHINA001 comments.Alan Du
2010-10-11more quickstarter fixes i#108846Caolán McNamara
2010-10-11remove obsolete includesMichael Meeks
2010-10-11push branded image finding down into vclMichael Meeks
2010-10-11remove over-complex about + intro name listsMichael Meeks
2010-10-11re-write branded image location code in new module, and share with splashMichael Meeks