summaryrefslogtreecommitdiff
path: root/odk
AgeCommit message (Collapse)AuthorFilesLines
2012-12-25Get rid of (most uses of) GUITor Lillqvist2-8/+8
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann1-1/+0
Change-Id: I27fd4d1f1dfafccaa7936defb5cd687d6266e0a2
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin2-8/+4
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-19API CHANGE: Remove support for uno executable's -ro/-rw argumentsStephan Bergmann1-10/+0
...and instead require users to specify URE_MORE_SERVICES/TYPES (resp. UNO_SERVICES/TYPES for invocations from within the build) bootstrap variables. This removes usage of deprecated bootstrap_InitialComponentContext from the uno executable's code. Change-Id: I9af626f47a94c3bea1fb0d3c3efbab54f8db9e40
2012-12-18API CHANGE: Remove obsolete regcomp from UREStephan Bergmann3-73/+0
Change-Id: Iaec5e0fd53d340f028e271f28e99a73dedc636f7
2012-12-18Duplicate definitionStephan Bergmann1-1/+0
Change-Id: Ifd8d8ee0c101f77a0c8832a8e4379eabd6334e85
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann3-41/+8
The STLport was only built for the benefit of old extensions on platforms that once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We deliberately break such old extensions for LO 4.0 by no longer shipping that backwards-compatiblity cludge. Keeps STLport listed in readlicense_oo/ because of o3tl/inc/o3tl/compat_functionality.hxx. Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?). Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from l10ntools/inc/helpmerge.hxx that was once added with 854812584862d0609b695682d2bfea2667d75c00 "INTEGRATION: CWS extensionl10nfix01 (1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename -> MoveFileEx" but now starts to cause trouble on Windows. Also disables warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both tools/wintypes.hxx and the Windows API) in a number of places that include windows.h -- however the old STLport caused those warnings to not show. Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
2012-12-16Remove unpublished Accessibility examples from ODK.Thorsten Behrens14-2614/+0
Change-Id: Ied4259b1d08ae54fc0ba036239227ac897e11ebd
2012-12-14Remove xml2cmp leftovers: Remove FlatXmlFilter_cpp.uno.xml from make filesLior Kaplan1-1/+0
(follow up for a9916dabb48df8ea857ce6b255563e31352988a8) Change-Id: I816c9dd797fbf49d300cd0442c87f343bd1308d4 Reviewed-on: https://gerrit.libreoffice.org/1336 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2012-12-12Remove xml2cmp leftoversStephan Bergmann3-84/+0
Change-Id: I7c0ba8b653b8e0534ae17bd879b93b75c6554893
2012-12-11Fix SDK examplesStephan Bergmann8-84/+72
Change-Id: I0a3153bc3fa8338a1a0865db2fbe65a56ae064a4
2012-12-10Fix SDK exampleStephan Bergmann1-0/+1
Change-Id: Ide65bcf203f78d1e8d3286f4ee19846a357fb364
2012-12-10Fix SDK exampleStephan Bergmann3-36/+31
Change-Id: I3d31e0ad7e5015340a045230678760e3b20c59a1
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens3-11/+4
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-2/+2
The a11y API has never really been picked up by tools vendors, let's not tie ourselves up here for no good reason. This unpublishes all css::accessibility, and dependend API. With that, we can change the rather unfortunately-named add/ removeEventListener to be add/removeAccessibleEventListener, thus not conflicting with the XComponent methods of the same name. Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
2012-11-29API CHANGE: remove com.sun.star.sync/sync2 modulesMichael Stahl2-4/+0
The modules were entirely deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/sync/FilterData" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync" with published children exists only in registry 1 WARNING: could not open key "/UCR/com/sun/star/sync2/BadPartnershipException" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/sync2" with published children exists only in registry 1 Change-Id: I58bf7737ac00a6ecb905f59fb389b31376dff2cf
2012-11-29API CHANGE: remove com.sun.star.installation moduleMichael Stahl2-2/+0
The entire module was deprecated 10 years ago, and there is no implementation for any of it. WARNING: could not open key "/UCR/com/sun/star/installation/ProtocolHandlerCheckService" in registry "/master/offapi/type_reference/types.rdb" EXISTENCE: module "/UCR/com/sun/star/installation" with published children exists only in registry 1 Change-Id: I8f120cd58f3d5c130a5bad8a5a11374b505ec548
2012-11-29API CHANGE: remove com.sun.star.text.textfield.docinfo.Info[0-3]Michael Stahl1-4/+0
The implementation of the 4 textfield.docinfo.Info services has been removed in OpenOffice.org 3.0. com.sun.star.text.textfield.docinfo.Info0 com.sun.star.text.textfield.docinfo.Info1 com.sun.star.text.textfield.docinfo.Info2 com.sun.star.text.textfield.docinfo.Info3 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info3" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info2" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info0" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/text/textfield/docinfo/Info1" exists only in registry 1 Change-Id: I2528f90de688a5b7d1e41f8741fe5a3bd1afc913
2012-11-28API CHANGE: remove com.sun.star.setup moduleMichael Stahl2-2/+0
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-28remove removed udkapi modules from more files...Michael Stahl1-2/+0
Change-Id: Id57598aebe25b3aeffb7f66ad4f9c2b2159fc240
2012-11-28odk: adapt to removal of modules test, util.loggingMichael Stahl1-4/+0
Change-Id: I824e9fd5477a734843b5c021a30bf6bad7734dfe
2012-11-27fdo#46808: Missing adaptions to XFolderPicker2Stephan Bergmann2-4/+4
c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker implementations at XFolderPicker, so creating them caused DeploymentExceptions. Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0
2012-11-24fdo#51304 Remove @author annotationJosé Guilherme Vanz1-9/+0
This commit removes @author annotations, some templates comments. It has some cleanup. Change-Id: I995ba7b06d661fcec17f26c368d9449c0bf5ab45 Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl1-8/+8
Change-Id: I10f395f90d554d0ec26fe9f2654ae839e21c7ee5
2012-11-22Use xcrun when available to run install_name_toolTor Lillqvist1-2/+2
This hopefully should help in situations like Jonathan Aquilina's, where /usr/bin/install_name_tool does not correspond to the tool-chain used (but is from an earlier version of Xcode). Change-Id: I5b4ca9e5e163fb4a84967577d2146cdbe8344f03
2012-11-15fdo#46808, use service constructor for ucb::SimpleFileAccessNoel Grandin1-2/+1
I upgraded the service to return XSimpleFileAccess3, since it already implemented that interface, and it's backwards compatible. Change-Id: I40001a46048bd21a23b6a2f58a95376f06fc634b
2012-11-12re-base on ALv2 code. Includes:Michael Meeks101-1245/+2279
Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
2012-11-11Kill set_oenv remnants (by just renaming the required timestamp file)Matteo Casalin1-1/+0
Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b Reviewed-on: https://gerrit.libreoffice.org/1026 Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Tor Lillqvist <tml@iki.fi>
2012-10-24fdo#46808, Adapt awt::Toolkit UNO service to new styleNoel Grandin2-7/+7
Create a merged XToolkit2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Also mark sub-interfaces as non-optional. Change-Id: I278d0288e92be277033013302267cf93f7d70480
2012-10-17odk: use javadoc -notimestamp, so generated docs don't unnecessarily differ ↵Miklos Vajna1-1/+1
after each build Change-Id: I966cdeb5c1604c0a7b8b9a0022fc1dbfde14418c
2012-10-11ooo.lst: use more variablesMatúš Kukan1-1/+1
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
2012-10-10odk: try to fix Windows buildMatúš Kukan1-1/+1
Change-Id: I626f2cbc4bdf30e73e6c24c1b9040c0f6d24eda9
2012-10-10replace findsofficepath.obj by static libDavid Tardon2-2/+4
Change-Id: I652ac46aec72a92667995353efa637f0a2310672
2012-10-03fdo#50936 fix link to license file in SDK documentationAndras Timar1-1/+1
Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
2012-10-01fdo#51304: Remove the author of some java source filesAnurag Jain64-183/+25
This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22
2012-09-27add --with-system-ucppRene Engelhard2-2/+9
Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
2012-09-25replace remaining InterlockedCount() with inlined versionNorbert Thiebaud4-9/+9
Change-Id: Ifcfa48fc87f905a91470a5b0fd597b02f220784c Reviewed-on: https://gerrit.libreoffice.org/671 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-09-21package: convert internal ZIP handling data-types to 64bitMichael Meeks1-1/+1
Prepare for a ZIP64 implementation. Audit all "Size" property fetches through Anys. Audit all uses of nSize, nCompressedSize, nOffset through the code. Add FIXME64: comments to all points requiring future work.
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann2-17/+8
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-09-10Java cleanup, convert ArrayList and Vector to use genericsNoel Grandin3-71/+60
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin74-434/+1
I guess I missed some last time :-) Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
2012-09-10Java5 cleanup, cleanup Vector and ArrayList to use genericsNoel Grandin5-24/+24
Change-Id: I7c2a3346f5c089424377302e1029b6f6aa971d76
2012-09-10Java cleanup, generic and simplifyNoel Grandin4-38/+35
The code here is passing stuff around in lists of Object, but even so, it was doing so in a very convoluted way. Change-Id: I608a066138bde2b659a52f6e6148ac754f75ac74
2012-09-10Java cleanup, remove dead codeNoel Grandin1-21/+0
Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
2012-09-10Java cleanup, remove dead codeNoel Grandin1-20/+0
Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
2012-09-10Java cleanup, simplify and generifyNoel Grandin3-51/+18
Convert this code to use generics and remove needless complexity Change-Id: Icc87face21de963f433d2422b3e9d62042de24a8
2012-09-10Java5 update, Convert ArrayList and Vector code to use genericsNoel Grandin22-149/+147
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
2012-09-06Java cleanup, remove unnecessary importsNoel Grandin55-149/+7
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
2012-09-05Java cleanup, make package name match folder nameNoel Grandin5-14/+2
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
2012-09-05Java cleanup, remove dead codeNoel Grandin1-85/+0
Which doesn't even compile any more. Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb