summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)AuthorFilesLines
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin2-2/+2
2014-03-13forward*PropertyValue functions need not be SAL_CALLStephan Bergmann2-4/+4
2014-03-11coverity#704232 Logically dead codeCaolán McNamara1-7/+0
2014-03-10forms: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann12-70/+7
2014-03-05simplifyStephan Bergmann1-1/+1
2014-02-26Remove visual noise from formsAlexander Wilms161-1284/+1283
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann118-1533/+1533
2014-02-25Typo: apropriate -> appropriateJulien Nabet1-1/+1
2014-02-24implicitboolconversion: warn about implicit conversion of call args to boolStephan Bergmann1-1/+1
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann6-38/+38
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann3-6/+6
2014-02-24Remove unnecessary bool2anyStephan Bergmann4-6/+5
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann3-8/+11
2014-02-23coverity#704644 Dereference after null checkCaolán McNamara1-4/+8
2014-02-23Remove unneccessary commentsAlexander Wilms72-2491/+1797
2014-02-23coverity#441137 Dereference after null checkCaolán McNamara1-0/+3
2014-02-21coverity#738652 Uninitialized scalar fieldCaolán McNamara1-5/+8
2014-02-21coverity#738654 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-02-21coverity#738656 Uninitialized scalar fieldCaolán McNamara1-8/+9
2014-02-21vcl: sal_Bool -> boolStephan Bergmann2-4/+4
2014-02-21editeng: sal_Bool->boolNoel Grandin2-2/+2
2014-02-21editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe5-21/+14
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert7-0/+7
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-18Drop unnecessary #includeTakeshi Abe6-8/+0
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann10-20/+20
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann1-1/+1
2014-02-13coverity#737157 Uncaught exceptionCaolán McNamara2-2/+6
2014-02-13coverity#737151 Uncaught exceptionCaolán McNamara2-2/+6
2014-02-13coverity#737149 Uncaught exceptionCaolán McNamara2-2/+6
2014-02-12cid#705175 missing break in switchNoel Grandin1-0/+1
2014-02-12cid#705174 missing break in switchNoel Grandin1-0/+1
2014-02-06typo fixes in commentsAndras Timar3-6/+6
2014-02-05fdo#69652 Default(Date|Time) is a UNO struct nowLionel Elie Mamane1-5/+41
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi1-20/+4
2014-01-30"stati" considered both pretentious and incorrect LatinMichael Stahl1-1/+1
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi1-16/+0
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan1-3/+3
2014-01-28bool improvementsStephan Bergmann10-17/+17
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan1-3/+3
2014-01-28coverity#705814 Dereference before null checkCaolán McNamara1-3/+3
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2014-01-21FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini39-187/+0
2014-01-18Window::PreNotify should return boolStephan Bergmann2-4/+4
2014-01-17Window::Notify should return boolStephan Bergmann2-4/+4
2014-01-15remove last xub_StrLen in formsCaolán McNamara1-1/+1
2014-01-14bool improvementsStephan Bergmann2-3/+3
2014-01-08Lock SolarMutex in RichtTextEngine::CreateStephan Bergmann1-0/+2