Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8par2.cxx224 bool SetPamInCell(short nWwCol, bool bPam);
236 void StartMiserableHackForUnsupportedDirection(short nWwCol);
237 void EndMiserableHackForUnsupportedDirection(short nWwCol);
2933 void WW8TabDesc::StartMiserableHackForUnsupportedDirection(short nWwCol) in StartMiserableHackForUnsupportedDirection() argument
2936 if (pActBand && pActBand->maDirections[nWwCol] == 3) in StartMiserableHackForUnsupportedDirection()
2943 void WW8TabDesc::EndMiserableHackForUnsupportedDirection(short nWwCol) in EndMiserableHackForUnsupportedDirection() argument
2946 if (pActBand && pActBand->maDirections[nWwCol] == 3) in EndMiserableHackForUnsupportedDirection()
2950 bool WW8TabDesc::SetPamInCell(short nWwCol, bool bPam) in SetPamInCell() argument
2954 sal_uInt16 nCol = pActBand->nTransCell[nWwCol]; in SetPamInCell()
3000 pAktWWCell = &pActBand->pTCs[ nWwCol ]; in SetPamInCell()
[all …]

Completed in 32 milliseconds