2ada1115 | 11-Aug-2024 |
mseidel |
Fixed typo (chnage -> change), general cleanup (cherry picked from commit 721f84f292c13ee103c3eff117eb0ad9b2066153) |
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA, AOO419-GA, AOO418-GA |
|
6d53c851 | 25-Sep-2020 |
mseidel |
Fixed typo (explicitely -> explicitly) and some more (cherry picked from commit 56b8eddca8dfa483d4f8ff0d4ce385505d8407b6) |
d0dd86958 | 18-Aug-2020 |
mseidel |
Fixed typos (shure -> sure) (cherry picked from commit 01ad09a0c915d261b7260c626c3424e027e76f95) |
e9faf1d9 | 18-Aug-2020 |
mseidel |
Fixed typos (Normaly -> Normally) and some more (cherry picked from commit 2e3a1b6e4abf6df35dae2c3095e845de0304e209) |
fb0b81f5 | 14-Jun-2020 |
mseidel |
Fixed typos (the the -> the) and some more (cherry picked from commit 7950f2af818787db817abe90d4dbb3d6d8409899) |
Revision tags: 420-Dev2-m2 |
|
94b93548 | 19-Nov-2019 |
mseidel |
Cleaned up resource file (cherry picked from commit 11f394b512da1f3c9c9788ca5899a3bc19a0d79e) |
Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1 |
|
983f6de1 | 13-May-2018 |
Matthias Seidel |
Fixed typos (successfull -> successful) git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1831525 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO415, AOO414, AOO413, 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 |
|
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 |
Revision tags: AOO410, AOO410_Beta |
|
72583341 | 27-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 |
Revision tags: AOO401 |
|
2925bb56 | 10-Sep-2013 |
Armin Le Grand |
i123216 No FontScaling by WorldTransform on WMF import git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1521441 13f79535-47bb-0310-9956-ffa450edef68 |
88b53a7c | 05-Sep-2013 |
Armin Le Grand |
i122985 Various speedups for graphic object swapping to enhance user experience git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1520296 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO400 |
|
910823ae | 18-Apr-2013 |
Jürgen Schmidt |
#121996# integrate first part to remove 3layer office git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1469276 13f79535-47bb-0310-9956-ffa450edef68 |
45fd3b9a | 10-Jan-2013 |
Armin Le Grand |
#121504# Support for alpha channel in clipboard for all systems git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431512 13f79535-47bb-0310-9956-ffa450edef68 |
ee48f848 | 10-Dec-2012 |
Armin Le Grand |
#121382# Corrected size handling including font size handling for EMF/WMF imports git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1419586 13f79535-47bb-0310-9956-ffa450edef68 |
Revision tags: AOO340 |
|
4665f8d3 | 26-Oct-2012 |
Armin Le Grand |
#121267# added support for taking clipping into account for metafile-based exporters to vector formats git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402475 13f79535-47bb-
#121267# added support for taking clipping into account for metafile-based exporters to vector formats git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1402475 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
87bc88d3 | 19-Oct-2012 |
Herbert Dürr |
make conversions between BitmapColor and sal_uInt8 explicit Implicit conversions are a dangerous cause of confusion as seen in http://markmail.org/thread/a4copx2di7cxeowg and require tri
make conversions between BitmapColor and sal_uInt8 explicit Implicit conversions are a dangerous cause of confusion as seen in http://markmail.org/thread/a4copx2di7cxeowg and require tricky rewrites to work around them, this change cleans them up and disables them for all code outside of the immutable binfilter. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1400149 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
27aaab39 | 17-Aug-2012 |
Jianyuan Li |
Fix win7 build bread issue. Reported by: Andre Patched by: Jianyuan Li git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1374181 13f79535-47bb-0310-9956-ffa450edef68 |
04c33ee3 | 16-Aug-2012 |
Pavel Janík |
Use proper type to prevent WaE issues. git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1373787 13f79535-47bb-0310-9956-ffa450edef68 |
14aff8f3 | 16-Aug-2012 |
Jianyuan Li |
#119535# Fix WMF image with type pattern brush Reported by: Du Jing Patch by: Jianyuan Li Review by: SunYing git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1373
#119535# Fix WMF image with type pattern brush Reported by: Du Jing Patch by: Jianyuan Li Review by: SunYing git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1373702 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
d971c3e4 | 13-Aug-2012 |
Armin Le Grand |
Corrected small signed/unsigned mismatch git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372492 13f79535-47bb-0310-9956-ffa450edef68 |
7342c28d | 13-Aug-2012 |
Armin Le Grand |
Secured some places where PolyPolygons were created using a all-points count and a all-points array git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372488 13f79535-47bb-031
Secured some places where PolyPolygons were created using a all-points count and a all-points array git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372488 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
51b922f8 | 13-Aug-2012 |
Armin Le Grand |
Corrected singned/unsigned compare git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1372319 13f79535-47bb-0310-9956-ffa450edef68 |
b3c41989 | 27-Jul-2012 |
Armin Le Grand |
#119450# Added EMR_ALPHABLEND case to EnhWMFReader to correct visualisations Patch by: Jianyuan Li Review by: alg git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@136
#119450# Added EMR_ALPHABLEND case to EnhWMFReader to correct visualisations Patch by: Jianyuan Li Review by: alg git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1366403 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
bac862b1 | 25-Jul-2012 |
Armin Le Grand |
#120175# SVG export fixes and enhancements Patch by: Sven Jacobi Review by: alg git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1365538 13f79535-47bb-0310-9956-ffa45
#120175# SVG export fixes and enhancements Patch by: Sven Jacobi Review by: alg git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1365538 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|