Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Dww8par2.cxx4557 std::vector< std::vector<sal_uInt8> > aConvertedChpx; in ImportOldFormatStyles() local
4575 aConvertedChpx.push_back( ChpxToSprms(aChpx) ); in ImportOldFormatStyles()
4580 aConvertedChpx.push_back( std::vector<sal_uInt8>() ); in ImportOldFormatStyles()
4665 if (aConvertedChpx[stcp].size() > 0) in ImportOldFormatStyles()
4666 ImportSprms(&(aConvertedChpx[stcp][0]), in ImportOldFormatStyles()
4667 static_cast< short >(aConvertedChpx[stcp].size()), in ImportOldFormatStyles()

Completed in 21 milliseconds