Revision tags: AOO414 |
|
36ff72d6 | 22-Apr-2017 |
Matthias Seidel |
Fixed typos (whitespace) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1792286 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO413 |
|
5f22f2ef | 01-Sep-2016 |
truckman |
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that t
Fix by far the largest source of -Wtautological-undefined-compare compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that take a reference argument and perform an &rArg == NULL test on it. The compiler warns that this condition should always be false because dereferencing a NULL pointer to generate a reference is not valid in C++ and a valid reference will never be at address 0. Warnings are generated every time this header is included in a .cxx file. It turns out that there are no callers for the IsGluePoint() method, so just comment out its definition. It also turns out that all the callers of IsPointMarked() pass it a dereferenced pointer, so convert IsPointMarked() to take a pointer argument and modify all the callers to pass a pointer without dereferencing it first. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758862 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
b63233d8 | 07-Aug-2016 |
damjan |
Merge branches/gbuild-reintegration to trunk. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1755455 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO4121 |
|
4ab4021d | 19-Feb-2016 |
Damjan Jovanovic |
Merge r1409397 from branches/gbuild: #i117685# own copy target for globlmn.hrc Build updates by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1731276 1
Merge r1409397 from branches/gbuild: #i117685# own copy target for globlmn.hrc Build updates by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1731276 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
17c8a824 | 24-Nov-2015 |
Pedro Giffuni |
Resource leak CID: 1028073 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1716170 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO412, SNAPSHOT, AOO411 |
|
a00d3cad | 20-Feb-2015 |
Tsutomu Uchino |
#i126116# nonlocalizable arrow names git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1661141 13f79535-47bb-0310-9956-ffa450edef68 |
690281a1 | 07-Jul-2014 |
Armin Le Grand |
i125211 corrected beaking metafiles with gradient actions git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1608485 13f79535-47bb-0310-9956-ffa450edef68 |
09ef3841 | 02-Jul-2014 |
Armin Le Grand |
i125189 corrected used transparency and handling to values used in the fallback SvxBrushItem git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1607407 13f79535-47bb-0310-9956-ffa
i125189 corrected used transparency and handling to values used in the fallback SvxBrushItem git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1607407 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
4b49cd3e | 16-Jun-2014 |
Armin Le Grand |
added missing include git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1602869 13f79535-47bb-0310-9956-ffa450edef68 |
00467759 | 16-Jun-2014 |
Armin Le Grand |
i125065 handle critical cases in FillStyle/FillProperties toobar combination git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1602847 13f79535-47bb-0310-9956-ffa450edef68 |
926f14f6 | 16-Jun-2014 |
Pedro Giffuni |
Sidebar: fix some typos in function naming. Mostly found by: Noel Grandin Reviewed by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/openoffi
Sidebar: fix some typos in function naming. Mostly found by: Noel Grandin Reviewed by: Andre Fischer git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1602792 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
56b35d86 | 02-Jun-2014 |
Armin Le Grand |
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes
i124638 Second step of DrawingLayer FillAttributes for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1599233 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
2183ced9 | 23-May-2014 |
Oliver-Rainer Wittmann |
124966: keep picture format information - <GfxLink> instance - also for the reading of preview picture data in order to avoid trouble on save in case that the preview data equals the pict
124966: keep picture format information - <GfxLink> instance - also for the reading of preview picture data in order to avoid trouble on save in case that the preview data equals the picture data git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1597109 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
86e1cf34 | 29-Apr-2014 |
Pedro Giffuni |
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame
Many spelling fixes: directories r* - z*. Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591062 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO410 |
|
78590b6c | 28-Apr-2014 |
Armin Le Grand |
i124760 ensure that only the created object is selected git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1590709 13f79535-47bb-0310-9956-ffa450edef68 |
ca4b7b19 | 26-Mar-2014 |
Armin Le Grand |
i120201 added forcing TableLayouter to take action in table undo/redo (CellUndo) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1581891 13f79535-47bb-0310-9956-ffa450edef68 |
05cb0ef2 | 26-Mar-2014 |
Armin Le Grand |
i124389 correct TextFrame layout for tables not when new text is set, but in UNdo/Redo directly for performance reasons git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1581814
i124389 correct TextFrame layout for tables not when new text is set, but in UNdo/Redo directly for performance reasons git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1581814 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d5c6f914 | 26-Mar-2014 |
Armin Le Grand |
i124389 for tables refresh TextFrame when OutlinerParaObject changes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1581793 13f79535-47bb-0310-9956-ffa450edef68 |
24c1344e | 24-Mar-2014 |
Armin Le Grand |
i124497 Corrected object description placeholder from %O to %1 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1580818 13f79535-47bb-0310-9956-ffa450edef68 |
e0008e30 | 20-Mar-2014 |
Jürgen Schmidt |
fix build breaker, missing includes git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579681 13f79535-47bb-0310-9956-ffa450edef68 |
6acc8afa | 20-Mar-2014 |
Armin Le Grand |
i124409 use slot SID_ATTR_METRIC to retrive the UI unit, not GetModuleFieldUnit git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579639 13f79535-47bb-0310-9956-ffa450edef68 |
948ff262 | 20-Mar-2014 |
Armin Le Grand |
i124425 corrected SvxMetricField::Down() behaviour git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1579612 13f79535-47bb-0310-9956-ffa450edef68 |
0bfedac2 | 19-Mar-2014 |
Armin Le Grand |
Resync/update with trunk as preparation to integration git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/alg_writerframes@1579184 13f79535-47bb-0310-9956-ffa450edef68
|
Revision tags: AOO410_Beta |
|
72583341 | 27-Feb-2014 |
Armin Le Grand |
i15508 Added support for BMP file type git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1572569 13f79535-47bb-0310-9956-ffa450edef68 |
e0fd3963 | 18-Feb-2014 |
Armin Le Grand |
i121494 Corrected text decomposition when no text distances for text frame are given git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1569541 13f79535-47bb-0310-9956-ffa450edef68 |