summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-29Fix indentationTor Lillqvist
Change-Id: I7efac64042fdd0b985114b06314cd7b81a6ecf6d
2012-11-29For now, we need a system Python to run build-time Python scripts on OS XTor Lillqvist
Change-Id: Ia46126f9f56668a14a66679b697ce54cec6ea0b8
2012-11-29add dep on .po fileDavid Tardon
Change-Id: I1f752dd5a912f4ecd4db6de72e0a8eccada3091a
2012-11-29add missing dep on propexDavid Tardon
Change-Id: Ic2312b6f97cd773f2c271ba6f76d69d896a959b7
2012-11-29Change default shape colorAlexander Wilms
Change-Id: I922fe667d6bf892916681988cd8599c7db9dc106
2012-11-28Fix static link failure with liborcus on Windows.Kohei Yoshida
Change-Id: Id32a511970ebbebf4fbfff5fdd52bbe88cac96fc
2012-11-29LibreLogo: fix typoLászló Németh
Change-Id: I4072d93ccdc9f86fde7f333e1181d914dea45f6b
2012-11-29LibreLogo: fix Python 3 supportLászló Németh
Change-Id: I3793cfd47083775fe2171eecc550e93b20ea0ee9
2012-11-28API CHANGE: remove com.sun.star.setup moduleMichael Stahl
This module was deprecated 10 years ago; the only thing in it that was actually used recently in OpenOffice.org is the ProductRegistration service, but the implementation of that has been removed since it is of no use to LibreOffice. WARNING: could not open key "/UCR/com/sun/star/setup/FontAction" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/setup" with published children exists only in registry 1 Change-Id: I0c2809271eb46f6f9a125c5c88e4ec76a6c01551
2012-11-28python3: use version variables instead of hardcoded numberMichael Stahl
Change-Id: Ic91cab680b86d8064212e9833c81b37db2002720
2012-11-28Try to reduce direct access/manipulation of the flag value.Kohei Yoshida
Change-Id: I252c1ad55099a821d3c1fec3c64255c4f26a0396
2012-11-28Let's call this mapped cell rather than linked cell.Kohei Yoshida
Change-Id: I861b3ad248ce680ae3ced4c10eee151883ed4a9e
2012-11-28OUString::concat() does not modify in-placeTor Lillqvist
Change-Id: I71286414fe173bf9f698fcfbeb48524914dea2e9
2012-11-28Resolves: fdo#41554 ww6 file cannot be openedCaolán McNamara
it falls into a (apparently) ww8 specific old school macro parser we use to scrape out some toolbar info and tries to allocate some nutso numbers which throws and aborts the import. Skip importing these in ww6 document, and tweak the code to be a bit more forgiving in ww8 documents where the load fails via exceptions Change-Id: I9bba60db3b95ece54f68d4fa23031f46545697da
2012-11-28pywizards: make sure it has the attributeXisco Fauli
Change-Id: I247fba15396a9c58eae0967099949abf17330a91
2012-11-28pywizards: remove set/get controlpropertyXisco Fauli
Change-Id: Ib8fb5ee973e9f555d85cb08d2945199deb4ba9aa
2012-11-28pyfax: fix a mistake i did yesterdayXisco Fauli
Change-Id: I8e3762b2cb28c6d7273e177014f2ac374d393db4
2012-11-28pywizards: Clean textfieldsXisco Fauli
Change-Id: I80d0c997ccc29589f8527627434f900540c15bdd
2012-11-28pyagenda: remove helper here tooXisco Fauli
Change-Id: I3a9e55107888d95faa0fbc6061a23168a7b06441
2012-11-28liborcus: must be built with -D_GLIBCXX_DEBUG for debug STLMichael Stahl
... in --enable-dbgutil mode. Change-Id: I095bc8f29570afd9912a615e98ef05e4249ea8f7
2012-11-28remove removed udkapi modules from more files...Michael Stahl
Change-Id: Id57598aebe25b3aeffb7f66ad4f9c2b2159fc240
2012-11-28OUString::replaceAt() does not modify in-placeTor Lillqvist
Change-Id: I97460379a248d13c9766b315a069647b70770135
2012-11-28OUString::replace() does not modify in-placeTor Lillqvist
Change-Id: I6fa7c64bdd3c7af4b9495831da063ecd917057de
2012-11-28OUString::replaceAt() does not modify in-placeTor Lillqvist
Change-Id: I59ebf6dc5bc75f8ded82b19dbc736a6aae48e74b
2012-11-28SwRTFReader::Read: catch all exceptionsMichael Stahl
... so the filter does not crash soffice with unhandled exceptions. Change-Id: Ia09815009dfb0c9e5163b94aecb76e3e70e6f945
2012-11-28API CHANGE: add a "position" parameter to XParagraph/TextPortionAppend methodsMiklos Vajna
So we can use the new RTF import for clipboard pastes in Writer without inserting text content to the end of the document only. Notes: - SwXText::insertTextPortion: the MovePara() call is removed, as all it did was trying to move the cursor beyond the end of the document. - SwRTFReader::Read: the double fake paragraph insertion / deletion is motivated by the ODT filter. - RtfFilter::filter: if TextInsertModeRange is not passed, then the behaviour is not changed. v2: - added missing @since tags - added insertTextContentWithProperties() method - removed unused appendParagraph() method Change-Id: I24cddb00a78e3b798e7d88764e59e6a77a6e98a4 Helped-by: Michael Stahl <mstahl@redhat.com>
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist
Change-Id: I20e51370920b8a7ca3152c0c2e4d3d65c46a20cc
2012-11-28LibreLogo integration (extension -> normal code)Andras Timar
While efforts have been made to make LibreLogo work with Python 3.3, there are still a few bugs, for example large Logo programs do not run correctly and Translate button does not work. Bugfixing is in progress. Change-Id: I4227ff86084f51047861897189d2317322296139
2012-11-28add comment for translatorsAndras Timar
Change-Id: Id60e37ebc73f86577c7084349418eb166d9e77e1
2012-11-28Updated coreAndras Timar
Project: help c9e185d454bd5f7a3bfb8e8018f598746f1d44a0 LibreLogo integration
2012-11-28get vcl building on RHEL-5Caolán McNamara
Change-Id: I01dc490d09fbe4bd0cce34b7e93afd36dd517f25
2012-11-28OUString::concat() does not modify in-placeTor Lillqvist
Change-Id: I298f33a23e44146d7ce5fbf72d176020804e03d6
2012-11-28jurt: actually, why does this not simply use InternalUnoApiMichael Stahl
... which makes things much simpler, and the custom target now only contains Java classes. Change-Id: I4aead3a2468085212e2384cad97e34f9cfce7270
2012-11-28jurt: remove that with -f because it may not exist...Michael Stahl
Change-Id: Ic93cf3d81bf2cbda9365998f4e41d582a5436227
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist
Change-Id: I68227dcf77b9082708503d2c0d9bf829d78a442e
2012-11-28OUString::trim() does not modify in-placeTor Lillqvist
Change-Id: I9efc0ef7e8fa433352dcbc3d3173b95fdf838e20
2012-11-28Add comment about Windows SDK 8Tor Lillqvist
Change-Id: I91abacdbe75b36a61e110068e300c54c08c7ead2
2012-11-28Make print_al_home more reliableTor Lillqvist
Change-Id: Ib979916a32a9a9ea8ae1e711559613e8b6b3dfe9
2012-11-28Use uniform spacing before the "then" of if statementsTor Lillqvist
Change-Id: I657f14b26f76b874fd6d84eb6ae2009dfcbd0f88
2012-11-28More informative logging for the search for midl.exe, csc.exe and al.exeTor Lillqvist
Also adapt to the "bin" structure of the Windows Kit 8, where there are no tools directly in "bin" but only in the "x86" and "amd674" subdirectories. Change-Id: Id3aaaaaba6f4386a54e7becbb2d4fc66a8f5a0d8
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-28Get it to build after the rebase.Kohei Yoshida
Change-Id: I86bc4fb6aa4158f0efc3ab765841abcea9063693
2012-11-28Add preliminary icons for use in XML tree from Alexander Wilms.Kohei Yoshida
Change-Id: I69ac622bd9ada7dccfbeda7a2a8c3cfd7717dace
2012-11-28Use the method from orcus to get the short version of xml namespace name.Kohei Yoshida
Change-Id: I5d64ae380982c09f53dacb1eac721430674e9a31
2012-11-28Correctly handle xml namespaces when importing xml content.Kohei Yoshida
But it's still not working. I need to dig some more. Change-Id: I06d4d70e1a4234b031741a496f2651d016c35ecc
2012-11-28Display XML namespace IDs in the tree.Kohei Yoshida
Change-Id: I7223b6ac750a5c96ce9638b490eeae109ed854ef
2012-11-28Adjusted for the orcus interface change on the master branch.Kohei Yoshida
Change-Id: Ie99a1f90c55abf41f9f069fe26f19ed2f4370ae1
2012-11-28Store the xml namespace repository with the context.Kohei Yoshida
We need persistent xml namespaces between loading the structure and importing the content. Change-Id: I4b56a7e952ab89b93ea2590c8f0d6b5cb141f039
2012-11-28Method description.Kohei Yoshida
Change-Id: I754ef846c3bc2d032a818dce6c223da89b3f8ccd
2012-11-28Separate the XML part of orcus filters into own class.Kohei Yoshida
Along with other reorganization of the orcus interface code... This XML context object will be used to store data specific to each loaded XML file, such as XML stream, namespace repository and so on. Change-Id: I21c43ab0026954c5d52f4985a169934f8fb9f704