Searched refs:nSortCount (Results 1 – 3 of 3) sorted by relevance
156 nSortCount = 0; in ImplInit()187 while ( nSortCount-- ) in ~EscherPropertyContainer()188 delete[] pSortStruct[ nSortCount ].pBuf; in ~EscherPropertyContainer()221 for( i = 0; i < nSortCount; i++ ) in AddOpt()241 … if ( nSortCount == nSortBufSize ) // buffer vergroessern in AddOpt()245 for( i = 0; i < nSortCount; i++ ) in AddOpt()252 … pSortStruct[ nSortCount ].nPropId = nPropID; // property einfuegen in AddOpt()253 pSortStruct[ nSortCount ].pBuf = pProp; in AddOpt()254 pSortStruct[ nSortCount ].nPropSize = nPropSize; in AddOpt()255 pSortStruct[ nSortCount++ ].nPropValue = nPropValue; in AddOpt()[all …]
333 sal_uInt16 nSortCount = 0; in FillProperties() local334 while ( nSortCount < MAXSORT && rParam.bDoSort[nSortCount] ) in FillProperties()335 ++nSortCount; in FillProperties()337 uno::Sequence<table::TableSortField> aFields(nSortCount); in FillProperties()338 if (nSortCount) in FillProperties()341 for (sal_uInt16 i=0; i<nSortCount; i++) in FillProperties()
1160 sal_uInt32 nSortCount; member in EscherPropertyContainer