Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx4551 std::vector<pxoffset> aCHPXOffsets(stcp); in ImportOldFormatStyles() local
4563 aCHPXOffsets.at(stcp).mnSize = 0; in ImportOldFormatStyles()
4569 aCHPXOffsets.at(stcp).mnOffset = rSt.Tell(); in ImportOldFormatStyles()
4570 aCHPXOffsets.at(stcp).mnSize = nRemainder; in ImportOldFormatStyles()
4572 Word2CHPX aChpx = ReadWord2Chpx(rSt, aCHPXOffsets.at(stcp).mnOffset, in ImportOldFormatStyles()
4573 aCHPXOffsets.at(stcp).mnSize); in ImportOldFormatStyles()