summaryrefslogtreecommitdiffstats
path: root/forms
Commit message (Expand)AuthorAgeFilesLines
* 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
* FontControlModel::convertFastPropertyValue: fix bad cast of KerningMichael Stahl2013-11-271-1/+1
* outter -> outer (also when "outter" is inside another word)Julien Nabet2013-11-231-1/+1
* remove unnecessary use of OUString constructor when assigningNoel Grandin2013-11-198-22/+22
* cppcheck: Array index is used before limits checkJulien Nabet2013-11-161-1/+1
* SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2013-11-142-2/+0
* make l10n buildable separatelyBjoern Michaelsen2013-11-141-1/+4
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-142/+0
* remove unnecessary sal_Unicode casts in various placesNoel Grandin2013-11-144-28/+28
* i18npool, forms: remove warnings_guard_unicode*.hMichael Stahl2013-11-142-43/+2
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
* convert OUString !compareToAscii to equalsAsciiNoel Grandin2013-11-111-1/+1
* convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2013-11-112-10/+8
* remove unnecessary use of OUString constructor in FORMS moduleNoel Grandin2013-11-1110-35/+34
* fixincludeguards.sh: formsThomas Arnhold2013-11-05105-289/+289
* fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt2013-11-041-3/+3
* remove redundant calls to OUString constructorNoel Grandin2013-11-042-4/+4
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1