summaryrefslogtreecommitdiff
path: root/sw/qa/extras/layout/data/tdf134676.docx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/qa/extras/layout/data/tdf134676.docx')
-rw-r--r--sw/qa/extras/layout/data/tdf134676.docxbin0 -> 27317 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/sw/qa/extras/layout/data/tdf134676.docx b/sw/qa/extras/layout/data/tdf134676.docx
new file mode 100644
index 000000000000..2a7651dee32f
--- /dev/null
+++ b/sw/qa/extras/layout/data/tdf134676.docx
Binary files differ
/core/commit/vcl/inc/PhysicalFontCollection.hxx?h=cp-6.4-30&id=2600220f53f51be2d017b012c56293bf8cf835ef'>loplugin:constantparams in vclNoel Grandin 2016-02-09Formatting changes across all modulesChris Sherlock 2016-01-25vcl: remove vcl/inc/magic.hChris Sherlock 2016-01-09vcl: FindFontFamilyByFont is not the best name after allChris Sherlock 2016-01-08vcl: change ImplFontEntry to LogicalFontInstanceChris Sherlock 2016-01-07vcl: rename outfont.hxx to fontentry.hxxChris Sherlock 2015-12-26vcl: change device font size variable/fn namesChris Sherlock 2015-12-25vcl: Change GetDev{Font|Size}List to GetDevice{Font|Size}ListChris Sherlock 2015-12-24Class ImplGetDevFontList renamed to ImplDeviceFontListChris Sherlock 2015-12-24vcl: function name change to ImplFindFontFamilyOfDefaultFontChris Sherlock 2015-12-24vcl: update names of find functions in PhysicalFontCollectionChris Sherlock 2015-12-24vcl: group public find functions, clarify comments in PhysFontCollectionChris Sherlock 2015-12-23vcl: private functions in PhysicalFontCollection start with ImplChris Sherlock 2015-12-23vcl: No need for WinGlyphFallbackSubstititution to be friend classChris Sherlock 2015-12-23vcl: rearrange PhysicalFontCollection function listing orderChris Sherlock 2015-12-23vcl: make PhysicalFontFamily::FindDefaultFont() privateChris Sherlock 2015-12-23vcl: Make ImplFindByAttributes public and renameChris Sherlock 2015-12-23vcl: make PhysicalFontFamily::ImplFindBySubstFontAttr privateChris Sherlock 2015-12-23vcl: make PhysicalFontFamily::ImplFindByAliasName privateChris Sherlock 2015-12-22vcl: make PhysicalFontFamily::InitMatchData privateChris Sherlock 2015-12-22vcl: rename ImplFindByTokenNames to FindByTokenNamesChris Sherlock 2015-12-22vcl: rename PhysicalFontCollection::ImplFindByFont to FindByFontChris Sherlock 2015-12-22vcl: make PhysicalFontCollection::ImplFindBySearchName privateChris Sherlock 2015-12-22vcl: cleanup PhysicalFontCollection class formattingChris Sherlock 2015-11-17Bin unneeded forward declarationsTor Lillqvist 2015-10-07Revert "loplugin:mergeclasses" to fix mac buildCaolán McNamara 2015-10-07loplugin:mergeclassesNoel Grandin 2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin 2015-07-04Fix typosAndrea Gelmini 2015-05-06convert IMPL_FONT_ATTR constants to scoped enumNoel Grandin 2015-01-02can't have an unordered_map of const OUStrings with gcc 4.8.2Caolán McNamara 2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara 2014-08-22vcl: factor out font name lookup for future re-use.Michael Meeks 2014-06-06fixincludeguards: fix include guardsThomas Arnhold