Home
last modified time | relevance | path

Searched refs:Cache (Results 1 – 25 of 71) sorted by relevance

123

/trunk/main/filter/source/config/tools/split/
H A DSplitter.java84 int nTypes = m_aDataSet.m_aCache.getItemCount(Cache.E_TYPE ); in split()
85 int nFilters = m_aDataSet.m_aCache.getItemCount(Cache.E_FILTER ); in split()
86 int nDetectServices = m_aDataSet.m_aCache.getItemCount(Cache.E_DETECTSERVICE ); in split()
87 int nFrameLoaders = m_aDataSet.m_aCache.getItemCount(Cache.E_FRAMELOADER ); in split()
88 int nContentHandlers = m_aDataSet.m_aCache.getItemCount(Cache.E_CONTENTHANDLER); in split()
92 java.util.Vector lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_TYPE); in split()
103 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split()
174 rRequestedProps.put(Cache.PROPNAME_DOCUMENTSERVICE, ""); in split()
183 lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_DETECTSERVICE); in split()
191 lNames = m_aDataSet.m_aCache.getItemNames(Cache.E_FRAMELOADER); in split()
[all …]
H A DFCFGSplit.java316 if (m_nInFormat == Cache.FORMAT_UNSUPPORTED) in main()
322 if (m_nOutFormat == Cache.FORMAT_UNSUPPORTED) in main()
332 Cache aCache = new Cache(m_aDebug); in main()
352 (m_nInFormat == Cache.FORMAT_60) && in main()
353 (m_nOutFormat == Cache.FORMAT_6Y) in main()
518 m_nInFormat = Cache.mapFormatString2Format(sFormat); in readCfg()
521 m_nOutFormat = Cache.mapFormatString2Format(sFormat); in readCfg()
H A DSplitterData.java46 public Cache m_aCache;
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DCache_Test.java31 Cache c = new Cache(0); in test0()
35 assertTrue(i == Cache.NOT_CACHED && !f[0]); in test0()
37 assertTrue(i == Cache.NOT_CACHED && !f[0]); in test0()
39 assertTrue(i == Cache.NOT_CACHED && !f[0]); in test0()
41 assertTrue(i == Cache.NOT_CACHED && !f[0]); in test0()
45 Cache c = new Cache(1); in test1()
61 Cache c = new Cache(2); in test2()
81 Cache c = new Cache(3); in test3()
114 Cache c = new Cache(4); in testNothingLostFromLruList()
/trunk/main/l10ntools/source/filter/utils/
H A DXMLHelper.java238 (sTag.equals(Cache.PROPNAME_DATA )) || in getTypeForTag()
239 (sTag.equals(Cache.PROPNAME_NAME )) || in getTypeForTag()
240 (sTag.equals(Cache.PROPNAME_UINAME )) || in getTypeForTag()
251 (sTag.equals(Cache.PROPNAME_UICOMPONENT )) in getTypeForTag()
256 (sTag.equals(Cache.PROPNAME_PREFERRED )) || in getTypeForTag()
264 (sTag.equals(Cache.PROPNAME_FILEFORMATVERSION)) in getTypeForTag()
269 (sTag.equals(Cache.PROPNAME_URLPATTERN )) || in getTypeForTag()
270 (sTag.equals(Cache.PROPNAME_EXTENSIONS )) || in getTypeForTag()
271 (sTag.equals(Cache.PROPNAME_USERDATA )) || in getTypeForTag()
272 (sTag.equals(Cache.PROPNAME_FLAGS )) || in getTypeForTag()
[all …]
H A DCache.java43 public class Cache class
247 public Cache(Logger aDebug) in Cache() method in Cache
443 aPropSet = Cache.convertTypePropsToInternal(aTempSet, nFormat); in fromXML()
450 aPropSet = Cache.convertFilterPropsToInternal(aTempSet, nFormat); in fromXML()
879 java.util.Vector lFlags = Cache.convertFilterFlagValues2Names(nFlags); in convertFilterPropsToExternal()
1062 java.util.Vector lTokens = Cache.splitTokenString(sDataVal, ","); in convertTypePropsToInternal()
1172 java.util.Vector lTokens = Cache.splitTokenString(sDataVal, ","); in convertFilterPropsToInternal()
1237 java.lang.Integer nFlags = Cache.convertFilterFlagNames2Values(lFlags); in convertFilterPropsToInternal()
1583 boolean bMatch = Cache.matchPropSet(rItemProps, aPropSet); in getMatchedItemNames()
1699 rFormatedItem = Cache.convertTypePropsToExternal(rItem, nXMLFormat); in getItemAsXML()
[all …]
H A Dmakefile.mk42 $(CLASSDIR)$/$(PACKAGE)$/Cache.class \
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCacheManager.cxx132 ::boost::shared_ptr<PageCacheManager::Cache>,
148 ::boost::shared_ptr<PageCacheManager::Cache> mpCache;
215 ::boost::shared_ptr<PageCacheManager::Cache> PageCacheManager::GetCache ( in GetCache()
219 ::boost::shared_ptr<Cache> pResult; in GetCache()
233 pResult.reset(new Cache()); in GetCache()
251 const ::boost::shared_ptr<Cache>& rpCache, in Recycle()
308 ::boost::shared_ptr<PageCacheManager::Cache> PageCacheManager::ChangeSize ( in ChangeSize()
309 const ::boost::shared_ptr<Cache>& rpCache, in ChangeSize()
315 ::boost::shared_ptr<Cache> pResult; in ChangeSize()
440 ::boost::shared_ptr<Cache> pCache; in GetRecentlyUsedCache()
[all …]
H A DSlsQueueProcessorThread.hxx115 template <class Queue, class Request, class Cache, class Factory>
116 QueueProcessorThread<Queue, Request, Cache, Factory>
120 Cache& rCache) in QueueProcessorThread()
133 template <class Queue, class Request, class Cache, class Factory>
134 QueueProcessorThread<Queue, Request, Cache, Factory>
142 template <class Queue, class Request, class Cache, class Factory>
143 void SAL_CALL QueueProcessorThread<Queue, Request, Cache, Factory>::run (void) in run()
175 template <class Queue, class Request, class Cache, class Factory>
176 void QueueProcessorThread<Queue, Request, Cache, Factory>
/trunk/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsPageCacheManager.hxx61 typedef BitmapCache Cache; typedef in sd::slidesorter::cache::PageCacheManager
78 ::boost::shared_ptr<Cache> GetCache (
86 void ReleaseCache (const ::boost::shared_ptr<Cache>& rpCache);
92 ::boost::shared_ptr<Cache> ChangeSize (
93 const ::boost::shared_ptr<Cache>& rpCache,
151 ::boost::shared_ptr<Cache> GetRecentlyUsedCache(
162 const ::boost::shared_ptr<Cache>& rpCache);
177 const ::boost::shared_ptr<Cache>& rpCache,
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java45 objectIdCache = new Cache(cacheSize); in Marshal()
46 threadIdCache = new Cache(cacheSize); in Marshal()
47 typeCache = new Cache(cacheSize); in Marshal()
383 private final Cache objectIdCache;
384 private final Cache threadIdCache;
385 private final Cache typeCache;
H A DCache.java34 final class Cache { class
41 public Cache(int size) { in Cache() method in Cache
/trunk/main/binaryurp/source/
H A Dwriterstate.hxx42 Cache< com::sun::star::uno::TypeDescription > typeCache;
44 Cache< rtl::OUString > oidCache;
46 Cache< rtl::ByteSequence > tidCache;
H A Dcache.hxx49 template< typename T > class Cache : private boost::noncopyable { class
53 explicit Cache(std::size_t size): in Cache() function in binaryurp::Cache
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java664 private static final class Cache { class in TypeDescription
665 public Cache() {} in Cache() method in TypeDescription.Cache
705 private static final Cache cache = new Cache();
/trunk/main/offapi/com/sun/star/ucb/
H A DXDynamicResultSet.idl168 @param Cache
178 if <var>Cache</var> was already initialized with another source.
182 void connectToCache( [in] XDynamicResultSet Cache )
H A DXCachedDynamicResultSetStubFactory.idl60 given DynamicResultSet with this Cache.
/trunk/main/binaryurp/qa/
H A Dtest-cache.cxx44 binaryurp::Cache< int > c(4); in TEST_F()
/trunk/main/vcl/inc/unx/
H A Dsalfont.h157 inline void Cache( SalFontCacheItem *p ) { pCache_ = p; } in Cache() function in SalFontStruct
/trunk/main/svtools/source/filter/
H A Dfilter.cxx1110 namespace { struct Cache : public rtl::Static<ImpFilterLibCache, Cache> {}; } struct
1735 ImpFilterLibCache &rCache = Cache::get(); in ImportGraphic()
/trunk/main/jurt/
H A DZip_jurt-src.mk77 com/sun/star/lib/uno/protocols/urp/Cache.java \
/trunk/main/cui/source/options/
H A Doptmemory.src172 Text [ en-US ] = "Cache for inserted objects" ;
/trunk/main/embedserv/source/inprocserv/
H A Dinprocembobj.h109 STDMETHOD(Cache)( FORMATETC *pformatetc, DWORD advf, DWORD *pdwConnection);
H A Dinprocembobj.cxx1858 STDMETHODIMP InprocEmbedDocument_Impl::InternalCacheWrapper::Cache( FORMATETC *pformatetc, DWORD ad… in Cache() function in inprocserv::InprocEmbedDocument_Impl::InternalCacheWrapper
1868 return pIOleCache->Cache( pformatetc, advf, pdwConnection ); in Cache()
/trunk/main/ure/source/
H A DREADME176 Files marked as [GAC] are installed in the Global Assembly Cache on Windows. The
178 Cache Viewer Tool (Shfusion.dll) installed. The actual paths are different.

Completed in 111 milliseconds

123