Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8par2.cxx4528 std::vector< std::vector<sal_uInt8> > aConvertedChpx; in ImportOldFormatStyles() local
4546 aConvertedChpx.push_back( ChpxToSprms(aChpx) ); in ImportOldFormatStyles()
4551 aConvertedChpx.push_back( std::vector<sal_uInt8>() ); in ImportOldFormatStyles()
4636 if (aConvertedChpx[stcp].size() > 0) in ImportOldFormatStyles()
4637 ImportSprms(&(aConvertedChpx[stcp][0]), in ImportOldFormatStyles()
4638 static_cast< short >(aConvertedChpx[stcp].size()), in ImportOldFormatStyles()

Completed in 32 milliseconds