office-gobmx/toolkit
Stephan Bergmann 2a32bf29b9 Make getProcessComponentContext/ServiceFactory throw instead of returning null
...with the same rationale as recent 543158edba
"Require XComponentContext.getServiceManager to throw instead of returning null"
(this helps find problems like 065a758d0c2b66c6683d648347b7a6cdef4a80f7 "Enable
experimental gtk3 plugin only via SAL_USE_VCLPLUGIN").

Removed comphelper::createProcessComponent[WithAguments] and replaced its few
uses with direct calls to createInstance[WithArguments].

Change-Id: Ia44b8656f74de88ef6eab3eb6bd597729b08e1c8
2012-09-18 15:08:56 +02:00
..
inc/toolkit gridfixes: #i117145# 2012-09-14 07:59:46 +00:00
prj
qa gridfixes: ensure removal of a column in grid control adjusts the cursor 2012-09-14 07:54:39 +00:00
source Make getProcessComponentContext/ServiceFactory throw instead of returning null 2012-09-18 15:08:56 +02:00
src2xml
test/accessibility
util
AllLangResTarget_tk.mk
JunitTest_toolkit_unoapi.mk
Library_tk.mk Stray circular dependency of tk on svt 2012-09-11 18:39:50 +02:00
Makefile
Module_toolkit.mk
Package_inc.mk
README

"Abstract" windowing thing, UNO implementations of windowing stuff so that it
can be used from Basic or Java. But also stuff that has no connection to Basic
or Java.

Note that the "awt" here has no relation to the Java awt, as far as I know. It
might be inspired by it API-wise, perhaps. (If you know differently, feel free
to improve this REDAME file.)