Home
last modified time | relevance | path

Searched refs:nCacheSize (Results 1 – 10 of 10) sorted by relevance

/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx48 nCacheSize( nCacheSz ), in TextRanger()
62 pRangeArr = new Range[ nCacheSize ]; in TextRanger()
63 pCache = new SvLongsPtr[ nCacheSize ]; in TextRanger()
64 memset( pRangeArr, 0, nCacheSize * sizeof( Range ) ); in TextRanger()
65 memset( pCache, 0, nCacheSize * sizeof( SvLongsPtr ) ); in TextRanger()
104 for( sal_uInt16 i = 0; i < nCacheSize; ++i ) in ~TextRanger()
124 for( sal_uInt16 i = 0; i < nCacheSize; ++i ) in SetVertical()
126 memset( pRangeArr, 0, nCacheSize * sizeof( Range ) ); in SetVertical()
127 memset( pCache, 0, nCacheSize * sizeof( SvLongsPtr ) ); in SetVertical()
685 if( nIndex >= nCacheSize ) in GetTextRanges()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8FKPImpl.hxx163 WW8FKPCacheImpl(WW8Stream::Pointer_t rpStream, sal_uInt32 nCacheSize) in WW8FKPCacheImpl() argument
164 : mnCacheSize(nCacheSize), mpStream(rpStream) in WW8FKPCacheImpl()
182 sal_uInt32 nCacheSize) in WW8CHPFKPCacheImpl() argument
183 : WW8FKPCacheImpl(rpStream, nCacheSize) in WW8CHPFKPCacheImpl()
199 sal_uInt32 nCacheSize) in WW8PAPFKPCacheImpl() argument
200 : WW8FKPCacheImpl(rpStream, nCacheSize) in WW8PAPFKPCacheImpl()
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx180 ManagerImpl( Reference< XComponentContext > const & xContext, sal_Int32 nCacheSize );
299 Reference< XComponentContext > const & xContext, sal_Int32 nCacheSize ) in ManagerImpl() argument
306 , _aElements( nCacheSize ) in ManagerImpl()
1146 sal_Int32 nCacheSize = CACHE_SIZE; in ManagerImpl_create() local
1152 nCacheSize; in ManagerImpl_create()
1155 return Reference< XInterface >( *new stoc_tdmgr::ManagerImpl( xContext, nCacheSize ) ); in ManagerImpl_create()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx69 static const sal_Int32 nCacheSize = 6; member in ImplPageCache
76 for( sal_Int32 i = nCacheSize-1; i > 0; i-- ) in updateRanking()
88 : maPages( nCacheSize ) in ImplPageCache()
89 , maPageNumbers( nCacheSize, -1 ) in ImplPageCache()
90 , maCacheRanking( nCacheSize ) in ImplPageCache()
92 for( sal_Int32 i = 0; i < nCacheSize; i++ ) in ImplPageCache()
93 maCacheRanking[i] = nCacheSize - i - 1; in ImplPageCache()
113 for( sal_Int32 i = 0; i < nCacheSize; ++i ) in get()
128 for( sal_Int32 i = 0; i < nCacheSize; ++i ) in invalidate()
132 maCacheRanking[i] = nCacheSize - i - 1; in invalidate()
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx297 sal_uLong nCacheSize = sizeof(*this); in CalcByteCount() local
302 nCacheSize += pSF->GetByteCount(); in CalcByteCount()
305 return nCacheSize; in CalcByteCount()
/trunk/main/editeng/inc/editeng/
H A Dtxtrange.hxx60 sal_uInt16 nCacheSize; // Cache-Size member in TextRanger
80 sal_uInt16 nCacheSize, sal_uInt16 nLeft, sal_uInt16 nRight,
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx188 static sal_Int32 nCacheSize = 256; variable
532 if( (sal_Int32)rInit.pCache->size() >= nCacheSize ) in complete()
2238 if( (sal_Int32)rInit.pCache->size() >= nCacheSize ) in typelib_typedescription_getByName()
2300 if( (sal_Int32)rInit.pCache->size() >= nCacheSize ) in typelib_typedescriptionreference_new()
2523 if ((nNewSize < nCacheSize) && rInit.pCache) in typelib_setCacheSize()
2531 nCacheSize = nNewSize; in typelib_setCacheSize()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1880 sal_Int32 nCacheSize = 0; in RecalcRows() local
1881 xSet->getPropertyValue(FM_PROP_FETCHSIZE) >>= nCacheSize; in RecalcRows()
1887 long nLimit = (nCacheSize) ? nCacheSize / 2 : 0; in RecalcRows()
/trunk/main/svtools/inc/svtools/
H A Dgrfmgr.hxx572 GraphicManager( sal_uLong nCacheSize = 10000000UL, sal_uLong nMaxObjCacheSize = 2400000UL );
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx112 GraphicManager::GraphicManager( sal_uLong nCacheSize, sal_uLong nMaxObjCacheSize ) : in GraphicManager() argument
113 mpCache( new GraphicCache( *this, nCacheSize, nMaxObjCacheSize ) ) in GraphicManager()

Completed in 106 milliseconds