Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-24 | Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵ | Stephan Bergmann | |
BaseInstallation. | |||
2011-10-24 | seperate words in hebrew text preview | Caolán McNamara | |
2011-10-21 | Fix for bug fdo#41997, cleanup vcl enumeration | Olivier Hallot | |
2011-10-21 | some CJK fonts semi-spuriosly claim extra script support | Caolán McNamara | |
2011-10-21 | Better Phags-Pa preview. mongxol tshi | Andrew West | |
2011-10-21 | previews for Phags-Pa and Tai Le | Pádraig Brady | |
2011-10-21 | use iso15924 script names | Caolán McNamara | |
2011-10-21 | Use language/script specific CTL/CJK sample text in font preview | Caolán McNamara | |
i.e. font names are often typically in English, so fairly useless to take the English name to preview what effect the font will have in a CTL/CJK script. More languages and scripts need to be added, but this should be sufficient to bootstrap this up | |||
2011-10-21 | Fix fdo#41995 - true embedding of svg images. | Thorsten Behrens | |
Previously, svg images were always wrapped as .svm metafiles with a preview graphic. Sucks for interop - so now, we save true svgs at least for bleeding edge extended odf1.2 | |||
2011-10-20 | add makeRepresentativeTextForLanguage to generate sample text | Caolán McNamara | |
add initial code to generate language specific sample preview text samples for use for font previewing in format->character | |||
2011-10-20 | fdo#37129: Fix the drawing of dotted and dashed borders in Calc. | Tomofumi Yagi | |
2011-10-20 | rework sample text generator for different scripts | Caolán McNamara | |
split out code that creates sample text for different scripts add extra scripts and sample text add extra space between sample text preview and font name add guess-script from opentype unicode coverage bits split out code that knows the names of symbol fonts which don't have symbol encoding set | |||
2011-10-15 | split bootstrapfixture and move test-filters class for sot test | Caolán McNamara | |
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test | |||
2011-10-13 | A cppcheck cleaning with some simplification | Julien Nabet | |
2011-10-12 | Some cppcheck cleaning | Julien Nabet | |
2011-10-10 | Related: fdo#38580 NULL object | Caolán McNamara | |
2011-10-10 | add Pali language (Latin script) - fdo#41599 | Andras Timar | |
2011-10-09 | Kill unused code in Ruler. | Jan Holesovsky | |
2011-10-07 | cppcheck reduce scope of var in svtools/..svimpbox.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck scope reduction in svtools/..imivctl1.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck reduce scope in svtools/.. wmfwr.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck scope reduction in svtools... winwmf.cxx | Pierre-André Jacquod | |
2011-10-06 | Remove code related to previously disabled HTML 3.2 export | Harri Pitkänen | |
2011-10-05 | test fix: use setUp and tearDown not constructors to init LibreOffice | Michael Meeks | |
It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly. | |||
2011-10-05 | WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operation | Tor Lillqvist | |
2011-10-05 | WaE: 'argument' : truncation of constant value | Tor Lillqvist | |
FILEVIEW_SHOW_NONE 0x80 so it doesn't fit into a sal_Int8. So make the nFlags argument to the second SvtFileView constructor sal_uInt8 instead. | |||
2011-10-05 | WaE: type name first seen using 'class' now seen using 'struct' | Tor Lillqvist | |
2011-10-05 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-05 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-05 | WaE: '==' : unsafe mix of type 'sal_Bool' and type 'bool' in operation | Tor Lillqvist | |
2011-10-05 | rejig this to remove self-assign | Caolán McNamara | |
2011-10-05 | WaE: unused variable now | Caolán McNamara | |
2011-10-05 | Refactoring drawing of polygons and polypolygons in enhwmf.cxx | Marc-Andre Laverdiere | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | callcatcher: various unused methods | Caolán McNamara | |
2011-10-03 | definition of ALPHA is no longer available for DEC Alpha | Takeshi Abe | |
proper ifdef for DEC Alpha should be covered with AXP | |||
2011-10-01 | Revert "Default color for writer page break from blue to red: was barely ↵ | Cédric Bosdonnat | |
visible" This reverts commit d39a1d4de93e0242dee84d4d298232da1986ebec. Turning page break color to something brighter is no longer needed. | |||
2011-09-30 | silence tedious malware checkers, arcfour, key 0x435645 | Caolán McNamara | |
2011-09-30 | merge filters-test code | Caolán McNamara | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-29 | Replace SvULongs with std::vector in sfx2 | Maciej Rumianowski | |
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools | |||
2011-09-28 | Removed unused code EnhWMFReader::ReadGDIComment() | Marc-Andre Laverdiere | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-27 | Minor refactoring on WMF loading | Marc-Andre Laverdiere | |
2011-09-26 | callcatcher: remove unused code | Caolán McNamara | |
2011-09-23 | deugly HTMLOutFuncs::ConvertStringToHTML | Caolán McNamara | |
2011-09-22 | don't consider this a candidate unless explicitly requested | Caolán McNamara | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-22 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-22 | Always link with user32 | Tor Lillqvist | |