Home
last modified time | relevance | path

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

/trunk/main/editeng/inc/editeng/
H A Dtxtrange.hxx42 typedef SvLongs* SvLongsPtr; typedef
56 SvLongsPtr *pCache;
83 SvLongsPtr GetTextRanges( const Range& rRange );
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx63 pCache = new SvLongsPtr[ nCacheSize ]; in TextRanger()
65 memset( pCache, 0, nCacheSize * sizeof( SvLongsPtr ) ); in TextRanger()
127 memset( pCache, 0, nCacheSize * sizeof( SvLongsPtr ) ); in SetVertical()
679 SvLongsPtr TextRanger::GetTextRanges( const Range& rRange ) in GetTextRanges()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx823 SvLongsPtr pTextRanges = 0; in CreateLines()

Completed in 41 milliseconds