summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/font.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-20move OutputDevice:: Clear/Refresh inside AddTempDevFontCaolán McNamara1-2/+19
2015-01-20font cache gets broken on adding an embedded fontCaolán McNamara1-6/+33
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1
2015-01-12FocusChanged and DataChanged are never overridenNoel Grandin1-2/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-12-23vcl: fdo#87510 regression in GetFontMetricChris Sherlock1-1/+0
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-01tools & vcl: move OutputDevice::ImplRotatePos() to Point::RotateAbout()Chris Sherlock1-3/+12
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-1/+1
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock1-9/+15
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-1/+1
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock1-1/+1
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-4/+4
2014-09-29loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-09-18fdo#82577: Handle FontNoel Grandin1-9/+9
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock1-1/+1
2014-08-22font lookup - cleanup GetEnglishSearchName function signature.Michael Meeks1-11/+6
2014-06-30HasBkg method to Font.HasBkg iff HasSingleUnderline.SetBkgColor in OutputDevmatteocam1-0/+1
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-04avoid problems with poppler's and vcl's FontInfo during runtimeMarkus Mohrhard1-3/+3
2014-05-28Oops, this reference can't be const.Matúš Kukan1-5/+5
2014-05-27Related bnc#822625: Cache FontEntry with the original FontSelectPattern.Matúš Kukan1-5/+7
2014-05-21Bin code that died in 2010 in d4dbc31173487a97e4b022f0bb9dae25440856a8Tor Lillqvist1-36/+2
2014-05-21Use more specific tagTor Lillqvist1-1/+1
2014-05-21Add a SAL_INFOTor Lillqvist1-0/+2
2014-05-12coverity#1209003: Unchecked return valueJan Holesovsky1-2/+5
2014-05-12fdo#78567: Revert "coverity#1209003: Unchecked return value"Jan Holesovsky1-5/+2
2014-05-02coverity#441827 Deference before null checkChris Sherlock1-1/+11
2014-05-01coverity#1209003: Unchecked return valueChris Sherlock1-2/+5
2014-04-27VCL: rearrange functions in outdev/font.cxxChris Sherlock1-437/+424
2014-04-27VCL: rearrange font functions, move functions into OutputDeviceChris Sherlock1-158/+0
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock1-1/+1
2014-04-24VCL: Remove unnecessary headers from outdev/font.cxxChris Sherlock1-44/+10
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-10/+10
2014-04-23Fix regression introduced in f4e8bca336 when fixing fdo#74702Chris Sherlock1-0/+7
2014-04-20fdo#74702 Only VirtualDevice should handle the Word ext lead bugChris Sherlock1-9/+9
2014-04-19fdo#74702 Allow Printer & OutputDevice to handle font orientationChris Sherlock1-9/+14
2014-04-18fdo#74702 Allow Printer to handle ImplInitFont and renameChris Sherlock1-14/+4
2014-04-17coverity#738936 Uninitialized scalar fieldCaolán McNamara1-0/+2
2014-04-16Remove FontNameHash, use standard OUStringHashStephan Bergmann1-3/+6
2014-04-16Split outdev3.cxxChris Sherlock1-0/+2397