Searched refs:aCharPropSet (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 5319 void PPTStyleTextPropReader::ReadCharProps( SvStream& rIn, PPTCharPropSet& aCharPropSet, const Stri… in ReadCharProps() argument 5346 ImplPPTCharPropSet& aSet = *aCharPropSet.pCharSet; in ReadCharProps() 5512 PPTCharPropSet aCharPropSet(0); in Init() local 5513 aCharPropSet.mnOriginalTextPos = 0; in Init() 5518 ReadCharProps( rIn, aCharPropSet, aString, nCharCount, nCharAnzRead, in Init() 5523 new PPTCharPropSet( aCharPropSet, 0 ), LIST_APPEND ); in Init() 5545 PPTCharPropSet aCharPropSet( nCurrentPara ); in Init() local 5547 ReadCharProps( rIn, aCharPropSet, aString, nCharCount, nCharAnzRead, in Init() 5568 aCharPropSet.mnOriginalTextPos = nCharAnzRead; in Init() 5575 … aCharPropSet.maString = String( aString, (sal_uInt16)nCharAnzRead, (sal_uInt16)nLen ); in Init() [all …]
|
| /AOO41X/main/filter/inc/filter/msfilter/ |
| H A D | svdfppt.hxx | 998 void ReadCharProps( SvStream& rIn, PPTCharPropSet& aCharPropSet, const String& aString,
|