| /AOO41X/main/filter/source/config/tools/split/ |
| H A D | Splitter.java | 84 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() 95 …generateXMLFragment(Cache.E_TYPE, (java.lang.String)it.nextElement(), m_aDataSet.m_aFragmentDirTyp… in split() 102 rRequestedProps.put(Cache.PROPNAME_DOCUMENTSERVICE, "com.sun.star.text.TextDocument"); in split() 103 lNames = m_aDataSet.m_aCache.getMatchedItemNames(Cache.E_FILTER, rRequestedProps); in split() 106 …generateXMLFragment(Cache.E_FILTER, (java.lang.String)it.nextElement(), m_aDataSet.m_aFragmentDirM… in split() [all …]
|
| H A D | FCFGSplit.java | 316 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 D | SplitterData.java | 46 public Cache m_aCache;
|
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Cache_Test.java | 31 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()
|
| /AOO41X/main/l10ntools/source/filter/utils/ |
| H A D | XMLHelper.java | 238 (sTag.equals(Cache.PROPNAME_DATA )) || in getTypeForTag() 239 (sTag.equals(Cache.PROPNAME_NAME )) || in getTypeForTag() 240 (sTag.equals(Cache.PROPNAME_UINAME )) || in getTypeForTag() 241 (sTag.equals(Cache.PROPNAME_MEDIATYPE )) || in getTypeForTag() 242 (sTag.equals(Cache.PROPNAME_CLIPBOARDFORMAT )) || in getTypeForTag() 243 (sTag.equals(Cache.PROPNAME_PREFERREDFILTER )) || in getTypeForTag() 244 (sTag.equals(Cache.PROPNAME_DETECTSERVICE )) || in getTypeForTag() 245 (sTag.equals(Cache.PROPNAME_FRAMELOADER )) || in getTypeForTag() 246 (sTag.equals(Cache.PROPNAME_CONTENTHANDLER )) || in getTypeForTag() 247 (sTag.equals(Cache.PROPNAME_DOCUMENTSERVICE )) || in getTypeForTag() [all …]
|
| H A D | Cache.java | 42 public class Cache class 246 public Cache(Logger aDebug) in Cache() method in Cache 442 aPropSet = Cache.convertTypePropsToInternal(aTempSet, nFormat); in fromXML() 449 aPropSet = Cache.convertFilterPropsToInternal(aTempSet, nFormat); in fromXML() 456 aPropSet = Cache.convertDetectServicePropsToInternal(aTempSet, nFormat); in fromXML() 463 aPropSet = Cache.convertFrameLoaderPropsToInternal(aTempSet, nFormat); in fromXML() 470 aPropSet = Cache.convertContentHandlerPropsToInternal(aTempSet, nFormat); in fromXML() 878 java.util.Vector lFlags = Cache.convertFilterFlagValues2Names(nFlags); in convertFilterPropsToExternal() 1061 java.util.Vector lTokens = Cache.splitTokenString(sDataVal, ","); in convertTypePropsToInternal() 1089 … aResultMap.put(PROPNAME_URLPATTERN, Cache.splitTokenString(sToken, ";")); in convertTypePropsToInternal() [all …]
|
| H A D | makefile.mk | 42 $(CLASSDIR)$/$(PACKAGE)$/Cache.class \
|
| /AOO41X/main/sd/source/ui/slidesorter/cache/ |
| H A D | SlsPageCacheManager.cxx | 75 ::boost::shared_ptr< ::sd::slidesorter::cache::PageCacheManager::Cache> mpCache; 80 const ::boost::shared_ptr< ::sd::slidesorter::cache::PageCacheManager::Cache>& rpCache) in RecentlyUsedCacheDescriptor() 132 ::boost::shared_ptr<PageCacheManager::Cache>, 143 CompareWithCache(const ::boost::shared_ptr<PageCacheManager::Cache>& rpCache) in CompareWithCache() 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() 288 void PageCacheManager::ReleaseCache (const ::boost::shared_ptr<Cache>& rpCache) in ReleaseCache() [all …]
|
| H A D | SlsQueueProcessorThread.hxx | 115 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>
|
| /AOO41X/main/sd/source/ui/slidesorter/inc/cache/ |
| H A D | SlsPageCacheManager.hxx | 61 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,
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Marshal.java | 45 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 D | Cache.java | 34 final class Cache { class 41 public Cache(int size) { in Cache() method in Cache
|
| H A D | makefile.mk | 33 Cache.java \
|
| /AOO41X/main/binaryurp/source/ |
| H A D | writerstate.hxx | 42 Cache< com::sun::star::uno::TypeDescription > typeCache; 44 Cache< rtl::OUString > oidCache; 46 Cache< rtl::ByteSequence > tidCache;
|
| H A D | cache.hxx | 49 template< typename T > class Cache : private boost::noncopyable { class 53 explicit Cache(std::size_t size): in Cache() function in binaryurp::Cache
|
| /AOO41X/main/ridljar/com/sun/star/lib/uno/typedesc/ |
| H A D | TypeDescription.java | 664 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();
|
| /AOO41X/main/offapi/com/sun/star/ucb/ |
| H A D | XDynamicResultSet.idl | 168 @param Cache 178 if <var>Cache</var> was already initialized with another source. 182 void connectToCache( [in] XDynamicResultSet Cache )
|
| H A D | XCachedDynamicResultSetStubFactory.idl | 60 given DynamicResultSet with this Cache.
|
| /AOO41X/main/binaryurp/qa/ |
| H A D | test-cache.cxx | 52 binaryurp::Cache< int > c(4); in testNothingLostFromLruList()
|
| /AOO41X/main/vcl/inc/unx/ |
| H A D | salfont.h | 157 inline void Cache( SalFontCacheItem *p ) { pCache_ = p; } in Cache() function
|
| /AOO41X/main/svtools/source/filter/ |
| H A D | filter.cxx | 1110 namespace { struct Cache : public rtl::Static<ImpFilterLibCache, Cache> {}; } struct 1735 ImpFilterLibCache &rCache = Cache::get(); in ImportGraphic()
|
| /AOO41X/main/cui/source/options/ |
| H A D | optmemory.src | 172 Text [ en-US ] = "Cache for inserted objects";
|
| /AOO41X/main/embedserv/source/inprocserv/ |
| H A D | inprocembobj.h | 109 STDMETHOD(Cache)( FORMATETC *pformatetc, DWORD advf, DWORD *pdwConnection);
|
| H A D | inprocembobj.cxx | 1858 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()
|
| /AOO41X/main/ure/source/ |
| H A D | README | 176 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.
|