Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx312 short cchLeadingPunct; // length of rgxchLPunct member
H A Dww8scan.cxx6459 cchLeadingPunct = Get_Short(pData); in ReadFromMem()
6468 rgxchLPunct[cchLeadingPunct]=0; in ReadFromMem()
6482 Set_UInt16(pData,cchLeadingPunct); in WriteToMem()
/AOO42X/main/sw/source/filter/ww8/
H A Dwrtww8.cxx627 rTypo.cchLeadingPunct = msword_cast<sal_Int16> in ExportDopTypography()
629 if (rTypo.cchLeadingPunct > WW8DopTypography::nMaxLeading - 1) in ExportDopTypography()
630 rTypo.cchLeadingPunct = WW8DopTypography::nMaxLeading -1; in ExportDopTypography()
636 (rTypo.cchLeadingPunct+1)*2); in ExportDopTypography()
H A Dww8struc.hxx338 sal_Int16 cchLeadingPunct; // length of rgxchLPunct member in WW8DopTypography
H A Dww8scan.cxx7344 cchLeadingPunct = Get_Short(pData); in ReadFromMem()
7357 if (cchLeadingPunct >= 0 && cchLeadingPunct < nMaxLeading) in ReadFromMem()
7358 rgxchLPunct[cchLeadingPunct]=0; in ReadFromMem()
7375 Set_UInt16(pData,cchLeadingPunct); in WriteToMem()