summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2014-06-02coverity#1219793 Uncaught exceptionCaolán McNamara
2014-05-30coverity#1202815 Missing break in switchCaolán McNamara
2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara
2014-05-29convert from NId to FamilyId instead of FamilyId to NIdCaolán McNamara
2014-05-29remove unused virtual method, slim this down initiallyCaolán McNamara
2014-05-29Related: fdo#79392 std::out_or_range -> terminateCaolán McNamara
2014-05-29the dubious SfxModelSubComponent and friends aren't used outside sfx2Caolán McNamara
2014-05-29valgrind: memleak when sidebar open in writer on closeCaolán McNamara
2014-05-29pTemplateCommon is never set, so always NULLCaolán McNamara
2014-05-29remove unnecessary NULL parameter passed to UNO ExceptionNoel Grandin
2014-05-28update_pchThomas Arnhold
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara
2014-05-28Resolves: fdo#79142 When Creating Styles - The 2nd One Always Replaces the 1stCaolán McNamara
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-05-27Resolves: fdo#79275 File Properties dialog’s layout is subparCaolán McNamara
2014-05-27cid#707147 Uncaught exceptionNoel Grandin
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-26coverity#704795 Unchecked dynamic_castCaolán McNamara
2014-05-26coverity#705232 Missing break in switchCaolán McNamara
2014-05-25Resolves: fdo#79161 sidebar crash on deactivatingCaolán McNamara
2014-05-23Correct #endif placement (avoid linking error for TiledLibreOffice)Tor Lillqvist
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-23Avoid including <config_features.h> in <sfx2/objsh.hxx>Tor Lillqvist
2014-05-23coverity#1215382 Uncaught exceptionCaolán McNamara
2014-05-22Update also revision and editing time when setting 'modified' properties.Matúš Kukan
2014-05-22Use proper constructor to fill with system time.Matúš Kukan
2014-05-22cp#1000077: Set 'modified' document property more consistently.Matúš Kukan
2014-05-22cppcheck: Function parameter 'aFocusLocation' should be passed by referenceThomas Arnhold
2014-05-21speed-up writer conversion in headless modeTomaž Vajngerl
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida
2014-05-21Use varying aElement nameStephan Bergmann
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-19Fix overriding exception specificationStephan Bergmann
2014-05-19fdo#78536: sfx2: remove (likely) accidentally duplicated callMichael Stahl
2014-05-19fdo#78536: sfx2: template dialog: make the am-i-dead-yet check reentrantMichael Stahl
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida
2014-05-19remove commented out lineThomas Arnhold
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-19fdo#78742: SfxFilterMatcher: respect requested document service if setMichael Stahl
2014-05-19valgrind: memory leakCaolán McNamara
2014-05-19Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino
2014-05-17fdo#78782 startcenter: open document on enter keyMaxim Monastirsky
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
2014-05-16valgrind: SfxBaseModel's pImpl of fallback TargetDocument for paste leaksCaolán McNamara
2014-05-16clean up, remove eof commentsThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-15Minor utl::TempFile clean upStephan Bergmann