summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
Change-Id: Ic494c8e3b072adceca984a3ceec02088ac08e880
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
Change-Id: Ia2d6f3e05398395af5e12ce9c1b35484f06a13b4
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
Change-Id: I21cac03d5100822ef99d4b7fb7c192c0d2adf1b2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
Change-Id: I3cf8c36fec3110b6c26f7b3cd550f8428963cc65
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
Change-Id: I10dfaab18f39df8766718370d0bee6c9e41d1a42
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
Change-Id: Ia1130431fa5206bd007b6ce05488e4a199323c5b
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-4/+4
Change-Id: I14eaa418950ee40534c308a19c50422a9a58fd47
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann3-3/+3
Change-Id: I94230f5d0838f26173eb17401f7bf22ab126e7ef
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
Change-Id: If8f59f3a9bc695ed407166e03e3e01e2725a4fed
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-4/+4
Change-Id: If95a985badc34d3789e82fb576836730aff9cefc
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
Change-Id: Id980379f57590759ebc9b862aad3c6dfb04ddef7
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann5-7/+7
Change-Id: I74bf1042cc5a2c4027023f1fa32248a50f5d2274
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
Change-Id: Iec7b56a49924acfc6cb15c17ea6a4c9d3ee196b0
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann8-28/+28
Change-Id: I1e4363f917a978434fb11368918435da12531dc6
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
Change-Id: I13f6c41a9918363d1b91d64ab2b8c331d007561a
2015-05-11Sidebar: add a border to Slide Transitions list boxAdolfo Jayme Barrientos1-1/+1
Change-Id: I3ab7f5fbc43d78f5ecf8ec282845f132c7d27a1c
2015-05-11LO crash when Tools -> Customize -> Event -> ESCPhilippe Jung1-1/+2
Change-Id: Iae2687d980b126912ed1e9c7045605a90aeb7ffe Reviewed-on: https://gerrit.libreoffice.org/15700 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-11CppunitTest_libreofficekit_tiledrendering: add postUnoCommand() testcaseMiklos Vajna1-1/+5
This fails without commit d4a12421f2b0aafe97f8ab78017261969c36ae0e (desktop: pJSON may be 0 in jsonToPropertyValues(), 2015-04-29). Change-Id: I08fffe65eb6cdc94fcfc57c2b8f1ec9fa546f70d
2015-05-11Unused oox::AttributeConversion::decodeUnsignedHex()Miklos Vajna2-8/+0
Change-Id: I26d52d4ba49216dd9c3d402dbd5480865e5351e1
2015-05-11sw: prefix members of SwAccessibleSelectionHelperMiklos Vajna2-28/+28
Using rCtxt vs rContext to refer to the local vs member variable is suboptimal. Change-Id: I160cb923e1467c5a1e34d84c6c5d9061f637e3bd
2015-05-11sw/qa/extras doc: advertise CPPUNIT_TEST_NAMEMiklos Vajna2-28/+4
And get rid of the no longer needed hack. Change-Id: I275cbf212a6e6d3d28d136be9736dd1ac03a66ef
2015-05-11tdf#91074 RTF import: handle \dplineco* for text framesMiklos Vajna5-20/+47
RTFSdrImport::resolve() already had the logic to use the relevant API depending on if the shape is a text frame or not -- extract that to a separate member function and use it from RTFDocumentImpl::popState(), too. Change-Id: I663b372244f09f002447ece62587143b2a575795
2015-05-11Remove unused padmin iconsAdolfo Jayme Barrientos7-0/+0
Change-Id: I0e93591071e39a1b3afabe60b42482ad2752974e
2015-05-11Tango: more updatesAdolfo Jayme Barrientos118-11751/+13547
Change-Id: I104d0369f493f3bd2b4e8b3b9f18801bbadf7afb
2015-05-11refactor ToolPanelDrawer to use RenderContextTomaž Vajngerl2-42/+29
Change-Id: Iee3d2801a257f26673cae5abf5614ed4382b5e6b
2015-05-11refactor PanelTabBar to use RenderContextTomaž Vajngerl1-114/+110
Change-Id: I67865bc2512760a8dfcb6dc1b7688400f7986a6a
2015-05-11refactor TableControl to use RenderContextTomaž Vajngerl5-214/+169
Change-Id: I4a84cdc8517b69b28fbb8521d0593ae5ed4c3a79
2015-05-11refactor SvResizeWindow to use RenderContextTomaž Vajngerl2-37/+52
Change-Id: I3c986ff077a6183b6067c5a16a226954fa84b44c
2015-05-11assert needs pFirst, to use NDEBUG hereCaolán McNamara1-1/+1
Change-Id: I435d887c4763bfbb4a24e9d34252a85967ef8947
2015-05-11refactor ValueSet to use RenderContextTomaž Vajngerl12-362/+431
Change-Id: I3985804f8cfd1b6807bc02bef5af3e24e5cb3cbf
2015-05-11refactor TabBar to use RenderContextTomaž Vajngerl2-268/+250
Change-Id: Id29cbf407fe96fceb326b1197991baf4698e5177
2015-05-11cppcheck: cstyleCastCaolán McNamara15-30/+30
Change-Id: Id3ffa264ba7990b53d264745eaf0726f1468577b
2015-05-11cppcheck: unreadVariableCaolán McNamara2-7/+0
Change-Id: I7af3807a4390e3b2f1bd9373feb937b6ff3dea7a
2015-05-11invoke sal_detail_deinitialized() on MacOSX tooNorbert Thiebaud2-1/+8
LibreOffice.app on Mac, eventually call NSApplicationMain() which never return.. so the sal_detail_deinitialize() call intented by SAL_IMPLEMENT_MAIN*() is bypassed. This will attempt to call it, as late as possible in the NSApplication lifecycle. Change-Id: I5cb63bfaeafb784a0fee356ff843b332d8e31932 Reviewed-on: https://gerrit.libreoffice.org/15684 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-05-11remove accidental code checked inNoel Grandin1-5/+0
Change-Id: I541d08fb32932917f8cc2c056325769e729e618a
2015-05-11Suppress loplugin:implicitboolconversion warnings in Objective-C codeStephan Bergmann1-5/+7
...(but not Objective-C++ code) where BOOL (aka unsigned char) expressions are routinely implicitly converted to int per the C rules, e.g., as operands of &&. Change-Id: I17e5dae9f065aaa814850196b1ef31f8fb07c99b
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin26-61/+105
Change-Id: I5d0a3b8ed1c49ba2806e0fa528d908da45afd58c
2015-05-11-Wshadow appears to work now on Mac OS XStephan Bergmann1-2/+2
...at least in my build against the 10.9 SDK. (Though Clang apparently emits far fewer shadowing warnings than other compilers, anyway.) Change-Id: I1f1e2ef693c3bd0846d85a3f72f32a8610f46194
2015-05-11loplugin:staticmethodsStephan Bergmann5-49/+46
Change-Id: If28afc6a2936b150e6659ed84c5ecac9f4c54edc
2015-05-11Remove unused OSXTransferable::isUnicodeTextStephan Bergmann2-7/+0
Change-Id: I20fbfccc3e7799539372e72490fe5721ec009896
2015-05-11loplugin:staticmethodsStephan Bergmann6-106/+105
Change-Id: I1730694d8856ed009b8bf02a71657ca933bc6101
2015-05-11refactor Ruler to use RenderContextTomaž Vajngerl4-317/+318
Change-Id: Ic4c57e161419a9b185b2c5ee8e8b79d3da9e4a7e
2015-05-11refactor Roadmap to use RenderContext, some cleanupTomaž Vajngerl2-98/+91
Change-Id: I4750c17ae7110b0102ebdd141a31ab2a52c4e774
2015-05-11remove whitespace, decrease indent level, cleanupTomaž Vajngerl1-635/+605
Change-Id: I618ca9c26e5d5371262d50782ea3396f11931892
2015-05-11add test for tdf#84347Markus Mohrhard2-0/+14
Change-Id: I437801a752e2ae2fa762f46f566b761fdc02acb8
2015-05-11fix regression from 1c4025babd7037a3292aa530c7d45ab8d6ef6dcbMarkus Mohrhard1-1/+1
Change-Id: I28543128b75315be1eda1a82f6e856778c38a33e
2015-05-11only export series for same axis into same chart type element, tdf#84347Markus Mohrhard1-48/+107
Change-Id: I2b8b962054b0e1ca98db3929c6692e7c354e6a93
2015-05-11split exportSeries function upMarkus Mohrhard2-34/+39
Change-Id: I06c09a494bdf37a87ff851a8e3cbc94b22b9a511
2015-05-11unused parameterTomaž Vajngerl1-2/+2
Change-Id: Ied856c05594a0ee5bd43ec61e65d12dd18e746d8
2015-05-11remove whitespaceTomaž Vajngerl1-98/+0
Change-Id: I34995118b06319a8ff5b5c51b22cbe1898cb2756