History log of /aoo42x/main/svx/source/ (Results 101 - 125 of 494)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
db54682512-Jul-2019 Matthias Seidel

Merged r1862964 from trunk

Make zoom slider "flat"

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1862966 13f79535-47bb-0310-9956-ffa450edef68

7fcfa01f15-Jun-2019 Matthias Seidel

Merged r1861368 from trunk

Cleaned up whitespace, removed maskcolor

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861369 13f79535-47bb-0310-9956-ffa450ede

Merged r1861368 from trunk

Cleaned up whitespace, removed maskcolor

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861369 13f79535-47bb-0310-9956-ffa450edef68

show more ...

940681c711-Jun-2019 Matthias Seidel

Merged r1860845 and r1860851 from trunk

Fixed typos (wether -> whether)
Fixed typos (determins-> determines)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO

Merged r1860845 and r1860851 from trunk

Fixed typos (wether -> whether)
Fixed typos (determins-> determines)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1861030 13f79535-47bb-0310-9956-ffa450edef68

show more ...

f606a7ad26-Jan-2019 Matthias Seidel

Merge r1852174 from trunk

Cleaned up resource file, fixed typo

git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1852198 13f79535-47bb-0310-9956-ffa450edef68

5d43f9c407-Jan-2019 Matthias Seidel

Cleaned up resource file

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850673 13f79535-47bb-0310-9956-ffa450edef68

85f16e6803-Jan-2019 Matthias Seidel

Fixed typo (horizonal -> horizontal)

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1850272 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO416
3927b55203-Nov-2018 Matthias Seidel

Cleaning up frame selector resources

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1845669 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO416-RC1, AOO415
b2797c1a18-Feb-2018 Matthias Seidel

#i85702#

Changed German "<Alle>" to "*" until we have a better solution.

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1824669 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO414
36ff72d622-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
5f22f2ef01-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 ...

b63233d807-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
17c8a82424-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
a00d3cad20-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

690281a107-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

09ef384102-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 ...

0046775916-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

926f14f616-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 ...

56b35d8602-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 ...

2183ced923-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 ...

86e1cf3429-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
78590b6c28-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

ca4b7b1926-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

05cb0ef226-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 ...

d5c6f91426-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

24c1344e24-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

12345678910>>...20