History log of /trunk/main/sw/source/ui/ (Results 101 - 125 of 274)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO415
af7a586e16-Jan-2018 Tsutomu Uchino

#i127662# send better window position to input method for suggestion window

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

Revision tags: AOO414
0353020009-Oct-2017 Matthias Seidel

Increased length for localized strings

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

2e259a7f01-Oct-2017 Matthias Seidel

Minor change to dialog for Writer

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

b09dd3e727-Sep-2017 Matthias Seidel

Minor change to dialog for Writer

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1809886 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
d97a93ec29-Nov-2015 Pedro Giffuni

initialize pState

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

ea49dd1929-Nov-2015 Pedro Giffuni

Resource Leak

CID: 705767


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

8e2c1a4629-Nov-2015 Pedro Giffuni

Resource Leak

CID: 705766


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

56fad45429-Nov-2015 Pedro Giffuni

Resource Leak

CID: 705762


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

f4f43a2129-Nov-2015 Pedro Giffuni

Resource Leak

CID: 705761


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

8e0fc07c29-Nov-2015 Pedro Giffuni

Resource Leak

CID: 705760


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

Revision tags: AOO412, SNAPSHOT, AOO411
737f447531-Jan-2015 Tsutomu Uchino

#i53718# add support of paper size for label document

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

30d6b30819-Oct-2014 Regina Henschel

#i23872 Delete the space with ctrl-backspace consistent
Author: Samuel Mehrbrodt s.mehrbrodt@gmail.com
transfer to AOO: Volkan volkangezer@gmail.com

git-svn-id: https://svn.apache.or

#i23872 Delete the space with ctrl-backspace consistent
Author: Samuel Mehrbrodt s.mehrbrodt@gmail.com
transfer to AOO: Volkan volkangezer@gmail.com

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

show more ...

0d473b4a18-Jul-2014 Oliver-Rainer Wittmann

124231: field variable dialog: check access to current field as it could be unavailable caused by its change and a followed removal from the document by e.g. a conditional hide of a section

124231: field variable dialog: check access to current field as it could be unavailable caused by its change and a followed removal from the document by e.g. a conditional hide of a section



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

show more ...

7561365115-Jul-2014 Oliver-Rainer Wittmann

121443: - register text frames and graphics on the correct page frame
- trigger formatting of selected object when moving view to the selected object or when graphical horizontal line has

121443: - register text frames and graphics on the correct page frame
- trigger formatting of selected object when moving view to the selected object or when graphical horizontal line has been inserted.



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

show more ...

baef7ff726-Jun-2014 Oliver-Rainer Wittmann

124914: Writer - reset certain language dependent pool defaults before importing a document via <SfxObjectShell::ImportFrom(..)> (used for OOXML *.docx import)



git-svn-id: https://

124914: Writer - reset certain language dependent pool defaults before importing a document via <SfxObjectShell::ImportFrom(..)> (used for OOXML *.docx import)



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

show more ...

d5f1f34e05-Jun-2014 Oliver-Rainer Wittmann

125050: correct text range for comment/annotation at a table cell selection



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

125050: correct text range for comment/annotation at a table cell selection



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

show more ...

26ea366205-Jun-2014 Armin Le Grand

i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more known

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600568 13f795

i124638 Corrected relationship between DrawModel and DocShell in Writer, made SwDrawModel and handling more known

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1600568 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 ...

6f9cb70418-May-2014 Tsutomu Uchino

#i124204# make fields emtpy on the auto text dialog when parent node is selected

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

83ef26d808-May-2014 Tsutomu Uchino

#i27364# set line count of dropdown to 9 for document list of navigator on Writer

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

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
b740b19817-Apr-2014 Armin Le Grand

i124638 support for DrawingLayre FillStyle for GraphicFrames and EmbeddedObjectFrames in Writer

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

i124638 support for DrawingLayre FillStyle for GraphicFrames and EmbeddedObjectFrames in Writer

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

show more ...

7f24d7d726-Mar-2014 Oliver-Rainer Wittmann

124514: show/hide Overlay object to highlight annotated text range according the according view option which show/hides the annotations/comments



git-svn-id: https://svn.apache.org/

124514: show/hide Overlay object to highlight annotated text range according the according view option which show/hides the annotations/comments



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

show more ...

1234567891011