Searched refs:aConvertedChpx (Results 1 – 1 of 1) sorted by relevance
4528 std::vector< std::vector<sal_uInt8> > aConvertedChpx; in ImportOldFormatStyles() local4546 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