INTEGRATION: CWS fwk18 (1.5.224); FILE MERGED
2005/07/06 09:29:56 as 1.5.224.1: #123808# update sfx filter cache at runtime
This commit is contained in:
parent
49a28fd630
commit
e03dd544ae
1 changed files with 18 additions and 2 deletions
20
filter/source/config/cache/basecontainer.hxx
vendored
20
filter/source/config/cache/basecontainer.hxx
vendored
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: basecontainer.hxx,v $
|
||||
*
|
||||
* $Revision: 1.5 $
|
||||
* $Revision: 1.6 $
|
||||
*
|
||||
* last change: $Author: hr $ $Date: 2004-07-23 11:11:29 $
|
||||
* last change: $Author: obo $ $Date: 2005-07-20 09:27:45 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -74,6 +74,10 @@
|
|||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_UTIL_XREFRESHABLE_HPP_
|
||||
#include <com/sun/star/util/XRefreshable.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
|
@ -102,6 +106,10 @@
|
|||
#include <cppuhelper/implbase4.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _CPPUHELPER_WEAKREF_HXX_
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _RTL_USTRING_HXX_
|
||||
#include <rtl/ustring.hxx>
|
||||
#endif
|
||||
|
@ -145,6 +153,9 @@ class BaseContainer : public BaseLock
|
|||
to create own needed services. */
|
||||
css::uno::Reference< css::lang::XMultiServiceFactory > m_xSMGR;
|
||||
|
||||
// TODO
|
||||
css::uno::WeakReference< css::util::XRefreshable > m_xRefreshBroadcaster;
|
||||
|
||||
/** @short the implementation name of our derived class, which we provide
|
||||
at the interface XServiceInfo of our class ... */
|
||||
::rtl::OUString m_sImplementationName;
|
||||
|
@ -289,6 +300,11 @@ class BaseContainer : public BaseLock
|
|||
*/
|
||||
FilterCache* impl_getWorkingCache() const;
|
||||
|
||||
//---------------------------------------
|
||||
// TODO
|
||||
|
||||
sal_Bool impl_checkIfItemExist(const ::rtl::OUString& sItem);
|
||||
|
||||
//-------------------------------------------
|
||||
// uno interface
|
||||
|
||||
|
|
Loading…
Reference in a new issue