Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-06 | fixed typo | Radek Doulik | |
Change-Id: I483ff930b99d04cbd1514d7f541e57e223b04bab | |||
2012-08-15 | display hexadecimal and decimal record numbers | Radek Doulik | |
Change-Id: If8720ad99d2c4c6fa4927771027123a559895bb6 | |||
2012-08-09 | remove some unused methods | Caolán McNamara | |
Change-Id: I8b89f49eff059f5650bfb531bcb568db1d97c3a3 | |||
2012-07-19 | emf+: added implementation of DrawImage record | Radek Doulik | |
Change-Id: I6c86c2eaca1586d915b648292373da4378c755ba | |||
2012-07-18 | Various Clang 3.1 -Wunsued-variable, -Wconstant-conversion | Stephan Bergmann | |
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c | |||
2012-07-02 | Remove unused defines | Thomas Arnhold | |
Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce | |||
2012-06-25 | replace custom readString with read_uInt16s_ToOUString | Caolán McNamara | |
replace custom readString with more efficient and foolproof read_uInt16s_ToOUString Change-Id: Idf5f85adad008b4bd775badd83f55b152a6ddaaf | |||
2012-06-22 | cppcanvas: remove obsolete makefile.mk | Michael Stahl | |
Change-Id: Id9ccc156371a235bca764044a8d155b8720782c0 | |||
2012-06-22 | remove bunch of obsolete looking .dxp files | Michael Stahl | |
Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97 | |||
2012-06-23 | removed unused forward declarations of class | Takeshi Abe | |
except moving ScPostIt into source/filter/inc/xeescher.hxx Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff | |||
2012-06-22 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35 | |||
2012-06-21 | re-base on ALv2 code. | Michael Meeks | |
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce | |||
2012-06-19 | death to some UniStrings | Caolán McNamara | |
Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608 | |||
2012-06-19 | use a temporary rather than calling Erase | Caolán McNamara | |
Change-Id: I77c80d332e4bef34c31accf6e2ab77e59f9bf93e | |||
2012-06-19 | where is the logic of having 5 pChars if we only need 4 | Caolán McNamara | |
Change-Id: I16c1f5ee7a05aa011d00e6f1de86e1aa5d9621b8 | |||
2012-06-19 | if the string is created of len 0, then no point passing any arguments | Caolán McNamara | |
Change-Id: I0055ad846f438765c5259e02025e6ef5f32c6169 | |||
2012-06-19 | if the string is created from 4 sal_Unicodes then it cannot be of 0 len | Caolán McNamara | |
Change-Id: I14695ec0871e186266770d7cfe90f532de31ea57 | |||
2012-06-12 | Get rid of GRADIENT_* defines, they conflict with Windows GDI types. | Jan Holesovsky | |
Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931 | |||
2012-05-22 | targetted string re-work | Michael Meeks | |
Change-Id: I9ed4df2a25c8a2a868f83de48472715a6cabe2be | |||
2012-04-18 | tune the guessed position a bit, so that it works better with test documents | Radek Doulik | |
2012-04-18 | implemented EmfPlusRecordTypeDrawString record | Radek Doulik | |
2012-04-18 | added debug message for unsupported cases | Radek Doulik | |
2012-04-18 | SrcRect for SrcUnit = 2 is in pixels, don't Map it | Radek Doulik | |
2012-04-18 | ImplText never instantiated | Caolán McNamara | |
2012-04-13 | set minimal width if pen width is set to zero | Radek Doulik | |
2012-04-13 | fix crash on invalid/missing pen | Caolán McNamara | |
2012-04-13 | fix busted indent | Caolán McNamara | |
2012-04-05 | callcatcher: update list, add README, remove some newly unused code | Caolán McNamara | |
2012-04-04 | New try to sort out the overloaded virtual method weirdness | Tor Lillqvist | |
Revert "Clang WaE: -Woverloaded-virtual weirdness, this seems to help" as that broke tinderboxes. Try another way instead, renaming two versions of the overloaded render() method, so that there is no longer any overloading. Compiles -Werror-clean with Clang, hopefully no problem with other compilers either. This reverts commit 86b99ab408c7235604a1a02d7bc531fe5d5f97f6. | |||
2012-04-04 | Clang WaE: -Woverloaded-virtual weirdness, this seems to help | Tor Lillqvist | |
2012-03-30 | removed duplicate includes in cppcanvas / cppuhelper / cui | Takeshi Abe | |
2012-03-26 | readUnicodeString can just return the string | Caolán McNamara | |
seeing as no-one checks the return value, we don't need the intermediate temporary string | |||
2012-03-16 | Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changes | Thorsten Behrens | |
Did I mention I hate boilerplate copied all over the place? ;) | |||
2012-03-16 | Performance: avoid scaling just-generated bitmap 2nd time | Thorsten Behrens | |
We're creating the bitmap to exactly match our output size - so why rounding off total transformation again, incurring another expensive bitmap scale down in the canvas? | |||
2012-03-09 | cppcanvas: processEMFPlus: fix valgrind warning: | Michael Stahl | |
When reading EmfPlusRecordTypeDrawImagePoints, handle the variant where points are stored as 16-bit integers instead of floats correctly. Found via valgrind on loading bugdoc from fdo#42252. | |||
2012-03-07 | workaround for buggy metafile images | Radek Doulik | |
2012-02-17 | Removed unused code from cppcanvas | Szabolcs Dezsi | |
2012-02-13 | EasyHack: Removed gcc conditionals | Alexander Bergmann | |
2012-01-24 | String->rtl::OUString | Caolán McNamara | |
2012-01-05 | make VectorOfOutDevStates a class and refactor this a little | Caolán McNamara | |
2011-12-21 | Revert "callcatcher: Remove unused code" | August Sodora | |
This reverts commit 070eff8cf1ad7763b8b730336f11032893b77049. | |||
2011-12-21 | callcatcher: Remove unused code | August Sodora | |
2011-12-19 | callcatcher: Remove unused code | August Sodora | |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan | |
2011-11-28 | more debug info for emf+ rendering - path | Radek Doulik | |
2011-11-27 | remove include of pch header in cppcanvas | Norbert Thiebaud | |
2011-11-21 | Revive gradient clipping debug visualization code. | Thorsten Behrens | |
2011-11-17 | Enforce a "lib" prefix for UNO components for Android | Tor Lillqvist | |
This commit for the old build system. (Don't bother for components not relevant for Android.) The Android package installer (as invoked through "adb install", from "ant debug install") silently ignores native libraries in app packages (.apk files) whose names don't start with "lib" and end with ".so". The package builder (as invoked through "ant debug") in the SDK gladly includes also thusly named native libraries in the .apk, though. Yay for consistency. | |||
2011-11-01 | adapt naming scheme | Caolán McNamara | |
2011-11-01 | add and use an OString::equalsIgnoreAsciiCaseAscii equivalent to OUString one | Caolán McNamara | |