summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2014-05-27css already means ::com::sun::starThomas Arnhold1-1/+1
2014-05-27Resolves: fdo#79275 File Properties dialog’s layout is subparCaolán McNamara1-99/+87
2014-05-27cid#707147 Uncaught exceptionNoel Grandin2-2/+3
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin2-114/+84
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-2/+2
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-26coverity#704795 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-05-26coverity#705232 Missing break in switchCaolán McNamara1-0/+1
2014-05-25Resolves: fdo#79161 sidebar crash on deactivatingCaolán McNamara1-1/+4
2014-05-23Correct #endif placement (avoid linking error for TiledLibreOffice)Tor Lillqvist1-5/+1
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-12/+6
2014-05-23Avoid including <config_features.h> in <sfx2/objsh.hxx>Tor Lillqvist1-0/+8
2014-05-23coverity#1215382 Uncaught exceptionCaolán McNamara1-1/+8
2014-05-22Update also revision and editing time when setting 'modified' properties.Matúš Kukan1-3/+1
2014-05-22Use proper constructor to fill with system time.Matúš Kukan1-1/+1
2014-05-22cp#1000077: Set 'modified' document property more consistently.Matúš Kukan1-0/+2
2014-05-22cppcheck: Function parameter 'aFocusLocation' should be passed by referenceThomas Arnhold2-11/+11
2014-05-21speed-up writer conversion in headless modeTomaž Vajngerl1-1/+1
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida1-1/+5
2014-05-21Use varying aElement nameStephan Bergmann1-1/+1
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet7-56/+56
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin4-4/+4
2014-05-19Fix overriding exception specificationStephan Bergmann1-1/+1
2014-05-19fdo#78536: sfx2: remove (likely) accidentally duplicated callMichael Stahl1-3/+0
2014-05-19fdo#78536: sfx2: template dialog: make the am-i-dead-yet check reentrantMichael Stahl2-5/+11
2014-05-19Register OpenGL windows to ScGridWindow upon file load.Kohei Yoshida3-2/+22
2014-05-19remove commented out lineThomas Arnhold1-2/+0
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold9-14/+0
2014-05-19fdo#78742: SfxFilterMatcher: respect requested document service if setMichael Stahl1-1/+3
2014-05-19valgrind: memory leakCaolán McNamara1-4/+20
2014-05-19Resolves: #i86528# use the module manager to identify the context...Tsutomu Uchino1-7/+5
2014-05-17fdo#78782 startcenter: open document on enter keyMaxim Monastirsky1-1/+7
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante3-3/+3
2014-05-16valgrind: SfxBaseModel's pImpl of fallback TargetDocument for paste leaksCaolán McNamara1-9/+3
2014-05-16clean up, remove eof commentsThomas Arnhold1-2/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold4-7/+7
2014-05-15Minor utl::TempFile clean upStephan Bergmann1-2/+1
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-05-14bool conversion for windows, tooThomas Arnhold1-1/+1
2014-05-14warning C4305: 'argument' : truncation from 'const rtl::OUString *'Thomas Arnhold1-4/+1
2014-05-14Fix warningMaxim Monastirsky1-1/+1
2014-05-14fix buildMaxim Monastirsky1-0/+1
2014-05-14startcenter: another attempt to fix mouse up issuesMaxim Monastirsky1-3/+7
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin6-36/+1
2014-05-14Revert "startcenter: react on mouse down instead"Maxim Monastirsky2-5/+13
2014-05-14Unify utl::TempFile ctorsStephan Bergmann1-3/+3
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin6-10/+11
2014-05-12It makes no sense to create object container when no objects are embedded.Kohei Yoshida1-13/+16
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-05-10coverity#1028545 Uninitialized pointer fieldCaolán McNamara1-4/+4