Searched refs:rStCt (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msdffimp.cxx | 3769 SdrObject* SvxMSDffManager::ImportFontWork( SvStream& rStCt, SfxItemSet& rSet, Rectangle& rBoundRec… in ImportFontWork() argument 3777 if ( SeekToContent( DFF_Prop_gtextUNICODE, rStCt ) ) in ImportFontWork() 3778 MSDFFReadZString( rStCt, aObjectText, GetPropertyValue( DFF_Prop_gtextUNICODE ), sal_True ); in ImportFontWork() 3779 if ( SeekToContent( DFF_Prop_gtextFont, rStCt ) ) in ImportFontWork() 3780 MSDFFReadZString( rStCt, aFontName, GetPropertyValue( DFF_Prop_gtextFont ), sal_True ); in ImportFontWork()
|