summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Expand)Author
2012-04-03fdo#44698 settings are under a different menu in Mac OS XAndras Timar
2012-04-02fdo#34324 - fix colorspace conversion for greyscale bitmapsMichael Meeks
2012-03-30Correct method name in warning messageTor Lillqvist
2012-03-30removed duplicate includes in sfx2Takeshi Abe
2012-03-30remove static OUStrings from static_initialization_and_destruction chainCaolán McNamara
2012-03-27fdo#43895 lp#905355: Never let users save in /tmp by defaultAndrzej J. R. Hunt
2012-03-23.mm files don't need executable bitsMichael Stahl
2012-03-23.hrc files don't need executable bitsMichael Stahl
2012-03-23we dont' need any SvCompatWeakBase use in SfxMedium AKAICSCaolán McNamara
2012-03-23overly static lingering OUStringsCaolán McNamara
2012-03-22don't need to check for null before deleteMarkus Mohrhard
2012-03-20remove extra string castsCaolán McNamara
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-03-14we just want to know if its a directory/folder or notCaolán McNamara
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon
2012-03-09fix semantic error in layout calculationAndras Timar
2012-03-09reorganize license dialog to avoid Resource leaksCaolán McNamara
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin
2012-03-08these Links either shouldn't be links, or shouldn't existCaolán McNamara
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-03-05Fix indentationWilliam Gathoye
2012-03-05Fix controls size and position on the document information dialogWilliam Gathoye
2012-03-05WaE: unused parameter in the DISABLE_SCRIPTING caseTor Lillqvist
2012-03-05WaE: unused parameters in the DISABLE_SCRIPTING caseTor Lillqvist
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-03ExecuteQuerySaveDocument: return NO when headless instead of CANCELMichael Stahl
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-28some fancy new SAL_LOG tracing for sfx2Bjoern Michaelsen
2012-02-27Deduplication of aSfxInt16Item_Impl only for iOSTor Lillqvist
2012-02-27fdo#46678: tweak SfxBaseModel::getSomething:Michael Stahl
2012-02-27Removed unused codeSzabolcs Dezsi
2012-02-27callcatcher: update unused listCaolán McNamara
2012-02-26aSfxInt16Item_Impl, tooTor Lillqvist
2012-02-26Static linking for iOS effectively means "merged libs"Tor Lillqvist
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann
2012-02-22SfxNewFileDialog_Impl: drop unneeded includesMiklos Vajna
2012-02-21unwrap ifdefs with unused membersCaolán McNamara
2012-02-18Fix typos in commentsElton Chung
2012-02-18apparently this is required on Linux - re-enable it.Michael Meeks
2012-02-18partial revert of unused code removal, and add LINUX guardsMichael Meeks
2012-02-17Removed unused code from svl and sfx2Szabolcs Dezsi
2012-02-17remove extraneous qualifiers that break some compilersMariusz Dykierek
2012-02-15WaE: these are integers, not pointersCaolán McNamara
2012-02-15WaE: mingwCaolán McNamara
2012-02-14fdo#37775: Recent Documents not updated by Save & Save AsMuhammad Haggag
2012-02-13Add fw* and sfx to libmergedTor Lillqvist
2012-02-13Fix typos in commentsElton Chung
2012-02-13WaE: unreferenced local variableTor Lillqvist
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe