History log of /aoo42x/main/sw/ (Results 151 - 175 of 689)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
fde2938618-Nov-2019 mseidel

Fixed typos, removed whitespace

(cherry picked from commit d7056c59ad3c993e2bfa38f5e86555896868d4b8)

02f7a3b729-Oct-2019 mseidel

Removed invisible Unicode character U+FEFF from resource files

(cherry picked from commit 4b87ead9130ab1f56df544c908b2138c9dc19575)

f8a9d0d030-Sep-2019 mseidel

Cleaned up resource file

(cherry picked from commit 0f2b0e66d397fc72179328e68fae6470df0bf738)

def1a5a308-Sep-2019 mseidel

Removed whitespace, fixed typo

(cherry picked from commit 3cb5c3c443d9ac60156fa95271a2940e08b16174)

fbce7b2b06-Sep-2019 mseidel

Updated graphics for PagePropertyPanel (sidebar), fixed filename, cleaned up resource file

(cherry picked from commit f24d71bc698fb45278f65ac731b8ed8c264c9776)

c870731203-Sep-2019 mseidel

Cleaned up whitespace

(cherry picked from commit 6c0500da5d6bf6c4f3f641f1d9d9785a6b2d5ffc)

Revision tags: AOO417
1e93582d20-Aug-2019 mseidel

Cleaned up whitespace

(cherry picked from commit 6b23681f8be079959dbd5067a7c5fad85a3d0ddb)

09cf1e5718-Aug-2019 mseidel

Removed whitespace, removed MASKCOLOR

(cherry picked from commit 346a883464684225badf58c49b7a26254320f353)

26ca605629-Jul-2019 Matthias Seidel

Merged r1863962 from trunk

Small corrections (note -> comment)

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

e30e53a421-Jul-2019 Matthias Seidel

Merged r1863510 and r1863520 from trunk

Updated graphics (navigation)
Rename graphics (punkt->point), general cleanup

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

Merged r1863510 and r1863520 from trunk

Updated graphics (navigation)
Rename graphics (punkt->point), general cleanup

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

Revision tags: AOO420-Dev-m1
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

047818df28-Dec-2018 Matthias Seidel

Fixed typos (bahaviour -> behaviour)

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

Revision tags: AOO416
f0c31a2d08-Dec-2018 Matthias Seidel

Cleaned up resource file for word count

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

Revision tags: AOO416-RC1
d4a3dbf820-Sep-2018 Matthias Seidel

i113385 - Use correct UNO commands for object allignment (Frame and OLE toolbar)

See IDs 10131-10136:
https://wiki.openoffice.org/wiki/Framework/Article/OpenOffice.org_3.x_Commands#Globa

i113385 - Use correct UNO commands for object allignment (Frame and OLE toolbar)

See IDs 10131-10136:
https://wiki.openoffice.org/wiki/Framework/Article/OpenOffice.org_3.x_Commands#Global_commands

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

show more ...

b1bc2d9726-Aug-2018 Matthias Seidel

Fixed typo (meaningfull -> meaningful)

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

55f1b03e03-Aug-2018 Matthias Seidel

Cleaned up resource files.

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

649504cc01-Aug-2018 Don Lewis

Fix SwCntntFrm::CalcLowers() so that it visits all on-page objects.

SwCntntFrm::CalcLowers() walks the object tree walk and it assumes
that the objects visited will be at a monotonically

Fix SwCntntFrm::CalcLowers() so that it visits all on-page objects.

SwCntntFrm::CalcLowers() walks the object tree walk and it assumes
that the objects visited will be at a monotonically increasing
distance from the top of the page, so it terminates the walk once
it encounters the first object below the bottom of the page. Even
though the objects are vertically sorted in each branch of the tree,
there is no guarantee that the order of the objects visited in the
depth-first walk will be perfectly sorted vertically, so the walk
may terminate before visiting all of the objects on the page. Fix
this problem by pruning branches when they cross the lower page
boundary and only terminating the walk once there are no longer any
paths forward.



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

show more ...

ca98107d15-Jul-2018 Matthias Seidel

Rearranged OLE Toolbar according to help page

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

720043d012-Jul-2018 Matthias Seidel

Cleaned up dialog for Columns, increased the height a bit

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

a8f4084d31-May-2018 Matthias Seidel

Fixed typos:
contructor -> constructor
convinient -> convenient

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

870262e302-May-2018 Don Lewis

Don't use !this as an alias for a constant that evaluates to false in
unconditional asserts. The former requires code to evaluate the
condition at runtime and also causes warnings from clang

Don't use !this as an alias for a constant that evaluates to false in
unconditional asserts. The former requires code to evaluate the
condition at runtime and also causes warnings from clang.

While here, translate the associated assert messages.



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

show more ...


