summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Collapse)AuthorAgeFilesLines
* fdo#43895 lp#905355: Never let users save in /tmp by defaultAndrzej J. R. Hunt2012-03-272-0/+25
|
* .mm files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .rdf files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .sdw files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* README files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .stw files don't need executable bitsMichael Stahl2012-03-232-0/+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
|
* .component files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .hrc files don't need executable bitsMichael Stahl2012-03-2329-0/+0
|
* .h files don't need executable bitsMichael Stahl2012-03-231-0/+0
|
* .java files don't need executable bitsMichael Stahl2012-03-2321-0/+0
|
* we dont' need any SvCompatWeakBase use in SfxMedium AKAICSCaolán McNamara2012-03-232-12/+2
|
* overly static lingering OUStringsCaolán McNamara2012-03-231-10/+1
|
* don't need to check for null before deleteMarkus Mohrhard2012-03-221-4/+2
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* remove extra string castsCaolán McNamara2012-03-202-4/+4
|
* split macros to elide unneeded methodsCaolán McNamara2012-03-201-3/+20
|
* Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann2012-03-1611-166/+250
|
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-148-0/+27
| | | | | | | | | | | | | | ...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.
* we just want to know if its a directory/folder or notCaolán McNamara2012-03-141-14/+1
|
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-1/+1
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-102-10/+10
|
* fix semantic error in layout calculationAndras Timar2012-03-091-29/+12
|
* reorganize license dialog to avoid Resource leaksCaolán McNamara2012-03-091-37/+74
|
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-081-5/+4
| | | | | | | | | In this case, we also convert from storing pointers to storing the items directly because SvxMacroTableDtor completely controls the lifecycle of the SvxMacro objects it contains. Also add an operator== to SvxMacroTableDtor and remove the out-of-line implementations of equals from two other places.
* these Links either shouldn't be links, or shouldn't existCaolán McNamara2012-03-082-5/+4
|
* remove various unused methods and source filesCaolán McNamara2012-03-071-11/+0
|
* Fix indentationWilliam Gathoye2012-03-051-94/+56
|
* Fix controls size and position on the document information dialogWilliam Gathoye2012-03-051-35/+60
|
* WaE: unused parameter in the DISABLE_SCRIPTING caseTor Lillqvist2012-03-051-1/+3
|
* WaE: unused parameters in the DISABLE_SCRIPTING caseTor Lillqvist2012-03-052-2/+6
|
* Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist2012-03-0513-6/+192
|
* ExecuteQuerySaveDocument: return NO when headless instead of CANCELMichael Stahl2012-03-031-0/+5
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-0131-103/+103
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* some fancy new SAL_LOG tracing for sfx2Bjoern Michaelsen2012-02-281-0/+1
|
* Deduplication of aSfxInt16Item_Impl only for iOSTor Lillqvist2012-02-271-0/+4
|
* fdo#46678: tweak SfxBaseModel::getSomething:Michael Stahl2012-02-271-7/+13
| | | | | | | Lock the SolarMutex only when necessary. This is a workaround that just happens to make the deadlock go away for me. This being called from pyuno is wasteful anyway, but apparently there is no way to determine whether a uno::Reference points at something local to the process.
* Removed unused codeSzabolcs Dezsi2012-02-272-9/+0
|
* callcatcher: update unused listCaolán McNamara2012-02-274-199/+0
|
* aSfxInt16Item_Impl, tooTor Lillqvist2012-02-261-0/+2
|
* Static linking for iOS effectively means "merged libs"Tor Lillqvist2012-02-261-2/+2
|
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-231-1/+1
|
* SfxNewFileDialog_Impl: drop unneeded includesMiklos Vajna2012-02-221-12/+0
|
* unwrap ifdefs with unused membersCaolán McNamara2012-02-214-6/+10
|
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-202-2/+2
|
* Fix typos in commentsElton Chung2012-02-1810-18/+18
|
* apparently this is required on Linux - re-enable it.Michael Meeks2012-02-181-2/+0
|
* partial revert of unused code removal, and add LINUX guardsMichael Meeks2012-02-182-0/+9
|