summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-17mork driver: add connectivity namespace to make VS happyfeature/morkDavid Ostrovsky
Change-Id: I4b66aa05bb6e415a0cfae660774e23e3e3e76218
2012-09-16mork driver: add queryDavid Ostrovsky
Change-Id: I8f32f04d2c0e0b026bbe960c6bc8895906988419
2012-09-16mork driver: add SortingDavid Ostrovsky
Change-Id: I4442bf72e75912a6fc4eeed0020549c481b60fb8
2012-09-14mork driver: get rid of infinite loop.David Ostrovsky
Many thanks to Michael Stahl for helping out with debugging it. The problem was, that soffice.bin grabbed the mouse and keyboard. Michael pointed me out to alternate Xephyr X-Server. With it it was the matter of 5 min. to attach a debugger to soffice.bin and to find the problem. Change-Id: Ic8340fbd87e65945b12f4a928c73fa23a439d9f4
2012-08-16create MQueryHelperResultEntry per row and not per cellDavid Ostrovsky
Change-Id: Ibec6eca8807c298f72a440a0e022bf4022132d7c
2012-08-15mork driver: connect MQueryHelper with MorkParserDavid Ostrovsky
Change-Id: I7f64a7bd9383406a51405a4c2ea0b0c99c2b57de
2012-08-13mork driver: add OColumnAliasDavid Ostrovsky
Change-Id: I85329469e92d51126f4e86bcafde7756277d7ddb
2012-08-09mork driver: adding missing stuffDavid Ostrovsky
Change-Id: I923cd4d3cbd90315099ab5ceff3761ab3cbdebf9
2012-08-03mork driver: commenting out OSQLParser in MStatementDavid Ostrovsky
Change-Id: I28abadac8844996b6823239894a5eb2177020548
2012-08-02mork driver: add Statement stuffDavid Ostrovsky
Change-Id: I7c7aab568dce21c87b9925fd599ab381e6d9885f
2012-07-31mork parser: fix table id straying rowsDavid Ostrovsky
Straying rows (rows that defined outside the table) belong to the default scope and to the table that was last seen. i. e. 1:^80 (at least i read the specification that way). In current implementation straing rows were always put in "dummy" table with id 0. By doing so the straying update rows were missing (they were assigned to the dummy table) and the data was wrong (outdated). Change-Id: Iea8edb3bf77c9d873f085bd312d2098ed4c9f69b
2012-07-31mork driver: fixed SAL_LOG typoDavid Ostrovsky
Change-Id: I7761832978da95606c0f4d1fcfc51d3a9eee15df
2012-07-30mork driver: add MDatabaseMetaDataDavid Ostrovsky
Change-Id: I78131c09c63eec5258c2c2f7e2d8d62c5aa0a211
2012-07-28mork driver: revert back to libmorklo.soDavid Ostrovsky
Change-Id: Ib02ab0db30cc6f722066aa7d3ff162810d6f4b79
2012-07-28mork driver: fixed postprocess build issuesDavid Ostrovsky
Change-Id: Icc1f83f9b0618c91aa6795164855ebd8e61467f0
2012-07-27mork driver: more verbose outputDavid Ostrovsky
Change-Id: I598490aa71b658844d912008c0cf14e225bda0db
2012-07-27stray fprintfCaolán McNamara
Change-Id: Icd10968e886be1d534e8037db6225e83712384ee
2012-07-27disable building the icu samplesCaolán McNamara
Change-Id: I8e8fbb33bcb008d45f539a112b4bf210603286c9
2012-07-27add regression test for #i19716#Caolán McNamara
Change-Id: I11440667bdf73ed09ebc83771acf33e2d3e61f6c
2012-07-27add regression test for #i21290Caolán McNamara
Change-Id: Ic60f440f8dc8fcfa76a023557e76fcf8e3c52476
2012-07-27gtk3: ensure we re-render native commitsMichael Meeks
If we blit pixels to the back-buffer, we need to remember to get them to gtk3 at idle. Change-Id: Ic37660e963fbbcdd132cfba0ce739174d64148d2
2012-07-27add RtfAttributeOutput::FlyFrameOLEReplacementMiklos Vajna
This extracts ole replacement code from FlyFrameOLEMath() and makes FlyFrameOLE() use it as well, as the later didn't write png replacement, just wmf one. Also remove FlyFrameOLEData(), which is now unused (it was only used by math, but math export returns earlier). Change-Id: I5e88708cdad1468ccbc5c3c8bb77521785822832
2012-07-27implement import/export of RTF_MMATHPICTMiklos Vajna
to be compatible with readers not understanding RTF_MOMATH Change-Id: I8d6a28b03b740da372558f7aa245592be6ac70b9
2012-07-27SmRtfExport: get current encoding from Writer instead of assuming the defaultMiklos Vajna
Change-Id: Ia8bdf83f36d986ca45ddad985aca827224c194f4
2012-07-27gtk3: remove obsolete forced background renderingCosimo Cecchi
Change-Id: I3fabfcee9166d2b32dbadaedba6d364ae1a7559e
2012-07-27gtk3: fix colors for menubar and menu itemsCosimo Cecchi
Change-Id: Iea44b34fbfc189c21267e095860c3bab3217bcfb
2012-07-27gtk3: simplify codeCosimo Cecchi
Change-Id: Iad78f62bedb93c456830b2133b67e081ab035b5e
2012-07-27gtk3: fix tooltip colorsCosimo Cecchi
Change-Id: Iacd8578ee71c5e0403c3398cb1f8d427be27d603
2012-07-27gtk3: fix rendering for scrollbarsCosimo Cecchi
Change-Id: Ibcdc3b73b845954817f08a3f50900d96a25a8e3d
2012-07-27drop hopefully unnecessary catalan word breaking rulesCaolán McNamara
various regression tests for the issues that prompted its inclusion all now pass in its absence Change-Id: Ia375322335b4272aa6c3d626b2d98bc64465bf1c
2012-07-27list dependencies explicitlyCaolán McNamara
and make the list (by its makefile proxy) a dependency of the output so that removing an entry will trigger a rebuild of the target and incremental builds are possible Change-Id: I18c8d5ea2140e61b2ef78e256871402be94b79e2
2012-07-27fdo#35973: XConfigurationController:Michael Stahl
Remove that horrible IsDisposing method, much easier to just put the call to SaveResourceState into the disposing() handler that is called anyway (well, should be called now, previously the ResourceManager wasn't registered...)) Change-Id: Ia81f6bf47602b195c0326f2151393542f5f8b9ec
2012-07-27update mdds checkDavid Tardon
Change-Id: I652d84f60a92369466f153a502022ac519312b22
2012-07-27unify return type in this methodMarkus Mohrhard
Change-Id: I8db70cff48ce900db0710b30f94090ebd7d77c0a
2012-07-27this explicit conversion is unnecessary, use the implicit oneMarkus Mohrhard
Change-Id: I798a1cd56baa86c7ee08b5f47ec5149d8a4815de
2012-07-27don't need to get this one for each cellMarkus Mohrhard
Change-Id: I9aab49c7604add1d574949909f0ab8b867341b27
2012-07-27fix indentationMarkus Mohrhard
Change-Id: Ia01aacf400826be63ce2ada8d57fc99ebb4ad552
2012-07-27svtools: add new math rtf keywordsMiklos Vajna
Change-Id: Ib57f9b143ccec29fdaa193bcfc523cd86a0713c1
2012-07-27sigh, missing fileCaolán McNamara
Change-Id: Ic5a254ea49b1281c8d74e5f4ea2dc106627d95e1
2012-07-27merge the two pict/pct detectors which disagree togetherCaolán McNamara
Change-Id: I63fc63884e3377f2707d99e7e85ab6761d37cd0a
2012-07-27add some more tiff testsCaolán McNamara
Change-Id: Iedc80fba8d25c7a8bc67d835b202fb9be61cb783
2012-07-27add pict regression testCaolán McNamara
Change-Id: I6765bd2de27971c441a7d3f8879e4fd9bc3112cf
2012-07-27add regression test for gif that nobbled XnViewCaolán McNamara
Change-Id: Ib5d456fa8e10a680ab79dd60bca99b37d0859078
2012-07-27want to search for some sample pctsCaolán McNamara
Change-Id: I1e3c8e0994d17c6d5465fe63ab73f927e90c4991
2012-07-27redhat bugzilla changed a bitCaolán McNamara
Change-Id: I95f0a96ac52ae929e20096d135207f8a0c040ca5
2012-07-27android: get ucpchelp1 conditionals right.Michael Meeks
2012-07-27factor out common code of SmOoxmlExport and SmRtfExport to SmWordExportBaseMiklos Vajna
Change-Id: I63ce6c57faf8568776d24ba1e8b13bd11b6c5532
2012-07-27SmOoxmlExport: remove unused ctor paramMiklos Vajna
Change-Id: I2c4f9239207bd8da7f29d2a386e9a432e32e5755
2012-07-27test RTF_M{RAD,SEPCHR,SSUB,F}Miklos Vajna
Change-Id: I73f472fb09f97d94fbc9ef5cf38d9cf3c4beb999
2012-07-27test rtf import/export of math placeholdersMiklos Vajna
Change-Id: Ie6864f152fae90e993e4ec127079491100029fa2