Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx312 short cchLeadingPunct; // length of rgxchLPunct member
H A Dww8scan.cxx6460 cchLeadingPunct = Get_Short(pData); in ReadFromMem()
6469 rgxchLPunct[cchLeadingPunct]=0; in ReadFromMem()
6483 Set_UInt16(pData,cchLeadingPunct); in WriteToMem()
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx628 rTypo.cchLeadingPunct = msword_cast<sal_Int16> in ExportDopTypography()
630 if (rTypo.cchLeadingPunct > WW8DopTypography::nMaxLeading - 1) in ExportDopTypography()
631 rTypo.cchLeadingPunct = WW8DopTypography::nMaxLeading -1; in ExportDopTypography()
637 (rTypo.cchLeadingPunct+1)*2); in ExportDopTypography()
H A Dww8struc.hxx339 sal_Int16 cchLeadingPunct; // length of rgxchLPunct member in WW8DopTypography
H A Dww8scan.cxx7345 cchLeadingPunct = Get_Short(pData); in ReadFromMem()
7358 if (cchLeadingPunct >= 0 && cchLeadingPunct < nMaxLeading) in ReadFromMem()
7359 rgxchLPunct[cchLeadingPunct]=0; in ReadFromMem()
7376 Set_UInt16(pData,cchLeadingPunct); in WriteToMem()

Completed in 103 milliseconds