summaryrefslogtreecommitdiffstats
path: root/stoc
Commit message (Collapse)AuthorAgeFilesLines
* sb140: #i117698# no implementations of XIdlClassProvider remain, so code ↵Stephan Bergmann2011-09-125-544/+513
| | | | that checks for it can be removed
* sb140: #i117694# some CppUnit related cleanupStephan Bergmann2011-09-123-36/+4
|
* fix this up, revert using comphelper stuff, but modify to-dosCaolán McNamara2011-08-293-18/+32
|
* Need to link with COMPHELPERLIB for isupperAscii etcTor Lillqvist2011-08-291-0/+1
|
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-292-28/+15
|
* Some cppcheck cleaningJulien Nabet2011-08-131-1/+1
|
* Some cppcheck cleaningJulien Nabet2011-08-111-1/+1
|
* Some cppcheck cleaningJulien Nabet2011-08-101-1/+1
|
* Use prefixed getFactory and no canUnload on iOSTor Lillqvist2011-08-081-0/+6
|
* Deliver also static component archives as built for iOSTor Lillqvist2011-08-081-0/+1
|
* we are searching for prefix in activateMatúš Kukan2011-07-281-1/+1
| | | | also fix small typo
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-1217-101/+0
|
* re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks2011-06-241-1/+19
| | | | | | use a separate prefix enabled method instead of changing the ABI of cppuhelper also - lookup the prefix in the dllcomponentloader in case we are called this way also - add a unit test for the prefix change
* Add prefix information about component into registryMatus Kukan2011-06-241-7/+40
|
* stoc depends on registryTor Lillqvist2011-06-211-1/+1
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* don't throw an exception on unexpected attributes in XML rdb filesMichael Meeks2011-06-141-7/+1
|
* No malloc.h in iOS SDK eitherTor Lillqvist2011-06-141-1/+1
| | | | | | Why this source file bothers including <malloc.h> at all (on platforms where it exists) I have no idea... This is C++ for chrissake. And the standard C location for the malloc() declaration is <stdlib.h> anyway.
* createFromAscii -> RTL_CONSTASCII_USTRINGPARAMCaolán McNamara2011-06-131-1/+3
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-26/+26
|
* fix upCaolán McNamara2011-06-0113-253/+54
|
* this is overly static + double check lock for little gainCaolán McNamara2011-06-011-76/+18
|
* Easyhack: Add visibility markup to all component_get* functionsJulien Nabet2011-04-2115-31/+30
|
* Remove OS/2 support.Francois Tigeot2011-04-187-9/+5
|
* catched->caughtCaolán McNamara2011-04-131-2/+2
|
* drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito2011-03-291-0/+0
|
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-1918-53/+37
|
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-1840-1374/+3002
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: bridges/source/remote/urp/urp_environment.cxx bridges/source/remote/urp/urp_propertyobject.cxx bridges/source/remote/urp/urp_reader.cxx remotebridges/source/factory/bridgefactory.cxx stoc/source/corereflection/crefl.cxx stoc/source/javavm/javavm.cxx stoc/source/simpleregistry/simpleregistry.cxx
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-0840-1363/+3002
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ooo/DEV300_m101': (185 commits) chart52: cleanup unused legend entry stuff in preparation of issue #i82802# masterfix: #i10000# add missing dependency in offapi sb138: #i115619# fix for MinGW sb138: #i115619#, #i116038# use osl_setThreadName in binaryurp sb138: #i115619# osl_setThreadName gridsort: i116682: update UnoControlDialog to reflect XDialog gridsort: minor changes to the new API: - renamed XMutableGridDataModel::setRowHeading to updateRowHeading for consistency reasons - renamed XSortableGridDataModel to XSortableGridData - actually, this is not a full-fledged model in itself. gridsort: grid control related unit tests (first set, more to come) sb138: #i116038# fresh implementation of binary URP bridge chart52: #28670# make the legend within charts resizeable - part 2 gridsort: re-did the column resizing - introduced XGridColumn.Flexibility, determining to which degree the column is resized during auto-column-resizing - removed XGridColumn.PreferredWidth - there really is no need for this anymore now - documented the relationship between XGridColumn.Flexibility and XGridColumn.Resizeable - re-implemented TableControl_Impl::impl_ni_updateColumnWidths, with (hopefully) less magic sb139: #i116530# improve Java URP bridge error notification by utilizing the java.lang.Throwable cause facility gridsort: document the relationship between soorting the data and notifying XGridDataListeners gridsort: introduce XGridColumn::DataModelIndex. this allows for column removal/insertion at the GridColumnModel, without the need to touch the GridDataModel locales34: #i112431# adapt documentation to reality gridsort: introduce XSortableGridDataModel::removeColumnSort gridsort: #163172# added UNO API support for sorting grid data. Implementation still unfinished. Things missing in the SortableGridData implementation - add as listener to the delegator, so we're notified of changes - translate and multiplex those changes - do own notifications (XGridDataListener.dataChanged) when the sort order changed - (possibly) update the sort order when the data in the current sort-column changed gridsort: made the row title a row heading, being an Any instead of a string gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls gridsort: updateCell->updateCellData, setCellToolTip->updateCellToolTip; in both methods, have (Col,Row) params instead of (Row,Col), for consistency reasons ... Conflicts: bridges/inc/bridges/remote/bridgeimpl.hxx bridges/inc/bridges/remote/connection.h bridges/inc/bridges/remote/context.h bridges/inc/bridges/remote/helper.hxx bridges/inc/bridges/remote/mapping.hxx bridges/inc/bridges/remote/proxy.hxx bridges/inc/bridges/remote/remote.h bridges/inc/bridges/remote/remote.hxx bridges/inc/bridges/remote/stub.hxx bridges/source/cpp_uno/gcc3_linux_x86-64/uno2cpp.cxx bridges/source/remote/context/context.cxx bridges/source/remote/static/helper.cxx bridges/source/remote/static/mapping.cxx bridges/source/remote/static/proxy.cxx bridges/source/remote/static/remote.cxx bridges/source/remote/static/remote_types.cxx bridges/source/remote/static/remote_types.hxx bridges/source/remote/static/stub.cxx bridges/source/remote/urp/urp_bridgeimpl.cxx bridges/source/remote/urp/urp_bridgeimpl.hxx bridges/source/remote/urp/urp_cache.h bridges/source/remote/urp/urp_cache.hxx bridges/source/remote/urp/urp_dispatch.cxx bridges/source/remote/urp/urp_dispatch.hxx bridges/source/remote/urp/urp_environment.cxx bridges/source/remote/urp/urp_job.cxx bridges/source/remote/urp/urp_job.hxx bridges/source/remote/urp/urp_log.cxx bridges/source/remote/urp/urp_log.hxx bridges/source/remote/urp/urp_marshal.cxx bridges/source/remote/urp/urp_marshal.hxx bridges/source/remote/urp/urp_marshal_decl.hxx bridges/source/remote/urp/urp_property.hxx bridges/source/remote/urp/urp_propertyobject.cxx bridges/source/remote/urp/urp_propertyobject.hxx bridges/source/remote/urp/urp_reader.cxx bridges/source/remote/urp/urp_reader.hxx bridges/source/remote/urp/urp_replycontainer.hxx bridges/source/remote/urp/urp_threadid.cxx bridges/source/remote/urp/urp_threadid.hxx bridges/source/remote/urp/urp_unmarshal.cxx bridges/source/remote/urp/urp_unmarshal.hxx bridges/source/remote/urp/urp_writer.cxx bridges/source/remote/urp/urp_writer.hxx cppu/source/threadpool/threadpool.cxx cppu/util/target.pmk cppuhelper/qa/propertysetmixin/comp_propertysetmixin.cxx cppuhelper/source/interfacecontainer.cxx cpputools/source/regcomplazy/regcomplazy.cxx jurt/prj/d.lst jvmfwk/source/elements.cxx offapi/com/sun/star/awt/grid/GridDataEvent.idl offapi/com/sun/star/awt/grid/XGridColumn.idl offapi/com/sun/star/awt/tab/makefile.mk offapi/com/sun/star/chart2/ExplicitIncrementData.idl offapi/com/sun/star/chart2/XPlotter.idl offapi/com/sun/star/chart2/XUndoHelper.idl offapi/com/sun/star/document/MediaDescriptor.idl offapi/com/sun/star/document/makefile.mk offapi/com/sun/star/linguistic2/XLanguageGuessing.idl offapi/com/sun/star/script/ModuleInfo.idl offapi/com/sun/star/script/ModuleType.idl offapi/com/sun/star/text/TextMarkupType.idl offapi/com/sun/star/util/XTextSearch.idl offapi/com/sun/star/xml/sax/XFastAttributeList.idl pyuno/source/loader/makefile.mk remotebridges/source/bridge/bridge_connection.cxx remotebridges/source/bridge/bridge_connection.hxx remotebridges/source/bridge/bridge_provider.cxx remotebridges/source/bridge/remote_bridge.cxx remotebridges/source/bridge/remote_bridge.hxx remotebridges/source/dynamicloader/dynamicloader.cxx remotebridges/source/factory/bridgefactory.cxx remotebridges/source/factory/bridgeimpl.cxx remotebridges/source/factory/bridgeimpl.hxx remotebridges/source/factory/makefile.mk sal/cppunittester/cppunittester.cxx sal/inc/osl/diagnose.h sal/osl/os2/system.h sal/osl/unx/diagnose.c sal/osl/unx/file_misc.cxx sal/osl/unx/process_impl.cxx sal/osl/w32/diagnose.c sal/osl/w32/process.cxx sal/prj/build.lst sal/qa/rtl/math/makefile.mk sal/qa/rtl/math/rtl_math.cxx sal/qa/rtl/math/rtl_old_testint64.cxx sal/qa/rtl/math/test_rtl_math.cxx sal/systools/win32/kill/kill.cxx sal/textenc/tencinfo.c sal/util/sal.map stoc/source/inspect/introspection.cxx stoc/source/security/file_policy.cxx stoc/source/simpleregistry/simpleregistry.cxx
| | * merged DEV300Release Engineering2011-02-183-4/+2
| | |\
| | | * CWS-TOOLING: integrate CWS sb138Ivo Hinkelmann2011-02-163-4/+2
| | | |\
| | | | * sb139: #i112929# removed unused s_semi (patch by cmc)sb2011-01-101-1/+0
| | | | |
| | | | * sb139: #i113686# do not clear IdlReflectionServiceImpl::_x[TD]Mgr to avoid ↵sb2011-01-071-2/+0
| | | | | | | | | | | | | | | | | | | | null pointer dereferentiation
| | | | * sb139: #i113686# let LRU_Cache::setValue nop after LRU_Cache::clear (so that ↵sb2011-01-071-1/+2
| | | |/ | | |/| | | | | | | | | IdlReflectionServiceImpl does not leak ring-referenced _aElements members after dispose)
| | | * dr77: rebase to DEV300m96Daniel Rentz [dr]2010-12-273-66/+63
| | | |\ | | | |/ | | |/|
| | | * dr77: rebase to DEV300m92Daniel Rentz [dr]2010-11-0938-1293/+2937
| | | |\
| | * | \ CWS-TOOLING: integrate CWS sb131Hans-Joachim Lankenau2010-12-172-48/+48
| | |\ \ \
| | | * \ \ sb131: merged in DEV300_m90sb2010-10-211-1/+1
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | * | | sb131: #i114962# singleton implementations need not have a .../UNO/SERVICES ↵sb2010-10-211-48/+36
| | | | | | | | | | | | | | | | | | | | | | | | rdb key
| | | * | | sb131: #i114962# first step of passive extension component registration (no ↵sb2010-10-061-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | live deployment yet)
| | * | | | CWS-TOOLING: integrate CWS mib19Hans-Joachim Lankenau2010-12-171-18/+15
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | mib19: rebase to DEV300m95Daniel Rentz [dr]2010-12-0938-1293/+2937
| | | |\ \ \ | | | |/ / / | | |/| | |
| | | * | | mib19: #163566# do not fire exceptions when calling 'hasByHierarchicalName'Christian Lippka2010-09-151-18/+15
| | | | |/ | | | |/|
| | * | | #i114924#Vladimir Glazunov2010-10-181-1/+1
| | | |/ | | |/|
| | * | sb129: #i113189# work around unhelpful compiler warningssb2010-09-161-0/+2
| | | |
| | * | sb129: #i113189# textualservices no longer associates singletons with ↵sb2010-09-151-40/+28
| | | | | | | | | | | | | | | | services, adapted bootstrapInitialContext accordingly
| | * | sb129: #i113189# cleaned up makefile rules; deliver services.input to have ↵sb2010-09-151-2/+1
| | | | | | | | | | | | | | | | it modifiable for special one-off products
| | * | sb129: #i113189# removed obviously unnecessary service registrations; allow ↵sb2010-09-142-14/+10
| | | | | | | | | | | | | | | | empty <implementation/>
| | * | sb129: #i113189# adapted tests; improved subsequenttestssb2010-09-141-6/+15
| | | |
| | * | sb123: #i113189# missing includessb2010-09-101-0/+2
| | | |