summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-224-6/+4
* some small RTL_CONSTASCII_STRINGPARAM cleanupsNoel Grandin2013-11-222-4/+2
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OUString::equalsLNoel Grandin2013-11-211-5/+5
* remove unnecessary use of OUString::createFromAsciiNoel Grandin2013-11-211-4/+2
* Resolves: fdo#70703 guard against FlushImpl inside FlushImplCaolán McNamara2013-11-201-35/+37
* Revert "remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL calls"Noel Grandin2013-11-201-5/+5
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-201-3/+0
* remove RTL_CONSTASCII_STRINGPARAM in OUString::matchAsciiL callsNoel Grandin2013-11-201-1/+1
* remove RTL_CONSTASCII_STRINGPARAM in OString::equalsL callsNoel Grandin2013-11-201-5/+5
* remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin2013-11-205-22/+15
* Fix incorrect passing of a char pointer which gets converted to boolTor Lillqvist2013-11-201-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin2013-11-205-29/+21
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-208-19/+18
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-206-22/+22
* fdo#70345 Reuse XStream for Windows platform create a new one for others.matt_512013-11-191-4/+17
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-191-5/+5
* fix compile error - remove bracketNoel Grandin2013-11-191-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-1911-47/+47
* remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin2013-11-193-17/+17
* convert alien dialog to .uiCaolán McNamara2013-11-188-275/+105
* Set Referer for auto-reloadStephan Bergmann2013-11-182-1/+11
* Don't try lockfile creation when getting medium already failedStephan Bergmann2013-11-181-0/+3
* SfxMedium::LockOrigFileOnDemand return value is never usedStephan Bergmann2013-11-181-12/+5
* Move SfxFrame::IsAutoLoadLocked_Impl to frame.cxxStephan Bergmann2013-11-182-20/+16
* sfx2: mac tinderbox says "system" is ambiguous so be more verbose...Michael Stahl2013-11-141-2/+6
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-142-2/+0
* startcenter: Make the Help and Extensions button work.Jan Holesovsky2013-11-142-6/+55
* startcenter: Make the separator shorter.Jan Holesovsky2013-11-141-0/+2
* startcenter: Fix conflicting accelerator.Jan Holesovsky2013-11-141-1/+1
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
* -Werror,-Wunused-const-variableStephan Bergmann2013-11-141-6/+0
* startcenter: Motif image now works too.Jan Holesovsky2013-11-142-18/+35
* startcenter: Thin line around the Help and Extensios buttons.Jan Holesovsky2013-11-143-188/+256
* startcenter: Rework completely according to the new design.Jan Holesovsky2013-11-143-1352/+237
* rhbz#887420 Implement "block untrusted referer links" featureStephan Bergmann2013-11-144-1/+34
* Minor clean-upStephan Bergmann2013-11-141-4/+8
* Move MediaDescriptor from comphelper to unotoolsStephan Bergmann2013-11-147-45/+43
* WaE: Global resources should have an identifier >= 256.Thomas Arnhold2013-11-144-31/+7
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-141-6/+6
* expand out the A2S macroNoel Grandin2013-11-1316-66/+58
* reorient ok/cancel buttons to normal positionsCaolán McNamara2013-11-121-4/+3
* Convert New Style dialog to widget UIManal Alhassoun2013-11-125-53/+132
* less if-nesting in ThumnailViewRodolfo Ribeiro Gomes2013-11-121-83/+86
* sfx2: include <> for external includesNorbert Thiebaud2013-11-11147-473/+473
* startcenter: Don't create the Image with every paint.Jan Holesovsky2013-11-111-6/+9
* startcenter: Paint either the welcome, or the recent docs.Jan Holesovsky2013-11-111-1/+2
* startcenter: Start center shows a welcome text when recent doc list is emptyRodolfo Ribeiro Gomes2013-11-113-0/+39
* SAL_WARN_UNUSED INetURLObjectStephan Bergmann2013-11-111-3/+0
* Destroy SfxAllItemSet before calling framework::Desktop::terminateStephan Bergmann2013-11-111-66/+74
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-113-17/+17