Searched refs:nCacheSize (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/editeng/source/misc/ |
H A D | txtrange.cxx | 48 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 …]
|
/aoo41x/main/writerfilter/source/doctok/ |
H A D | WW8FKPImpl.hxx | 163 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()
|
/aoo41x/main/stoc/source/tdmanager/ |
H A D | tdmgr.cxx | 180 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print3.cxx | 69 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()
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 297 sal_uLong nCacheSize = sizeof(*this); in CalcByteCount() local 302 nCacheSize += pSF->GetByteCount(); in CalcByteCount() 305 return nCacheSize; in CalcByteCount()
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | txtrange.hxx | 60 sal_uInt16 nCacheSize; // Cache-Size member in TextRanger 80 sal_uInt16 nCacheSize, sal_uInt16 nLeft, sal_uInt16 nRight,
|
/aoo41x/main/cppu/source/typelib/ |
H A D | typelib.cxx | 190 static sal_Int32 nCacheSize = 256; variable 534 if( (sal_Int32)rInit.pCache->size() >= nCacheSize ) in complete() 2240 if( (sal_Int32)rInit.pCache->size() >= nCacheSize ) in typelib_typedescription_getByName() 2302 if( (sal_Int32)rInit.pCache->size() >= nCacheSize ) in typelib_typedescriptionreference_new() 2525 if ((nNewSize < nCacheSize) && rInit.pCache) in typelib_setCacheSize() 2533 nCacheSize = nNewSize; in typelib_setCacheSize()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 1880 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()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | grfmgr.hxx | 572 GraphicManager( sal_uLong nCacheSize = 10000000UL, sal_uLong nMaxObjCacheSize = 2400000UL );
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 112 GraphicManager::GraphicManager( sal_uLong nCacheSize, sal_uLong nMaxObjCacheSize ) : in GraphicManager() argument 113 mpCache( new GraphicCache( *this, nCacheSize, nMaxObjCacheSize ) ) in GraphicManager()
|
Completed in 106 milliseconds