summaryrefslogtreecommitdiff
path: root/remotebridges/examples
AgeCommit message (Collapse)AuthorFilesLines
2014-02-26Remove visual noise from remotebridgesAlexander Wilms1-2/+2
Change-Id: Id3696781d3480961c516f2a43135415b15cedde0 Reviewed-on: https://gerrit.libreoffice.org/8293 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-11remove unnecessary use of OUString constructorNoel Grandin1-1/+1
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
For some functions and all kinds of Exceptions. CannotConvertException CloseVetoException DisposedException EmptyUndoStackException ErrorCodeIOException Exception GridInvalidDataException GridInvalidModelException IOException IllegalAccessException IllegalArgumentException IllegalTypeException IndexOutOfBoundsException NoMasterException NoSuchElementException NoSupportException PropertyVetoException RuntimeException SAXException ScannerException StorageWrappedTargetException UnsupportedFlavorException VetoException WrappedTargetException ZipIOException throwGenericSQLException throwIllegallArgumentException createInstance createInstanceWithContext forName getByName getPackageManager getPropertyValue getUnpackedValueOrDefault getValueByName hasPropertyByName openKey setName setPropertyValue supportsService bash command: for i in `cat list`; do git grep "$i\s*(\s*OUString(\s*\"" -- '*.[hc]xx' | cut -d ':' -f1 | sort -u | xargs sed -i -e "s/\(\<$i\s*(\)\s*OUString(\s*\(\"[^\")\\]*\"\)\s*)\s*/\1\2/g" -e "s/\($i.*\)\"+ /\1\" + /g"; done Change-Id: Iaf8e641b0abf28c082906014f87a183517630535 Reviewed-on: https://gerrit.libreoffice.org/4624 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-37/+32
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-08-27fdo#46808, Adapt UNO service registry::ImplementationRegistrationNoel Grandin1-5/+2
Change-Id: I77d28e7575e18e682f8360f6e416954dfb7a4e30
2012-06-27re-base on ALv2 code.Michael Meeks2-44/+26
2012-06-01targeted string re-workNorbert Thiebaud1-13/+13
Change-Id: Ibe5c739c3066f3e706a44b64d4ad775abde9662c
2011-12-24catch exception by constant referenceTakeshi Abe1-4/+4
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan2-7/+0
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 2Gert Faller1-5/+5
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller1-6/+6
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud1-1/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2-9/+2
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 07:25:25 rt 1.6.42.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.7.28); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 07:25:25 rt 1.7.28.1: #i87441# Change license header to LPGL v3.
2006-05-24INTEGRATION: CWS ause043 (1.6.6); FILE MERGEDVladimir Glazounov1-37/+2
2005/11/09 13:28:19 hjs 1.6.6.1: #i56702# remove overrides for default uno header generation
2005-09-09INTEGRATION: CWS ooo19126 (1.5.78); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 13:56:23 rt 1.5.78.1: #i54170# Change license header: remove SISSL
2005-09-09INTEGRATION: CWS ooo19126 (1.5.138); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 13:56:23 rt 1.5.138.1: #i54170# Change license header: remove SISSL
2003-04-23INTEGRATION: CWS uno2 (1.4.50); FILE MERGEDRüdiger Timm1-13/+10
2003/04/08 13:40:23 dbo 1.4.50.1: #107991# UNO shared library component renaming
2001-03-12OSL_ENSHURE replaced by OSL_ENSUREJoachim Lingner1-3/+3
2001-02-01removed ChangeGlobalInitmfe1-5/+2
2000-11-13#65293#: applicat.rdb -> udkapi.rdbJens-Heiner Rechtien1-4/+4
2000-10-26now passes unix compilerJörg Budischewski1-3/+3
2000-10-26added the officeclient demoJörg Budischewski3-42/+397
2000-10-17add. XWeak and XAggregationKurt Zenker1-2/+4
2000-10-16*** empty log message ***Jörg Budischewski1-3/+3
2000-10-16examples for interprocess communication addedJörg Budischewski1-0/+151