summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)Author
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
2013-11-11remove unnecessary use of OUString constructor in FORMS moduleNoel Grandin
2013-11-05fixincludeguards.sh: formsThomas Arnhold
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-17bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane
2013-10-17WaE: unknown warning group '-Wmaybe-uninitialized'Tor Lillqvist
2013-10-17MacOS X fixup to bogus WaE: 'bValue' may be used uninitializedLionel Elie Mamane
2013-10-17bogus WaE: 'bValue' may be used uninitialized in this functionLionel Elie Mamane
2013-10-16WaE: 'bValue' may be used uninitialized in this functionTor Lillqvist
2013-10-16respect reference values in checkboxesLionel Elie Mamane