This changes all generated API headers (.hpp and .hdl) to use a
namespace alias 'css' instead of the pointlessly long com::sun::star
Makes the change in cppumaker & associated tools, adds a global
namespace alias definition in sal/types.h, and removes a kiloton
of local, now pointless-to-harmful versions of that alias from all
over the code.
Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2009-01-27 11:42:29 +0100 af r266972 : #i98508# Handle non DrawViewShell view shells correctly.
2009-01-21 10:41:32 +0100 af r266635 : #i98069# Do not call PreModelChange() for every ModelLock.
2009-01-20 15:25:41 +0100 af r266588 : #i98069# Added friend declaration that became necessary on Solaris after recent changes.
2009-01-19 13:48:47 +0100 af r266493 : #i97478# Prevent SID_PARASPACE_(DE|IN)CREASE from crashing when style sheet is missing.
2009-01-16 11:52:37 +0100 af r266411 : #i97338# Check the dispatcher before using it to show a context menu.
2009-01-15 14:33:55 +0100 sj r266373 : #153716# taking care of font-independent line spacing (editmode and hittest)
2009-01-15 14:29:46 +0100 sj r266372 : #153716# taking care of font-independent line spacing also in presentation styles
2009-01-14 14:04:16 +0100 af r266301 : #i97634# Do view change synchronously. Use shared pointers for view shells.
2009-01-14 14:01:27 +0100 af r266300 : #i97634# Added non-API methods that update the configuration synchronously.
2009-01-14 13:34:40 +0100 af r266295 : #i98069# Be more carefull with handling model updates to avoid assertion regarding number of selected pages.
2009-01-14 11:34:57 +0100 cl r266270 : #i97261# force outliner para oibject after text edit
2009-01-14 10:49:08 +0100 cl r266269 : #i97413# dispose cell undo action if shape dies
2009-01-13 18:50:05 +0100 cl r266247 : #i97347# fixed cell undo crash
2009-01-12 14:16:56 +0100 af r266156 : #i97296# Using is() method to check WeakReference for validity.
2009-01-12 13:52:00 +0100 af r266155 : #i97190# Turned static_cast to dynamic_cast in CreateChildList.
2009-01-12 13:06:57 +0100 af r266153 : #i97552# Catching Exceptions caught while accessing OLE-Object that is to be inserted.
2009-01-12 13:06:37 +0100 cl r266152 : #i96164# applied patch to fix ambiguous operation
2007/03/15 09:38:50 af 1.1.2.11: #i74543# Minor documentation update.
2007/01/29 17:27:08 af 1.1.2.10: #i68075# Handle the disposing of the configuration controller and the view controller.
2007/01/24 17:36:13 af 1.1.2.9: #i68075# Added support for the task pane.
2007/01/22 16:06:17 af 1.1.2.8: #i68075 Introduction of XResourceId interface.
2006/11/22 10:26:09 af 1.1.2.7: #i68075# Added WaitForUpdate() method.
2006/09/07 14:51:51 af 1.1.2.6: #i68075# Transition from URL to ResourceId.
2006/08/28 14:32:31 af 1.1.2.5: #i68075# Fixed compiler problems.
2006/08/22 13:19:03 af 1.1.2.4: #i68075# Moved DispatchCaller to sd::framework namespace.
2006/08/22 13:16:37 af 1.1.2.3: #i68075# Added DispatchCaller functor.
2006/08/22 11:34:32 af 1.1.2.2: #i68075# Removed the concept of pane ids. ViewShells are handled with shared_ptrs.
2006/08/02 12:49:08 af 1.1.2.1: #i68075# Initial revision.