summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-13fdo#47018 Impress crashes when modifying bulletCao Cuong Ngo
Default numbering rules shouldn't be left zero nor hard-coded. Change-Id: I8a34331006abf3de8c170f8dca43ccf9cec92f04 Reviewed-on: https://gerrit.libreoffice.org/3312 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-04-13fdo#45941 repeaded -> repeatedMiklos Vajna
Change-Id: Iff043de250fb1d81fbd4901a15f7935006edc2df
2013-04-13fdo#45941 cursos -> cursorMiklos Vajna
Change-Id: I10ede9fe8f4694366101458a0ce82b54148cda61
2013-04-13fix system-orcus: add dummy gb_LinkTarget__use_orcus-parserRene Engelhard
Change-Id: I6d2a73960ded37e60008daea6555001e7b126f5a
2013-04-13resolved fdo#63421 crash in pivot table with accessibilityEike Rathke
The scenario of fdo#63421 (loading data and re-dragging the same field) is not needed, simple data is sufficient and crash happened also when dragging (removing) a field from a pane and dropping it anywhere else. Multiple errors: * getAccessibleChildCount() must return the real current count of children, not what mpFieldWindow says; AtkListener::updateChildList() uses this value to repopulate its own list; a child is added after it is added to mpFieldWindow but removed before it is removed from mpFieldWindow; * LostFocus() uses an index of -1 if the last child was already removed and the field was dropped after dragging it away from a pane, handle that but it still does not look right * RemoveField() called CommitChange() with AccessibleEventObject::NewValue set instead of OldValue, leading to AtkListener::handleChildAdded() being called instead of handleChildRemoved() Apparently this never worked since 2002. Change-Id: Idfb59d947002d2212bc67b414daecb65c55edae8
2013-04-13Fix copy/paste error in 173214d92046b4ea11f6c0959ca40999d1e0bbd2Tor Lillqvist
Change-Id: I47a3f6ef639c9103b8def0dd029fcb6efec4b085
2013-04-13fdo#45941 algrithm -> algorithmMiklos Vajna
Change-Id: I30fd0aa3ab337e62023d5adec9a0033b78959703
2013-04-13Fix liborcus build for AndroidTor Lillqvist
Also hopefully make the environment variable setting on the configure commmand line saner and working as intended for all platforms where relevant. It doesn't work to set and append to an environment variable in one same command like CPPFLAGS=something CPPFLAGS+=more ./configure ... Change-Id: Ifb3fb6748d59388124b9987a1db3cab15ebaf757
2013-04-13The liborcus_0.1.0-configure.patch does apply and is neededTor Lillqvist
Change-Id: I19340ff42c8edbe7b112569f12657757b466a244
2013-04-13sw: fix frame size of textboxes in DOCX/RTF exportMiklos Vajna
In case the frame is AutoSize and the nominal height is less than the real height, we used to end up with textboxes having height small enough that some of the content was unreadable. Instead, do what the WW8 export does and relay on sw::Frame to provide the layout size. Change-Id: I2a6cf4373c8565eef780273745a6ef27ddc65753
2013-04-13Fix warning: unused variable 'sPlatform' [loplugin]Tor Lillqvist
Change-Id: I2d6c7bae4f202a00f89d22b63370c128cc27c7c4
2013-04-13neon: honor --disable-openssl and use GNUTLSAndres Gomez
On --disable-openssl, the bundled neon library will link against GNUTLS + gcrypt instead of OpenSSL. Change-Id: I5b3f09cd1003aefde0478aaab026536c962212c4 Reviewed-on: https://gerrit.libreoffice.org/3330 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-13postgresql: honor --disable-openssl flagAndres Gomez
On --disable-openssl, let's avoid linking the bundled postgresql to OpenSSL by not passing down --with-openssl to its configure script. Also, configure stage will fail if krb5 or gssapi are enabled as they need OpenSSL and, in any case, --with-krb5 and --with-gssapi will not be passed down to postgresql configure script. Change-Id: Iaf7e944d1d8f6a018e949ece56f6d3881f1e8c46 Reviewed-on: https://gerrit.libreoffice.org/3333 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-13python: honor --disable-opensslAndres Gomez
On --disable-openssl, the bundled python library will not build its OpenSSL module. Change-Id: I132663c0160f800411f78e49444fe1c5d9ce9ef9 Reviewed-on: https://gerrit.libreoffice.org/3332 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-13xmlsec: honor --disable-openssl and use NSSAndres Gomez
On --disable-openssl, let's avoid linking the bundled libxmlsec to OpenSSL by passing down --without-openssl to its configure script. Change-Id: I04447683adeba4b7059e94579adf43ef788a4916 Reviewed-on: https://gerrit.libreoffice.org/3329 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-13build: new --disable-openssl flagAndres Gomez
Most of the components included in LibreOffice already support alternative TLS libraries (e.g. NSS, GnuTLS). Change-Id: If00c348046fdbc88156f3d89c25e874e7e9bd04c Reviewed-on: https://gerrit.libreoffice.org/3328 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-13build: warn when configure with --with-tls=opensslAndres Gomez
When expliciting openssl as tls implementation to use, show a warning as there are still some pieces of code that may depend on NSS or GNUTLS. Change-Id: I2cfaaf09b5ad83837928f2648975db956b261c19 Reviewed-on: https://gerrit.libreoffice.org/3327 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-13Revert "KeyId do not contain special chars so ulfex can use it again"Zolnai Tamás
This reverts commit 8287da2fbc09882893642b7a6e3ca555b2b956b3.
2013-04-13i#119446# correct condition for fields containing '.' or '/'Oliver-Rainer Wittmann
See also: i#61075, i#89667, i#111684 Found by: Yan Ji Patch by: zjchen Review by: Oliver (cherry picked from commit 2eeb8010f1afbe47b56387a5ba96db41ece13fcc) Conflicts: sw/source/filter/ww8/ww8par5.cxx Change-Id: Ia53b599c01d1a4b46bd52eac8a933ac6c0605586
2013-04-13Resolves: #i119953# Fixed crash on File->Insert.Andre Fischer
Reported by: Yan Ji Patch by: Oliver-Rainer Wittmann Review by: Andre Fischer (cherry picked from commit 66cef81342b38e23c6785c101fe204a9512f0646) Conflicts: sw/source/filter/ww8/ww8par.cxx Change-Id: Ia014c0c3b9fb78caf8e1d40bd629eb685d40fdd3
2013-04-13Resolves: #i120105# Avoid MemoryLeak in ScTableSheetObj::PrintAreaUndo_ImplArmin Le Grand
by handling created ScPrintRageSaver objects more careful. Found by: Chao Huang Patch by: Chao Huang, alg Review by: alg(cherry picked from commit 803b94a2391352ccef46a6f8fdcfa9dc748bb737) Change-Id: I0523bb870ed6a4ee301722e6e80dc9ac497a7299
2013-04-13Some empty pot directories remainedZolnai Tamás
Change-Id: I5aedd4595c3f676deaedddf80c3a96250015f2ed
2013-04-13Resolves: #i121215# fix the spreadsheet font familyHerbert Dürr
Patch-by: Tan Li <litan.test@gmail.com> Review-by: hdu@apache.org (cherry picked from commit 3258f70090ffb706d7dcfb66b16b404d86f8cfbf) Conflicts: sc/source/filter/excel/xistyle.cxx Change-Id: Id50781e163ac33d3cd1b670808824c7c9b8718d3
2013-04-13KeyId do not contain special chars so ulfex can use it againZolnai Tamás
Change-Id: Icfb581ac2771df39c71ad12f94dba5d51f3c4ec5
2013-04-13Resolves: #i119634# mso shape import better shadow defaultsOliver-Rainer Wittmann
apply default shadow color, if none is given; apply default shadow distance, if shadow type is not supported. Patch by: Jianyuan Li Review by: Oliver (cherry picked from commit 19116761e7c6ebb2c2f9b76ab4c07fed2f9e8c77) Conflicts: filter/source/msfilter/msdffimp.cxx Change-Id: I99932ae3589cf2502db8d5901c5641d475becdcf
2013-04-13Secure EmbeddedObjectRef::GetGraphic to react when something goes wrongArmin Le Grand
when trying to get the replacement graphic, better fallback to default ole replacement graphic (cherry picked from commit 9dc64b4255ed0f2eda0df3a3bbf59fa47202788c) Conflicts: svtools/source/misc/embedhlp.cxx Change-Id: I31db9bf954cfca8f9c10163b03346c2b796ee0c8
2013-04-13Resolves: #i119974# Ellipse shape too large in MS office pptZhe Wang
(cherry picked from commit 1330e0eed32d5d6fee532a0538efada306822810) Conflicts: svx/source/customshapes/EnhancedCustomShape2d.cxx Change-Id: If0b17bf110306b500cd7142a6a7fa4c343db68ff
2013-04-13simplify makefilesDavid Tardon
Change-Id: I11ea8814d36cdc6d6838ec80b0bbb272d3116b2d
2013-04-13add gb_CppunitTest_use_custom_headersDavid Tardon
Change-Id: I6bca241552bb6f8fa84cf8b45e91e9a86e12dc41
2013-04-13simplify generation of *_allheaders.hxxDavid Tardon
There are some differences in the generated headers: cppu_allheaders.hxx now explicitly includes #include <com/sun/star/uno/Any.h> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/uno/genfunc.h> #include <com/sun/star/uno/genfunc.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Sequence.h> #include <com/sun/star/uno/Sequence.hxx> #include <com/sun/star/uno/Type.h> #include <com/sun/star/uno/Type.hxx> sal_allheaders.hxx now does not (explicitly) include #include <cppunittester/protectorfactory.hxx> #include <internal/rtllifecycle.h> #include <osl/detail/android-bootstrap.h> #include <osl/detail/component-mapping.h> #include <osl/detail/file.h> #include <osl/detail/ios-bootstrap.h> #include <pch/precompiled_sal.hxx> Change-Id: Ide3c708ac66f23b360b8e130790f8fa8f1911082
2013-04-13drop trailing /David Tardon
Change-Id: I1f699f9e0294209478680ae3e2e12ae9085c91fc
2013-04-13rebuild Package when a file is addedDavid Tardon
Change-Id: I58b8ad5393a4ca01c0131847f220f8c094609b69
2013-04-13install SDK headers from filelistsDavid Tardon
... which allows us to drop gb_ZipPackage. Change-Id: Ib19f774c63d9b83ec07e99f963533eee431cc53a
2013-04-13add extra inc. dir for URE headersDavid Tardon
This is in preparation for removing gb_ZipPackage. It is only a temporary workaround, as the URE headers can be used directly from $(SRCDIR), once we do the migration of public headers to top-level. This commit should be reverted then. Change-Id: I26b7ad6eb7b33797c174573e3c2f69d295408657
2013-04-13add some commentsDavid Tardon
Change-Id: Ife488b476fff54872aa830cff218d4a642f528fc
2013-04-13keep filename in sync with the Pyuno nameDavid Tardon
Change-Id: I7f171e3908eeddb5f24fd82fe7eb5cfbce77affe
2013-04-13install Pyuno using PackageDavid Tardon
Change-Id: Iabc029091096c82ff2dc79f0fad8f2bf9ee89514
2013-04-13silence build of epmDavid Tardon
Change-Id: I439032a384e75815db050d5468d78496267f665b
2013-04-13convert AllLangZip to install using PackagesDavid Tardon
... and also rename it to AllLangPackage. Change-Id: I5bbc3847f2806221a5e3e4fa063ccc5a3b60a3fb
2013-04-13WaE: unused paramCaolán McNamara
Change-Id: Ie066849a312059e9dc2599e73258c57e9ceeda28
2013-04-13WaE: unused paramCaolán McNamara
Change-Id: I29d6b8b19a677ecbd4b47fb80574e8b327a16d13
2013-04-13l10ntools: export use only en-USZolnai Tamás
So no need to ad it in a commandline parameter. No need to use a vector to store languages. Change-Id: I1f7d3bd131b5a9ff23d403cee4ac6804ae8e0a0b
2013-04-13Resolves: #i54102# added support for rotation, shear and mirror for SdrEdgeObjArmin Le Grand
i.e. Edges, Connectors added interactive preview, allowed these actions for editing (cherry picked from commit f8721f5f94f74522eae36dc6dc054b983384fac9) Conflicts: svx/source/svdraw/svddrgmt.cxx svx/source/svdraw/svdoedge.cxx Change-Id: I20b971674e683a25f70f6d2e2f4b5231f38638bc Related: i#54102# Removed IsInserted() check... for doing transformations to have them on interactions (cherry picked from commit 3ca8c0e04015fcd945a66e254d845dc9081aa5e5) Conflicts: svx/source/svdraw/svdoedge.cxx Change-Id: If55e5f0d4bb5aef7f602fdcd03d51014390e8d2a
2013-04-13Remove obsolote 'empty string -> "-"' behaviourZolnai Tamás
Change-Id: I1d81d4c5716c397b84c0a8959b21beacbbbf1138
2013-04-13Handle hidden property for external filter loading as well.Kohei Yoshida
Change-Id: I7a0154161d28e59c3e741fd592d3ce175676c901
2013-04-13Get cppunit in sc to link with orcus-parser.Kohei Yoshida
Change-Id: I1f53a4f4b9beee501e29149ed88e3ce5d63d9a3c
2013-04-13Let's see if this works for Visual Studio 2010....Kohei Yoshida
Change-Id: I80b0dc6f36f798e06aad2221760b6b36d1a7f82b
2013-04-13Go back to using Visual Studio project files to build.Kohei Yoshida
gcc-wrapper is too smart for me to figure out. Change-Id: Ia36255035ac0be8ddc6cfc26dac06f3cd1310769
2013-04-13Trying to fix Windows build. Still broken.Kohei Yoshida
Change-Id: I4d5764d9fd8f03e61c99d5f5597314deefc3ffd5
2013-04-13Deliver orcus-parser.lib on Windows.Kohei Yoshida
Change-Id: Iba5edf90ad26c96697e5acb47055f9311ea73b98