summaryrefslogtreecommitdiff
path: root/sfx2/source
AgeCommit message (Expand)AuthorFilesLines
2014-10-08loplugin:unreffunStephan Bergmann1-2/+0
2014-10-08fdo#75757: remove inheritance to std::vectorMichaël Lefèvre1-7/+21
2014-10-08fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan1-1/+22
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke1-2/+2
2014-10-08Do not terminate desktop from a TimerStephan Bergmann1-18/+1
2014-10-08Fix build.Jan Holesovsky1-0/+2
2014-10-08usage info: Improve the 'what is this for' comment.Jan Holesovsky1-1/+1
2014-10-08usage info: Code to collect actions that the user performs.Jan Holesovsky1-0/+113
2014-10-08sfx2: missing semicolonMiklos Vajna1-1/+1
2014-10-07Don't even attempt to unload libqstart_gtklo.so againStephan Bergmann2-109/+53
2014-10-06fdo#71248 Excel VBA: ActiveDocument is not tracking currently selected DocJustin Luth1-1/+1
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt5-34/+11
2014-10-03coverity#1242479 Dereference null return valueCaolán McNamara1-4/+1
2014-10-03loplugin: cstylecastNoel Grandin30-106/+108
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin2-2/+2
2014-10-02coverity#1242501 Resource leakCaolán McNamara1-7/+4
2014-10-02coverity#1242827 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-10-02coverity#1242843 Unused valueCaolán McNamara1-2/+2
2014-10-02coverity#1242857 Unused valueCaolán McNamara1-3/+2
2014-10-02coverity#1242904 error code overwrittenCaolán McNamara1-1/+2
2014-10-02coverity#1242921 Result is not floating-pointCaolán McNamara1-2/+2
2014-10-02fdo#75757: remove inheritance to std::vectorTakeshi Abe2-73/+55
2014-10-02coverity#982429 Division or modulo by zeroCaolán McNamara1-1/+1
2014-10-02coverity#705707 Resource leakCaolán McNamara1-16/+8
2014-10-02fix for older compiler, doesn't like <::Noel Grandin1-1/+1
2014-10-02fix buildNoel Grandin1-6/+6
2014-10-02loplugin: cstylecastNoel Grandin21-180/+181
2014-10-01fdo#75757: remove inheritance to std::mapTakeshi Abe1-16/+7
2014-10-01coverity#735489 constant guards dead codeCaolán McNamara4-29/+0
2014-10-01fdo#82577: Handle TimeNoel Grandin7-23/+23
2014-09-30fdo#82577: Handle RegionNoel Grandin3-22/+22
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann2-3/+3
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann2-3/+3
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann4-15/+7
2014-09-28fdo#75757: remove inheritance to std::vectorTakeshi Abe1-13/+6
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin1-1/+1
2014-09-26remove unnecessary casts'sNoel Grandin1-9/+9
2014-09-26remove unnecessary static_cast'sNoel Grandin1-2/+2
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin1-1/+1
2014-09-26fdo#75757: remove inheritance to std::vectorTakeshi Abe1-44/+13
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN5-9/+73
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis1-1/+2
2014-09-25coverity#1240261 Logically dead codeCaolán McNamara1-6/+6
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann5-11/+34
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt5-34/+11
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin6-7/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin128-465/+465
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin2-4/+2
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis2-7/+7