Lines Matching refs:aCellStates
613 vector<sal_uInt8> aCellStates(nCR); in glueState() local
626 aCellStates[i] = nOccu; in glueState()
638 if (aCellStates[i] == nOccu) in glueState()
646 aCellStates[i] = nFree; in glueState()
649 if (bGlue && (aCellStates[i] == nFree)) in glueState()
651 aCellStates[i] = nGlue; in glueState()
662 if (aCellStates[i] == nOccu) in glueState()
670 aCellStates[i] = nFree; in glueState()
673 if (bGlue && aCellStates[i] == nFree) in glueState()
675 aCellStates[i] = nGlue; in glueState()
682 if (aCellStates[i] == nHole) in glueState()
693 if (aCellStates.front() != nOccu) in glueState()