summaryrefslogtreecommitdiffstats
path: root/cppcanvas
Commit message (Collapse)AuthorAgeFilesLines
* fixed typoRadek Doulik2012-09-061-2/+2
| | | | Change-Id: I483ff930b99d04cbd1514d7f541e57e223b04bab
* display hexadecimal and decimal record numbersRadek Doulik2012-08-151-1/+1
| | | | Change-Id: If8720ad99d2c4c6fa4927771027123a559895bb6
* remove some unused methodsCaolán McNamara2012-08-092-26/+0
| | | | Change-Id: I8b89f49eff059f5650bfb531bcb568db1d97c3a3
* emf+: added implementation of DrawImage recordRadek Doulik2012-07-192-16/+40
| | | | Change-Id: I6c86c2eaca1586d915b648292373da4378c755ba
* Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann2012-07-182-6/+4
| | | | Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
* Remove unused definesThomas Arnhold2012-07-021-2/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-022-8/+2
|
* replace custom readString with read_uInt16s_ToOUStringCaolán McNamara2012-06-251-20/+2
| | | | | | | replace custom readString with more efficient and foolproof read_uInt16s_ToOUString Change-Id: Idf5f85adad008b4bd775badd83f55b152a6ddaaf
* cppcanvas: remove obsolete makefile.mkMichael Stahl2012-06-222-77/+0
| | | | Change-Id: Id9ccc156371a235bca764044a8d155b8720782c0
* remove bunch of obsolete looking .dxp filesMichael Stahl2012-06-221-1/+0
| | | | Change-Id: Ib06d88890007fd27d6838a5c8829230733d3df97
* removed unused forward declarations of classTakeshi Abe2012-06-232-4/+0
| | | | | | except moving ScPostIt into source/filter/inc/xeescher.hxx Change-Id: I85fbfe88e30edce5a48a65c494ced7b2129964ff
* re-base on ALv2 code.Michael Meeks2012-06-221-23/+14
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* re-base on ALv2 code.Michael Meeks2012-06-2135-832/+517
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* death to some UniStringsCaolán McNamara2012-06-191-1/+1
| | | | Change-Id: I0fa0c60e12c418d25f8bd96cc04c6abd74b1a608
* use a temporary rather than calling EraseCaolán McNamara2012-06-191-6/+2
| | | | Change-Id: I77c80d332e4bef34c31accf6e2ab77e59f9bf93e
* where is the logic of having 5 pChars if we only need 4Caolán McNamara2012-06-191-2/+2
| | | | Change-Id: I16c1f5ee7a05aa011d00e6f1de86e1aa5d9621b8
* if the string is created of len 0, then no point passing any argumentsCaolán McNamara2012-06-191-1/+1
| | | | Change-Id: I0055ad846f438765c5259e02025e6ef5f32c6169
* if the string is created from 4 sal_Unicodes then it cannot be of 0 lenCaolán McNamara2012-06-191-7/+4
| | | | Change-Id: I14695ec0871e186266770d7cfe90f532de31ea57
* Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky2012-06-121-7/+7
| | | | Change-Id: Ia0bc37f81b7213b20fc5093beb46d7a05b1ac931
* targetted string re-workMichael Meeks2012-05-222-14/+14
| | | | Change-Id: I9ed4df2a25c8a2a868f83de48472715a6cabe2be
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* tune the guessed position a bit, so that it works better with test documentsRadek Doulik2012-04-181-1/+1
|
* implemented EmfPlusRecordTypeDrawString recordRadek Doulik2012-04-182-19/+95
|
* added debug message for unsupported casesRadek Doulik2012-04-181-0/+2
|
* SrcRect for SrcUnit = 2 is in pixels, don't Map itRadek Doulik2012-04-181-2/+2
|
* ImplText never instantiatedCaolán McNamara2012-04-185-173/+8
|
* set minimal width if pen width is set to zeroRadek Doulik2012-04-131-1/+2
|
* fix crash on invalid/missing penCaolán McNamara2012-04-131-20/+26
|
* fix busted indentCaolán McNamara2012-04-131-13/+13
|
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-4/+4
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* callcatcher: update list, add README, remove some newly unused codeCaolán McNamara2012-04-051-62/+0
|
* New try to sort out the overloaded virtual method weirdnessTor Lillqvist2012-04-0411-103/+93
| | | | | | | | | | | | 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.
* Clang WaE: -Woverloaded-virtual weirdness, this seems to helpTor Lillqvist2012-04-044-1/+11
|
* removed duplicate includes in cppcanvas / cppuhelper / cuiTakeshi Abe2012-03-303-5/+0
|
* readUnicodeString can just return the stringCaolán McNamara2012-03-261-26/+28
| | | | | seeing as no-one checks the return value, we don't need the intermediate temporary string
* Add COMPHELPER_SERVICEDECL_EXPORTS* back in, after libmerge changesThorsten Behrens2012-03-161-9/+1
| | | | Did I mention I hate boilerplate copied all over the place? ;)
* Performance: avoid scaling just-generated bitmap 2nd timeThorsten Behrens2012-03-161-21/+17
| | | | | | 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?
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-2/+2
|
* cppcanvas: processEMFPlus: fix valgrind warning:Michael Stahl2012-03-092-4/+4
| | | | | | 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.
* workaround for buggy metafile imagesRadek Doulik2012-03-072-7/+13
|
* CRLF to LF, no code changedKorrawit Pruegsanusak2012-02-271-39/+39
|
* Removed unused code from cppcanvasSzabolcs Dezsi2012-02-1715-312/+0
|
* EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-132-10/+1
|
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* String->rtl::OUStringCaolán McNamara2012-01-241-4/+4
|
* make VectorOfOutDevStates a class and refactor this a littleCaolán McNamara2012-01-052-241/+254
|
* Revert "callcatcher: Remove unused code"August Sodora2011-12-215-0/+137
| | | | This reverts commit 070eff8cf1ad7763b8b730336f11032893b77049.
* callcatcher: Remove unused codeAugust Sodora2011-12-215-137/+0
|