summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2014-09-23Related fdo#77813: $(workdirurl) was always emptyStephan Bergmann1-2/+1
2014-09-17fdo#71625 Don't loop autosave if userautosave failsMaxim Monastirsky1-7/+17
2014-08-21bnc#529470: I can't remove a path in AutoText dialogTor Lillqvist2-5/+31
2014-06-29fixes for up-casting to Reference<XInterface>Noel Grandin4-17/+27
2014-06-10fdo79368 Don't process overflow menu items twice.Andrzej Hunt1-2/+14
2014-06-10avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-1/+1
2014-05-02Add the "quoteright" key to the list of available keyboard shortcuts.Kohei Yoshida1-0/+1
2014-04-30Toolbar overflow/context menu: keep ordering and don't discard separator.Andrzej Hunt1-1/+2
2014-04-30fdo#75489 Pass toolbar context menu commands to toolbar for handling.Andrzej Hunt1-0/+9
2014-03-25fdo#51819: autorecovery: fix saving password in protected documents.Matúš Kukan1-3/+5
2014-02-09coverity#1169826 Dereference after null checkCaolán McNamara1-2/+4
2014-02-04fdo#70376: Put only document (file) name in window title on OS XTor Lillqvist1-1/+4
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann6-48/+48
2014-01-09Startcenter: Refresh RecentDocsView when select 'Clear list' menu optionZolnai Tamás1-0/+5
2014-01-09fdo#71883 Startcenter: Re-introduce the 'Tools' -> 'Customize...' menuZolnai Tamás1-0/+1
2013-12-16initial install-package-foo target for partial installsBjoern Michaelsen1-1/+1
2013-12-12Start center: Re-introduce the Macros menu, people use it.Jan Holesovsky1-0/+9
2013-12-10Get rid of $(share_subdir_name) againStephan Bergmann2-8/+2
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin7-68/+68
2013-12-09fdo#72394 Don't endlessly expand $(share_subdir_name) into itselfStephan Bergmann1-1/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin1-4/+4
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin5-25/+25
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin6-48/+48
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin8-70/+70
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin35-160/+148
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin9-20/+20
2013-11-18fdo#69500: Revert "fix bug #60700 - de-crutify ODF files"Andras Timar1-1/+3
2013-11-15fdo#66864: Return from full-screen should restore toolbars.Jan Holesovsky1-15/+11
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2-3/+0
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-1/+4
2013-11-14startcenter: Remove useless menu entries.Jan Holesovsky1-45/+0
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann10-114/+113
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin1-6/+6
2013-11-13expand out the A2S macroNoel Grandin1-9/+7
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2-8/+8
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
2013-11-11remove unnecessary use of OUString constructor in FRAMEWORK moduleNoel Grandin13-46/+43
2013-11-10cppcheck: reduce scopeJulien Nabet1-2/+1
2013-11-08Unwind SFX_REFERER_USERStephan Bergmann5-14/+6
2013-11-05fixincludeguards.sh: frameworkThomas Arnhold203-582/+582
2013-11-04remove redundant calls to OUString constructor in if expressionNoel Grandin4-7/+7
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-7/+4
2013-11-03StatusIndicatorFactory::impl_reschedule(): lock SolarMutexMichael Stahl1-1/+4
2013-11-01Improve exception messages (for debugging)Stephan Bergmann1-2/+5
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin13-22/+22
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl1-2/+0
2013-10-28remove local css namespace definitionsThomas Arnhold2-3/+0
2013-10-23clean up some include guardsThomas Arnhold3-9/+9
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl1-2/+2