/aoo4110/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() 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 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;
|
/aoo4110/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()
|
/aoo4110/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() 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 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() 878 java.util.Vector lFlags = Cache.convertFilterFlagValues2Names(nFlags); in convertFilterPropsToExternal() 1061 java.util.Vector lTokens = Cache.splitTokenString(sDataVal, ","); in convertTypePropsToInternal() 1171 java.util.Vector lTokens = Cache.splitTokenString(sDataVal, ","); in convertFilterPropsToInternal() 1236 java.lang.Integer nFlags = Cache.convertFilterFlagNames2Values(lFlags); in convertFilterPropsToInternal() 1582 boolean bMatch = Cache.matchPropSet(rItemProps, aPropSet); in getMatchedItemNames() 1698 rFormatedItem = Cache.convertTypePropsToExternal(rItem, nXMLFormat); in getItemAsXML() [all …]
|
H A D | makefile.mk | 42 $(CLASSDIR)$/$(PACKAGE)$/Cache.class \
|
/aoo4110/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsPageCacheManager.cxx | 132 ::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 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>
|
/aoo4110/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,
|
/aoo4110/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 \
|
/aoo4110/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
|
/aoo4110/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();
|
/aoo4110/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.
|
/aoo4110/main/binaryurp/qa/ |
H A D | test-cache.cxx | 52 binaryurp::Cache< int > c(4); in testNothingLostFromLruList()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | salfont.h | 157 inline void Cache( SalFontCacheItem *p ) { pCache_ = p; } in Cache() function in SalFontStruct
|
/aoo4110/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()
|
/aoo4110/main/cui/source/options/ |
H A D | optmemory.src | 172 Text [ en-US ] = "Cache for inserted objects";
|
/aoo4110/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()
|
/aoo4110/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.
|