summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-10-02coverity#1242501 Resource leakCaolán McNamara
2014-10-02coverity#1242827 Uninitialized pointer fieldCaolán McNamara
2014-10-02coverity#1242843 Unused valueCaolán McNamara
2014-10-02coverity#1242857 Unused valueCaolán McNamara
2014-10-02coverity#1242904 error code overwrittenCaolán McNamara
2014-10-02coverity#1242921 Result is not floating-pointCaolán McNamara
2014-10-02fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-10-02coverity#982429 Division or modulo by zeroCaolán McNamara
2014-10-02coverity#705707 Resource leakCaolán McNamara
2014-10-02fix for older compiler, doesn't like <::Noel Grandin
2014-10-02fix buildNoel Grandin
2014-10-02loplugin: cstylecastNoel Grandin
2014-10-01fdo#75757: remove inheritance to std::mapTakeshi Abe
2014-10-01coverity#735489 constant guards dead codeCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
2014-09-28fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-27border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos
2014-09-27fdo#84376 Add missing title to the Template Manager dialogAdolfo Jayme Barrientos
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin
2014-09-26remove unnecessary casts'sNoel Grandin
2014-09-26remove unnecessary static_cast'sNoel Grandin
2014-09-26cleanup GUID/ClsId/CLSID typesNoel Grandin
2014-09-26fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-25Start Center Template Manager TweaksEfe Gürkan YALAMAN
2014-09-25Fix miscellaneous memory leaksMatthew J. Francis
2014-09-25coverity#1240261 Logically dead codeCaolán McNamara
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis
2014-09-22fdo#62104 Optimize thumbnail size by using PNG8 and other tricksTomaž Vajngerl
2014-09-21Disable the email sending menu entries when sandboxed on OS XTor Lillqvist
2014-09-21Present tense and capitalizationAdolfo Jayme Barrientos
2014-09-19fdo#62947 make IDs unique, fixes, better namesTomaž Vajngerl
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-17TyposJulien Nabet
2014-09-17Convert SvxColorWindow_Impl to Widget LayoutKrisztian Pinter
2014-09-17Add writer document font colors to color palettesKrisztian Pinter
2014-09-15Resolves: fdo#81635 crash after 3rd call to ApplicationScriptLibraryContainerCaolán McNamara
2014-09-12sfx2: remove optimization disabling workaround for GCC 4.2 bugMichael Stahl