summaryrefslogtreecommitdiff
path: root/sal/inc
AgeCommit message (Collapse)AuthorFilesLines
2011-03-24merge size-sal-textenc i#70166Michael Meeks1-0/+7
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-0/+45
Conflicts: codemaker/source/bonobowrappermaker/corbaoptions.cxx codemaker/source/cppumaker/cppuoptions.cxx codemaker/source/cunomaker/cunooptions.cxx codemaker/source/idlmaker/idloptions.cxx codemaker/source/javamaker/javaoptions.cxx cppu/source/typelib/typelib.cxx idlc/source/options.cxx offapi/com/sun/star/util/PathSubstitution.idl offapi/drafts/com/sun/star/form/ListEntryEvent.idl offapi/drafts/com/sun/star/form/XBindableValue.idl offapi/drafts/com/sun/star/form/XListEntryListener.idl offapi/drafts/com/sun/star/form/XListEntrySink.idl offapi/drafts/com/sun/star/form/XListEntrySource.idl offapi/drafts/com/sun/star/form/XValueBinding.idl registry/tools/checksingleton.cxx registry/tools/options.hxx registry/tools/regcompare.cxx registry/tools/regmerge.cxx sal/cppunittester/cppunittester.cxx sal/osl/unx/socket.c sal/osl/w32/diagnose.c sal/prj/d.lst sal/rtl/source/alloc_fini.cxx sal/rtl/source/alloc_global.c sal/rtl/source/makefile.mk
2011-03-12mis-merge we don't have pre/postextstl.hNorbert Thiebaud1-2/+0
2011-03-12add a ResettableSolarGuard typeNorbert Thiebaud1-0/+1
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud6-6/+70
* 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
2011-03-06WaE: silence this annoying warningLO-BASE-INTEGRATION-DEV300_M101Caolán McNamara1-0/+1
2011-03-01avoid implicit castCaolán McNamara2-16/+16
2011-02-28lp#726529: arm optimizations for ARM 6/7 and gcc < 4.6Bjoern Michaelsen1-0/+63
2011-02-25shortly describe diagnostic macrosDavid Tardon1-0/+44
2011-02-25define OSL_FAIL as replacement for DBG_ERRORDavid Tardon1-0/+1
2011-02-25use _OSL_ENSURE to define OSL_ASSERTDavid Tardon1-9/+1
2011-02-25debuglevels: #i117073# added cppunittester --protector support; added ↵sb1-0/+45
unoexceptionprotector and use it in installationtest.mk; reverted changes to smoketest.cxx obsoleted by these additions
2011-02-24WaE: logically last test always passesCaolán McNamara1-2/+1
2011-02-21Remove SCO support.Francois Tigeot1-1/+1
2011-02-18Kill _WIN16Tor Lillqvist2-14/+1
2011-02-16Remove unused UUID_SYSTEM_TIME_RESOLUTION_100NS_TICKSFrancois Tigeot1-30/+0
2011-02-16Remove SCO supportThomas Arnhold1-13/+1
2011-02-16Remove HPUX supportThomas Arnhold3-15/+2
2011-02-15dragonfly stuffFrancois Tigeot5-4/+7
2011-02-14Added toString() method to O(U)StringBuffer.Sébastien Le Ray2-0/+11
2011-02-14move this into comphelperCaolán McNamara4-90/+0
2011-02-11sb138: merged in re/DEV300_next towards DEV300_m100sb1-0/+42
2011-02-10Add compareToNumeric to OUString & CoSébastien Le Ray4-0/+90
2011-02-04OString: New method isEmpty()Thomas Arnhold1-0/+16
2011-02-04moving the rest of ure repository to boost unordered containersFridrich Strba2-4/+4
2011-02-03some std::hash_map/set -> boost::unordered_map/set changesFridrich Strba2-24/+2
2011-02-03Use rtl::Allocator in MSVC hash containersFridrich Strba1-1/+2
2011-02-03include MSVC STL code pathFridrich Strba2-0/+21
2011-02-01Remove RCS informationThomas Arnhold4-4/+4
2011-01-31sb138: #i115619# fix for MinGWsb1-2/+2
2011-01-28sb138: #i115619# osl_setThreadNamesb2-1/+16
2011-01-27Revert "Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2"Tor Lillqvist1-1/+1
Nah. I was misunderstanding. OSL_DEBUG_LEVEL == 1 is the normal one, and OSL_DEBUG_LEVEL > 1 should turn on debugging output. This reverts commit c91a84441c05d4f2d8541719ed439e7a2c27e675.
2011-01-25CWS gnumake3: resync to m98Mathias Bauer1-1/+1
2011-01-24add since version to new APIMichael Meeks1-0/+2
2011-01-24New method: isEmpty() - Checks if a string is empty.Thomas Arnhold1-0/+14
This could simplify logics in the source. Now this test is done like 'if (aStr.getLength() != 0) {...}' or 'if (!aStr.getLength()) {...}'. With isEmpty() this looks like: if (aStr.isEmpty()) {...} if (!aStr.isEmpty()) {...} I think this would make the code more readable.
2011-01-23Turn OSL_TRACE output on only if OSL_DEBUG_LEVEL > 2Tor Lillqvist1-1/+1
2011-01-22Define SAL_TYPES_SIZEOFPOINTER for x64 WindowsTor Lillqvist1-2/+6
2011-01-17fix documentation typoCaolán McNamara1-1/+1
2011-01-16Initial hacks for 64-bit Windows buildTor Lillqvist1-0/+2
2011-01-08mingwport33: i#116357: sal: stop exporting exception class on MinGWtono1-1/+1
2011-01-05gnumake3: added sal/cppunit.h header to abstract sal/cppunit/stl interface ↵Bjoern Michaelsen1-0/+42
issues away
2010-12-23suppress compiler warningDavid Tardon1-2/+2
2010-12-13Remove unhelpful macros from file.hxxAndy Holder1-5/+0
2010-12-08Use c++0x features to detect misuse of SAL_N_ELEMENTS and CONSTASCIICaolán McNamara3-4/+28
2010-12-06Replace all occured, occurance etc.feature/currency-64bitTakeshi Abe9-26/+26
2010-11-25OSL_THIS_FUNC: use logic from boot/current_function.hppMiklos Vajna1-18/+26
Don't use it directly, as OSL_THIS_FUNC is used in C-only sources as well. Also, remove OSL_THIS_FUNC from OSL_LOG_PREFIX as concatenation does not work non-macros like __PRETTY_FUNCTION__. (The code actually worked there only because it was defined to be " ", so we are not removing any valuable information.)
2010-11-04Patches for ure, neeed by OpenBSDRobert Nagy5-6/+11
Adds the necessary distinctions in the system abstraction layers.
2010-10-28sb132: #i114290# current OSL_THIS_FUNC, esp. as used in OSL_LOG_PREFIX, does ↵sb1-9/+1
not work
2010-10-28sb132: #i114840# fix inadvertent deviation of stringToDouble from C99 strtodsb1-2/+6
2010-10-27add modelines to .h and .c files as wellCaolán McNamara58-0/+146