| d1a87fe8 | 22-Apr-2018 | Matthias Seidel | Fixed typos, removed whitespace
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1829759 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 0c80459b | 05-Apr-2018 | Matthias Seidel | Changed link to templates (online) to avoid redirection
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1828455 13f79535-47bb-0310-9956-ffa450edef68
 | 
            | Revision tags: AOO415 | 
|
| af7a586e | 16-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 | 
|
| f1d3244e | 09-Nov-2017 | Damjan Jovanovic | #127044# - Defects in the code
 Commit fixes for sub-issues 1, 2, 5, 9 and 10.
 
 Found by: AppChecker <appchecker at cnpo.ru>
 Patch by: me
 
 
 
 git-svn-id: https://sv
 #127044# - Defects in the code
 Commit fixes for sub-issues 1, 2, 5, 9 and 10.
 
 Found by: AppChecker <appchecker at cnpo.ru>
 Patch by: me
 
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1814705 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| eab2447c | 16-Aug-2017 | Jim Jagielski | Align w/ AOO414 on these fixes
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1805237 13f79535-47bb-0310-9956-ffa450edef68
 | 
            | Revision tags: AOO413 | 
|
| 0495d53e | 24-Dec-2016 | pfg | Avoid including build dates in executable files.
 Embedding build dates and other environment specific information may
 casue gratuitous difference in the resulting binaries, which makes m
 Avoid including build dates in executable files.
 Embedding build dates and other environment specific information may
 casue gratuitous difference in the resulting binaries, which makes more
 difficult security verifications and binary updates.
 
 We currently make no claims but this is the first step to generate
 reproducible builds. For more information check:
 https://reproducible-builds.org/
 
 While here, since we have been so lazy about updating it, also add the svn
 Revision keyword to configure.ac.
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1775936 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| cf948285 | 19-Sep-2016 | hanya | #i125762# fix null pointer reference while accessibility related call
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1761439 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 851abcd9 | 31-Aug-2016 | truckman | Fix -Wformat-security warnings.
 There are a number of instances where the code calls *printf() to
 print arbitrary strings and the string is passed as the format
 argument to *printf()
 Fix -Wformat-security warnings.
 There are a number of instances where the code calls *printf() to
 print arbitrary strings and the string is passed as the format
 argument to *printf().  Since these strings might contain %
 conversion sequences, this is a security hazard.  Fix the problem
 by printing the strings with a "%s" format.
 
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1758644 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 80bddf5a | 21-Aug-2016 | pescetti | #i126864# Language support: Add Venetan (vec)
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1757080 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 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 | 
|
| caeb0d3d | 05-Jun-2016 | damjan | #i124867#: jpg options shows initially wrong estimated file size
 File main/svtools/source/filter/exportdialog.cxx
 
 ExportDialog::GetGraphicStream() creates the compressed file from w
 #i124867#: jpg options shows initially wrong estimated file size
 File main/svtools/source/filter/exportdialog.cxx
 
 ExportDialog::GetGraphicStream() creates the compressed file from which the
 file size is obtained, calling GetFilterData() to obtain the properties used
 to save it. GetFilterData() returns image properties, like JPEG colormode
 and quality, PNG compression/interlacing/translucence, BMP color and RLE
 coding, etc. In the case of JPEG, the quality is read from
 maSbCompression.GetThumbPos().
 
 The problem is that in ExportDialog::updateControls(),
 maSbCompression.SetThumbPos() is called AFTER GetGraphicStream(), meaning
 the stream is created with the old thumb position.
 
 This patches it to call GetGraphicStream() later, immediately before using
 that stream, so that its properties such as compression are updated first
 and the size is calculated correctly.
 
 Reported by: myspaces at hotmail dot fr
 Patch by: me
 
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1746906 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
            | Revision tags: AOO412, SNAPSHOT, AOO411 | 
|
| 8510b05e | 08-Jul-2015 | Pedro Giffuni | jpeg build fixes
 Mostly visible when using external jpeg.
 
 Author:         Don Lewis (truckman at FreeBSD)
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk
 jpeg build fixes
 Mostly visible when using external jpeg.
 
 Author:         Don Lewis (truckman at FreeBSD)
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1689959 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 394b79b0 | 05-Apr-2015 | Ariel Constenla-Haile | i81637 - Replace column header "Title" by "Name"
 Patch by: Driss Ben Zoubeir <driss.zoubeir@gmail.com>
 Review by: arielch@apache.org
 
 git-svn-id: https://svn.apache.org/repos/asf
 i81637 - Replace column header "Title" by "Name"
 Patch by: Driss Ben Zoubeir <driss.zoubeir@gmail.com>
 Review by: arielch@apache.org
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1671401 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| d84f099f | 24-Mar-2015 | Tsutomu Uchino | #i125147# check the pointer while get accessible state set
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1668939 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 6680d087 | 28-Nov-2014 | Steve Yin | Issue 125495 - Awkward Chinese (ZH-TW) numbering suffix when importing RTF document
 Contributor: Mark Hung
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642312 13f7
 Issue 125495 - Awkward Chinese (ZH-TW) numbering suffix when importing RTF document
 Contributor: Mark Hung
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1642312 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
| 3b87ce21 | 01-Sep-2014 | Armin Le Grand | i125519 check GraphicObject existance before accessing it
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1621730 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 963c6022 | 07-Aug-2014 | Armin Le Grand | i125386 secured user request and changed some bools to bitfield
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1616457 13f79535-47bb-0310-9956-ffa450edef68
 | 
| cb24a8fa | 19-Jun-2014 | Armin Le Grand | corrected place for stl sort function for linux
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1604028 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 3e526e08 | 19-Jun-2014 | Armin Le Grand | i125111 limit mem footprint for GraphicObjects in 32Bit environments
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1603941 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 543cc8c3 | 19-May-2014 | Oliver-Rainer Wittmann | 124717: do not mark *.svm graphic files as *.bmp graphic files
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1595851 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 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 | 
|
| 89763fdb | 10-Apr-2014 | Ariel Constenla-Haile | i124629 - UNO Wizard - avoid crash by removing unneeded reference
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1586340 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 439c41be | 31-Mar-2014 | Ariel Constenla-Haile | i124570 - Prevent a null pointer dereference
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1583418 13f79535-47bb-0310-9956-ffa450edef68
 | 
| 2463d85f | 18-Mar-2014 | Oliver-Rainer Wittmann | 124427: <TextWindow/MultiLineEdit::GetFocus()> - call parent class' method to assure corresponding notifications and listener calls
 This reverts a change made for the IA2 integration
 124427: <TextWindow/MultiLineEdit::GetFocus()> - call parent class' method to assure corresponding notifications and listener calls
 This reverts a change made for the IA2 integration
 
 
 
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1578786 13f79535-47bb-0310-9956-ffa450edef68
 show more ...  | 
            | Revision tags: AOO410_Beta | 
|
| 72368752 | 09-Mar-2014 | Ariel Constenla-Haile | Fix line endings
 git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1575665 13f79535-47bb-0310-9956-ffa450edef68
 |