Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx714 #define DROP_CACHE_SIZE 10 macro
718 long aMagicNo[ DROP_CACHE_SIZE ];
719 XubString aTxt[ DROP_CACHE_SIZE ];
720 sal_uInt16 aFactor[ DROP_CACHE_SIZE ];
721 KSHORT aWishedHeight[ DROP_CACHE_SIZE ];
722 short aDescent[ DROP_CACHE_SIZE ];
773 while( nTmpIdx < DROP_CACHE_SIZE && in CalcFontSize()
783 if( nTmpIdx >= DROP_CACHE_SIZE || ! bUseCache ) in CalcFontSize()
786 nIndex %= DROP_CACHE_SIZE; in CalcFontSize()

Completed in 10 milliseconds