remove bogus date information
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
This commit is contained in:
@@ -34,7 +34,6 @@ import java.awt.event.*;
|
||||
* Otherwise they can make some trouble.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 22.02.2002 08:47
|
||||
*/
|
||||
|
||||
public class NativeView extends java.awt.Canvas
|
||||
|
@@ -90,7 +90,6 @@ typedef TFrameContainer::const_iterator TConstFrameI
|
||||
|
||||
@devstatus ready to use
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 14:39, as96863
|
||||
*//*-*************************************************************************************************************/
|
||||
class FrameContainer : private ThreadHelpBase
|
||||
{
|
||||
|
@@ -128,8 +128,6 @@ typedef BaseHash< ProtocolHandler > HandlerHash;
|
||||
|
||||
@devstatus ready to use
|
||||
@threadsafe yes
|
||||
|
||||
@modified 30.04.2002 11:19, as96863
|
||||
*/
|
||||
|
||||
class HandlerCFGAccess;
|
||||
@@ -174,8 +172,6 @@ class FWI_DLLPUBLIC HandlerCache
|
||||
|
||||
@devstatus ready to use
|
||||
@threadsafe no
|
||||
|
||||
@modified 30.04.2002 09:58, as96863
|
||||
*/
|
||||
class FWI_DLLPUBLIC HandlerCFGAccess : public ::utl::ConfigItem
|
||||
{
|
||||
|
@@ -63,7 +63,6 @@ namespace framework{
|
||||
|
||||
@devstatus ready to use
|
||||
@threadsafe yes
|
||||
@modified 20.08.2003 08:37, as96863
|
||||
*//*-*************************************************************************************************************/
|
||||
class TaskCreator : private ThreadHelpBase
|
||||
{
|
||||
|
@@ -86,7 +86,6 @@ enum EDispatchHelper
|
||||
|
||||
@devstatus ready to use
|
||||
@threadsafe yes
|
||||
@modified 17.05.2002 07:56, as96863
|
||||
*/
|
||||
class DispatchProvider : // interfaces
|
||||
public css::lang::XTypeProvider ,
|
||||
|
@@ -83,8 +83,6 @@ namespace framework{
|
||||
provides XWeak and ref count mechanism
|
||||
|
||||
@devstatus ready to use
|
||||
|
||||
@modified 02.05.2002 08:12, as96863
|
||||
*/
|
||||
class MailToDispatcher : // interfaces
|
||||
public css::lang::XTypeProvider ,
|
||||
|
@@ -87,8 +87,6 @@ namespace framework{
|
||||
provides XWeak and ref count mechanism
|
||||
|
||||
@devstatus ready to use
|
||||
|
||||
@modified 02.05.2002 08:13, as96863
|
||||
*/
|
||||
class ServiceHandler : // interfaces
|
||||
public css::lang::XTypeProvider ,
|
||||
|
@@ -77,7 +77,6 @@ namespace framework{
|
||||
|
||||
@devstatus ready
|
||||
@threadsafe yes
|
||||
@modified 06.08.2004 08:41, as96863
|
||||
*//*-*************************************************************************************************************/
|
||||
class PersistentWindowState : // interfaces
|
||||
public css::lang::XTypeProvider,
|
||||
|
@@ -72,7 +72,6 @@ namespace framework{
|
||||
|
||||
@devstatus draft
|
||||
@threadsafe yes
|
||||
@modified as96863
|
||||
*//*-*************************************************************************************************************/
|
||||
class TagWindowAsModified : // interfaces
|
||||
public css::lang::XTypeProvider,
|
||||
|
@@ -66,7 +66,6 @@ namespace framework{
|
||||
- InteractiveAugmentedIOException
|
||||
All other requests will be aborted.
|
||||
|
||||
@modified 12.07.2002 14:06
|
||||
@by Andreas Schl<68>ns
|
||||
*/
|
||||
class QuietInteraction : public css::lang::XTypeProvider
|
||||
|
@@ -138,7 +138,6 @@ class WindowCommandDispatch;
|
||||
|
||||
@devstatus ready to use
|
||||
@threadsafe yes
|
||||
@modified 04.10.2004 10:47, as96863
|
||||
*//*-*************************************************************************************************************/
|
||||
class Frame : // interfaces
|
||||
public css::lang::XTypeProvider ,
|
||||
|
@@ -69,7 +69,6 @@ namespace framework{
|
||||
@descr The container will be empty then - special features (e.g. the async quit mechanism) are disabled.
|
||||
|
||||
@threadsafe not neccessary - its not a singleton
|
||||
@modified 01.07.2002 14:42,as96863
|
||||
*****************************************************************************************************************/
|
||||
FrameContainer::FrameContainer()
|
||||
// initialize base classes first.
|
||||
@@ -87,7 +86,6 @@ FrameContainer::FrameContainer()
|
||||
@descr Special features (if the currently are running) will be dsiabled and we free all used other resources.
|
||||
|
||||
@threadsafe not neccessary - its not a singleton
|
||||
@modified 01.07.2002 14:43,as96863
|
||||
*****************************************************************************************************************/
|
||||
FrameContainer::~FrameContainer()
|
||||
{
|
||||
@@ -105,7 +103,6 @@ FrameContainer::~FrameContainer()
|
||||
Must be a valid reference.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 14:44,as96863
|
||||
*****************************************************************************************************************/
|
||||
void FrameContainer::append( const css::uno::Reference< css::frame::XFrame >& xFrame )
|
||||
{
|
||||
@@ -129,7 +126,6 @@ void FrameContainer::append( const css::uno::Reference< css::frame::XFrame >& xF
|
||||
Must be a valid reference.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 14:52,as96863
|
||||
*****************************************************************************************************************/
|
||||
void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xFrame )
|
||||
{
|
||||
@@ -166,7 +162,6 @@ void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xF
|
||||
<FALSE/> otherwhise
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 14:55,as96863
|
||||
*****************************************************************************************************************/
|
||||
sal_Bool FrameContainer::exist( const css::uno::Reference< css::frame::XFrame >& xFrame ) const
|
||||
{
|
||||
@@ -181,7 +176,6 @@ sal_Bool FrameContainer::exist( const css::uno::Reference< css::frame::XFrame >&
|
||||
@descr -
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 15:00,as96863
|
||||
*****************************************************************************************************************/
|
||||
void FrameContainer::clear()
|
||||
{
|
||||
@@ -209,7 +203,6 @@ void FrameContainer::clear()
|
||||
@return the count of existing container items
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 15:00,as96863
|
||||
*****************************************************************************************************************/
|
||||
sal_uInt32 FrameContainer::getCount() const
|
||||
{
|
||||
@@ -232,7 +225,6 @@ sal_uInt32 FrameContainer::getCount() const
|
||||
@return a reference to a frame inside the container, which match with given index
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 15:03,as96863
|
||||
*****************************************************************************************************************/
|
||||
css::uno::Reference< css::frame::XFrame > FrameContainer::operator[]( sal_uInt32 nIndex ) const
|
||||
{
|
||||
@@ -264,7 +256,6 @@ css::uno::Reference< css::frame::XFrame > FrameContainer::operator[]( sal_uInt32
|
||||
@return a list of all frame refrences inside this container
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 15:09,as96863
|
||||
*****************************************************************************************************************/
|
||||
css::uno::Sequence< css::uno::Reference< css::frame::XFrame > > FrameContainer::getAllElements() const
|
||||
{
|
||||
@@ -291,7 +282,6 @@ css::uno::Sequence< css::uno::Reference< css::frame::XFrame > > FrameContainer::
|
||||
Must be a valid reference and already part of this container.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 15:11,as96863
|
||||
*****************************************************************************************************************/
|
||||
void FrameContainer::setActive( const css::uno::Reference< css::frame::XFrame >& xFrame )
|
||||
{
|
||||
@@ -314,7 +304,6 @@ void FrameContainer::setActive( const css::uno::Reference< css::frame::XFrame >&
|
||||
Value can be NULL!
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 15:11,as96863
|
||||
*****************************************************************************************************************/
|
||||
css::uno::Reference< css::frame::XFrame > FrameContainer::getActive() const
|
||||
{
|
||||
@@ -334,7 +323,6 @@ css::uno::Reference< css::frame::XFrame > FrameContainer::getActive() const
|
||||
@return reference to the found frame or NULL if not.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 15:22,as96863
|
||||
*****************************************************************************************************************/
|
||||
css::uno::Reference< css::frame::XFrame > FrameContainer::searchOnAllChildrens( const ::rtl::OUString& sName ) const
|
||||
{
|
||||
@@ -373,7 +361,6 @@ css::uno::Reference< css::frame::XFrame > FrameContainer::searchOnAllChildrens(
|
||||
@return reference to the found frame or NULL if not.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 01.07.2002 15:22,as96863
|
||||
*****************************************************************************************************************/
|
||||
css::uno::Reference< css::frame::XFrame > FrameContainer::searchOnDirectChildrens( const ::rtl::OUString& sName ) const
|
||||
{
|
||||
|
@@ -77,8 +77,6 @@ namespace framework{
|
||||
|
||||
@param xSMGR
|
||||
points to the valid uno service manager
|
||||
|
||||
@modified 16.05.2002 09:25, as96863
|
||||
*//*-*****************************************************************************************************/
|
||||
TaskCreator::TaskCreator( const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR )
|
||||
: ThreadHelpBase( )
|
||||
@@ -89,8 +87,6 @@ TaskCreator::TaskCreator( const css::uno::Reference< css::lang::XMultiServiceFac
|
||||
/*-****************************************************************************************************//**
|
||||
@short deinitialize instance
|
||||
@descr We should release all used resource which are not needed any longer.
|
||||
|
||||
@modified 16.05.2002 09:33, as96863
|
||||
*//*-*****************************************************************************************************/
|
||||
TaskCreator::~TaskCreator()
|
||||
{
|
||||
|
@@ -85,8 +85,6 @@ DEFINE_XTYPEPROVIDER_2( DispatchProvider ,
|
||||
reference to servicemanager to create new services.
|
||||
@param xFrame
|
||||
reference to our owner frame.
|
||||
|
||||
@modified 17.05.2002 10:07, as96863
|
||||
*/
|
||||
DispatchProvider::DispatchProvider( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ,
|
||||
const css::uno::Reference< css::frame::XFrame >& xFrame )
|
||||
@@ -102,8 +100,6 @@ DispatchProvider::DispatchProvider( const css::uno::Reference< css::lang::XMulti
|
||||
/**
|
||||
@short protected(!) dtor for deinitializing
|
||||
@descr We made it protected to prevent using of us as base class instead as a member.
|
||||
|
||||
@modified 17.05.2002 10:05, as96863
|
||||
*/
|
||||
DispatchProvider::~DispatchProvider()
|
||||
{
|
||||
@@ -127,7 +123,6 @@ DispatchProvider::~DispatchProvider()
|
||||
@return A reference to a dispatch object for this URL (if someone was found!).
|
||||
|
||||
@threadsafe yes
|
||||
@modified 17.05.2002 10:59, as96863
|
||||
*/
|
||||
css::uno::Reference< css::frame::XDispatch > SAL_CALL DispatchProvider::queryDispatch( const css::util::URL& aURL ,
|
||||
const ::rtl::OUString& sTargetFrameName ,
|
||||
@@ -165,7 +160,6 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL DispatchProvider::queryDis
|
||||
@return A reference a list of dispatch objects for these URLs - may with some <NULL/> values inside.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 17.05.2002 09:55, as96863
|
||||
*/
|
||||
css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL DispatchProvider::queryDispatches( const css::uno::Sequence< css::frame::DispatchDescriptor >& lDescriptions ) throw( css::uno::RuntimeException )
|
||||
{
|
||||
@@ -196,7 +190,6 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Disp
|
||||
in another way. So we implement different specialized metods for every one.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 20.08.2003 08:32, as96863
|
||||
*/
|
||||
css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryDesktopDispatch( const css::uno::Reference< css::frame::XFrame > xDesktop ,
|
||||
const css::util::URL& aURL ,
|
||||
@@ -521,7 +514,6 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryFrame
|
||||
@return A dispatch object if a handler was found and agree with the given URL or <NULL/> otherwhise.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 05.09.2002 13:43, as96863
|
||||
*/
|
||||
css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProtocolHandler( const css::util::URL& aURL )
|
||||
{
|
||||
@@ -598,7 +590,6 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProt
|
||||
@return A reference to a dispatch helper.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 20.08.2003 10:22, as96863
|
||||
*/
|
||||
css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreateDispatchHelper( EDispatchHelper eHelper ,
|
||||
const css::uno::Reference< css::frame::XFrame >& xOwner ,
|
||||
@@ -699,7 +690,6 @@ css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreat
|
||||
@return <TRUE/> if somewhere could handle that - <FALSE/> otherwise.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 17.05.2002 09:47, as96863
|
||||
*/
|
||||
sal_Bool DispatchProvider::implts_isLoadableContent( const css::util::URL& aURL )
|
||||
{
|
||||
|
@@ -110,8 +110,6 @@ DEFINE_INIT_SERVICE(MailToDispatcher,
|
||||
|
||||
@param xFactory
|
||||
reference to uno servicemanager for creation of new services
|
||||
|
||||
@modified 30.04.2002 14:10, as96863
|
||||
*/
|
||||
MailToDispatcher::MailToDispatcher( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
|
||||
// Init baseclasses first
|
||||
@@ -127,8 +125,6 @@ MailToDispatcher::MailToDispatcher( const css::uno::Reference< css::lang::XMulti
|
||||
/**
|
||||
@short standard dtor
|
||||
@descr -
|
||||
|
||||
@modified 30.04.2002 14:10, as96863
|
||||
*/
|
||||
MailToDispatcher::~MailToDispatcher()
|
||||
{
|
||||
@@ -145,8 +141,6 @@ MailToDispatcher::~MailToDispatcher()
|
||||
instance or disagree by returning <NULL/>.
|
||||
We don't create new dispatch instances here realy - we return THIS as result to handle it
|
||||
at the same implementation.
|
||||
|
||||
@modified 02.05.2002 15:25, as96863
|
||||
*/
|
||||
css::uno::Reference< css::frame::XDispatch > SAL_CALL MailToDispatcher::queryDispatch( const css::util::URL& aURL ,
|
||||
const ::rtl::OUString& /*sTarget*/ ,
|
||||
@@ -163,8 +157,6 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL MailToDispatcher::queryDis
|
||||
/**
|
||||
@short do the same like dispatch() but for multiple requests at the same time
|
||||
@descr -
|
||||
|
||||
@modified 02.05.2002 15:27, as96863
|
||||
*/
|
||||
css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL MailToDispatcher::queryDispatches( const css::uno::Sequence< css::frame::DispatchDescriptor >& lDescriptor ) throw( css::uno::RuntimeException )
|
||||
{
|
||||
@@ -192,8 +184,6 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Mail
|
||||
mail URL which should be executed
|
||||
@param lArguments
|
||||
list of optional arguments for this mail request
|
||||
|
||||
@modified 30.04.2002 14:15, as96863
|
||||
*/
|
||||
void SAL_CALL MailToDispatcher::dispatch( const css::util::URL& aURL ,
|
||||
const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeException )
|
||||
@@ -218,8 +208,6 @@ void SAL_CALL MailToDispatcher::dispatch( const css::util::URL&
|
||||
list of optional arguments for this mail request
|
||||
@param xListener
|
||||
reference to a valid listener for state events
|
||||
|
||||
@modified 30.04.2002 14:49, as96863
|
||||
*/
|
||||
void SAL_CALL MailToDispatcher::dispatchWithNotification( const css::util::URL& aURL ,
|
||||
const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
|
||||
@@ -261,8 +249,6 @@ void SAL_CALL MailToDispatcher::dispatchWithNotification( const css::util::URL&
|
||||
Note: Our internal used shell executor doesn't return any state value - so we must
|
||||
belive that call was successfully.
|
||||
<FALSE/> if neccessary resource couldn't be created or an exception was thrown.
|
||||
|
||||
@modified 30.04.2002 14:49, as96863
|
||||
*/
|
||||
sal_Bool MailToDispatcher::implts_dispatch( const css::util::URL& aURL ,
|
||||
const css::uno::Sequence< css::beans::PropertyValue >& /*lArguments*/ ) throw( css::uno::RuntimeException )
|
||||
@@ -309,8 +295,6 @@ sal_Bool MailToDispatcher::implts_dispatch( const css::util::URL&
|
||||
reference to a valid listener for state events
|
||||
@param aURL
|
||||
URL about listener will be informed, if something occurred
|
||||
|
||||
@modified 30.04.2002 14:49, as96863
|
||||
*/
|
||||
void SAL_CALL MailToDispatcher::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
|
||||
const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException )
|
||||
|
@@ -109,8 +109,6 @@ DEFINE_INIT_SERVICE(ServiceHandler,
|
||||
|
||||
@param xFactory
|
||||
reference to uno servicemanager for creation of new services
|
||||
|
||||
@modified 02.05.2002 08:16, as96863
|
||||
*/
|
||||
ServiceHandler::ServiceHandler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
|
||||
// Init baseclasses first
|
||||
@@ -126,8 +124,6 @@ ServiceHandler::ServiceHandler( const css::uno::Reference< css::lang::XMultiServ
|
||||
/**
|
||||
@short standard dtor
|
||||
@descr -
|
||||
|
||||
@modified 02.05.2002 08:16, as96863
|
||||
*/
|
||||
ServiceHandler::~ServiceHandler()
|
||||
{
|
||||
@@ -144,8 +140,6 @@ ServiceHandler::~ServiceHandler()
|
||||
instance or disagree by returning <NULL/>.
|
||||
We don't create new dispatch instances here realy - we return THIS as result to handle it
|
||||
at the same implementation.
|
||||
|
||||
@modified 02.05.2002 15:25, as96863
|
||||
*/
|
||||
css::uno::Reference< css::frame::XDispatch > SAL_CALL ServiceHandler::queryDispatch( const css::util::URL& aURL ,
|
||||
const ::rtl::OUString& /*sTarget*/ ,
|
||||
@@ -162,8 +156,6 @@ css::uno::Reference< css::frame::XDispatch > SAL_CALL ServiceHandler::queryDispa
|
||||
/**
|
||||
@short do the same like dispatch() but for multiple requests at the same time
|
||||
@descr -
|
||||
|
||||
@modified 02.05.2002 15:27, as96863
|
||||
*/
|
||||
css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL ServiceHandler::queryDispatches( const css::uno::Sequence< css::frame::DispatchDescriptor >& lDescriptor ) throw( css::uno::RuntimeException )
|
||||
{
|
||||
@@ -190,8 +182,6 @@ css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL Serv
|
||||
uno URL which should be executed
|
||||
@param lArguments
|
||||
list of optional arguments for this request
|
||||
|
||||
@modified 02.05.2002 08:19, as96863
|
||||
*/
|
||||
void SAL_CALL ServiceHandler::dispatch( const css::util::URL& aURL ,
|
||||
const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeException )
|
||||
@@ -216,8 +206,6 @@ void SAL_CALL ServiceHandler::dispatch( const css::util::URL&
|
||||
list of optional arguments for this request
|
||||
@param xListener
|
||||
optional listener for state events
|
||||
|
||||
@modified 30.04.2002 14:49, as96863
|
||||
*/
|
||||
void SAL_CALL ServiceHandler::dispatchWithNotification( const css::util::URL& aURL ,
|
||||
const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
|
||||
@@ -259,8 +247,6 @@ void SAL_CALL ServiceHandler::dispatchWithNotification( const css::util::URL&
|
||||
@return <NULL/> if requested service couldn't be created successullfy;
|
||||
a valid reference otherwise. This return value can be used to indicate,
|
||||
if dispatch was successfully or not.
|
||||
|
||||
@modified 02.05.2002 10:51, as96863
|
||||
*/
|
||||
css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( const css::util::URL& aURL ,
|
||||
const css::uno::Sequence< css::beans::PropertyValue >& /*lArguments*/ ) throw( css::uno::RuntimeException )
|
||||
@@ -330,8 +316,6 @@ css::uno::Reference< css::uno::XInterface > ServiceHandler::implts_dispatch( con
|
||||
reference to a valid listener for state events
|
||||
@param aURL
|
||||
URL about listener will be informed, if something occurred
|
||||
|
||||
@modified 30.04.2002 14:49, as96863
|
||||
*/
|
||||
void SAL_CALL ServiceHandler::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
|
||||
const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException )
|
||||
|
@@ -81,8 +81,6 @@ namespace framework{
|
||||
|
||||
@return An iterator which points to the found item inside the hash or PatternHash::end()
|
||||
if no pattern match this given <var>sURL</var>.
|
||||
|
||||
@modified 30.04.2002 09:52, as96863
|
||||
*/
|
||||
PatternHash::iterator PatternHash::findPatternKey( const ::rtl::OUString& sURL )
|
||||
{
|
||||
@@ -104,8 +102,6 @@ PatternHash::iterator PatternHash::findPatternKey( const ::rtl::OUString& sURL )
|
||||
@descr We use a singleton pattern to implement this handler cache.
|
||||
That means it use two static member list to hold all neccessary informations
|
||||
and a ref count mechanism to create/destroy it on demand.
|
||||
|
||||
@modified 30.04.2002 11:13, as96863
|
||||
*/
|
||||
HandlerHash* HandlerCache::m_pHandler = NULL;
|
||||
PatternHash* HandlerCache::m_pPattern = NULL;
|
||||
@@ -120,8 +116,6 @@ HandlerCFGAccess* HandlerCache::m_pConfig = NULL;
|
||||
and fill the internal structures. After that the cache can be
|
||||
used for read access on this data and perform some search
|
||||
operations on it.
|
||||
|
||||
@modified 30.04.2002 10:02, as96863
|
||||
*/
|
||||
HandlerCache::HandlerCache()
|
||||
{
|
||||
@@ -147,8 +141,6 @@ HandlerCache::HandlerCache()
|
||||
@short dtor of the cache
|
||||
@descr It frees all used memory. In further implementations (may if we support write access too)
|
||||
it's a good place to flush changes back to the configuration - but not needed yet.
|
||||
|
||||
@modified 30.04.2002 09:54, as96863
|
||||
*/
|
||||
HandlerCache::~HandlerCache()
|
||||
{
|
||||
@@ -179,8 +171,6 @@ HandlerCache::~HandlerCache()
|
||||
@short dtor of the cache
|
||||
@descr It frees all used memory. In further implementations (may if we support write access too)
|
||||
it's a good place to flush changes back to the configuration - but not needed yet.
|
||||
|
||||
@modified 30.04.2002 09:54, as96863
|
||||
*/
|
||||
sal_Bool HandlerCache::search( const ::rtl::OUString& sURL, ProtocolHandler* pReturn ) const
|
||||
{
|
||||
@@ -204,8 +194,6 @@ sal_Bool HandlerCache::search( const ::rtl::OUString& sURL, ProtocolHandler* pRe
|
||||
@descr We combine neccessary parts of this struct to a valid URL string
|
||||
and call our other search method ...
|
||||
It's a helper for outside code.
|
||||
|
||||
@modified 30.04.2002 09:54, as96863
|
||||
*/
|
||||
sal_Bool HandlerCache::search( const css::util::URL& aURL, ProtocolHandler* pReturn ) const
|
||||
{
|
||||
@@ -242,8 +230,6 @@ void HandlerCache::takeOver(HandlerHash* pHandler, PatternHash* pPattern)
|
||||
|
||||
@param sPackage
|
||||
specifies the package name of the configuration data which should be used
|
||||
|
||||
@modified 30.04.2002 10:06, as96863
|
||||
*/
|
||||
HandlerCFGAccess::HandlerCFGAccess( const ::rtl::OUString& sPackage )
|
||||
: ConfigItem( sPackage )
|
||||
@@ -265,8 +251,6 @@ HandlerCFGAccess::HandlerCFGAccess( const ::rtl::OUString& sPackage )
|
||||
|
||||
@param pPattern
|
||||
reverse map of handler pattern to her uno names
|
||||
|
||||
@modified 30.04.2002 09:54, as96863
|
||||
*/
|
||||
void HandlerCFGAccess::read( HandlerHash** ppHandler ,
|
||||
PatternHash** ppPattern )
|
||||
|
@@ -648,7 +648,6 @@ css::uno::Reference< css::awt::XWindow > SAL_CALL Frame::getContainerWindow() th
|
||||
valid reference to our new owner frame, which should implement a supplier interface
|
||||
|
||||
@threadsafe yes
|
||||
@modified 08.05.2002 09:35, as96863
|
||||
*//*-*****************************************************************************************************/
|
||||
void SAL_CALL Frame::setCreator( const css::uno::Reference< css::frame::XFramesSupplier >& xCreator ) throw( css::uno::RuntimeException )
|
||||
{
|
||||
@@ -756,7 +755,6 @@ void SAL_CALL Frame::setName( const ::rtl::OUString& sName ) throw( css::uno::Ru
|
||||
|
||||
@return A reference to found or may be new created frame.
|
||||
@threadsafe yes
|
||||
@modified 16.05.2002 11:08, as96863
|
||||
*//*-*****************************************************************************************************/
|
||||
css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl::OUString& sTargetFrameName,
|
||||
sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException )
|
||||
@@ -1317,7 +1315,6 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException )
|
||||
|
||||
@onerror We return <FALSE/>.
|
||||
@threadsafe yes
|
||||
@modified 06.05.2002 11:39, as96863
|
||||
*//*-*****************************************************************************************************/
|
||||
sal_Bool SAL_CALL Frame::setComponent( const css::uno::Reference< css::awt::XWindow >& xComponentWindow ,
|
||||
const css::uno::Reference< css::frame::XController >& xController ) throw( css::uno::RuntimeException )
|
||||
@@ -1586,7 +1583,6 @@ void SAL_CALL Frame::removeFrameActionListener( const css::uno::Reference< css::
|
||||
if any internal things willn't be closed
|
||||
|
||||
@threadsafe yes
|
||||
@modified 06.05.2002 08:33, as96863
|
||||
*//*-*****************************************************************************************************/
|
||||
void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::CloseVetoException,
|
||||
css::uno::RuntimeException )
|
||||
@@ -1684,7 +1680,6 @@ void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::Close
|
||||
@onerror Listener is ignored.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 06.05.2002 10:03, as96863
|
||||
*//*-*****************************************************************************************************/
|
||||
void SAL_CALL Frame::addCloseListener( const css::uno::Reference< css::util::XCloseListener >& xListener ) throw (css::uno::RuntimeException)
|
||||
{
|
||||
@@ -2372,7 +2367,6 @@ void SAL_CALL Frame::windowClosing( const css::lang::EventObject& ) throw( css::
|
||||
We are not interested on this information. We are interested on the visible state only.
|
||||
|
||||
@threadsafe yes
|
||||
@modified 31.07.2002 07:56, as96863
|
||||
*//*-*****************************************************************************************************/
|
||||
void SAL_CALL Frame::windowShown( const css::lang::EventObject& ) throw(css::uno::RuntimeException)
|
||||
{
|
||||
@@ -3010,7 +3004,6 @@ void Frame::implts_stopWindowListening()
|
||||
@seealso m_nExternalLockCount
|
||||
|
||||
@threadsafe yes
|
||||
@modified 06.05.2002 09:31, as96863
|
||||
*//*-*****************************************************************************************************/
|
||||
void Frame::implts_checkSuicide()
|
||||
{
|
||||
|
@@ -48,7 +48,6 @@ import java.awt.*;
|
||||
* document (e.g. enable/disable menubar, toolbar, objectbar)
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 20.06.2002 09:28
|
||||
*/
|
||||
public class CustomizeView extends JPanel
|
||||
implements IShutdownListener
|
||||
|
@@ -44,7 +44,6 @@ import java.lang.String;
|
||||
* TODO
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 08.02.2002 14:05
|
||||
*/
|
||||
public class Desk
|
||||
{
|
||||
|
@@ -59,7 +59,6 @@ import java.awt.event.WindowEvent;
|
||||
* demo application which holds all opened views alive.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 06.03.2002 09:38
|
||||
*/
|
||||
public class DocumentView extends JFrame
|
||||
implements com.sun.star.lang.XEventListener, // react for Frame::disposing()
|
||||
|
@@ -61,7 +61,6 @@ import java.net.*;
|
||||
* (a) getting file names by using a file chosser
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 28.02.2002 15:31
|
||||
*/
|
||||
public class FunctionHelper
|
||||
{
|
||||
|
@@ -46,7 +46,6 @@ import java.util.Vector;
|
||||
* parameter of the original request.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 17.07.2002 08:09
|
||||
*/
|
||||
public interface IOnewayLink
|
||||
{
|
||||
|
@@ -39,7 +39,6 @@
|
||||
* if java virtual machine dies.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 03.05.2002 13:51
|
||||
*/
|
||||
public interface IShutdownListener
|
||||
{
|
||||
|
@@ -57,7 +57,6 @@ import java.util.Vector;
|
||||
* be synchronous then. => deadlocks are possible
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 06.03.2002 09:38
|
||||
*/
|
||||
public class Interceptor implements com.sun.star.frame.XFrameActionListener,
|
||||
com.sun.star.frame.XDispatchProviderInterceptor,
|
||||
|
@@ -49,7 +49,6 @@ import java.awt.event.*;
|
||||
* Otherwise they can make some trouble.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 22.02.2002 08:47
|
||||
*/
|
||||
|
||||
public class NativeView extends java.awt.Canvas
|
||||
|
@@ -50,8 +50,6 @@ import java.lang.String;
|
||||
* times only.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 7. Februar 2002
|
||||
* @modified 05.02.2002 12:10
|
||||
*/
|
||||
public class OfficeConnect
|
||||
{
|
||||
|
@@ -46,7 +46,6 @@ import java.util.Vector;
|
||||
* which method was used and which parameters must be handled.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 17.07.2002 08:18
|
||||
*/
|
||||
class OnewayExecutor extends Thread
|
||||
{
|
||||
|
@@ -61,7 +61,6 @@ import java.util.Vector;
|
||||
* So we must start threads for updating something internaly.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 15.07.2002 12:36
|
||||
*/
|
||||
class StatusListener implements com.sun.star.frame.XStatusListener,
|
||||
com.sun.star.frame.XFrameActionListener,
|
||||
|
@@ -60,7 +60,6 @@ import java.lang.String;
|
||||
* for this constallation.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 20.06.2002 15:08
|
||||
*/
|
||||
public class StatusView extends JPanel
|
||||
implements IShutdownListener
|
||||
|
@@ -50,7 +50,6 @@ import java.util.*;
|
||||
* this demo application.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 01.03.2002 08:42
|
||||
*/
|
||||
public class ViewContainer extends Thread
|
||||
{
|
||||
|
@@ -60,8 +60,6 @@ import java.lang.String;
|
||||
* to open or use internal set connection which is created one times only.
|
||||
*
|
||||
* @author Andreas Schlüns
|
||||
* @created 7. Februar 2002
|
||||
* @modified 05.02.2002 12:10
|
||||
*/
|
||||
public class OfficeConnect
|
||||
{
|
||||
|
@@ -28,7 +28,6 @@ import com.sun.star.uno.XComponentContext;
|
||||
* Class Loader Factory
|
||||
*
|
||||
* @author Noel Power
|
||||
* @created August 2, 2002
|
||||
*/
|
||||
public class ClassLoaderFactory
|
||||
{
|
||||
|
@@ -30,7 +30,6 @@ import com.sun.star.script.provider.XScriptContext;
|
||||
* Description of the Class
|
||||
*
|
||||
* @author Noel Power
|
||||
* @created August 2, 2002
|
||||
*/
|
||||
public class EditorScriptContext implements XScriptContext
|
||||
{
|
||||
|
@@ -36,7 +36,6 @@ import com.sun.star.script.framework.log.LogUtils;
|
||||
* Description of the Class
|
||||
*
|
||||
* @author Noel Power
|
||||
* @created August 2, 2002
|
||||
*/
|
||||
public class ScriptContext extends PropertySet implements XScriptContext
|
||||
{
|
||||
@@ -44,7 +43,6 @@ public class ScriptContext extends PropertySet implements XScriptContext
|
||||
* Description of the Class
|
||||
*
|
||||
* @author John Rice
|
||||
* @created 18/09/02
|
||||
*/
|
||||
|
||||
public final static String HM_DOC_REF = "DocumentReference";
|
||||
|
@@ -24,7 +24,6 @@ package com.sun.star.script.framework.provider.java;
|
||||
* for a particular ScriptDescriptor and Class
|
||||
*
|
||||
* @author Tomas O'Connor
|
||||
* @created August 2, 2002
|
||||
*/
|
||||
|
||||
public interface Resolver {
|
||||
|
@@ -27,7 +27,6 @@ import java.util.StringTokenizer;
|
||||
* criteria that should be used for finding a particular script
|
||||
*
|
||||
* @author Tomas O'Connor
|
||||
* @created August 2, 2002
|
||||
*/
|
||||
public class ScriptDescriptor
|
||||
{
|
||||
|
@@ -46,7 +46,6 @@ import com.sun.star.script.framework.log.LogUtils;
|
||||
* Description of the Class
|
||||
*
|
||||
* @author Noel Power
|
||||
* @created August 2, 2002
|
||||
*/
|
||||
public class ScriptProviderForJava
|
||||
{
|
||||
@@ -54,7 +53,6 @@ public class ScriptProviderForJava
|
||||
* Description of the Class
|
||||
*
|
||||
* @author Noel Power
|
||||
* @created August 2, 2002
|
||||
*/
|
||||
public static class _ScriptProviderForJava extends ScriptProvider
|
||||
{
|
||||
|
@@ -25,7 +25,6 @@ import java.lang.reflect.InvocationTargetException;
|
||||
* A ScriptProxy object acts as a proxy for a Java <code>Method</code>
|
||||
*
|
||||
* @author Tomas O'Connor
|
||||
* @created August 2, 2002
|
||||
* @see java.lang.reflect.Method
|
||||
*/
|
||||
public class ScriptProxy
|
||||
|
@@ -29,7 +29,6 @@ import com.sun.star.script.framework.log.LogUtils;
|
||||
* can be found in the Class.
|
||||
*
|
||||
* @author Tomas O'Connor
|
||||
* @created August 2, 2002
|
||||
*/
|
||||
public class StrictResolver implements Resolver
|
||||
{
|
||||
|
@@ -95,8 +95,6 @@ class SfxRefreshListener : public ::cppu::WeakImplHelper1<com::sun::star::util::
|
||||
@onerror We show some assertions in non product version.
|
||||
Otherwise we do nothing!
|
||||
@threadsafe yes
|
||||
|
||||
@last_change 17.10.2001 10:27
|
||||
*//*-*************************************************************************************************************/
|
||||
SfxFilterListener::SfxFilterListener()
|
||||
{
|
||||
|
@@ -106,22 +106,15 @@ public:
|
||||
bool IsSet() const {return m_bState;}
|
||||
};
|
||||
|
||||
/*-- 25.08.2010 14:32:49---------------------------------------------------
|
||||
|
||||
-----------------------------------------------------------------------*/
|
||||
PrepareListener_Impl::PrepareListener_Impl() :
|
||||
m_bState( false )
|
||||
{
|
||||
}
|
||||
/*-- 25.08.2010 14:32:51---------------------------------------------------
|
||||
|
||||
-----------------------------------------------------------------------*/
|
||||
PrepareListener_Impl::~PrepareListener_Impl()
|
||||
{
|
||||
}
|
||||
/*-- 25.08.2010 14:32:51---------------------------------------------------
|
||||
|
||||
-----------------------------------------------------------------------*/
|
||||
void PrepareListener_Impl::statusChanged(const css::frame::FeatureStateEvent& rEvent) throw(css::uno::RuntimeException)
|
||||
{
|
||||
if( rEvent.IsEnabled )
|
||||
@@ -129,9 +122,7 @@ void PrepareListener_Impl::statusChanged(const css::frame::FeatureStateEvent& rE
|
||||
else
|
||||
m_bState = sal_False;
|
||||
}
|
||||
/*-- 25.08.2010 14:32:52---------------------------------------------------
|
||||
|
||||
-----------------------------------------------------------------------*/
|
||||
void PrepareListener_Impl::disposing(const css::lang::EventObject& /*rEvent*/) throw(css::uno::RuntimeException)
|
||||
{
|
||||
}
|
||||
|
@@ -2306,9 +2306,7 @@ bool SwDoc::RemoveInvisibleContent()
|
||||
GetIDocumentUndoRedo().EndUndo( UNDO_UI_DELETE_INVISIBLECNTNT, NULL );
|
||||
return bRet;
|
||||
}
|
||||
/*-- 25.08.2010 14:18:12---------------------------------------------------
|
||||
|
||||
-----------------------------------------------------------------------*/
|
||||
bool SwDoc::HasInvisibleContent() const
|
||||
{
|
||||
sal_Bool bRet = sal_False;
|
||||
|
@@ -329,8 +329,6 @@ class SvtViewOptionsBase_Impl
|
||||
|
||||
@param -
|
||||
@return -
|
||||
|
||||
@last change 19.10.2001 07:54
|
||||
*//*-*************************************************************************************************************/
|
||||
SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const ::rtl::OUString& sList )
|
||||
: m_sListName ( sList ) // we must know, which view type we must support
|
||||
@@ -373,8 +371,6 @@ SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const ::rtl::OUString& sList )
|
||||
|
||||
@param -
|
||||
@return -
|
||||
|
||||
@last change 19.10.2001 08:02
|
||||
*//*-*************************************************************************************************************/
|
||||
SvtViewOptionsBase_Impl::~SvtViewOptionsBase_Impl()
|
||||
{
|
||||
@@ -749,8 +745,6 @@ void SvtViewOptionsBase_Impl::SetVisible( const ::rtl::OUString& sName ,
|
||||
|
||||
@param "sNode", name of new entry
|
||||
@return -
|
||||
|
||||
@last change 19.10.2001 08:42
|
||||
*//*-*************************************************************************************************************/
|
||||
css::uno::Reference< css::uno::XInterface > SvtViewOptionsBase_Impl::impl_getSetNode( const ::rtl::OUString& sNode ,
|
||||
sal_Bool bCreateIfMissing)
|
||||
|
Reference in New Issue
Block a user