summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/drawingfragment.cxx
AgeCommit message (Collapse)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann
Change-Id: If5201bd772aed245e8f7f8b900d76ffe4ca57b49
2013-03-13bnc#798309 inherit group style from parentNoel Power
Change-Id: Ie4f1d244f1c9b4935305742d12cabaee3e38647c
2013-01-25import page/cell anchoring for xlsx drawing objects fdo#58360Noel Power
Change-Id: I5f6cf9c5f28e8176c1057d50e39c67202bf1f143
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power
Change-Id: I9c64c0f4d1eb8533b65f35d5e85e1ab4881a2b67
2012-12-13Revert "fix fdo#58237 import hyperlinks for shapes in xlsx documents"Noel Power
This reverts commit 2551fec6d2a73d10cfa2aec85ae7d00e237e0294.
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power
Change-Id: Ib0c661dbb3ce9a2f8c8d29707a1cf0c65aadc81f
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-11-16targetted cleanup of misc. vba pieces.Noel Power
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
Change-Id: I67cd3213c7c92a4a782906a7250c176efeb01633
2012-06-04remove anchor to cell shape (re)position hackNoel Power
this change manaully reverts c07e9299bb2c8d5477669568b12708bd2ff12684 & 4908c16a73b397f83c327789f113658c1ea4d904 Change-Id: Ia8656631f84709430c8e94e8d9dfa961e81d5746
2012-05-30don't rotate calc shapes if twoCellAnchor, partial fix bnc#762542Noel Power
Change-Id: I3ccf6d87db2e9c33f2adaf92e138018f2e27528b
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power
This reverts commit 9dc4fa1b22a533ba0a6ce0353112c55eef8a14ef.
2012-05-25Revert "(reworked )reorg. code a little so ole controls are catered for wrt ↵Noel Power
fdo#49430" This reverts commit da81525ec2e86364def8b558e16c4e8eca6a121e.
2012-05-04(reworked )reorg. code a little so ole controls are catered for wrt fdo#49430Noel Power
Change-Id: Ic1d5e31085484e564de61b45b524aec5b5014ee0
2012-05-04Revert "reorganise code a little so ole controls are catered for wrt fdo#49430"Noel Power
This reverts commit 76bab166e21bc3646ae2d3079aae2c5d9ce0d1e5.
2012-05-04reorganise code a little so ole controls are catered for wrt fdo#49430Noel Power
Change-Id: Ifb2c0a97f85884c459b1e7bc4616154c0e4aea2a
2012-05-03fix bad import positions of shapes & controls fdo#49430Noel Power
Change-Id: I5635ee681288cb39a11d00c5573e61c582d7daf7
2012-03-16move excel related oox bits to scNoel Power