Commit Graph

21 Commits

Author SHA1 Message Date
Stephan Bergmann
ced1151a1a Get rid of vcl::unohelper::GetMultiServiceFactory
...which effectively is just a glorious wrapper around
comphelper::getProcessServiceFactory.

In turn gets also rid of ImplSVAppData's mxMSF and mpMSFTempFileName and the
rSMgr parameter to InitVCL.

All the VCL users "soffice", "spadmin", and "unopkg gui" appear to still work
fine.

Change-Id: I797d48f7d0d8c35bb82124c9ab0ee63850c4d863
2012-10-31 09:22:53 +01:00
Michael Meeks
60337134e4 re-base on ALv2 code. Includes:
linecap: Reintegrating finished LineCap feature
    Patch contributed by Regina Henschel
    http://svn.apache.org/viewvc?view=revision&revision=1232507

    disable extended linecap API for now.

    gnumake4 work primarily from Mathias Bauer
    http://svn.apache.org/viewvc?view=revision&revision=1394326

    misc. dead code cleanups
    Patch contributed by Ariel Constenla-Haile
    http://svn.apache.org/viewvc?view=revision&revision=1204995
    http://svn.apache.org/viewvc?view=revision&revision=1207270
2012-10-08 11:36:37 +01:00
Stephan Bergmann
9ac86f484b Improvement on previous commit, UCB clean up
* 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-14 18:24:49 +02:00
Norbert Thiebaud
4d20c0d589 targeted string re-work
Change-Id: I73abfa24f5bb7f25afddef820bb4725bf7cee359
2012-06-02 12:58:04 -05:00
Szabolcs Dezsi
d6bc02f8c4 Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator 2012-04-06 20:03:42 +02:00
Caolán McNamara
59bf1b583f regpathhelper: unused, so we've got to have two of them 2011-12-14 09:52:49 +00:00
Takeshi Abe
7113c7152d catch by constant reference 2011-11-30 11:27:42 +09:00
Norbert Thiebaud
24c0f87615 remove include of pch header in canvas 2011-11-27 12:57:22 -06:00
Michael Meeks
6c2d66e525 remove const sal_Char * casts of rtl::OUStringToOString results, fixes ucb 2011-10-05 14:00:34 +01:00
Thomas Arnhold
2fb4d4800c Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:35:10 +01:00
Gert Faller
7a65687ca2 RTL_CONSTASCII_USTRINGPARAM in libs-gui 13 2010-11-23 18:59:05 +01:00
Kevin Hunter
597faa1032 EasyHack: RTL macro converted from createFromAscii 2010-11-09 21:49:16 +01:00
Kenneth Venken
bbe30ed814 replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTS 2010-10-18 12:28:33 +02:00
Sebastian Spaeth
4905a19032 Add vim/emacs modelines to all source files
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-10-14 17:02:15 +02:00
Jens-Heiner Rechtien
8764506704 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Kurt Zenker
280fe3ce6f INTEGRATION: CWS canvas05 (1.5.26); FILE MERGED
2008/06/03 11:11:24 thb 1.5.26.7: Cleaned up image debugging stuff; fixed a few d3d debug warnings; fixed one deadlock rendering a bitmap from the same surface to itself; fixed premature ReleaseDC call in GraphicsProvider::getGraphics()
2008/05/30 16:03:39 thb 1.5.26.6: Added test of VirtualDevice::GetCanvas(); corrected one tiny bit in cairocanvas::clear
2008/04/21 07:32:56 thb 1.5.26.5: RESYNC: (1.5-1.6); FILE MERGED
2008/04/20 23:36:08 thb 1.5.26.4: Made canvasdemo work again on dev300; made sure GDIPlusUser is always destroyed _last_ (as it kills all other GDIPlus objects); made cairocanvas sensitive to outdev size
2008/04/04 13:39:04 thb 1.5.26.3: Fixed invalid polygon access; checking for the correct argument sequence now in Canvas::initialize; a few tweaks to canvasdemo
2008/04/03 21:26:11 thb 1.5.26.2: Made canvasdemo work again
2007/10/01 13:02:04 thb 1.5.26.1: #i78888# #i78925# #i79258# #i79437# Merge from CWS picom
2008-06-24 10:07:38 +00:00
Rüdiger Timm
0b99b98ee7 INTEGRATION: CWS changefileheader (1.5.50); FILE MERGED
2008/03/28 16:35:18 rt 1.5.50.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:02:52 +00:00
Oliver Bolte
203ba87eab INTEGRATION: CWS presfixes12 (1.4.30); FILE MERGED
2007/04/25 20:41:47 thb 1.4.30.1: #i10000# Made code compile warning free
2007-07-17 13:27:02 +00:00
Oliver Bolte
7b4586b40e INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED
2006/09/01 17:18:10 kaib 1.3.28.1: #i68856# Added header markers and pch files
2006-09-17 02:32:22 +00:00
Thorsten Behrens
f0aa9cb0a1 Made things work; removed regcomp cruft; added ellipse and text 2006-04-04 14:37:19 +00:00
Thorsten Behrens
9e8f0696de Moving canvas demo files (contributed by mmeeks under JCA) to HEAD - where they, interestingly enough, never landed because of a missing anchor tag. 2006-03-15 16:17:57 +00:00