Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8struc.hxx60 struct Word2CHPX struct
105 Word2CHPX() in Word2CHPX() argument
H A Dww8scan.hxx1783 Word2CHPX ReadWord2Chpx(SvStream &rSt, sal_Size nOffset, sal_uInt8 nSize);
1784 std::vector<sal_uInt8> ChpxToSprms(const Word2CHPX &rChpx);
H A Dww8par2.cxx4254 std::vector<sal_uInt8> ChpxToSprms(const Word2CHPX &rChpx) in ChpxToSprms()
4367 Word2CHPX ReadWord2Chpx(SvStream &rSt, sal_Size nOffset, sal_uInt8 nSize) in ReadWord2Chpx()
4369 Word2CHPX aChpx; in ReadWord2Chpx()
4572 Word2CHPX aChpx = ReadWord2Chpx(rSt, aCHPXOffsets.at(stcp).mnOffset, in ImportOldFormatStyles()
H A Dww8scan.cxx2686Word2CHPX aChpx = ReadWord2Chpx(*pSt, nFilePos + nOfs + 1, static_cast< sal_uInt8 >(aEntry.mnLen)); in WW8Fkp()