Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/msfilter/
H A Descherex.cxx161 pSortStruct = new EscherPropSortStruct[ nSortBufSize ]; in ImplInit()
188 delete[] pSortStruct[ nSortCount ].pBuf; in ~EscherPropertyContainer()
190 delete[] pSortStruct; in ~EscherPropertyContainer()
223 …if ( ( pSortStruct[ i ].nPropId &~0xc000 ) == ( nPropID &~0xc000 ) ) // pruefen, ob Property nu… in AddOpt()
225 pSortStruct[ i ].nPropId = nPropID; in AddOpt()
226 if ( pSortStruct[ i ].pBuf ) in AddOpt()
228 nCountSize -= pSortStruct[ i ].nPropSize; in AddOpt()
229 delete[] pSortStruct[ i ].pBuf; in AddOpt()
231 pSortStruct[ i ].pBuf = pProp; in AddOpt()
232 pSortStruct[ i ].nPropSize = nPropSize; in AddOpt()
[all …]
/AOO41X/main/filter/inc/filter/msfilter/
H A Descherex.hxx1158 EscherPropSortStruct* pSortStruct; member in EscherPropertyContainer