summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-15Fix vertical text and bitmap bullet renderingTamás Zolnai
Change-Id: I881fce0511c81b164516d68f72c7e750687d4e0e
2017-04-15Avoid using implicit assignment operatorTamás Zolnai
Change-Id: If9b67d16e468f9a705140da2c7b39721b47c5799
2017-04-15ODF import / export of rotated text in Impress tableTamás Zolnai
Change-Id: I57136e32ed2db5e405a45e8e4bad1b8d459b7ae8
2017-04-15tdf#100926: PPTX import of table with rotated textTamás Zolnai
Change-Id: I05a8e979ac11b179e15784023032a56edc5b569b
2017-04-15Implement RotateAngle API property for Impress table cellsTamás Zolnai
Change-Id: I01379c0fc21e8fe294bc882bf824f64502863ff4
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai
* Introduce new table property for text rotation * Support only two rotation angle (270° and 90°) * Implement editing and rendering of 270° rotated text (90° rotation was already implemented) Change-Id: Ifc2e0f171e9c840e86b365e9af2c30aa97ecd92e
2017-04-15loplugin:unreffun DelayedPaste unusedCaolán McNamara
Change-Id: Ib2ca1766bbc1529c3e817d082be23f76bfc0f50f
2017-04-15tdf#106639 Don't add space if Snap To Chars of text grid is effective.Mark Hung
SwFntObj::DrawText() don't process added space of justified text if Snap to Chars is effective when text grid is Lines and Chars, however SwTextCursor::GetCursorOfst and SwTextCursor::GetCharRect count them despite that and make the cursor movement irregular. Change-Id: Ic31577e207b5a033298970a831016221f99d3499 Reviewed-on: https://gerrit.libreoffice.org/36291 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Hung <marklh9@gmail.com>
2017-04-15tdf#43741 do not add space to the last character.Mark Hung
Adding space to the last chracter make textlines extrude the boundary. Check SpaceStop to prevent adding space after hole portion or the last character. Change-Id: If252a8a57cf55752cb152aa78688157f5d528b99 Reviewed-on: https://gerrit.libreoffice.org/35978 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mark Hung <marklh9@gmail.com>
2017-04-15White-list include/ and sc/ - wow.Michael Meeks
Change-Id: I4ec50446292a0bc1be5b6358f0da7c67fac74a08
2017-04-15Fix typosAndrea Gelmini
Change-Id: I0238202c0dc0380b0e33a9c4567a9513c0afbe91 Reviewed-on: https://gerrit.libreoffice.org/36556 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-14Make it easier to inspect string formula results.Kohei Yoshida
Change-Id: I0071dcfcf05ad4a268374a86c15be770f3b58de1
2017-04-14convert cell menu to .uiCaolán McNamara
Change-Id: If0b17eb94a629d6a46d5fd44430e866135a4c002
2017-04-14convert rows menu to .uiCaolán McNamara
Change-Id: If81b5e23c1699822899c929b486850ac06776c76
2017-04-14convert group sort context menu to .uiCaolán McNamara
Change-Id: I8ad51ef49cc0f869efd09b95d3dc11f201e8ee61
2017-04-14remove methods that were never calledCaolán McNamara
Change-Id: I5a841e1cd2bcd2766e51bb5944b992b5de51c7b6
2017-04-14the context menu has only DELETE in itCaolán McNamara
Change-Id: Ib581011e4f3adda8b6f81d1c2cbdf5de5da80f55
2017-04-14convert function menu to .uiCaolán McNamara
Change-Id: I6ff1ccc0fb20c638c7bdb587c8fe81a710a49d21
2017-04-14tdf#39468 Translate German comments in swJens Carl
Translate German comments and terms in sw/ Change-Id: Ie82178842f6d9e4b2b1f4cac1bcee1e8a5b8b957 Reviewed-on: https://gerrit.libreoffice.org/36547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-04-14tdf#39468 Translate German comments in swJens Carl
Translate German comments and terms in sw/ Change-Id: Ib85027a2f456395d99a1a0bbf8919fddbfd028bd Reviewed-on: https://gerrit.libreoffice.org/36549 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-04-14convert other gallery menu to .uiCaolán McNamara
Change-Id: Ib67c0e1822e32349ef5bc84fdf513276ad859e98
2017-04-14GalleryBrowser2::Dispatch is always used with just MN_ADDCaolán McNamara
Change-Id: I295738e3114fe033df50dcd6787f56d846fe5ce4
2017-04-14convert gallery menu to .uiCaolán McNamara
Change-Id: I69b7b9d06d01c205dc1906578d590c17c4eab460
2017-04-14convert annotation menus to .uiCaolán McNamara
Change-Id: If827a4fb31473bf60d7619f83a5399939cdfc57a
2017-04-14convert image map menu to .uiCaolán McNamara
Change-Id: Ie6c2f49dbc1e4a436bf61906c1361cc593ad37f5
2017-04-14ubsan: only cast when necessaryCaolán McNamara
the item may be INVALID_POOL_ITEM if we're not in the bDefaultOrSet cases so only cast when we need to Change-Id: I127d5be0adcc0d3ad5881b2a386b8a2b69e7d3f0
2017-04-14rework POPUPMENU_TOOLBAR_QUICKCUSTOMIZATIONCaolán McNamara
don't create a menu in order to copy certain entries under certain conditions to another menu, just insert the specific entries from more elemental parts Change-Id: I2254753fdc374742422afdb40fed7e78ae5dfbb2
2017-04-14convert fileview context menu to .uiCaolán McNamara
Change-Id: I4631b4fa0312c6548a1176872e3a836d377f518c
2017-04-14AutoText: .dotx files visible when importSzymon Kłos
Change-Id: Idd2cdd9696a15ca5a215fc42b46cc470c4c25a28 Reviewed-on: https://gerrit.libreoffice.org/36550 Reviewed-by: Szymon Kłos <szymon.klos@collabora.com> Tested-by: Szymon Kłos <szymon.klos@collabora.com>
2017-04-14convert style context menu to .uiCaolán McNamara
Change-Id: Ie72a1ecb91ddbbf2230ff2a56e361af98898d730
2017-04-14only one button should have has_default setCaolán McNamara
Change-Id: If47aa714e34d4acd7a9fc2e3f600ad4de847cdda
2017-04-14convert bookmark menu to .uiCaolán McNamara
Change-Id: I7b62c3234fd986a0648b9a543d0e44a922ee15e4
2017-04-14remove the remaining unused mouse cursorsCaolán McNamara
which are not used by us directly or aliases of published awt constants Change-Id: Ic4f009715d71a2f986b8ef8d64b4b2e64986bf3b
2017-04-14document that PointerStyle and css::awt::SystemPointer are linkedCaolán McNamara
Change-Id: Ic4a91520fe6c43f1a602e307fbcb0eb89e4f60bb
2017-04-14tdf#106736 do not insert kern portion before tab portion.Mark Hung
Postion of SwTabPortion is set in constructor and is not expected to change later. If it is changed later, overflow will make the line full and push the content to the next line. Change-Id: I75fa9842c2c5bc0c2c16f9c5c17c43cdf88ea6ff Reviewed-on: https://gerrit.libreoffice.org/36061 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-04-14sfx2 lok: use auto when initializing with a cast to avoid duplicationMiklos Vajna
Change-Id: I4e462e9355db3ae44deb0762f019f097f8550eb2 Reviewed-on: https://gerrit.libreoffice.org/36548 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-04-14ucpgvfs is gone a long whileCaolán McNamara
which presumably means these files should really be removed ? Change-Id: Ibc12bdb1e2dcf53b74506798e71a016a3e884043
2017-04-14revert removal of apparently unused mouse cursorsCaolán McNamara
partial revert of... commit 65b7b6322b662785bf032e66c76abc36c9a2bb0e Date: Wed Feb 8 10:40:28 2017 +0200 loplugin:unusedenumconstants read-only constants in vcl because we cast the com::sun::star::awt::SystemPointer values to PointerStyle in VCLXPointer::setType and we've at least lost the PEN as used in the slideshow context menu's pen mode "toolkit/source/awt/vclxpointer.cxx" 74L, 2181C Change-Id: I5ef677f70ebc491b50403de0f92179ea4ae3bb14 Reviewed-on: https://gerrit.libreoffice.org/36526 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-04-14starmath: size() > 0 -> !empty()Takeshi Abe
Change-Id: Id7c73870f58ebf04c2703cdf8b3d0ffe258b2c0d Reviewed-on: https://gerrit.libreoffice.org/36545 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
2017-04-14remove the old collaboration feature based on telepathyMarkus Mohrhard
Change-Id: I1f08d6ef43b76e7bae41ac33bb954f506ae7c485 Reviewed-on: https://gerrit.libreoffice.org/36542 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-04-14update cppunit to 1.14.0Markus Mohrhard
Change-Id: I95fa42f4ef0580734b605df859c1660b29adb8b2 Reviewed-on: https://gerrit.libreoffice.org/36499 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-04-14vcl PDF import: don't assume larger offset -> newer trailerMiklos Vajna
Usually when the PDF file contains incremental updates the updates are appended at the end of the document. But this is not required, the various trailers can be in any order. Make sure that we look at the last trailer (logically last, not the one with the largest file offset) when looking for pages. Change-Id: Idcd85a7c6bbf08c9436dd73933d79cdb683f482c Reviewed-on: https://gerrit.libreoffice.org/36527 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-04-13tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit()Michael Stahl
As it happens this DirectWrite stuff is using some thread pool internally, and that must be shutdown before exit(), as Win32 will terminate all other threads at that point, and then the thread pool wants to talk to threads that don't exist any more. https://blogs.msdn.microsoft.com/oldnewthing/20120427-00/?p=7763/ So convert this from a global variable that is deleted from DllMain() to a member of SalData, so it is deleted from DeInitVCL(). Change-Id: I51408a07c78758cf0c193ab66b9214d0c9dbd9e3
2017-04-13Don't crash when deleting a non-existing comment.Jan Holesovsky
Change-Id: If03f19c988f4c7ba6dfe1d3058c71ec11cd1b732
2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin
Change-Id: I71d7a7755a5c20d5146d1ad7e96ca22b7823173a Reviewed-on: https://gerrit.libreoffice.org/36517 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-04-13tdf#106084 EMF+ Add support for EmfPlusScaleWorldTransform recordBartosz Kosiorek
The EmfPlusScaleWorldTransform record performs a scaling on the current world space transform. Change-Id: I03717b28a88d574d597174c6ca3446f937c96a15 Reviewed-on: https://gerrit.libreoffice.org/36320 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-04-13tdf#39053 EMF+ Draw an extra line between the last point and the first point.Bartosz Kosiorek
The EmfPlusDrawlLines record specifies drawing a series of connected lines. Bit 0x2000 indicates whether to draw an extra line between the last point and the first point, to close the shape. In this commit support of additional line which close shape was added. Change-Id: I47ae3d8003cbfdd5b8ff5ba78e1ebe10f97af04b Reviewed-on: https://gerrit.libreoffice.org/36317 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-04-13tdf#106084 EMF+ Add support for EmfPlusTranslateWorldTransform recordBartosz Kosiorek
The EmfPlusTranslateWorldTransform record performs a translation on the current world space transform. Change-Id: I3e5744060c8a6d758bcc2804c6798e0208d2191f Reviewed-on: https://gerrit.libreoffice.org/36287 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-04-13convert slideshow context menu to .uiCaolán McNamara
Change-Id: I2e15f649ef628903899b5351bd52fc85b50fde8d
2017-04-13Use std::unique_ptr<JavaInfo> in createJavaInfoStephan Bergmann
Change-Id: Ie39c40e0fd05f75e734d8cd2d33a7fb13c746f77