summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2013-04-26remove unnecessary and misleading use of DLG_RENAME_GLOS idCaolán McNamara
none of it has anything to do with a rename dialog Change-Id: I18a963e55d085182b922e5a7f77010b895a179a6
2013-04-26At least for now, PythonTest runs against dev-install treeStephan Bergmann
...so clean up. (Changing this might be tricky, esp. on Windows where the python.exe wrapper adds the dev-install tree's dirs to PATH, so trying to run tests against solver instead of dev-install tree libs will result in chaos. This will become moot when we finally have solver == dev-install.) Change-Id: Icbfc3928a7ff178fd86d78d15ffcf539557efbb4
2013-04-26convert numbering name dialog to .uiCaolán McNamara
Change-Id: I5992855dfda8d08913ab2b238f44af059c67ff73
2013-04-26convert numbering naming dialog to .uiCaolán McNamara
Change-Id: Iff1a782fdedccf9a4865a54cf92261e7ac4693aa
2013-04-26convert rename object dialog to .ui formatCaolán McNamara
Change-Id: I76b5c2d190b268de93973083f1f6ca41804008cf
2013-04-26add more custom widget stubs, fix up existing namesCaolán McNamara
Change-Id: I6728162db244971f115754cfb9f55bbafd42f6d5
2013-04-26SwModelTestBase: add save(), next to load() and reload()Miklos Vajna
Change-Id: I15405dd6be64da689257aed50ba847f3741df3a1
2013-04-26convert edit section dialog to .uiCaolán McNamara
Change-Id: I7467b0d9f32c0a006bedf88f6658ffffcd28db5f
2013-04-26fdo#58949 testcaseMiklos Vajna
Change-Id: I584efc83ef1643a683757ac369cd140f52610293
2013-04-26Use <div> instead of <multicol> when exporting multi-column sectionsHarri Pitkänen
Commit da45a0e255f77d002c35438e9c2a17fecdde6d81 added CSS column-count property to the exported non-standard MULTICOL element. With this change we are also able to import multi-column DIVs into multi-column sections. Now we can change the exported element from MULTICOL into DIV which actually works in browsers supporting this feature. Importing legacy MULTICOL elements is still supported. Change-Id: I55bea40326904de7f137e996a000a7d213fa0593 Reviewed-on: https://gerrit.libreoffice.org/3610 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
Change-Id: I8443aef43d82de33ac7cb47d40cc5b544f7c9c87
2013-04-26Java cleanup, remove unused importsNoel Grandin
Change-Id: I697017f196a7f7e5684011ae23941e54051c45dd
2013-04-25convert auto abstract dialog to .uiCaolán McNamara
Change-Id: Iaed5429c61c5655d81d0010c4b56e8889aa5f29b
2013-04-25convert page preview zoom dialog to .uiCaolán McNamara
Change-Id: I4c4511787247bdcabd88af1c3b0894361336b71f
2013-04-25convert merge table dialog to .uiCaolán McNamara
Change-Id: I59ff70e3280d4e746b0d20f7f9532a341d88cb57
2013-04-25convert ascii filter dialog to .uiCaolán McNamara
Change-Id: I0e4f45d9e74fd2ae04defa75fce225d61295cdbc
2013-04-25Belts and braces for crash in null pointer dereferenceFridrich Štrba
Change-Id: I17fa205f16929b913084c8eee320a73416b1eda0
2013-04-25update pchThomas Arnhold
Change-Id: I67e73438312f2a672e71762ee6707ec5d425bb47
2013-04-25comments and code reformatMaxime de Roucy
Change-Id: Ib4e45cb85c9e5e5ffa6476c939300c6795412b1a Reviewed-on: https://gerrit.libreoffice.org/3582 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-24temporarily disable conditionalstyles-tbllook.docx testLuboš Luňák
writerfilter relies on boost::unordered_map being ordered in a specific way, temporarily disable until that's sorted out somehow Change-Id: I5fdb70223e39e2048a45e0b81ffc2c714e1c4532
2013-04-24add comment to the right function (result of mismerge?)Luboš Luňák
Change-Id: I8574e679f6f4ef252ba0eda025b1991bc3e93df4
2013-04-24remove executable bitLuboš Luňák
Change-Id: I50ab7a08e680cb5a6354035a058240df15e10bd9
2013-04-24gbuild: drop empty use_packages callsDavid Tardon
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23fdo#60280: sw: restore anti-aliasing for all OLE objectsMichael Stahl
The OLE case in SwNoTxtFrm::PaintPicture() was mis-merged to modify the anti-aliasing always but reset it only for Charts. (regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70) Change-Id: I0d740e621c3fd71f308d980581edb3c16308c06e
2013-04-23fdo#49076: copy numbering to clipboard only if start of para selectedMichael Stahl
SwTxtNode::CopyText: If the selection does not include the start of the paragraph, copy an empty string to the clipboard, which suppresses numbering output in ASCII text format. Change-Id: Ie467999b4e82e7f5149ffe8bb773aa74ccedcca7
2013-04-23fdo#62643 sw: fix autocomplate wrt. adding to a partially finished wordMiklos Vajna
This partially reverts commits 1eee77f2c2b4fa5f693708218c74a8f3909649a6 and 51f9e894f46e718200a14bcd61e9e44c64bc5396. Change-Id: Ie6a1202e139a0eb30cac482a2bb528ef70c7797f
2013-04-23Java cleanup - reduce use of global fieldsNoel Grandin
This field does not need to be global, it is returned from the relevant methods Change-Id: Ic53eec4a699d6acc4410e71dde385e6a49ded745 Reviewed-on: https://gerrit.libreoffice.org/3567 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-23fdo#62147: sw: ODF import: apply styles in cells with string-valueMichael Stahl
Apply the table-cell-style to paragraphs inside the table cell for cells with value-type="string" and office:string-value attribute. This should complete commit 1b5839f49c07beb6fbde6c7370a5636d22f9ab77. Change-Id: Ief34de1e7c5087906ea597ce3ca96e020f6eebe6
2013-04-22clean up PythonTestsDavid Ostrovsky
Conflicts: sw/PythonTest_sw_python.mk Change-Id: I8dc937df02efb686bf19d6606b9b42b6f0abf742
2013-04-22n#382137: Band-aid to avoid crash when saving the .odt to .docx.Jan Holesovsky
Change-Id: I6994da8a79cd7d6ca559ca41823a912381bdd61e
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-22sal_Bool to boolMatteo Casalin
Change-Id: I5831dfb7270ce3983a454c6c40558a74931d5200 Reviewed-on: https://gerrit.libreoffice.org/3537 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-04-21Extract QueryBox rotation string and InsertGraphic cleanup.Tomaž Vajngerl
Change-Id: I46bb4b2436407cc2cb084f502ff8fb5ff7754400
2013-04-21Menu "Manage Graphic" and Rotate 90 degree menu items added to Writer.Tomaž Vajngerl
Change-Id: Ic5ced4a743c6d5465462a7d88e63150741d1f920
2013-04-21Add rotation for PNG and GIF to GraphicNativeRotation.Tomaž Vajngerl
Rotation for PNG and GIF format perform by exporting and importing of the Graphic. This is a "fallback" way to perform graphic rotation and the easiest to do for lossless raster formats. Change-Id: I31efad9106b5cfbd1d7c6c5063726c455d05f934
2013-04-21Regster rotate left, right menu items.Tomaž Vajngerl
Change-Id: I64340da256a9ee66b13870854ccdccacaaf4f0d2
2013-04-21Detect image rotation when inserting images and perform lossless rotation.Tomaž Vajngerl
If Exif in an Jpeg image indicates that the image is rotated, ask the user if rotate the image to standard orientation. If yes, perform lossless rotation of the image. Change-Id: I164da2b06b7fd114f4d2a5a352719c47497daeae
2013-04-21fdo#39468 Comment translation GER-ENG in sw/source/ui/shells/ (Part 1)Matthias Freund
basesh.cxx line 112 translated with a hint of David Tardon. (Thank you!) Change-Id: I98af528c011a7d63b07b3aa71271d6816c11f7ab Reviewed-on: https://gerrit.libreoffice.org/3512 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20gbuild: PythonTest: automatic GDB backtrace on failuresMichael Stahl
This requires changing the interface a bit to pass the directory containing the test modules separately, because strangely the "unittest" thingy cannot load the test modules by their absolute path when changing the current working dir to where the core dump should happen. So put the directory onto the PYTHONPATH to work around that; arguably it's even nicer for clients this way. Change-Id: I0d1d39f33d0c086c6c3014d2f9ba93f0a3dc0128
2013-04-20disable PythonTest on WNT for nowMichael Stahl
There is a problem that needs fixing first, in order to be able to load the test.dll the OUTDIR/bin needs to be on PATH but starting the dev-install's python.exe with that then results in 2 instances of tklo.dll loaded, which fails horribly. Hopefully this will get easier once more stuff (python and libraries) is moved to INSTDIR. Change-Id: Ib615baac48e5e863b0b49a2de6c2985100ce3ae7
2013-04-20fdo#62699 Remove pass-through headersMichael Dunphy
Change-Id: I84a88238f6cdc485530ffb76f9444179a22abb92 Reviewed-on: https://gerrit.libreoffice.org/3491 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
Change-Id: I122669d4ffaf72fb1d5f6fccc98e8a648f31aa23 Reviewed-on: https://gerrit.libreoffice.org/3490 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
Now all these usages were removed from LO. Change-Id: I8a7233db20abdcdbb18428ad4004c78cc516a0e6 Reviewed-on: https://gerrit.libreoffice.org/3326 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-20WaE: variables set but not usedTor Lillqvist
Can bypass even more lines for OS X, Android and iOS. Change-Id: I6949ffa0cd21281ba169a813999da4b52e88691e
2013-04-19While at it, disable "smooth scroll" for Android and iOS, tooTor Lillqvist
The display updating happens in such a roundabout fashion that attempting smooth scrolling here can't have any useful effect. Change-Id: Iac085ea2ed6bad7a644e889f40fef1e329a041c9
2013-04-19Bin three useless variables and simplifyTor Lillqvist
Change-Id: I9e015028ad7a3e0bbac4368a636fad52f0823383
2013-04-19fdo#63685 wp:inline's distT/B/L/R is in EMU's, not twipsMiklos Vajna
Regression from 3d7e168a2a43c2414b0633379102ddb29437e75b. Change-Id: I9ab3f9f41316a01d5a74f3e500bad7a83c8d2dca
2013-04-19just added a big red noticeEike Rathke
Change-Id: I095a824c18a4ea61663e2706daa6616d60aaeb34
2013-04-19fdo#60641, localise stringsÁdám Csaba Király
Uses resource from numberingtypelistbox.src, to localise "Native Numbering" and the Cyrillic and Greek strings. Change-Id: I3dfafc90686bea9ddee67262044afa2619b882f8 Reviewed-on: https://gerrit.libreoffice.org/3441 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>