summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)Author
2014-02-13coverity#737157 Uncaught exceptionCaolán McNamara
2014-02-13coverity#737151 Uncaught exceptionCaolán McNamara
2014-02-13coverity#737149 Uncaught exceptionCaolán McNamara
2014-02-12cid#705175 missing break in switchNoel Grandin
2014-02-12cid#705174 missing break in switchNoel Grandin
2014-02-06typo fixes in commentsAndras Timar
2014-02-05fdo#69652 Default(Date|Time) is a UNO struct nowLionel Elie Mamane
2014-02-03fdo#54938 Convert to cppu::supportsServiceAlexandre Vicenzi
2014-01-30"stati" considered both pretentious and incorrect LatinMichael Stahl
2014-01-30fdo#63154 Removed unused solar.h ref. in basic, cui, forms and writerfilter.Alexandre Vicenzi
2014-01-30Introduce com.sun.star.ui.theModuleUIConfigurationManagerSupplier singleton.Matúš Kukan
2014-01-28bool improvementsStephan Bergmann
2014-01-28Introduce com.sun.star.frame.theUICommandDescription singleton.Matúš Kukan
2014-01-28coverity#705814 Dereference before null checkCaolán McNamara
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-21FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-15remove last xub_StrLen in formsCaolán McNamara
2014-01-14bool improvementsStephan Bergmann
2014-01-08Lock SolarMutex in RichtTextEngine::CreateStephan Bergmann
2014-01-08This can be privateStephan Bergmann
2013-12-22Fix other typosJulien Nabet
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist
2013-12-20typo fixesAndras Timar
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann
2013-12-06Get rid of DECLARE_STL_VECTORStephan Bergmann
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-11-27forms: avoid deadlock when setting FontControlModel propertiesMichael Stahl
2013-11-27FontControlModel::convertFastPropertyValue: fix bad cast of KerningMichael Stahl
2013-11-23outter -> outer (also when "outter" is inside another word)Julien Nabet
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-16cppcheck: Array index is used before limits checkJulien Nabet
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14make l10n buildable separatelyBjoern Michaelsen
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-14i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin