summaryrefslogtreecommitdiff
path: root/svx/source/dialog/charmap.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-13SvxShowCharSet cleanupTomaž Vajngerl1-9/+9
2015-05-13refactor SvxShowCharSet to use RenderContextTomaž Vajngerl1-125/+126
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-6/+2
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-2/+2
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist1-3/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-24/+31
2015-04-23loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-17svx: convert new to ::Create.Noel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-24/+31
2015-03-09V801: Decreased performanceCaolán McNamara1-5/+5
2015-02-22Simplify erase iterator management (charmap.cxx)Julien Nabet1-4/+5
2015-02-17boost->stdCaolán McNamara1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-05these are new in icu 54, not 53 apparentlyCaolán McNamara1-1/+1
2014-12-19upgrade to icu 54Caolán McNamara1-0/+99
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-20/+20
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-4/+0
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-04-04callcatcher: update unused codeCaolán McNamara1-9/+0
2014-04-01teach SmShowChar how to resizeCaolán McNamara1-1/+1
2014-03-11svx: sal_Bool->boolNoel Grandin1-16/+16
2014-02-26Remove visual noise from svxAlexander Wilms1-30/+30
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-11-27Integrate branch of IAccessible2Steve Yin1-4/+12
2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-08-17fdo#68186: prevent integer underflowIvan Timofeev1-1/+1
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara1-1/+1
2013-06-03Fix icu version checks.Mark Wielaard1-2/+3
2013-05-31Make charmap.cxx compile with icu >= 4.4.Mark Wielaard1-0/+4
2013-04-27Bin ugly (ab)use of preprocessor in headersTor Lillqvist1-1/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2013-01-29fix build with older icu versionLuboš Luňák1-0/+2
2013-01-29Related: fdo#59922 add new unicode blocks, detect newer in futureCaolán McNamara1-117/+683
2013-01-29Resolves: fdo#59922 Incorrect character range for "Katakana Phonetic"OKANO Takayoshi1-1/+2
2013-01-16use the theme width for the scrollbar, not a random 16 pixelsCaolán McNamara1-6/+5
2013-01-16Related: fdo#59182 stop SvxShowCharSet resizing itselfCaolán McNamara1-37/+62
2012-12-12Resolves: fdo#57469 allow tab to traverse into custom widgetsCaolán McNamara1-1/+1
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-28adapt insert character dialog to new layoutCaolán McNamara1-5/+34