summaryrefslogtreecommitdiff
path: root/editeng/source/misc/hangulhanja.cxx
AgeCommit message (Expand)Author
2017-03-31use actual UNO enums in editengNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-03-11Fix typosAndrea Gelmini
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin
2016-10-19loplugin:expandablemethodds in editeng..extensionsNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara
2016-08-25loplugin:staticaccess: Extend loplugin:staticcall to cover all access...Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-22convert Link<> to typedNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-13editeng: com::sun::star->cssNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-02-24Typo: curently->currentlyJulien Nabet
2015-02-05and now a Windows build 'BreakIterator' ambiguous symbolEike Rathke
2015-02-05yet yet yet another Windows build 'Locale' ambiguous symbolEike Rathke
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin
2014-10-01coverity#1242436 Identical code for different branchesCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-06-13loplugin:staticcallStephan Bergmann
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-02-27Remove visual noise from editengAlexander Wilms
2014-01-28coverity#1019409 : Uninitialized scalar fieldNorbert Thiebaud
2014-01-14This shall likely comp. m_eCurrentConversionDirection to HHC::eHangulToHanjaStephan Bergmann
2013-09-11convert editeng/source/misc/*.cxx from String to OUStringNoel Grandin
2013-07-13use static LanguageTag::convertTo...() for standalone conversionsEike Rathke
2013-05-03This method is not implementedMatteo Casalin
2013-04-22Slightly simplify loopMatteo Casalin
2013-04-22bDocumentDone is always falseMatteo Casalin
2013-04-22sal_Bool to boolMatteo Casalin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2012-11-24get rid of Svx...Locale...() double conversion nonsenseEike Rathke
2012-11-23some i18n wrappers with LanguageTagEike Rathke
2012-11-15fdo#46808, use service constructor for i18n::TextConversionNoel Grandin
2012-11-06Make HangulHanjaConversion an abstract classMatteo Casalin
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks