summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-04-13Newer version 0.5.1 (since 0.5.0 package was broken on Windows).Kohei Yoshida
It contains a missing header needed for Windows. Change-Id: I538d7d807fef3b6e50e70bf8f48defeb3cb79c9b
2013-04-13Get sc to build.Kohei Yoshida
Change-Id: Ia5a73ec2acd3663a35632f268b59c0646cd356ea
2013-04-13Deliver another library, though sc still can't link to it. Damn.Kohei Yoshida
Change-Id: I6a0193df0cdb82e1855c5ac2d38976c7fb29d039
2013-04-13Fix linker error against system zlib.Kohei Yoshida
Not sure what we'll have to do with the internal zlib. Not tested that scenario yet. Change-Id: Iec9e4f30b006ceaa2271156650b5ad922d4b40e4
2013-04-13This patch has been upstreamed.Kohei Yoshida
Change-Id: I7ba26813e1dfdd138096c597abd9f67c953aca4d
2013-04-13Update the internal liborcus package to 0.5.0.Kohei Yoshida
Change-Id: Ib0070ad8509ba4084a8b0871fbc8c24b550433d7
2013-04-13Now we require liborcus-0.6 package.Kohei Yoshida
Change-Id: I05555e9bb7904d7b9c25842d76ebeea53a7c1dfd
2013-04-13Increment progress also during post string cell insertion phase.Kohei Yoshida
Change-Id: Ie8dad05f8629f8acea735c6ff71851d22b997a37
2013-04-13Obviously we do support it now, albeit partially.Kohei Yoshida
Change-Id: Ib7f28a27ea99e76f439673e4971706ed9bb7a488
2013-04-13Show progress indicator during document import via orcus.Kohei Yoshida
Change-Id: I74e2b8299455753d4663f344506912302317b681
2013-04-13Get the filter provider name from SfxMedium instead.Kohei Yoshida
This property is now transferred to SfxMedium. Let's get it from there. Change-Id: Ie0a4680581500135f3b65370ea94946f02c02cb8
2013-04-13Reduce indentation by early bail-out.Kohei Yoshida
Change-Id: Iaf2fed36b33d44f06f2c2750f800da5a6dd454ab
2013-04-13Share error handling code between DoLoad() and DoLoadExternal().Kohei Yoshida
Change-Id: I34167b80e9ac31b32639cd3be903ba9edbdfa41a
2013-04-13Handle load error correctly.Kohei Yoshida
When we fail to load a new document, we shouldn't manually delete the SfxMedium instance there since SfxObjectShell gets to own it after the DoLoadExternal call. And we need to throw an error instead of simply return from load(). Change-Id: Ic194d47dd1caaab3034aba1b9add54c9b5338a38
2013-04-13Parameter order is wrong.Kohei Yoshida
Change-Id: I165c75693c4d4acb331e93905392fa7b6f7bc1c0
2013-04-13Import null date via orcus.Kohei Yoshida
Change-Id: Ifa50e460768ffff4b1096d795ab694fea62a6c29
2013-04-13Centralize D_TIMEFACTOR as DATE_TIME_FACTOR.Kohei Yoshida
It was about time. Change-Id: I87225be540c22b3031c6aee3f3fd9d26795abef8
2013-04-13Properly implement date / time value import from orcus.Kohei Yoshida
Change-Id: Icaf310182dcdd2a5d06c2d4bcbb98e3850fb2d80
2013-04-13Implement set_date() interface method.Kohei Yoshida
It'll simply call set_auto() for now. Change-Id: I580b2ecbd34ffe7674f64ade912877ef07a60aca
2013-04-13Implement segment-based string import.Kohei Yoshida
With this, string cells from ODS docs get imported. For now, format runs are ignored. Change-Id: Ia9530357d3afc6cf4a0c52362bc770560debfd61
2013-04-13Correctly implement add() and append() of shared strings interface.Kohei Yoshida
Change-Id: I9c1d0e904464ff2489678972aa5c6b6e4246cd81
2013-04-13Defer string cell import until the end when importing via orcus.Kohei Yoshida
This is because orcus imports cells before it imports the string table. Change-Id: I1b85be2d9832b9a9a52961ece735de8cd980b893
2013-04-13Use environment variable LIBO_USE_ORCUS to decide whether or not to use orcus.Kohei Yoshida
This way we won't need to re-compile every time we need to switch between. Change-Id: I7d56a838c420a645ce8bebe0f0d9beaa78476fd6
2013-04-13Try not to crash during import of xlsx and ods documents.Kohei Yoshida
Also, let's not leak memory by returning a new'ed instance from get_styles(). Orcus never manages the life cycle of objects returned from client code. Change-Id: Id92eb10dbe88c2a55b5d04e408a01fa9c25fa9a1
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida
But this occasionally crashes. Change-Id: I0a18d0e210639b43b89b966a54de541b9a43e329
2013-04-13Make the impl class explicitly non-copyable.Kohei Yoshida
Change-Id: I58971205bcb0c9f397c64556c84114c0390e8e96
2013-04-13Re-organize UNO interface members & use clear() to clear their refs.Kohei Yoshida
Change-Id: I815e77640c7c3816e5b9c83b567a8e2051cdb81f