Searched refs:aCharPropSet (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 5318 void PPTStyleTextPropReader::ReadCharProps( SvStream& rIn, PPTCharPropSet& aCharPropSet, const Stri… in ReadCharProps() argument 5345 ImplPPTCharPropSet& aSet = *aCharPropSet.pCharSet; in ReadCharProps() 5511 PPTCharPropSet aCharPropSet(0); in Init() local 5512 aCharPropSet.mnOriginalTextPos = 0; in Init() 5517 ReadCharProps( rIn, aCharPropSet, aString, nCharCount, nCharAnzRead, in Init() 5522 new PPTCharPropSet( aCharPropSet, 0 ), LIST_APPEND ); in Init() 5544 PPTCharPropSet aCharPropSet( nCurrentPara ); in Init() local 5546 ReadCharProps( rIn, aCharPropSet, aString, nCharCount, nCharAnzRead, in Init() 5567 aCharPropSet.mnOriginalTextPos = nCharAnzRead; in Init() 5574 … aCharPropSet.maString = String( aString, (sal_uInt16)nCharAnzRead, (sal_uInt16)nLen ); in Init() [all …]
|
| /AOO42X/main/filter/inc/filter/msfilter/ |
| H A D | svdfppt.hxx | 998 void ReadCharProps( SvStream& rIn, PPTCharPropSet& aCharPropSet, const String& aString,
|