summaryrefslogtreecommitdiff
path: root/remotebridges/examples
AgeCommit message (Collapse)Author
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
It turns out that almost none of them were necessary. Change-Id: I1311ed28409c682b57ea8d149bcbaf2c49133e83 Reviewed-on: https://gerrit.libreoffice.org/12133 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-02-26Remove visual noise from remotebridgesAlexander Wilms
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 Grandin
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
2013-06-29remove OUString wrap for string literalsThomas Arnhold
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 Grandin
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 Grandin
Change-Id: I77d28e7575e18e682f8360f6e416954dfb7a4e30
2012-06-27re-base on ALv2 code.Michael Meeks
2012-06-01targeted string re-workNorbert Thiebaud
Change-Id: Ibe5c739c3066f3e706a44b64d4ad775abde9662c
2011-12-24catch exception by constant referenceTakeshi Abe
2011-07-12Remove component_getImplementationEnvironmentMatúš Kukan
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 2Gert Faller
2010-12-10RTL_CONSTASCII_USTRINGPARAM in ure 1Gert Faller
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
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 Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-11INTEGRATION: CWS changefileheader (1.6.42); FILE MERGEDRüdiger Timm
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 Timm
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 Glazounov
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 Timm
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 Timm
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 Timm
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 Lingner
2001-02-01removed ChangeGlobalInitmfe
2000-11-13#65293#: applicat.rdb -> udkapi.rdbJens-Heiner Rechtien
2000-10-26now passes unix compilerJörg Budischewski
2000-10-26added the officeclient demoJörg Budischewski
2000-10-17add. XWeak and XAggregationKurt Zenker
2000-10-16*** empty log message ***Jörg Budischewski
2000-10-16examples for interprocess communication addedJörg Budischewski