Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx159 nSortBufSize = 64; in ImplInit()
161 pSortStruct = new EscherPropSortStruct[ nSortBufSize ]; in ImplInit()
241 if ( nSortCount == nSortBufSize ) // buffer vergroessern in AddOpt()
243 nSortBufSize <<= 1; in AddOpt()
244 EscherPropSortStruct* pTemp = new EscherPropSortStruct[ nSortBufSize ]; in AddOpt()
/aoo41x/main/filter/inc/filter/msfilter/
H A Descherex.hxx1161 sal_uInt32 nSortBufSize; member in EscherPropertyContainer

Completed in 55 milliseconds