Searched refs:nWwCol (Results 1 – 1 of 1) sorted by relevance
223 bool SetPamInCell(short nWwCol, bool bPam);235 void StartMiserableHackForUnsupportedDirection(short nWwCol);236 void EndMiserableHackForUnsupportedDirection(short nWwCol);2961 void WW8TabDesc::StartMiserableHackForUnsupportedDirection(short nWwCol) in StartMiserableHackForUnsupportedDirection() argument2964 if (pActBand && pActBand->maDirections[nWwCol] == 3) in StartMiserableHackForUnsupportedDirection()2971 void WW8TabDesc::EndMiserableHackForUnsupportedDirection(short nWwCol) in EndMiserableHackForUnsupportedDirection() argument2974 if (pActBand && pActBand->maDirections[nWwCol] == 3) in EndMiserableHackForUnsupportedDirection()2978 bool WW8TabDesc::SetPamInCell(short nWwCol, bool bPam) in SetPamInCell() argument2982 sal_uInt16 nCol = pActBand->nTransCell[nWwCol]; in SetPamInCell()3028 pAktWWCell = &pActBand->pTCs[ nWwCol ]; in SetPamInCell()[all …]