Searched refs:aObjectText (Results 1 – 1 of 1) sorted by relevance
3782 String aObjectText; in ImportFontWork() local3788 MSDFFReadZString( rStCt, aObjectText, GetPropertyValue( DFF_Prop_gtextUNICODE ), sal_True ); in ImportFontWork()3802 String aSrcText( aObjectText ); in ImportFontWork()3803 aObjectText.Erase(); in ImportFontWork()3806 aObjectText += aSrcText.GetChar( a ); in ImportFontWork()3807 aObjectText += '\n'; in ImportFontWork()3812 if ( aObjectText.Len() ) in ImportFontWork()3818 ((SdrRectObj*)pNewObj)->SetText( aObjectText ); in ImportFontWork()4483 String aObjectText; in ImportShape() local4515 … MSDFFReadZString( rSt, aObjectText, GetPropertyValue( DFF_Prop_gtextUNICODE ), sal_True ); in ImportShape()[all …]