History log of /trunk/main/svx/ (Results 151 - 175 of 570)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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
4ab4021d19-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 ...

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

4b49cd3e16-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

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


inc/svx/AccessibleShapeTreeInfo.hxx
inc/svx/AccessibleTextHelper.hxx
inc/svx/ChildrenManager.hxx
inc/svx/IAccessibleParent.hxx
inc/svx/IAccessibleViewForwarder.hxx
inc/svx/dbaexchange.hxx
inc/svx/dlgctrl.hxx
inc/svx/fmgridcl.hxx
inc/svx/fmsrcimp.hxx
inc/svx/msdffdef.hxx
inc/svx/sdr/contact/displayinfo.hxx
inc/svx/sdr/contact/objectcontact.hxx
inc/svx/sdr/contact/objectcontactofpageview.hxx
inc/svx/sdr/overlay/overlayobject.hxx
inc/svx/sdr/primitive2d/sdrtextprimitive2d.hxx
inc/svx/svdobj.hxx
inc/svx/svdouno.hxx
inc/svx/svdpage.hxx
inc/svx/svdpntv.hxx
inc/svx/xtable.hxx
source/accessibility/ChildrenManagerImpl.cxx
source/accessibility/ChildrenManagerImpl.hxx
source/accessibility/DGColorNameLookUp.cxx
source/accessibility/svxpixelctlaccessiblecontext.cxx
source/accessibility/svxrectctaccessiblecontext.cxx
source/dialog/dlgctrl.cxx
source/dialog/docrecovery.cxx
source/dialog/pfiledlg.cxx
source/engine3d/helperminimaldepth3d.cxx
source/fmcomp/fmgridcl.cxx
source/fmcomp/fmgridif.cxx
source/fmcomp/gridcell.cxx
source/fmcomp/gridctrl.cxx
source/form/dbtoolsclient.cxx
source/form/filtnav.cxx
source/form/fmPropBrw.cxx
source/form/fmobj.cxx
source/form/fmshimp.cxx
source/form/fmsrcimp.cxx
source/form/fmundo.cxx
source/form/fmvwimp.cxx
source/form/formcontroller.cxx
source/form/formdispatchinterceptor.cxx
source/form/navigatortree.cxx
source/gallery2/galtheme.cxx
source/inc/docrecovery.hxx
source/inc/fmshimp.hxx
source/inc/fmtextcontrolshell.hxx
source/sdr/contact/displayinfo.cxx
source/sdr/contact/viewobjectcontactofpageobj.cxx
source/sdr/event/eventhandler.cxx
source/sdr/overlay/overlayobjectlist.cxx
source/sdr/primitive2d/sdrole2primitive2d.cxx
source/sidebar/paragraph/ParaPropertyPanel.hxx
source/svdraw/svdedtv2.cxx
source/svdraw/svdedxv.cxx
source/svdraw/svdhdl.cxx
source/svdraw/svdobj.cxx
source/svdraw/svdoedge.cxx
source/svdraw/svdograf.cxx
source/svdraw/svdoole2.cxx
source/svdraw/svdotxtr.cxx
source/svdraw/svdundo.cxx
source/svdraw/svdxcgv.cxx
source/table/celltypes.hxx
source/table/tablelayouter.hxx
source/tbxctrls/SvxColorValueSet.cxx
source/unodialogs/textconversiondlgs/chinese_translationdialog.cxx
source/unodraw/unopage.cxx
source/unodraw/unoshcol.cxx
source/xml/xmleohlp.cxx
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

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

6acc8afa20-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

948ff26220-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

0bfedac219-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
7258334127-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

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

12345678910>>...23