source/core/access/acccontext.cxx
source/core/access/accfield.cxx
source/core/attr/swatrset.cxx
source/core/crsr/crsrsh.cxx
source/core/crsr/crstrvl.cxx
source/core/crsr/unocrsr.cxx
source/core/doc/docdraw.cxx
source/core/doc/docfld.cxx
source/core/doc/docfly.cxx
source/core/doc/docfmt.cxx
source/core/doc/doclay.cxx
source/core/doc/docredln.cxx
source/core/doc/htmltbl.cxx
source/core/doc/poolfmt.cxx
source/core/doc/tblafmt.cxx
source/core/docnode/ndnum.cxx
source/core/docnode/ndsect.cxx
source/core/docnode/ndtbl.cxx
source/core/docnode/node.cxx
source/core/docnode/nodes.cxx
source/core/docnode/section.cxx
source/core/docnode/swbaslnk.cxx
source/core/edit/ednumber.cxx
source/core/fields/docufld.cxx
source/core/frmedt/fecopy.cxx
source/core/frmedt/fefly1.cxx
source/core/frmedt/feshview.cxx
source/core/frmedt/fews.cxx
source/core/graphic/grfatr.cxx
source/core/layout/atrfrm.cxx
source/core/layout/ftnfrm.cxx
source/core/layout/paintfrm.cxx
source/core/layout/tabfrm.cxx
source/core/ole/ndole.cxx
source/core/swg/SwXMLTextBlocks.cxx
source/core/swg/swblocks.cxx
source/core/text/frmpaint.cxx
source/core/text/inftxt.cxx
source/core/text/itrform2.cxx
source/core/text/porfly.cxx
source/core/text/porlin.cxx
source/core/text/portxt.cxx
source/core/text/txtdrop.cxx
source/core/text/txttab.cxx
source/core/tox/tox.cxx
source/core/tox/txmsrt.cxx
source/core/txtnode/atrflyin.cxx
source/core/txtnode/ndhints.cxx
source/core/undo/undobj.cxx
source/core/undo/untbl.cxx
source/core/view/viewsh.cxx
source/filter/ascii/parasc.cxx
source/filter/basflt/fltini.cxx
source/filter/html/htmlcss1.cxx
source/filter/html/htmlgrin.cxx
source/filter/html/htmlsect.cxx
source/filter/html/swhtml.cxx
source/filter/rtf/rtffly.cxx
source/filter/rtf/swparrtf.cxx
source/filter/writer/writer.cxx
source/filter/ww8/writerhelper.cxx
source/filter/ww8/wrtw8esh.cxx
source/filter/ww8/wrtw8nds.cxx
source/filter/ww8/wrtw8sty.cxx
source/filter/ww8/wrtww8.cxx
source/filter/ww8/wrtww8gr.cxx
source/filter/ww8/ww8atr.cxx
source/filter/ww8/ww8glsy.cxx
source/filter/ww8/ww8graf.cxx
source/filter/ww8/ww8graf2.cxx
source/filter/ww8/ww8par.cxx
source/filter/ww8/ww8par2.cxx
source/filter/ww8/ww8par3.cxx
source/filter/ww8/ww8par5.cxx
source/filter/ww8/ww8par6.cxx
source/filter/ww8/ww8scan.cxx
source/filter/xml/xmlfmt.cxx
source/filter/xml/xmltexte.cxx
source/ui/app/docsh.cxx
source/ui/app/docshini.cxx
source/ui/app/docstyle.cxx
source/ui/dbui/dbinsdlg.cxx
source/ui/docvw/edtdd.cxx
source/ui/docvw/edtwin.cxx
source/ui/fldui/fldmgr.cxx
source/ui/fmtui/tmpdlg.cxx
source/ui/shells/annotsh.cxx
source/ui/shells/drawsh.cxx
source/ui/shells/drformsh.cxx
source/ui/shells/drwbassh.cxx
source/ui/shells/drwtxtex.cxx
source/ui/shells/drwtxtsh.cxx
source/ui/shells/frmsh.cxx
source/ui/shells/grfsh.cxx
source/ui/shells/listsh.cxx
source/ui/shells/tabsh.cxx
source/ui/shells/textidx.cxx
source/ui/shells/textsh.cxx
source/ui/shells/textsh1.cxx
source/ui/shells/textsh2.cxx
source/ui/uiview/pview.cxx
source/ui/uiview/view2.cxx
source/ui/uiview/viewcoll.cxx
source/ui/uiview/viewdlg.cxx
source/ui/uiview/viewling.cxx
source/ui/uiview/viewprt.cxx
source/ui/uiview/viewtab.cxx
Revision tags: AOO415
962ed63530-Jan-2018 Matthias Seidel

Translated German abbreviation (ggfs.) in comment

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

f04ab36a30-Jan-2018 Don Lewis

Be slightly less tricky and change
do {
} while (!this);
to
do {
} while (0);

Computing !this must be done at runtime, whereas the intent

Be slightly less tricky and change
do {
} while (!this);
to
do {
} while (0);

Computing !this must be done at runtime, whereas the intent is for
the loop to exit after the first iteration, which can be handled at
compile time when using a constant zero. Also, "this" should always
be non-NULL in valid c++ code, but if ever happened to be NULL, then
this code could loop forever.

While here, translate nearby comments.



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

show more ...

2bf6729317-Jan-2018 Matthias Seidel

Fixed typos

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

12345678910>>...28