summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-10remove globally disabled warnings from source filesThomas Arnhold1-4/+0
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky2-7/+7
2014-05-09remove presys.h and postsys.hThomas Arnhold1-13/+2
2014-05-09There is no css::uno::Sequence<bool>Stephan Bergmann1-2/+2
2014-05-09coverity#1209785 Dereference before null checkCaolán McNamara1-5/+2
2014-05-08cppcheck: Missing bounds check for extra iterator increment in loopJulien Nabet1-0/+2
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin3-6/+6
2014-05-08various: sal_Bool->boolNoel Grandin1-1/+1
2014-05-07coverity#735848 Explicit null dereferencedCaolán McNamara1-2/+5
2014-05-07coverity#1209611 Explicit null dereferencedCaolán McNamara1-1/+1
2014-05-07Resolves: fdo#68600 limit comment widthCaolán McNamara1-2/+2
2014-05-07The opaque PostUserEvent IDs are actually pointersStephan Bergmann4-5/+6
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part4Julien Nabet1-4/+4
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part3Julien Nabet2-8/+8
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet1-3/+3
2014-05-06remove uncompiled source filesThomas Arnhold7-565/+0
2014-05-06Move a few more headers that are included only in sfx2 to sfx2Tor Lillqvist5-3/+111
2014-05-06Remove C11ismJulien Nabet2-5/+5
2014-05-06Remove C11ismJulien Nabet1-2/+2
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet4-22/+22
2014-05-05fdo#76261 Get rid of unneeded and malfunctioning maItemListRect.Andrzej Hunt1-11/+3
2014-05-05Fix indentationMaxim Monastirsky1-2/+4
2014-05-05startcenter: react on mouse down insteadMaxim Monastirsky2-13/+5
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-3/+3
2014-05-03SfxDocumentMetaData: suppress some spurious warningsMichael Stahl1-3/+3
2014-05-01coverity#708174 Uninitialized pointer fieldCaolán McNamara2-16/+23
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni8-12/+12
2014-05-01it should not be a warningMarkus Mohrhard1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-3/+2
2014-04-30coverity#704797 Dereference after null checkCaolán McNamara1-0/+4
2014-04-29coverity#1210184 Uninitialized scalar fieldCaolán McNamara1-4/+7
2014-04-29coverity#1210189 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-29coverity#1210190 Uninitialized pointer fieldCaolán McNamara2-4/+1
2014-04-27Fix one more ambiguity errorZolnai Tamás1-1/+1
2014-04-27Fix ambiguity errorZolnai Tamás1-1/+1
2014-04-27startcenter: Add possibility to selectively remove recent documents.Jan Holesovsky7-83/+213