summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* coverity#738652 Uninitialized scalar fieldCaolán McNamara2014-02-211-5/+8
* coverity#738654 Uninitialized scalar fieldCaolán McNamara2014-02-211-0/+2
* coverity#738656 Uninitialized scalar fieldCaolán McNamara2014-02-211-8/+9
* vcl: sal_Bool -> boolStephan Bergmann2014-02-212-4/+4
* editeng: sal_Bool->boolNoel Grandin2014-02-212-2/+2
* editeng: sal_Bool->boolNoel Grandin2014-02-211-1/+1
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-215-21/+14
* Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2014-02-207-0/+7
* svl: sal_Bool -> boolStephan Bergmann2014-02-201-1/+1
* Drop unnecessary #includeTakeshi Abe2014-02-186-8/+0
* comphelper: sal_Bool -> boolStephan Bergmann2014-02-1710-20/+20
* ucbhelper: sal_Bool -> boolStephan Bergmann2014-02-171-1/+1
* coverity#737157 Uncaught exceptionCaolán McNamara2014-02-132-2/+6
* coverity#737151 Uncaught exceptionCaolán McNamara2014-02-132-2/+6
* coverity#737149 Uncaught exceptionCaolán McNamara2014-02-132-2/+6
* cid#705175 missing break in switchNoel Grandin2014-02-121-0/+1
* cid#705174 missing break in switchNoel Grandin2014-02-121-0/+1
* typo fixes in commentsAndras Timar2014-02-063-6/+6
* fdo#69652 Default(Date|Time) is a UNO struct nowLionel Elie Mamane2014-02-051-5/+41
* fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi2014-02-031-20/+4
* "stati" considered both pretentious and incorrect LatinMichael Stahl2014-01-301-1/+1
* fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi2014-01-301-16/+0
* Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan2014-01-301-3/+3
* bool improvementsStephan Bergmann2014-01-2810-17/+17
* Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan2014-01-281-3/+3
* coverity#705814 Dereference before null checkCaolán McNamara2014-01-281-3/+3
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-2/+2
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-1/+1
* FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini2014-01-2139-187/+0
* Window::PreNotify should return boolStephan Bergmann2014-01-182-4/+4
* Window::Notify should return boolStephan Bergmann2014-01-172-4/+4
* remove last xub_StrLen in formsCaolán McNamara2014-01-151-1/+1
* bool improvementsStephan Bergmann2014-01-142-3/+3
* Lock SolarMutex in RichtTextEngine::CreateStephan Bergmann2014-01-081-0/+2
* This can be privateStephan Bergmann2014-01-081-1/+1
* Fix other typosJulien Nabet2013-12-221-1/+1
* Spelling correction: s/retrive/retrieve/Tor Lillqvist2013-12-201-1/+1
* typo fixesAndras Timar2013-12-204-5/+5
* No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann2013-12-171-0/+4
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-171-2/+2
* Clean-up uno/lbnames.hStephan Bergmann2013-12-161-1/+0
* Do not use C++-UNO internal static_type functions in client codeStephan Bergmann2013-12-125-12/+12
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-121-3/+3
* Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2013-12-111-3/+3
* Don't hold css::uno::Type instances by pointerStephan Bergmann2013-12-111-3/+3
* Clean up includes of comphelper/stl_types.hxxStephan Bergmann2013-12-061-1/+0
* Get rid of unnecessary comphelper::UStringEqualStephan Bergmann2013-12-061-2/+1
* Get rid of DECLARE_STL_VECTORStephan Bergmann2013-12-067-16/+25
* Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann2013-12-061-1/+2
* forms: avoid deadlock when setting FontControlModel propertiesMichael Stahl2013-11-275-60/+96