summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-09Bump minimum gtk version to 2.10Riccardo Magliocchetti
That is the version available in RHEL 5. The configure change for telepathy has been changed for consistency only. Change-Id: I664901dd2bbcc75f6f6fb84940f3fa85d69f57dd Reviewed-on: https://gerrit.libreoffice.org/13369 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-09solenv: handle workdir_for_build in create-tagsMiklos Vajna
Change-Id: I669ea2813daeb2be8164e1d7c224368c2fe9819a
2014-12-09SwModelTestBase: unused MethodEntryMiklos Vajna
Change-Id: Ib1ad9bedad4218c369da1efa2c4c6c9843452972
2014-12-09Factor out SvxRsidItem::dumpAsXml() from swMiklos Vajna
Change-Id: I60c57fa6a9f3619de717e7b2383dc420706b2886
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I19d0070c5dc54c605a7924b750eee1538bed16b3 Reviewed-on: https://gerrit.libreoffice.org/13384 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-12-08Remove more unnecessary header includes and use forward declaration.Kohei Yoshida
Change-Id: I88d0fb0e7c20d4b1414516e3bd2f961811b2eb8c
2014-12-08Move these to Impl and remove boost::optional include.Kohei Yoshida
Change-Id: I394d164c4d3f26d906204e2ed89efeef597ba810
2014-12-08Add Impl to SdrObject and hide ObjectUser member.Kohei Yoshida
SdrObject is quite large and we can't pimplize it in one go. Let's do it bit by bit. Change-Id: I40abe71799f6dcae90854dcc6979acc1d6ed7462
2014-12-08Officially disable the copy c'tor of SdrObject.Kohei Yoshida
Change-Id: I5f4ccad5077427afd09668c93f56c0ecce5f6f5d
2014-12-09vcl: add new metafile viewer demo - mainly for fdo#80503Chris Sherlock
This is going to be very helpful troubleshooting problems with metafiles that just won't display. Change-Id: I661dd40e04434a9c64a0f59d9310d36444601989
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: Ib35eb591534c3f23adc3cb7b7fa9696dc5cbeabf Reviewed-on: https://gerrit.libreoffice.org/13383 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I8931ff46394923d672e08b3a5c9ab75bb6ffb0a9 Reviewed-on: https://gerrit.libreoffice.org/13385 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-12-09assert the "impossible"Eike Rathke
Change-Id: I5fd2c7635f204bda982f1df58b4c19fe9b12464a
2014-12-09in ScFormulaCell dtor remove cell also from FormulaTrackEike Rathke
It could happen that during a SetDirty/Notify cycle a formula cell is appended to the formula track but not tracked yet so doesn't end up in the formula tree. If it was deleted then without removing it from the track the cell pointer shortly after was moved into the tree, possibly setting pFormulaTree (and/or pEOFormulaTree) to that cell if it was the last cell, and if immediately after that a new ScFormulaCell was allocated at exactly the same memory location it virtually ended up as a successor of itself in the formula tree ... leading to a crash if pCode was accessed in a subsequent RemoveFromFormulaTree because the cell was assumed to be already in the tree. Change-Id: I9d1885a26b85c2331a084b5f89a2d7373cf2df0f
2014-12-09prepare ScColumn::SetDirty() to handle BROADCAST_BROADCASTERSEike Rathke
Change-Id: I61b6912da303b9d71eed142535f3aa0cac1681eb
2014-12-09introduce ScColumn::BroadcastMode instead of bBroadcast, bIncludeEmptyCellsEike Rathke
Not only are multiple boolean parameters ugly, but prepare also for the new broadcasters-only mode yet to be implemented. Change-Id: Ie6383826e76a771b88e7b4b29e5de9a58c598ad5
2014-12-08Move IndexedStyleSheets to the Imp(l) class.Kohei Yoshida
And remove #include <vector> which wasn't really used. Change-Id: I05bbc7848c753795f859f80725be6332d8e5ce46
2014-12-08coverity#1242459 Identical code for different branchesCaolán McNamara
on the somewhat dubious logic of matching the otherwise near-identical duplicate logic later on Change-Id: Ic029cafbf2fa2a1fd3cf78464d58977f90bbc418
2014-12-08Convert some test cases to using insertRangeData().Kohei Yoshida
To make sure they use range-based area listeners (when applicable) and make sure that they still pass. Change-Id: I75b73b6feb34057268277212733476ddede2b757
2014-12-08limit scope of variableDavid Tardon
Change-Id: I74ccd6c8a3cfd45929973f21418458f3a83243af
2014-12-08don't copy stylesheet's HelpID if this's a renameDavid Tardon
This causes problems for renamed copies of std. styles, as they have special handling in SdStyleSheet::SetHelpId, which would set the API name to std. value too. That means that there would be two (or more) stylesheets with the same API name. On export, only one of them would be exported. Change-Id: I19d243bd3f73995e8de2d251e3d8b7f93219c3a9
2014-12-08typoBjoern Michaelsen
Change-Id: I5f6b2136f4eb5cdb4825a3df3fc7d2015d8a3d85
2014-12-08trying to make this fit in gcc-4.6s little brainBjoern Michaelsen
Change-Id: I0c247a0f316b6700017ae0668b41497811924577
2014-12-08bracket up this horror anywayCaolán McNamara
Change-Id: I7607ecd8c0e5d67a6e38e1930b416fa834906dd3
2014-12-08coverity#1257110 Big parameter passed by valueCaolán McNamara
and coverity#1186125 Big parameter passed by value Change-Id: I6cb6863645647edf4fba114059195582679c30c4
2014-12-08No idea why this would need to be an archaic LibMainStephan Bergmann
Change-Id: I4a41a2975f670b06159de5c94ab9a66ab204c725
2014-12-08writer won't allow us to enter multiple CrossRefBookmarks on the same nodeCaolán McNamara
e.g. fdo63164-1.docx and loads more like that, and the .docx genuinely has multiple bookmarks at the same place, so just allow the first one and discard the following ones Change-Id: Ida2f5d79fdef4ed3e2d8c1e96ca6a086004f6c7d
2014-12-08coverity#735379 annotate to dismiss Copy-paste errorCaolán McNamara
on the basis that it doesn't look obviously wrong to the original author after a once-over Change-Id: If333a17a2a9954d33ebefc6846e40e0e1e29c857
2014-12-08coverity#1257114 Result is not floating-pointCaolán McNamara
Change-Id: I420fa77d52ca72a4c4609b4610572b8735911b4b
2014-12-08coverity#1257109 Unchecked dynamic_castCaolán McNamara
and coverity#1257108 Unchecked dynamic_cast Change-Id: Ib0d42b7fcd3b2b87a95301b111cebe80f54dd13f
2014-12-08Build fix (for gcc 4.7).Kohei Yoshida
Change-Id: Ib52cfc8ba45361277ef8e0b6021a03c3ff8ae668
2014-12-08README.Android: mention ndk-gdb --startMiklos Vajna
Change-Id: Ib131c480b53665fc9e9a38388e3cc179eac249c2
2014-12-08WaE: Unreferenced function definitionTor Lillqvist
Change-Id: I2e405a8a02ef81b82b4762bd826769c2491b3aec
2014-12-08Test for Writer import / export of graphic shapesZolnai Tamás
Graphic shapes are those images which are created not in Writer (but e.g. Impress, Calc) and moved to Writer later (e.g. copy&paste). Embedded image is ok, but MS filters broke the linked graphic shape. Change-Id: I0c86a5d09afb3e40f7d9e5986c05801457d4c13f
2014-12-08Copying linked graphic between components is brokenZolnai Tamás
IsLinkedGraphic() is better to use here. Reproducer steps: -Insert an image to Impress as a link. -Copy this image (CTRL+C & CTRL+V) to Writer. Result: Image is not displayed. Change-Id: Iaf9b686b5c87caf5a0cc15425f8c5988f857bfe6
2014-12-08Test also Calc export / import of images with special IDZolnai Tamás
Change-Id: I6c47c4b78a1dcd76287cdca16265d3170d2794f5
2014-12-08Test also Impress export / import of images with special IDZolnai Tamás
Change-Id: If040bb32bb5289a282f315cd6ca90cbed76f9b8f
2014-12-08Generalize this test for other Writer filtersZolnai Tamás
Change-Id: I17bc641373eafc49367d5605072270db6f7fe77b
2014-12-08fdo#87042 Add Ctrl+Shift+R as toggle for rulerMattias Põldaru
Remove RefreshView (redraw) from some components, as it's supposedly little used. Components which would have this shortcut are DrawingDocument, GlobalDocument, PresentationDocument, WebDocument, FormDesign, TextReportDesign, TextDocument, XMLFormDocument. Change-Id: Ic730d390b4e4a1e6bcc76b18888932b198e5b82c
2014-12-08coverity#1257107: handle these consistentlyBjoern Michaelsen
Change-Id: I5f432eea235bdca05132cf553d9bc15e2b825509
2014-12-08deque is never usedBjoern Michaelsen
Change-Id: I223c85999a0ed1a62aece67f0d730b8e2e097ac9
2014-12-08make InsertRedline() non-static againBjoern Michaelsen
Change-Id: I2eda267b56bc1548930add9c5ef83ad268f881a4
2014-12-08rename to simple SaveMergeRedline and put in namespaceBjoern Michaelsen
Change-Id: Ibc36dcde1778ee02b9ac173d9da8419b69854af6
2014-12-08remove inheritance from Ring<>Bjoern Michaelsen
Change-Id: Ie1a958b3f3fb5797ec2eb49f6a5fc72da23ca553
2014-12-08use a std::list<> instead of a Ring<>Bjoern Michaelsen
Change-Id: Ibc1d2deae5b0c7841ec83de880380170eadbd509
2014-12-08use uniqueBjoern Michaelsen
Change-Id: I49b9b69b66f4d8835078056b5681a1bf3760ffc9
2014-12-08make InsertRedline a static functionBjoern Michaelsen
Change-Id: I80c7750f88f9b20e3a2be7306c53676d373654df
2014-12-08test for document mergeBjoern Michaelsen
Change-Id: Ic6d10a611d9e9351eb9403e1405ec7b17293e816
2014-12-08coverity#1257107 Unchecked dynamic_castCaolán McNamara
Change-Id: Ica45049aa7e6656c0882484ffa4ff80b6d699373
2014-12-08coverity#1257111 Uninitialized pointer fieldCaolán McNamara
Change-Id: I82c771f0ca7d2593a6f34dd84689cf055f9cf3f3