summaryrefslogtreecommitdiff
path: root/filter/source/config/cache/filtercache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/config/cache/filtercache.cxx')
-rw-r--r--filter/source/config/cache/filtercache.cxx28
1 files changed, 0 insertions, 28 deletions
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index aaa7dfbbaa56..ac3b91fe10d6 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -116,7 +116,6 @@ FilterCache::~FilterCache()
}
-
FilterCache* FilterCache::clone() const
{
// SAFE -> ----------------------------------
@@ -149,7 +148,6 @@ FilterCache* FilterCache::clone() const
}
-
void FilterCache::takeOver(const FilterCache& rClone)
{
// SAFE -> ----------------------------------
@@ -199,7 +197,6 @@ void FilterCache::takeOver(const FilterCache& rClone)
}
-
void FilterCache::load(EFillState eRequired)
throw(css::uno::Exception)
{
@@ -242,7 +239,6 @@ void FilterCache::load(EFillState eRequired)
}
-
bool FilterCache::isFillState(FilterCache::EFillState eState) const
throw(css::uno::Exception)
{
@@ -253,7 +249,6 @@ bool FilterCache::isFillState(FilterCache::EFillState eState) const
}
-
OUStringList FilterCache::getMatchingItemsByProps( EItemType eType ,
const CacheItem& lIProps,
const CacheItem& lEProps) const
@@ -291,7 +286,6 @@ OUStringList FilterCache::getMatchingItemsByProps( EItemType eType ,
}
-
bool FilterCache::hasItems(EItemType eType) const
throw(css::uno::Exception)
{
@@ -308,7 +302,6 @@ bool FilterCache::hasItems(EItemType eType) const
}
-
OUStringList FilterCache::getItemNames(EItemType eType) const
throw(css::uno::Exception)
{
@@ -332,7 +325,6 @@ OUStringList FilterCache::getItemNames(EItemType eType) const
}
-
bool FilterCache::hasItem( EItemType eType,
const OUString& sItem)
throw(css::uno::Exception)
@@ -366,7 +358,6 @@ bool FilterCache::hasItem( EItemType eType,
}
-
CacheItem FilterCache::getItem( EItemType eType,
const OUString& sItem)
throw(css::uno::Exception)
@@ -418,7 +409,6 @@ CacheItem FilterCache::getItem( EItemType eType,
}
-
void FilterCache::removeItem( EItemType eType,
const OUString& sItem)
throw(css::uno::Exception)
@@ -440,7 +430,6 @@ void FilterCache::removeItem( EItemType eType,
}
-
void FilterCache::setItem( EItemType eType ,
const OUString& sItem ,
const CacheItem& aValue)
@@ -480,7 +469,6 @@ void FilterCache::refreshItem( EItemType eType,
}
-
void FilterCache::addStatePropsToItem( EItemType eType,
const OUString& sItem,
CacheItem& rItem)
@@ -577,7 +565,6 @@ void FilterCache::addStatePropsToItem( EItemType eType,
}
-
void FilterCache::removeStatePropsFromItem(CacheItem& rItem)
throw(css::uno::Exception)
{
@@ -591,7 +578,6 @@ void FilterCache::removeStatePropsFromItem(CacheItem& rItem)
}
-
void FilterCache::flush()
throw(css::uno::Exception)
{
@@ -629,7 +615,6 @@ void FilterCache::flush()
}
-
void FilterCache::impl_flushByList(const css::uno::Reference< css::container::XNameAccess >& xSet ,
EItemType eType ,
const CacheItemList& rCache,
@@ -691,7 +676,6 @@ void FilterCache::impl_flushByList(const css::uno::Reference< css::container::XN
}
-
void FilterCache::detectFlatForURL(const css::util::URL& aURL ,
FlatDetection& rFlatTypes) const
throw(css::uno::Exception)
@@ -925,7 +909,6 @@ css::uno::Any FilterCache::impl_getDirectCFGValue(const OUString& sDirectKey)
}
-
css::uno::Reference< css::uno::XInterface > FilterCache::impl_createConfigAccess(const OUString& sRoot ,
bool bReadOnly ,
bool bLocalesMode)
@@ -985,7 +968,6 @@ css::uno::Reference< css::uno::XInterface > FilterCache::impl_createConfigAccess
}
-
void FilterCache::impl_validateAndOptimize()
throw(css::uno::Exception)
{
@@ -1419,7 +1401,6 @@ void FilterCache::impl_load(EFillState eRequiredState)
}
-
void FilterCache::impl_loadSet(const css::uno::Reference< css::container::XNameAccess >& xConfig,
EItemType eType ,
EReadOption eOption,
@@ -1530,7 +1511,6 @@ void FilterCache::impl_loadSet(const css::uno::Reference< css::container::XNameA
}
-
void FilterCache::impl_readPatchUINames(const css::uno::Reference< css::container::XNameAccess >& xNode,
CacheItem& rItem)
throw(css::uno::Exception)
@@ -1592,7 +1572,6 @@ void FilterCache::impl_readPatchUINames(const css::uno::Reference< css::containe
}
-
void FilterCache::impl_savePatchUINames(const css::uno::Reference< css::container::XNameReplace >& xNode,
const CacheItem& rItem)
throw(css::uno::Exception)
@@ -1731,7 +1710,6 @@ CacheItem FilterCache::impl_loadItem(const css::uno::Reference< css::container::
}
-
CacheItemList::iterator FilterCache::impl_loadItemOnDemand( EItemType eType,
const OUString& sItem)
throw(css::uno::Exception)
@@ -1806,7 +1784,6 @@ CacheItemList::iterator FilterCache::impl_loadItemOnDemand( EItemType
}
-
void FilterCache::impl_saveItem(const css::uno::Reference< css::container::XNameReplace >& xItem,
EItemType eType,
const CacheItem& aItem)
@@ -2062,7 +2039,6 @@ SfxFilterFlags FilterCache::impl_convertFlagNames2FlagField(const css::uno::Sequ
}
-
void FilterCache::impl_interpretDataVal4Type(const OUString& sValue,
sal_Int32 nProp ,
CacheItem& rItem )
@@ -2093,7 +2069,6 @@ void FilterCache::impl_interpretDataVal4Type(const OUString& sValue,
}
-
void FilterCache::impl_interpretDataVal4Filter(const OUString& sValue,
sal_Int32 nProp ,
CacheItem& rItem )
@@ -2242,7 +2217,6 @@ CacheItem FilterCache::impl_readOldItem(const css::uno::Reference< css::containe
}
-
OUStringList FilterCache::impl_tokenizeString(const OUString& sData ,
sal_Unicode cSeparator)
{
@@ -2280,7 +2254,6 @@ OUString FilterCache::impl_searchFrameLoaderForType(const OUString& sType) const
}
-
OUString FilterCache::impl_searchContentHandlerForType(const OUString& sType) const
{
CacheItemList::const_iterator pIt;
@@ -2301,7 +2274,6 @@ OUString FilterCache::impl_searchContentHandlerForType(const OUString& sType) co
#endif
-
bool FilterCache::impl_isModuleInstalled(const OUString& sModule)
{
css::uno::Reference< css::container::XNameAccess > xCfg;