summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
AgeCommit message (Expand)Author
2014-02-28WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist
2014-02-27Remove visual noise from extensionsAlexander Wilms
2014-02-27coverity#704633 Dereference after null checkCaolán McNamara
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24Remove unnecessary bool2anyStephan Bergmann
2014-02-23coverity#704631 Dereference after null checkCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-18Drop unnecessary #includeTakeshi Abe
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-02-11coverity#735424 Logically dead codeCaolán McNamara
2014-02-06Typo: pasword -> passwordJulien Nabet
2014-02-06coverity#707771 coverity gold, Uninitialized m_refCountCaolán McNamara
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#705811 Dereference before null checkCaolán McNamara
2014-01-26fdo#54938 Convert extensions to cppu::supportsServiceAlexandre Vicenzi
2014-01-23SfxNoLayoutSingleTabDialog not needed anymoreCaolán McNamara
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-13GetCharPos returns EDIT_NOLIMIT on failureCaolán McNamara
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
2013-12-27cppcheck: reduce scopeJulien Nabet
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-16convert control font dialog to .uiCaolán McNamara
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-03convert Edit::GetCharPos from xub_StrLen to sal_Int32Noel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructor in EXTENSIONS moduleNoel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-10-23fdo#54938: Replace existsValue for cppu::supportsServiceMarcos Paulo de Souza
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-07fdo#54938: Adapt supportsService implementations to cppu::supportsServiceMarcos Paulo de Souza
2013-10-01extensions: fix swapped "insert" parametersMichael Stahl
2013-10-01convert extensions module from String to OUStringNoel Grandin
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara