Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx311 short cchFollowingPunct; // length of rgxchFPunct member
H A Dww8scan.cxx6459 cchFollowingPunct = Get_Short(pData); in ReadFromMem()
6468 rgxchFPunct[cchFollowingPunct]=0; in ReadFromMem()
6482 Set_UInt16(pData,cchFollowingPunct); in WriteToMem()
/aoo4110/main/sw/source/filter/ww8/
H A Dww8struc.hxx338 sal_Int16 cchFollowingPunct; // length of rgxchFPunct member in WW8DopTypography
H A Dwrtww8.cxx637 rTypo.cchFollowingPunct = msword_cast<sal_Int16> in ExportDopTypography()
639 if (rTypo.cchFollowingPunct > WW8DopTypography::nMaxFollowing - 1) in ExportDopTypography()
640 rTypo.cchFollowingPunct = WW8DopTypography::nMaxFollowing - 1; in ExportDopTypography()
648 (rTypo.cchFollowingPunct+1)*2); in ExportDopTypography()
H A Dww8scan.cxx7345 cchFollowingPunct = Get_Short(pData); in ReadFromMem()
7354 if (cchFollowingPunct >= 0 && cchFollowingPunct < nMaxFollowing) in ReadFromMem()
7355 rgxchFPunct[cchFollowingPunct]=0; in ReadFromMem()
7376 Set_UInt16(pData,cchFollowingPunct); in WriteToMem()

Completed in 91 milliseconds