summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-23#121185# corrected handling of gradients in rotated metafilesArmin Le Grand
Notes: merged as: fc91501f9f0a24ccfa69c2b4baf070aac9e2d0f0
2012-10-23#121251# corrected processing on hex value changeArmin Le Grand
Notes: prefer: 8545bf9afc3d4adfd3e7d33c5063a3ee259327a6
2012-10-22#i117400# CSV: importing 64Kb+ english field entry in utf-8 causes alertless ↵Damjan Jovanovic
crash Patch by: Eike Rathke Review by: Damjan Jovanovic Notes: prefer: 63be6df7988404687c9f52cf03eba946990fe7b1
2012-10-22#116162# Forced DRAWMODE_WHITEFILL to DRAWMODE_BLACKFILL during line ↵Armin Le Grand
geometry processing to get line geometry rendered black (as intended) in b&w mode (e.g. print preview) Notes: merged as: 3df12741fa949d1b0e90d45aceeaa99679066b83
2012-10-22deliver updated version of servlet-api.jar in d.lstJürgen Schmidt
Notes: ignore: obsolete
2012-10-21Update Apache Tomcat to 5.5.36 (final) version,Pedro Giffuni
Notes: prefer: 4f2890a8c9a0c8cadeb469b8b6e23ea7ec3f3b81
2012-10-19Fix compile error.Pavel Janík
Notes: prefer: 78eca44c4db67848a85b600cc40e25d41bb647df
2012-10-19#121224# Corrected to use the ApplicationDocumentColor instead of the ↵Armin Le Grand
ApplicationBackgroundColor Notes: merged as: e86a67313e0fbd3c263497684c8d98f1a00d32e7
2012-10-19make conversions between BitmapColor and sal_uInt8 explicitHerbert Dürr
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. Notes: merged as: 78eca44c4db67848a85b600cc40e25d41bb647df
2012-10-19allow building an unchanged binfilter after changes to common header filesHerbert Dürr
Cleanups in header files can result in finding or avoiding errors, but the binfilter module as a legacy module should not be changed to adjust for such cleanups. In order to allow that the binfilter module can stay unaffected by such changes the compiler macro BINFILTER_COMPAT has been added to allow cleanups without disturbing binfilter. When the flag is active header files are compatible to binfilter assumptions. The flag is for now only active when compiling the binfilter module. Having a grepable define allows further cleanups when the binfilter module has been removed for good in a future release. Notes: ignore: obsolete
2012-10-19#121236# Added support for fast move of objects with cursor keys (holding ↵Armin Le Grand
shift) for Writer and Calc (was alraedy in Draw/Impress) Notes: merged as: 2d64de59c2109e378e4d38d6cad2510226c05435
2012-10-19Reorder initializations to match the prototype (this prevents WaE ↵Pavel Janík
issues/compiler warnings). Notes: prefer: 37aa7d81aacaae12dfe0fd2ade2779235bbf72f1
2012-10-19Python 3 unified PyInt and PyLong.Pedro Giffuni
Notes: prefer: a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe
2012-10-18Remove the "incubating" disclaimer now that Apache OpenOffice has graduated ↵Herbert Dürr
from the Apache Incubator On October 18th, 2012 the Apache Software foundation announced that the Apache OpenOffice project has graduated from the Apache Incubator Notes: ignore: aoo
2012-10-18Remove the incubating disclaimer now that Apache OpenOffice has graduated ↵Herbert Dürr
from the Apache Incubator On October 18th, 2012 the Apache Software foundation announced that the Apache OpenOffice project has graduated from the Apache Incubator Notes: ignore: aoo
2012-10-18Corrected color conversion from BitmapColor to ColorArmin Le Grand
Notes: merged as: 49a0278601ec73ee052086824536fa3d9796e5d3
2012-10-18Corrected canvasProcessor usageArmin Le Grand
Notes: merged as: 37aa7d81aacaae12dfe0fd2ade2779235bbf72f1
2012-10-17Clean up the python detection for Python 3.Pedro Giffuni
While here request Python be at least version 2.3. While this version is likely to cause trouble, there is no other option for older Mac PPC. The ongoing updates in the python support will require bumping the minimum to at least Python 2.6 but the recommendation is to use the internal Python 2.7.x. Notes: prefer: 7fd8cb0312213b6088ad8a5ffed52c4f30f2b9e5
2012-10-17#i121215# fix the spreadsheet font familyHerbert Dürr
Patch-by: Tan Li <litan.test@gmail.com> Review-by: hdu@apache.org Notes: merged as: b1d3dcb406c9abbebb0fd0a4a036c45910ef1d62
2012-10-17Use LWP::Simple instead of LWP::UserAgent.Andre Fischer
Notes: ignore: aoo
2012-10-17Made conversion from BitmapColor to Color more explicit by using operator ↵Armin Le Grand
Color() Notes: merged as: 49a0278601ec73ee052086824536fa3d9796e5d3
2012-10-17pyuno: obsolete PyString_* in favor of PyBytes_*Pedro Giffuni
Python3 removed the PyString functions and replaced them with PyBytes. To aid portability Python version 2.6 and upper support PyBytes and we are adding some compatibility defines for older versions so no problems are expected from this change. Reference: http://docs.python.org/c-api/string.html Notes: prefer: a09ce46818fd4d5e08b3af9a478501cd8ef5b4fe
2012-10-16#i93995# - Allow setting Body of a simple mail messageAriel Constenla-Haile
Notes: merged as: a47a153a7f75edfe3bce33f0d34b723cbd2d5195
2012-10-16#121194# Better support for graphic fill styles which are not bitmaps (svg, ↵Armin Le Grand
metafiles, ..) Notes: merged as: 37aa7d81aacaae12dfe0fd2ade2779235bbf72f1
2012-10-16increase build numberJürgen Schmidt
Notes: ignore: aoo
2012-10-15#i111555# - Don't force 32 bits JVM on LinuxAriel Constenla-Haile
Notes: prefer: 391477d40ea718c46089e16484726dba085a6ad8
2012-10-15#i121216# - Allow unique logger file nameAriel Constenla-Haile
Notes: merged as: 7e7e4c7a38764283ea334187fae4e21bd7d4f478
2012-10-15Merge r1394813 from buildsys branch.Pedro Giffuni
Bring in port changes to the FreeBSD configuration files [1]. Also drop the gnu ld hash style selection: on FreeBSD this is not critical and the system compiler knows better what to do. Author: Maho [1] Notes: ignore: obsolete
2012-10-14#121191# Avoid downloading some tarballs when using system versions.Pedro Giffuni
Notes: ignore: aoo
2012-10-12keep in sync with the left part of the hc imageJürgen Schmidt
Notes: ignore: branding
2012-10-11#i121178 Chart name in Excel is different with the name in AOO Wang Lei
Patch by: Clarence GUO Review by: Wang Lei Notes: ignore: adds a new interface extending an already existing one
2012-10-10#i121197# - Scape non-ASCII chars from css.style.NumberingTypeAriel Constenla-Haile
Patch by: Tsutomu Uchino Review by: arielch Notes: merged as: 4a4589e5bc2d8c159d1fbf7fb1ca218faae401d8
2012-10-10#i110378# - Title property missing in several Wizard templatesAriel Constenla-Haile
KO translation by Jeongkyu Kim Notes: prefer: 1b7c88ab4d6aaa79c484bcb179e5b2f296654462
2012-10-10#121183# Added buffering non-bitmap formats in GraphicArmin Le Grand
Notes: merged as: 7567b64e7d1009e8a51e06204480c341c99c0410
2012-10-10#i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula Wang Lei
Patch by: Zhang Lu Review by: Wang Lei Notes: merged as: 0946de1e2fbf8bd5ad3919429f648359d4464eca
2012-10-09#121183# enhance export of hatch masterpagebackgrund for ppt formatArmin Le Grand
Notes: merged as: dbc7c605d65cc2dc37af3d2077ac553754bc4f7d
2012-10-09#i121136 Improve Spreadsheet performance in some area (Patch 2)Wang Lei
Patch by: Wang Lei Review by: Wang Lei Notes: reject: too horrible
2012-10-09#i119587# For doc file loaded by AOO, correct table position when table ↵Chen ZuoJun
across pages with the Around wrap attribute. Reported by: Yan Ji Patch by: Lei De Bin Review by: Chen Zuo Jun Notes: reject: messy hack
2012-10-08#119885# Made EditMode work with text boxes where text is reaching over the ↵Armin Le Grand
TextBox's bounds Notes: merged as: b9bea009ac27ffe822b43911a5c7a30d36c43c50
2012-10-08#i119466# Doc file loaded by AOO, table with incorrect text wrapping property.Chen ZuoJun
Reported by: louqle Patch by: Chen Zuo Jun Review by: Lei De Bin Notes: merged as: 4e07258cbd1f4fb16d6ce2174fb5c74c3b36da33
2012-10-08#i121180# - Fix SpinningProgressControlModel descriptionAriel Constenla-Haile
IDL description by Bernard Marcelly Notes: merged as: 6d51f9f948c5bf877ec8a53e3716f00fe5e81a23
2012-10-08#i121181# - Deprecate Throbber APIAriel Constenla-Haile
Notes: merged as: 62cffb489cf7926fc6843e9ac05939b298394ad7
2012-10-07#i108689# - Invalidate Basic IDE slots in order to trigger feature updateAriel Constenla-Haile
Notes: merged as: cb01fc2eb0fa4728a4b7a404780cf7b04b16433b
2012-10-06#i117769# - Document service com.sun.star.awt.PrinterServerAriel Constenla-Haile
Notes: prefer: 5ade04867f280b18dfbfb7e60568ed58b32d6bbc
2012-10-06#i121170# - com::sun::star::awt::XPrinter API does nothingAriel Constenla-Haile
Notes: merged as: 6858934fadcbe825ef59a3c7da4f82879163382b
2012-10-06Fix line endingsAriel Constenla-Haile
Notes: merged as: 34a1250e0b4bf62dbf87ff6139fc3107f7543b82
2012-10-06Minor fixes to use $PERL properlyAriel Constenla-Haile
Notes: ignore: obsolete
2012-10-05[Bug 117765] css.awt.PrinterServer implementation quite unusable in BasicAndrew Rist
from cws/fs35a by Frank Schoenheit [fs] Notes: merged as: 34a1250e0b4bf62dbf87ff6139fc3107f7543b82
2012-10-05#119885# corrected AutoGrowHeight setting when importing PPT text boxesArmin Le Grand
Notes: merged as: acccf7a13fd0f87e5aecdc7d5412726a76dba275
2012-10-05#121153# adapted RenderBitmapPrimitive2D_self bitmap transformation to ↵Armin Le Grand
metafile case (where no destination bitmap size is given) Notes: merged as: 45d011ba375c469771ef652c25bd42ce85d3071f