Searched refs:nNumI (Results 1 – 1 of 1) sorted by relevance
499 sal_uInt16 nIndex,nNumI,i; in WriteColorAttributeTable() local515 nNumI=pPalette->GetEntryCount()-nIndex; in WriteColorAttributeTable()516 if (nNumI>81) nNumI=81; in WriteColorAttributeTable()517 *pMET << (sal_uInt8)(11+nNumI*3); // Laenge des Parameters in WriteColorAttributeTable()522 for (i=0; i<nNumI; i++) in WriteColorAttributeTable()
Completed in 17 milliseconds