Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx314 WW8_XCHAR rgxchFPunct[101]; // array of characters that should member
H A Dww8scan.cxx6463 rgxchFPunct[i] = Get_Short(pData); in ReadFromMem()
6467 rgxchFPunct[cchFollowingPunct]=0; in ReadFromMem()
6486 Set_UInt16(pData,rgxchFPunct[i]); in WriteToMem()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8struc.hxx341 sal_Unicode rgxchFPunct[nMaxFollowing]; member in WW8DopTypography
H A Dww8scan.cxx7348 rgxchFPunct[i] = Get_Short(pData); in ReadFromMem()
7353 rgxchFPunct[cchFollowingPunct]=0; in ReadFromMem()
7355 rgxchFPunct[nMaxFollowing - 1]=0; in ReadFromMem()
7379 Set_UInt16(pData,rgxchFPunct[i]); in WriteToMem()
H A Dwrtww8.cxx632 memcpy(rTypo.rgxchFPunct,pUseMe->beginLine.getStr(), in ExportDopTypography()
H A Dww8par.cxx1813 i18n::ForbiddenCharacters aForbidden(rTypo.rgxchFPunct, in ImportDopTypography()