summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2013-10-25DOCX export: more table style export testcasesMiklos Vajna
Change-Id: I84a9dde8620b128ab426722fc06f4a1c71b0c5a2
2013-10-25move OOXML_COLOR_AUTO from writerfilter to msfilter, we need it from swMiklos Vajna
Change-Id: I145c08d17ccb36bfbf734306cd9d27e8423debdd
2013-10-25DOCX export: table style export: initial cell hanglingMiklos Vajna
Change-Id: I83ca33d87a016f8634ca6a87b81df20f6b4e0e30
2013-10-25DOCX export: table style export: handle tblStyleRowBandSize, etc.Miklos Vajna
Read these from InteropGrabBag, as the importer already put them there. Change-Id: I10745628c61841c168daa64bf46c51228cb38374
2013-10-25fdo#44736 - set and fetch multiple properties concurrently 2Matúš Kukan
This fixes commit ee0bf5d58bc59052923c4ced928a989956e71456 Although it's a bit hacky. Change-Id: I4dfe9ff4a56b993fbcdc7acea29ee3700422f7b3
2013-10-25DOCX export: initial table style roundtrip testcaseMiklos Vajna
Change-Id: I164833907012f4b94e2be848ea4f26a9e1c8694b
2013-10-25fdo#70861 SwToSfxPageDescAttr: fix call to SvxExtParagraphTabPageMiklos Vajna
Regression from c2ccd20c0fd92bddfff76447754541705e3eb8f3 (fdo#44689: fix for specific case of page restart-value 0, 2013-08-29), the problem was that commit refactored starting page number handling, so that '0' is now also a valid value, and no longer means "no restart". However cui isn't updated yet, so always pass a 0 to it, like we used to do so before, that's better than a crash. Change-Id: I2adab43499bcdd5234da3f26559b0b384e533c2e
2013-10-24fdo#54938: Remove SupportsServiceImpl from sw and use cppu insteadMarcos Paulo de Souza
Change-Id: I285a03f615e2f2a2656873a8f433a2599bd62c28 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-24DOCX filter: initial table style export based on InteropGrabBagMiklos Vajna
Change-Id: I7b31322b50c8c924e5df3c32e3c2da8093709938
2013-10-24Don't allow selection handle movement to wrapTor Lillqvist
Change-Id: Idc189a84da1aa0ac510e003134580eafc03b4b9a
2013-10-24valgrind: bIsVirtPageNum uninitializedCaolán McNamara
valgrind complains about this when viewing a help page Change-Id: I0f30f8b5121fa5e6ddbac0ea6e05005e40bc7fd9
2013-10-24-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: I32b9d2398d2d734a0d96c937b2238d8ff9a74ef7
2013-10-24Related: fdo#70571 allowing clicking on a hyperlink in a protected sectionCaolán McNamara
Change-Id: I6104ee3bb0928275a0e4ffb9a7ca1be37ebc1f9e
2013-10-24use MsLangId::isNonLatinWestern()Eike Rathke
Change-Id: I3aba3f85face62e0b8d54aebb92412c350aa2923
2013-10-24Related: fdo#70571 say [ctrl+]click to follow linkCaolán McNamara
as opposed to "hyperlink". Be more generic and consistent across both ctrl+click and click modes. Change-Id: I673ed59fc9f3408a0c4534c6490d9bbc3598bc08
2013-10-24Resolves: fdo#70571 don't crash when clicking link in tocCaolán McNamara
when link is in a toc, and Cursor in protected areas is disabled, causing the cursor to leap before the toc before trying to see what's under the cursor in order to jump to it Change-Id: Iaf348e3621df02628b4d2ac8c1165df7082237ed
2013-10-24WaE: declaration shadows a fieldTor Lillqvist
Change-Id: I37a5edbc578a71cb7eba29c3191cfa36e90ca022
2013-10-24Use static_cast instead of C-style castTor Lillqvist
Makes it more obvious to the code reader that nothing wrong is going on (or the compiler would have complained). Change-Id: I2ab420ffeb71f5c0b68e1b7db039cb9cde6af801
2013-10-24Bin a few pointless commentsTor Lillqvist
Change-Id: Ia8a47bcd07cf10302b5cf6f550627e5c7cd1d9f6
2013-10-24added links to the image in tiled renderingPtyl Dragon
Change-Id: Ic9d972fd67123e3ab04f023806f7f96c89a883a7
2013-10-24tiledrendering extracts values when clicking renderPtyl Dragon
Change-Id: I4b350dc6c796bb1af0740917e17ac79b2a259a0a
2013-10-24added callback for renderPtyl Dragon
Change-Id: I56f47926eeff6ab57903c8eedf6528465fc41c9e
2013-10-24Resolves: #i120879# import "Microsoft Word TOC bookmarks" as...Oliver-Rainer Wittmann
cross reference bookmarks and suppress the import of unreferenced ones. Review by: zhengfan (cherry picked from commit e3a34e95823105fda68fd29a4ded22a9d52523fb) Conflicts: sw/source/core/crsr/crossrefbookmark.cxx sw/source/core/inc/crossrefbookmark.hxx sw/source/filter/inc/fltshell.hxx sw/source/filter/ww1/fltshell.cxx sw/source/filter/ww8/ww8par.cxx sw/source/filter/ww8/ww8par.hxx sw/source/filter/ww8/ww8par5.cxx Change-Id: I5898cbd33c9a17b9517040e19ca8eda4355a1eac also remove symbol-visibility problems in IDocumentMarkAccess.hxx (cherry picked from commit de9ea83df087ba3f8e614a69e8b18403d54b9589) Conflicts: sw/inc/IDocumentMarkAccess.hxx Change-Id: I2f51cc4412525c6e62d120df5c7fe1c223e35972
2013-10-24fixed build breaker SerbianEike Rathke
Change-Id: I5d8e0bc2c62f13d14f1be32786be8aec243c134a
2013-10-23Fix indentationTor Lillqvist
Change-Id: I8471214bb2d65d46f2123feb8ff33bf46bbba1d7
2013-10-23WaE: statement aligned as second statement in if ... [loplugin]Tor Lillqvist
Full warning message: statement aligned as second statement in if body but not in a statement block. To make the warning go away, put braces around the if-ed statement (a for statement). Leaves the stuff afterwards still oddly indented but will fix that in a separate commit. Change-Id: I875569de8aa7ff587eda0da241723c900486dd43
2013-10-23Resolves: #i119963#, #i120877# import and export actual TOC contentOliver-Rainer Wittmann
Patch by: zhengfan, Oliver Review by: Oliver reintegrate from branch writer001 (cherry picked from commit 8f2a21eac4a904db3cc4c448179e2d2cf5878ef4) Conflicts: sw/inc/tox.hxx sw/source/core/tox/tox.cxx sw/source/filter/ww8/dump/ww8scan.cxx sw/source/filter/ww8/wrtw8nds.cxx sw/source/filter/ww8/wrtww8.cxx sw/source/filter/ww8/ww8atr.cxx sw/source/filter/ww8/ww8par.cxx sw/source/filter/ww8/ww8par.hxx sw/source/filter/ww8/ww8par5.cxx sw/source/filter/ww8/ww8par6.cxx Change-Id: I75b2971f23754afa0bcb0b549bfb820dd5924b3b
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
There were only a couple of real bugs fixed, but we're a little bit safer now. This also fixes the assert and the comment in OUString::operator[] about this. Change-Id: Ibe16b5794e0ba7ecd345fa0801586d25b015974c
2013-10-23clean up some include guardsThomas Arnhold
Conflicts: sw/source/ui/inc/content.hxx Change-Id: I58d81881271fc6e3320bf3b5f1321594b28614a6 Reviewed-on: https://gerrit.libreoffice.org/6388 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-23WaE: -Werror=shadowCaolán McNamara
Change-Id: I978b25d23bb2c523b3207f17c61f6569b9baa3e1
2013-10-23tiledrendering opens filesPtyl Dragon
Change-Id: Ifbf5a3aad016e1c90c4c331b2f72b44203717f90
2013-10-23tiled rendering file picker worksPtyl Dragon
Change-Id: I9936b7d366c5f02a973927381480d064eba710c6
2013-10-23tiledrendering extracts values when clicking renderPtyl Dragon
Change-Id: I4b350dc6c796bb1af0740917e17ac79b2a259a0a
2013-10-23added callback for renderPtyl Dragon
Change-Id: I56f47926eeff6ab57903c8eedf6528465fc41c9e
2013-10-23convert code to use OUString::endsWithNoel Grandin
Convert places that call aStr[aStr.getLength()-1] == 'x' to use the shorter form aStr.endsWith("x") Change-Id: I1b3a19c0e89b8989cdbeed440f95fc76f9a4b6b6
2013-10-23WaE: declaration shadows a member of 'this'Tor Lillqvist
Change-Id: I1f5b3ffccb89a5b9111e60c0a1943e1642c3499b
2013-10-23More work on selection handling in iOSTor Lillqvist
Got the selection start and end handle dragging working... The trick was not to call SwWrtShell::SetCursor(), but SwCrsrShell::SetCrsr(). Sounds easy but took a lot of guessing and experimentation to figure out. Anyway, now it does what I had expected it to do a few das ago already. There are glitches, especially in corner cases like if you move the start handle past the end handle or vice versa. more Change-Id: Id6c1d99a4052531789bccf0d48165cfb41b89cfe 9b94c0dd55b04a7b6b3c40654562a9c51fa9b450
2013-10-22Bin some pointless commentsTor Lillqvist
Change-Id: Ia7c5b1654f3decc549b363c4443863f40c3f26e6
2013-10-22sw: try to fix Android tinderbox re StringMichael Stahl
Change-Id: I73ab199eb12a89373ca75cb659a77550d3512653
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
Change-Id: If59d7c75c89a102a573738d15d8593cb8ac5c486
2013-10-22Bin useless swmod commentsTor Lillqvist
Change-Id: I65df74242453a907b1a1a50f391e7b017bec5fcb
2013-10-22Resolves: fdo#38838 remove UniStringCaolán McNamara
hammer silver nails into coffin and bury in concrete Change-Id: I3fda2ff47738bb33793adab97faba2d439ac9a28
2013-10-22Tiled rendering: Finishing touch to the tiledrendering.ui.Jan Holesovsky
Change-Id: I1fb7c2cfdf8ffd69f8a2b4e1aba195939424606b
2013-10-22added the tiledrendering ui from gladePtyl Dragon
Change-Id: I8c32f5f3e09d2dc6214a76cd15a0b3adba62824e
2013-10-22CLASSIO is deadTor Lillqvist
Change-Id: Ib08fe1f8faf9d4a527ac84d69eaaa19eb7102a6a
2013-10-22If they are unused drop them then!?Tor Lillqvist
Change-Id: Ia5390025eb8b71296ff019461ace88117bdc4236
2013-10-22DocxAttributeOutput: comment wanted to refer to boost::noneMiklos Vajna
Change-Id: Ia3ecac669f35c57467e62c777e18d176753fdb0e
2013-10-22rFollowDesc -> aFollowDesc, it's not a referenceMiklos Vajna
Change-Id: I1dd5626a1ff8d8209003a7c4e6df05d01fd7c7d9
2013-10-22boost::optional default ctor uses boost::none alreadyMiklos Vajna
Change-Id: I14b1a0987f18acab2f309ba423a4f31dd34211f5