remove bogus date information

Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
This commit is contained in:
Thomas Arnhold
2012-08-07 16:08:49 +02:00
parent 87f242e036
commit 548a2ffe3a
44 changed files with 0 additions and 143 deletions

View File

@@ -34,7 +34,6 @@ import java.awt.event.*;
* Otherwise they can make some trouble. * Otherwise they can make some trouble.
* *
* @author Andreas Schlüns * @author Andreas Schlüns
* @created 22.02.2002 08:47
*/ */
public class NativeView extends java.awt.Canvas public class NativeView extends java.awt.Canvas

View File

@@ -90,7 +90,6 @@ typedef TFrameContainer::const_iterator TConstFrameI
@devstatus ready to use @devstatus ready to use
@threadsafe yes @threadsafe yes
@modified 01.07.2002 14:39, as96863
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
class FrameContainer : private ThreadHelpBase class FrameContainer : private ThreadHelpBase
{ {

View File

@@ -128,8 +128,6 @@ typedef BaseHash< ProtocolHandler > HandlerHash;
@devstatus ready to use @devstatus ready to use
@threadsafe yes @threadsafe yes
@modified 30.04.2002 11:19, as96863
*/ */
class HandlerCFGAccess; class HandlerCFGAccess;
@@ -174,8 +172,6 @@ class FWI_DLLPUBLIC HandlerCache
@devstatus ready to use @devstatus ready to use
@threadsafe no @threadsafe no
@modified 30.04.2002 09:58, as96863
*/ */
class FWI_DLLPUBLIC HandlerCFGAccess : public ::utl::ConfigItem class FWI_DLLPUBLIC HandlerCFGAccess : public ::utl::ConfigItem
{ {

View File

@@ -63,7 +63,6 @@ namespace framework{
@devstatus ready to use @devstatus ready to use
@threadsafe yes @threadsafe yes
@modified 20.08.2003 08:37, as96863
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
class TaskCreator : private ThreadHelpBase class TaskCreator : private ThreadHelpBase
{ {

View File

@@ -86,7 +86,6 @@ enum EDispatchHelper
@devstatus ready to use @devstatus ready to use
@threadsafe yes @threadsafe yes
@modified 17.05.2002 07:56, as96863
*/ */
class DispatchProvider : // interfaces class DispatchProvider : // interfaces
public css::lang::XTypeProvider , public css::lang::XTypeProvider ,

View File

@@ -83,8 +83,6 @@ namespace framework{
provides XWeak and ref count mechanism provides XWeak and ref count mechanism
@devstatus ready to use @devstatus ready to use
@modified 02.05.2002 08:12, as96863
*/ */
class MailToDispatcher : // interfaces class MailToDispatcher : // interfaces
public css::lang::XTypeProvider , public css::lang::XTypeProvider ,

View File

@@ -87,8 +87,6 @@ namespace framework{
provides XWeak and ref count mechanism provides XWeak and ref count mechanism
@devstatus ready to use @devstatus ready to use
@modified 02.05.2002 08:13, as96863
*/ */
class ServiceHandler : // interfaces class ServiceHandler : // interfaces
public css::lang::XTypeProvider , public css::lang::XTypeProvider ,

View File

@@ -77,7 +77,6 @@ namespace framework{
@devstatus ready @devstatus ready
@threadsafe yes @threadsafe yes
@modified 06.08.2004 08:41, as96863
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
class PersistentWindowState : // interfaces class PersistentWindowState : // interfaces
public css::lang::XTypeProvider, public css::lang::XTypeProvider,

View File

@@ -72,7 +72,6 @@ namespace framework{
@devstatus draft @devstatus draft
@threadsafe yes @threadsafe yes
@modified as96863
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
class TagWindowAsModified : // interfaces class TagWindowAsModified : // interfaces
public css::lang::XTypeProvider, public css::lang::XTypeProvider,

View File

@@ -66,7 +66,6 @@ namespace framework{
- InteractiveAugmentedIOException - InteractiveAugmentedIOException
All other requests will be aborted. All other requests will be aborted.
@modified 12.07.2002 14:06
@by Andreas Schl<68>ns @by Andreas Schl<68>ns
*/ */
class QuietInteraction : public css::lang::XTypeProvider class QuietInteraction : public css::lang::XTypeProvider

View File

@@ -138,7 +138,6 @@ class WindowCommandDispatch;
@devstatus ready to use @devstatus ready to use
@threadsafe yes @threadsafe yes
@modified 04.10.2004 10:47, as96863
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
class Frame : // interfaces class Frame : // interfaces
public css::lang::XTypeProvider , public css::lang::XTypeProvider ,

View File

@@ -69,7 +69,6 @@ namespace framework{
@descr The container will be empty then - special features (e.g. the async quit mechanism) are disabled. @descr The container will be empty then - special features (e.g. the async quit mechanism) are disabled.
@threadsafe not neccessary - its not a singleton @threadsafe not neccessary - its not a singleton
@modified 01.07.2002 14:42,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
FrameContainer::FrameContainer() FrameContainer::FrameContainer()
// initialize base classes first. // 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. @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 @threadsafe not neccessary - its not a singleton
@modified 01.07.2002 14:43,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
FrameContainer::~FrameContainer() FrameContainer::~FrameContainer()
{ {
@@ -105,7 +103,6 @@ FrameContainer::~FrameContainer()
Must be a valid reference. Must be a valid reference.
@threadsafe yes @threadsafe yes
@modified 01.07.2002 14:44,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
void FrameContainer::append( const css::uno::Reference< css::frame::XFrame >& xFrame ) 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. Must be a valid reference.
@threadsafe yes @threadsafe yes
@modified 01.07.2002 14:52,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
void FrameContainer::remove( const css::uno::Reference< css::frame::XFrame >& xFrame ) 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 <FALSE/> otherwhise
@threadsafe yes @threadsafe yes
@modified 01.07.2002 14:55,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
sal_Bool FrameContainer::exist( const css::uno::Reference< css::frame::XFrame >& xFrame ) const 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 - @descr -
@threadsafe yes @threadsafe yes
@modified 01.07.2002 15:00,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
void FrameContainer::clear() void FrameContainer::clear()
{ {
@@ -209,7 +203,6 @@ void FrameContainer::clear()
@return the count of existing container items @return the count of existing container items
@threadsafe yes @threadsafe yes
@modified 01.07.2002 15:00,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
sal_uInt32 FrameContainer::getCount() const 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 @return a reference to a frame inside the container, which match with given index
@threadsafe yes @threadsafe yes
@modified 01.07.2002 15:03,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
css::uno::Reference< css::frame::XFrame > FrameContainer::operator[]( sal_uInt32 nIndex ) const 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 @return a list of all frame refrences inside this container
@threadsafe yes @threadsafe yes
@modified 01.07.2002 15:09,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
css::uno::Sequence< css::uno::Reference< css::frame::XFrame > > FrameContainer::getAllElements() const 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. Must be a valid reference and already part of this container.
@threadsafe yes @threadsafe yes
@modified 01.07.2002 15:11,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
void FrameContainer::setActive( const css::uno::Reference< css::frame::XFrame >& xFrame ) 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! Value can be NULL!
@threadsafe yes @threadsafe yes
@modified 01.07.2002 15:11,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
css::uno::Reference< css::frame::XFrame > FrameContainer::getActive() const 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. @return reference to the found frame or NULL if not.
@threadsafe yes @threadsafe yes
@modified 01.07.2002 15:22,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
css::uno::Reference< css::frame::XFrame > FrameContainer::searchOnAllChildrens( const ::rtl::OUString& sName ) const 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. @return reference to the found frame or NULL if not.
@threadsafe yes @threadsafe yes
@modified 01.07.2002 15:22,as96863
*****************************************************************************************************************/ *****************************************************************************************************************/
css::uno::Reference< css::frame::XFrame > FrameContainer::searchOnDirectChildrens( const ::rtl::OUString& sName ) const css::uno::Reference< css::frame::XFrame > FrameContainer::searchOnDirectChildrens( const ::rtl::OUString& sName ) const
{ {

View File

@@ -77,8 +77,6 @@ namespace framework{
@param xSMGR @param xSMGR
points to the valid uno service manager points to the valid uno service manager
@modified 16.05.2002 09:25, as96863
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
TaskCreator::TaskCreator( const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR ) TaskCreator::TaskCreator( const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR )
: ThreadHelpBase( ) : ThreadHelpBase( )
@@ -89,8 +87,6 @@ TaskCreator::TaskCreator( const css::uno::Reference< css::lang::XMultiServiceFac
/*-****************************************************************************************************//** /*-****************************************************************************************************//**
@short deinitialize instance @short deinitialize instance
@descr We should release all used resource which are not needed any longer. @descr We should release all used resource which are not needed any longer.
@modified 16.05.2002 09:33, as96863
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
TaskCreator::~TaskCreator() TaskCreator::~TaskCreator()
{ {

View File

@@ -85,8 +85,6 @@ DEFINE_XTYPEPROVIDER_2( DispatchProvider ,
reference to servicemanager to create new services. reference to servicemanager to create new services.
@param xFrame @param xFrame
reference to our owner frame. reference to our owner frame.
@modified 17.05.2002 10:07, as96863
*/ */
DispatchProvider::DispatchProvider( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory , DispatchProvider::DispatchProvider( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ,
const css::uno::Reference< css::frame::XFrame >& xFrame ) 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 @short protected(!) dtor for deinitializing
@descr We made it protected to prevent using of us as base class instead as a member. @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() DispatchProvider::~DispatchProvider()
{ {
@@ -127,7 +123,6 @@ DispatchProvider::~DispatchProvider()
@return A reference to a dispatch object for this URL (if someone was found!). @return A reference to a dispatch object for this URL (if someone was found!).
@threadsafe yes @threadsafe yes
@modified 17.05.2002 10:59, as96863
*/ */
css::uno::Reference< css::frame::XDispatch > SAL_CALL DispatchProvider::queryDispatch( const css::util::URL& aURL , css::uno::Reference< css::frame::XDispatch > SAL_CALL DispatchProvider::queryDispatch( const css::util::URL& aURL ,
const ::rtl::OUString& sTargetFrameName , 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. @return A reference a list of dispatch objects for these URLs - may with some <NULL/> values inside.
@threadsafe yes @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 ) 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. in another way. So we implement different specialized metods for every one.
@threadsafe yes @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 , css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_queryDesktopDispatch( const css::uno::Reference< css::frame::XFrame > xDesktop ,
const css::util::URL& aURL , 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. @return A dispatch object if a handler was found and agree with the given URL or <NULL/> otherwhise.
@threadsafe yes @threadsafe yes
@modified 05.09.2002 13:43, as96863
*/ */
css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_searchProtocolHandler( const css::util::URL& aURL ) 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. @return A reference to a dispatch helper.
@threadsafe yes @threadsafe yes
@modified 20.08.2003 10:22, as96863
*/ */
css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreateDispatchHelper( EDispatchHelper eHelper , css::uno::Reference< css::frame::XDispatch > DispatchProvider::implts_getOrCreateDispatchHelper( EDispatchHelper eHelper ,
const css::uno::Reference< css::frame::XFrame >& xOwner , 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. @return <TRUE/> if somewhere could handle that - <FALSE/> otherwise.
@threadsafe yes @threadsafe yes
@modified 17.05.2002 09:47, as96863
*/ */
sal_Bool DispatchProvider::implts_isLoadableContent( const css::util::URL& aURL ) sal_Bool DispatchProvider::implts_isLoadableContent( const css::util::URL& aURL )
{ {

View File

@@ -110,8 +110,6 @@ DEFINE_INIT_SERVICE(MailToDispatcher,
@param xFactory @param xFactory
reference to uno servicemanager for creation of new services 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 ) MailToDispatcher::MailToDispatcher( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
// Init baseclasses first // Init baseclasses first
@@ -127,8 +125,6 @@ MailToDispatcher::MailToDispatcher( const css::uno::Reference< css::lang::XMulti
/** /**
@short standard dtor @short standard dtor
@descr - @descr -
@modified 30.04.2002 14:10, as96863
*/ */
MailToDispatcher::~MailToDispatcher() MailToDispatcher::~MailToDispatcher()
{ {
@@ -145,8 +141,6 @@ MailToDispatcher::~MailToDispatcher()
instance or disagree by returning <NULL/>. instance or disagree by returning <NULL/>.
We don't create new dispatch instances here realy - we return THIS as result to handle it We don't create new dispatch instances here realy - we return THIS as result to handle it
at the same implementation. 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 , css::uno::Reference< css::frame::XDispatch > SAL_CALL MailToDispatcher::queryDispatch( const css::util::URL& aURL ,
const ::rtl::OUString& /*sTarget*/ , 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 @short do the same like dispatch() but for multiple requests at the same time
@descr - @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 ) 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 mail URL which should be executed
@param lArguments @param lArguments
list of optional arguments for this mail request 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 , void SAL_CALL MailToDispatcher::dispatch( const css::util::URL& aURL ,
const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeException ) 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 list of optional arguments for this mail request
@param xListener @param xListener
reference to a valid listener for state events 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 , void SAL_CALL MailToDispatcher::dispatchWithNotification( const css::util::URL& aURL ,
const css::uno::Sequence< css::beans::PropertyValue >& lArguments, 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 Note: Our internal used shell executor doesn't return any state value - so we must
belive that call was successfully. belive that call was successfully.
<FALSE/> if neccessary resource couldn't be created or an exception was thrown. <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 , sal_Bool MailToDispatcher::implts_dispatch( const css::util::URL& aURL ,
const css::uno::Sequence< css::beans::PropertyValue >& /*lArguments*/ ) throw( css::uno::RuntimeException ) 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 reference to a valid listener for state events
@param aURL @param aURL
URL about listener will be informed, if something occurred 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*/ , void SAL_CALL MailToDispatcher::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException ) const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException )

View File

@@ -109,8 +109,6 @@ DEFINE_INIT_SERVICE(ServiceHandler,
@param xFactory @param xFactory
reference to uno servicemanager for creation of new services 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 ) ServiceHandler::ServiceHandler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory )
// Init baseclasses first // Init baseclasses first
@@ -126,8 +124,6 @@ ServiceHandler::ServiceHandler( const css::uno::Reference< css::lang::XMultiServ
/** /**
@short standard dtor @short standard dtor
@descr - @descr -
@modified 02.05.2002 08:16, as96863
*/ */
ServiceHandler::~ServiceHandler() ServiceHandler::~ServiceHandler()
{ {
@@ -144,8 +140,6 @@ ServiceHandler::~ServiceHandler()
instance or disagree by returning <NULL/>. instance or disagree by returning <NULL/>.
We don't create new dispatch instances here realy - we return THIS as result to handle it We don't create new dispatch instances here realy - we return THIS as result to handle it
at the same implementation. 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 , css::uno::Reference< css::frame::XDispatch > SAL_CALL ServiceHandler::queryDispatch( const css::util::URL& aURL ,
const ::rtl::OUString& /*sTarget*/ , 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 @short do the same like dispatch() but for multiple requests at the same time
@descr - @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 ) 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 uno URL which should be executed
@param lArguments @param lArguments
list of optional arguments for this request list of optional arguments for this request
@modified 02.05.2002 08:19, as96863
*/ */
void SAL_CALL ServiceHandler::dispatch( const css::util::URL& aURL , void SAL_CALL ServiceHandler::dispatch( const css::util::URL& aURL ,
const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw( css::uno::RuntimeException ) 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 list of optional arguments for this request
@param xListener @param xListener
optional listener for state events optional listener for state events
@modified 30.04.2002 14:49, as96863
*/ */
void SAL_CALL ServiceHandler::dispatchWithNotification( const css::util::URL& aURL , void SAL_CALL ServiceHandler::dispatchWithNotification( const css::util::URL& aURL ,
const css::uno::Sequence< css::beans::PropertyValue >& lArguments, 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; @return <NULL/> if requested service couldn't be created successullfy;
a valid reference otherwise. This return value can be used to indicate, a valid reference otherwise. This return value can be used to indicate,
if dispatch was successfully or not. 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 , 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 ) 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 reference to a valid listener for state events
@param aURL @param aURL
URL about listener will be informed, if something occurred 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*/ , void SAL_CALL ServiceHandler::addStatusListener( const css::uno::Reference< css::frame::XStatusListener >& /*xListener*/ ,
const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException ) const css::util::URL& /*aURL*/ ) throw( css::uno::RuntimeException )

View File

@@ -81,8 +81,6 @@ namespace framework{
@return An iterator which points to the found item inside the hash or PatternHash::end() @return An iterator which points to the found item inside the hash or PatternHash::end()
if no pattern match this given <var>sURL</var>. if no pattern match this given <var>sURL</var>.
@modified 30.04.2002 09:52, as96863
*/ */
PatternHash::iterator PatternHash::findPatternKey( const ::rtl::OUString& sURL ) 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. @descr We use a singleton pattern to implement this handler cache.
That means it use two static member list to hold all neccessary informations That means it use two static member list to hold all neccessary informations
and a ref count mechanism to create/destroy it on demand. and a ref count mechanism to create/destroy it on demand.
@modified 30.04.2002 11:13, as96863
*/ */
HandlerHash* HandlerCache::m_pHandler = NULL; HandlerHash* HandlerCache::m_pHandler = NULL;
PatternHash* HandlerCache::m_pPattern = 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 and fill the internal structures. After that the cache can be
used for read access on this data and perform some search used for read access on this data and perform some search
operations on it. operations on it.
@modified 30.04.2002 10:02, as96863
*/ */
HandlerCache::HandlerCache() HandlerCache::HandlerCache()
{ {
@@ -147,8 +141,6 @@ HandlerCache::HandlerCache()
@short dtor of the cache @short dtor of the cache
@descr It frees all used memory. In further implementations (may if we support write access too) @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. 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() HandlerCache::~HandlerCache()
{ {
@@ -179,8 +171,6 @@ HandlerCache::~HandlerCache()
@short dtor of the cache @short dtor of the cache
@descr It frees all used memory. In further implementations (may if we support write access too) @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. 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 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 @descr We combine neccessary parts of this struct to a valid URL string
and call our other search method ... and call our other search method ...
It's a helper for outside code. 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 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 @param sPackage
specifies the package name of the configuration data which should be used 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 ) HandlerCFGAccess::HandlerCFGAccess( const ::rtl::OUString& sPackage )
: ConfigItem( sPackage ) : ConfigItem( sPackage )
@@ -265,8 +251,6 @@ HandlerCFGAccess::HandlerCFGAccess( const ::rtl::OUString& sPackage )
@param pPattern @param pPattern
reverse map of handler pattern to her uno names reverse map of handler pattern to her uno names
@modified 30.04.2002 09:54, as96863
*/ */
void HandlerCFGAccess::read( HandlerHash** ppHandler , void HandlerCFGAccess::read( HandlerHash** ppHandler ,
PatternHash** ppPattern ) PatternHash** ppPattern )

View File

@@ -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 valid reference to our new owner frame, which should implement a supplier interface
@threadsafe yes @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 ) 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. @return A reference to found or may be new created frame.
@threadsafe yes @threadsafe yes
@modified 16.05.2002 11:08, as96863
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl::OUString& sTargetFrameName, css::uno::Reference< css::frame::XFrame > SAL_CALL Frame::findFrame( const ::rtl::OUString& sTargetFrameName,
sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException ) sal_Int32 nSearchFlags ) throw( css::uno::RuntimeException )
@@ -1317,7 +1315,6 @@ void SAL_CALL Frame::contextChanged() throw( css::uno::RuntimeException )
@onerror We return <FALSE/>. @onerror We return <FALSE/>.
@threadsafe yes @threadsafe yes
@modified 06.05.2002 11:39, as96863
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
sal_Bool SAL_CALL Frame::setComponent( const css::uno::Reference< css::awt::XWindow >& xComponentWindow , 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 ) 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 if any internal things willn't be closed
@threadsafe yes @threadsafe yes
@modified 06.05.2002 08:33, as96863
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::CloseVetoException, void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::CloseVetoException,
css::uno::RuntimeException ) css::uno::RuntimeException )
@@ -1684,7 +1680,6 @@ void SAL_CALL Frame::close( sal_Bool bDeliverOwnerShip ) throw( css::util::Close
@onerror Listener is ignored. @onerror Listener is ignored.
@threadsafe yes @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) 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. We are not interested on this information. We are interested on the visible state only.
@threadsafe yes @threadsafe yes
@modified 31.07.2002 07:56, as96863
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
void SAL_CALL Frame::windowShown( const css::lang::EventObject& ) throw(css::uno::RuntimeException) void SAL_CALL Frame::windowShown( const css::lang::EventObject& ) throw(css::uno::RuntimeException)
{ {
@@ -3010,7 +3004,6 @@ void Frame::implts_stopWindowListening()
@seealso m_nExternalLockCount @seealso m_nExternalLockCount
@threadsafe yes @threadsafe yes
@modified 06.05.2002 09:31, as96863
*//*-*****************************************************************************************************/ *//*-*****************************************************************************************************/
void Frame::implts_checkSuicide() void Frame::implts_checkSuicide()
{ {

View File

@@ -48,7 +48,6 @@ import java.awt.*;
* document (e.g. enable/disable menubar, toolbar, objectbar) * document (e.g. enable/disable menubar, toolbar, objectbar)
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 20.06.2002 09:28
*/ */
public class CustomizeView extends JPanel public class CustomizeView extends JPanel
implements IShutdownListener implements IShutdownListener

View File

@@ -44,7 +44,6 @@ import java.lang.String;
* TODO * TODO
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 08.02.2002 14:05
*/ */
public class Desk public class Desk
{ {

View File

@@ -59,7 +59,6 @@ import java.awt.event.WindowEvent;
* demo application which holds all opened views alive. * demo application which holds all opened views alive.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 06.03.2002 09:38
*/ */
public class DocumentView extends JFrame public class DocumentView extends JFrame
implements com.sun.star.lang.XEventListener, // react for Frame::disposing() implements com.sun.star.lang.XEventListener, // react for Frame::disposing()

View File

@@ -61,7 +61,6 @@ import java.net.*;
* (a) getting file names by using a file chosser * (a) getting file names by using a file chosser
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 28.02.2002 15:31
*/ */
public class FunctionHelper public class FunctionHelper
{ {

View File

@@ -46,7 +46,6 @@ import java.util.Vector;
* parameter of the original request. * parameter of the original request.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 17.07.2002 08:09
*/ */
public interface IOnewayLink public interface IOnewayLink
{ {

View File

@@ -39,7 +39,6 @@
* if java virtual machine dies. * if java virtual machine dies.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 03.05.2002 13:51
*/ */
public interface IShutdownListener public interface IShutdownListener
{ {

View File

@@ -57,7 +57,6 @@ import java.util.Vector;
* be synchronous then. => deadlocks are possible * be synchronous then. => deadlocks are possible
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 06.03.2002 09:38
*/ */
public class Interceptor implements com.sun.star.frame.XFrameActionListener, public class Interceptor implements com.sun.star.frame.XFrameActionListener,
com.sun.star.frame.XDispatchProviderInterceptor, com.sun.star.frame.XDispatchProviderInterceptor,

View File

@@ -49,7 +49,6 @@ import java.awt.event.*;
* Otherwise they can make some trouble. * Otherwise they can make some trouble.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 22.02.2002 08:47
*/ */
public class NativeView extends java.awt.Canvas public class NativeView extends java.awt.Canvas

View File

@@ -50,8 +50,6 @@ import java.lang.String;
* times only. * times only.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 7. Februar 2002
* @modified 05.02.2002 12:10
*/ */
public class OfficeConnect public class OfficeConnect
{ {

View File

@@ -46,7 +46,6 @@ import java.util.Vector;
* which method was used and which parameters must be handled. * which method was used and which parameters must be handled.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 17.07.2002 08:18
*/ */
class OnewayExecutor extends Thread class OnewayExecutor extends Thread
{ {

View File

@@ -61,7 +61,6 @@ import java.util.Vector;
* So we must start threads for updating something internaly. * So we must start threads for updating something internaly.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 15.07.2002 12:36
*/ */
class StatusListener implements com.sun.star.frame.XStatusListener, class StatusListener implements com.sun.star.frame.XStatusListener,
com.sun.star.frame.XFrameActionListener, com.sun.star.frame.XFrameActionListener,

View File

@@ -60,7 +60,6 @@ import java.lang.String;
* for this constallation. * for this constallation.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 20.06.2002 15:08
*/ */
public class StatusView extends JPanel public class StatusView extends JPanel
implements IShutdownListener implements IShutdownListener

View File

@@ -50,7 +50,6 @@ import java.util.*;
* this demo application. * this demo application.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 01.03.2002 08:42
*/ */
public class ViewContainer extends Thread public class ViewContainer extends Thread
{ {

View File

@@ -60,8 +60,6 @@ import java.lang.String;
* to open or use internal set connection which is created one times only. * to open or use internal set connection which is created one times only.
* *
* @author Andreas Schl&uuml;ns * @author Andreas Schl&uuml;ns
* @created 7. Februar 2002
* @modified 05.02.2002 12:10
*/ */
public class OfficeConnect public class OfficeConnect
{ {

View File

@@ -28,7 +28,6 @@ import com.sun.star.uno.XComponentContext;
* Class Loader Factory * Class Loader Factory
* *
* @author Noel Power * @author Noel Power
* @created August 2, 2002
*/ */
public class ClassLoaderFactory public class ClassLoaderFactory
{ {

View File

@@ -30,7 +30,6 @@ import com.sun.star.script.provider.XScriptContext;
* Description of the Class * Description of the Class
* *
* @author Noel Power * @author Noel Power
* @created August 2, 2002
*/ */
public class EditorScriptContext implements XScriptContext public class EditorScriptContext implements XScriptContext
{ {

View File

@@ -36,7 +36,6 @@ import com.sun.star.script.framework.log.LogUtils;
* Description of the Class * Description of the Class
* *
* @author Noel Power * @author Noel Power
* @created August 2, 2002
*/ */
public class ScriptContext extends PropertySet implements XScriptContext public class ScriptContext extends PropertySet implements XScriptContext
{ {
@@ -44,7 +43,6 @@ public class ScriptContext extends PropertySet implements XScriptContext
* Description of the Class * Description of the Class
* *
* @author John Rice * @author John Rice
* @created 18/09/02
*/ */
public final static String HM_DOC_REF = "DocumentReference"; public final static String HM_DOC_REF = "DocumentReference";

View File

@@ -24,7 +24,6 @@ package com.sun.star.script.framework.provider.java;
* for a particular ScriptDescriptor and Class * for a particular ScriptDescriptor and Class
* *
* @author Tomas O'Connor * @author Tomas O'Connor
* @created August 2, 2002
*/ */
public interface Resolver { public interface Resolver {

View File

@@ -27,7 +27,6 @@ import java.util.StringTokenizer;
* criteria that should be used for finding a particular script * criteria that should be used for finding a particular script
* *
* @author Tomas O'Connor * @author Tomas O'Connor
* @created August 2, 2002
*/ */
public class ScriptDescriptor public class ScriptDescriptor
{ {

View File

@@ -46,7 +46,6 @@ import com.sun.star.script.framework.log.LogUtils;
* Description of the Class * Description of the Class
* *
* @author Noel Power * @author Noel Power
* @created August 2, 2002
*/ */
public class ScriptProviderForJava public class ScriptProviderForJava
{ {
@@ -54,7 +53,6 @@ public class ScriptProviderForJava
* Description of the Class * Description of the Class
* *
* @author Noel Power * @author Noel Power
* @created August 2, 2002
*/ */
public static class _ScriptProviderForJava extends ScriptProvider public static class _ScriptProviderForJava extends ScriptProvider
{ {

View File

@@ -25,7 +25,6 @@ import java.lang.reflect.InvocationTargetException;
* A ScriptProxy object acts as a proxy for a Java <code>Method</code> * A ScriptProxy object acts as a proxy for a Java <code>Method</code>
* *
* @author Tomas O'Connor * @author Tomas O'Connor
* @created August 2, 2002
* @see java.lang.reflect.Method * @see java.lang.reflect.Method
*/ */
public class ScriptProxy public class ScriptProxy

View File

@@ -29,7 +29,6 @@ import com.sun.star.script.framework.log.LogUtils;
* can be found in the Class. * can be found in the Class.
* *
* @author Tomas O'Connor * @author Tomas O'Connor
* @created August 2, 2002
*/ */
public class StrictResolver implements Resolver public class StrictResolver implements Resolver
{ {

View File

@@ -95,8 +95,6 @@ class SfxRefreshListener : public ::cppu::WeakImplHelper1<com::sun::star::util::
@onerror We show some assertions in non product version. @onerror We show some assertions in non product version.
Otherwise we do nothing! Otherwise we do nothing!
@threadsafe yes @threadsafe yes
@last_change 17.10.2001 10:27
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
SfxFilterListener::SfxFilterListener() SfxFilterListener::SfxFilterListener()
{ {

View File

@@ -106,22 +106,15 @@ public:
bool IsSet() const {return m_bState;} bool IsSet() const {return m_bState;}
}; };
/*-- 25.08.2010 14:32:49---------------------------------------------------
-----------------------------------------------------------------------*/
PrepareListener_Impl::PrepareListener_Impl() : PrepareListener_Impl::PrepareListener_Impl() :
m_bState( false ) m_bState( false )
{ {
} }
/*-- 25.08.2010 14:32:51---------------------------------------------------
-----------------------------------------------------------------------*/
PrepareListener_Impl::~PrepareListener_Impl() PrepareListener_Impl::~PrepareListener_Impl()
{ {
} }
/*-- 25.08.2010 14:32:51---------------------------------------------------
-----------------------------------------------------------------------*/
void PrepareListener_Impl::statusChanged(const css::frame::FeatureStateEvent& rEvent) throw(css::uno::RuntimeException) void PrepareListener_Impl::statusChanged(const css::frame::FeatureStateEvent& rEvent) throw(css::uno::RuntimeException)
{ {
if( rEvent.IsEnabled ) if( rEvent.IsEnabled )
@@ -129,9 +122,7 @@ void PrepareListener_Impl::statusChanged(const css::frame::FeatureStateEvent& rE
else else
m_bState = sal_False; m_bState = sal_False;
} }
/*-- 25.08.2010 14:32:52---------------------------------------------------
-----------------------------------------------------------------------*/
void PrepareListener_Impl::disposing(const css::lang::EventObject& /*rEvent*/) throw(css::uno::RuntimeException) void PrepareListener_Impl::disposing(const css::lang::EventObject& /*rEvent*/) throw(css::uno::RuntimeException)
{ {
} }

View File

@@ -2306,9 +2306,7 @@ bool SwDoc::RemoveInvisibleContent()
GetIDocumentUndoRedo().EndUndo( UNDO_UI_DELETE_INVISIBLECNTNT, NULL ); GetIDocumentUndoRedo().EndUndo( UNDO_UI_DELETE_INVISIBLECNTNT, NULL );
return bRet; return bRet;
} }
/*-- 25.08.2010 14:18:12---------------------------------------------------
-----------------------------------------------------------------------*/
bool SwDoc::HasInvisibleContent() const bool SwDoc::HasInvisibleContent() const
{ {
sal_Bool bRet = sal_False; sal_Bool bRet = sal_False;

View File

@@ -329,8 +329,6 @@ class SvtViewOptionsBase_Impl
@param - @param -
@return - @return -
@last change 19.10.2001 07:54
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const ::rtl::OUString& sList ) SvtViewOptionsBase_Impl::SvtViewOptionsBase_Impl( const ::rtl::OUString& sList )
: m_sListName ( sList ) // we must know, which view type we must support : 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 - @param -
@return - @return -
@last change 19.10.2001 08:02
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
SvtViewOptionsBase_Impl::~SvtViewOptionsBase_Impl() SvtViewOptionsBase_Impl::~SvtViewOptionsBase_Impl()
{ {
@@ -749,8 +745,6 @@ void SvtViewOptionsBase_Impl::SetVisible( const ::rtl::OUString& sName ,
@param "sNode", name of new entry @param "sNode", name of new entry
@return - @return -
@last change 19.10.2001 08:42
*//*-*************************************************************************************************************/ *//*-*************************************************************************************************************/
css::uno::Reference< css::uno::XInterface > SvtViewOptionsBase_Impl::impl_getSetNode( const ::rtl::OUString& sNode , css::uno::Reference< css::uno::XInterface > SvtViewOptionsBase_Impl::impl_getSetNode( const ::rtl::OUString& sNode ,
sal_Bool bCreateIfMissing) sal_Bool bCreateIfMissing)