summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2012-07-27discard broken embedded object previewsCaolán McNamara1-8/+17
Change-Id: I4f632545d383c4887342aa2959987d4ac3638eb4 Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Jan Holesovsky <kendy@suse.cz> Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-07-09- fdo#45830 - Language/User Interface: current choice indicated as defaultRob Snelders1-0/+1
Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476
2012-07-06BorderWidthImpl: let's try if this is a better way to convert to intMichael Stahl1-3/+6
Change-Id: Ib374998199afff347786764716646e73dd12de2a (cherry picked from commit 3c6bc3cb6a673c552e2839e421656341151bf12e)
2012-07-04refactor handling of double border widths:Michael Stahl1-6/+25
Word uses a completely different definition of "width" of a double border than OOo and ODF: for Word the width is apparently the largest of the 3 component widths, while OOo and ODF define the width as the total with of all 3 components. The new border implementation in LO 3.4 was apparently inspired by Word's double border definition, which resulted in various import filter regressions, see the previous fixes: 36e43b52992735c622833e923faa63774b9e2f76 e2ffb71305c5f085eec6d396651c76d6daee3406 70a6a4d425558340bb49507975343a3e0a1bdde8 These fixes set the ScaleMetrics, which actually seems sub-optimal as there is a ScaleItemSet function somewhere that apparently re-scales all items in an itemset, which could undo the fixes. Also, one of the fixes actually managed to break RTF/DOCX import of double borders, as that ended up in the same code via the API. This commit now reverses the change, so that the width of a border is now always the total with of all components, which is (imho) much more intutitive, and also leads to a consistent UI where selecting say 3pt width has predictable results, no matter what the border style. The border widths are now converted in the Word format import/export filters (writerfilter and sw/source/filter/ww8), and various tests were adapted to the new handling. (cherry picked from commit 2d045cdb69176b280812dda0b813371cf1ac72e2) Conflicts: sw/qa/extras/ooxmltok/ooxmltok.cxx Change-Id: I50456c49b1a298569607e6c88f19f18441348ac3
2012-06-30remove one more unused stringAndras Timar1-4/+0
Change-Id: I83942f6408b32b68631dde5d260fa8c8e01bdbfd
2012-06-30remove unused string resourcesAndras Timar2-81/+0
Change-Id: Ie764adf7a602e9335e6da1de94d6f737feea6364
2012-06-19typo: paramters, paramaters -> parametersAndras Timar1-1/+1
Change-Id: If58683331c50f2a95204e8e2dea11edbef3ccb63
2012-06-18Give Macro recorder separate option, apart from Experimental featuresCor Nouws2-1/+36
Change-Id: I9dbf5d510ebaff8448a152d75a006a183303bd81 (cherry picked from commit 5ae11320a26a6356dfadeb812e0d6baf5bdc951c) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-06-05assume for all menus we reserve space for checkboxesCaolán McNamara1-10/+6
so menus have consistent whitespace at left regardless of containing checkboxes/radiobutton entries. Its nasty to have menus "suddenly" appear without whitespace as submenus of ones with whitespace. This is a logical consequence of MENU_FLAG_SHOWCHECKIMAGES always set (in the absence of SetMenuFlags where usage has generally dropped MENU_FLAG_SHOWCHECKIMAGES accidentally) Change-Id: I9501381b91415131eff5143a0c88142221530fb6
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-52/+38
Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
2012-06-04CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat2-17/+7
Change-Id: I2c49b95279d90ebb06f38ed83061a5f1a905a555
2012-06-02targeted string re-workNorbert Thiebaud5-32/+30
Change-Id: Ifa58823b593a545c66ef78ebe13e576127e60dc9
2012-06-01rulers: Fix the drawing on Windows, the text was still off there.Jan Holesovsky2-54/+19
Change-Id: I8a71851c0c602c17a4088fb969afa07808f5fe20
2012-05-31targetted prefer prefix operators reversionMichael Meeks1-1/+1
Change-Id: I7e1ae9622bc89b584ddbb307dac15b0ed56ae563
2012-05-31targetted revert of minor cppcheck cleanupsMichael Meeks6-15/+18
Change-Id: I2ec1bc3fd5dd5d38c2b3b9600265943083873515
2012-05-30Store the module name here. I need to use it in the recent files menu.Kohei Yoshida2-0/+3
Change-Id: Ib074b6a4ac6c2fe89edf0a0e4b2faf2d8a8eae68
2012-05-30fdo#47752: first column of checkboxes is too smallIvan Timofeev2-1/+20
Change-Id: I199276a99063d5a125be1f2cd5d71574f078a82e
2012-05-30fdo#47752: use native checkbox widthIvan Timofeev1-0/+2
Change-Id: Iac8049c49520a5fd119c4617144af302f924475b
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-25add a little devtool to list the languages supported for spellcheckingCaolán McNamara3-0/+169
Change-Id: Iad21ad040e797690a80f94e2eec8e38b8bffadb2
2012-05-25tidy SvtDocInfoTable_ImplCaolán McNamara2-5/+2
Change-Id: Ic354fc145c75eb24aa010627467fae007cfbf024
2012-05-24returning reference to temporary [-Werror]Stephan Bergmann2-2/+2
Change-Id: Ib37f1fc9658cb50227463cf2aa1421ba47b2ec9f
2012-05-24convert ResStringArray to rtl::OUStringCaolán McNamara2-5/+4
Change-Id: I51b86a10caa5da6e12583c2b22404b0d9282b13d
2012-05-20Some cppcheck cleaningJulien Nabet1-2/+1
Change-Id: Ic30cdeffabec1eb1a6c153ac450a3d28064ef534
2012-05-18useless temporaryCaolán McNamara1-2/+0
Change-Id: Ia7c1da0eedc5d64ef3f2b17fb999bec3b242af88
2012-05-17removed unused const rtl::OUStringTakeshi Abe2-2/+0
Change-Id: I7c3409ac39e690fcf2f7e4085bf6857e6bd182fb
2012-05-16ruler: More off-by-one drawing problems fixed (hopefully all of them now).Jan Holesovsky1-9/+9
Change-Id: Icd566610229fe080bb45b746459abed15112c225
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-6/+0
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-05-16reduce static_initialization_and_destruction chainCaolán McNamara1-27/+20
Change-Id: I962aeac0c7feeabb7963016d5afcfeca5a48ccfe
2012-05-16Unwound unhelpful LogHelper::logItStephan Bergmann2-35/+32
...where the OSL_FAIL line numbers did not point at the relevant code. Change-Id: I4d12d63782378cbbc446cdcd77c07676ffc81d78
2012-05-15ruler: Fixed many off-by-one drawing problems.Jan Holesovsky1-13/+22
Change-Id: I3aab81682310cbf1da8af6dc0a5d71eb8e3140e4
2012-05-14n#760294 svtools: allow border gap < 1ptMiklos Vajna1-4/+5
Change-Id: I3ac70ea343edde406e78845a112aabcbd8ff65b1
2012-05-14FilterConfigCache not used outside svtoolsStephan Bergmann1-4/+3
Change-Id: I75c88b83903c7510291b9d021fd4837b2c8d5e4c
2012-05-14WaE: unsafe mix of bool and sal_BoolCaolán McNamara2-10/+10
Change-Id: I3854a9958f49dbbabe7a604e4604d5d8f79adc11
2012-05-14convert GetComment family to rtl::OUStringCaolán McNamara2-4/+3
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
2012-05-14Add helpful instructions nearby encrypted CVE files.Michael Meeks1-0/+7
2012-05-13callcatcher: update unused code listCaolán McNamara2-8/+0
Change-Id: I2b21cb0b6d9164b18594e2c122ce242062be276d
2012-05-11removed unused definesTakeshi Abe7-14/+0
Change-Id: Icc2ed1499615728bd8dce1b34e64095fcd5d78b9
2012-05-11removed dead codeTakeshi Abe2-114/+0
Change-Id: I76361b6fc995b13547e0bf24a593f91e456502c8
2012-05-11removed unused static dataTakeshi Abe3-7/+0
Change-Id: I76d0aaaee472e1ce114b98c22a7e8e570d5f45c5
2012-05-09work around -Wreturn-type with compilers that cannot figure it out themselvesLuboš Luňák1-2/+1
2012-05-09sort fonts so that upright faces are shown in the font dropdown listCaolán McNamara1-5/+19
Change font sort so that font faces like those of URW Palladio L whose italic variant is lighter than its upright variant are sorted with the upright fonts first so we don't see italic variants in the font widget. Also sort "normal" weight faces below all other weights Change-Id: I9c81b475d95b9dd17a873fd791b942512ff039c7
2012-05-09removed unused definesTakeshi Abe8-35/+0
Change-Id: Ife6ba8104a3af79aa5d62509755b9d2c58d98e3a
2012-05-09removed dead codeTakeshi Abe8-181/+1
Change-Id: Ifaa3e07c98cea3de51d715e0eb7657a0896e77eb
2012-05-09Related: fdo#34814 check if a missing font is a known symbol fontCaolán McNamara1-35/+44
Change-Id: I85f8e3fe7a30a59b2e458706b927d8f9c3a65abc
2012-05-09remove comment, it'll only confuse mattersCaolán McNamara1-6/+1
Change-Id: I3268dd37834b4a2ece084e4d0843e7c38cc39c83
2012-05-09Incorrect character written out when saved in HTML formatGordon Lack1-2/+7
Change-Id: I0ac19bf724be64004aeaecad67e95627a098975f
2012-05-08Revert "Set the listbox height to an integer multiple of the listbox entry...Ivan Timofeev1-10/+0
This reverts commit 16c9d63da67897e51960f3684d8d05b06f2c8f81. Conflicts: svtools/source/contnr/svimpbox.cxx Change-Id: I8e030e3b85fbf31d8369646e55048b830a83486e
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold5-18/+18
Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
2012-05-04fpicker: make the place edition dialog workingCédric Bosdonnat1-35/+5
Change-Id: If290ea4c1418162902e00bcc29c3afe69685ec5d