Searched refs:aObjectText (Results 1 – 1 of 1) sorted by relevance
3772 String aObjectText; in ImportFontWork() local3778 MSDFFReadZString( rStCt, aObjectText, GetPropertyValue( DFF_Prop_gtextUNICODE ), sal_True ); in ImportFontWork()3792 String aSrcText( aObjectText ); in ImportFontWork()3793 aObjectText.Erase(); in ImportFontWork()3796 aObjectText += aSrcText.GetChar( a ); in ImportFontWork()3797 aObjectText += '\n'; in ImportFontWork()3802 if ( aObjectText.Len() ) in ImportFontWork()3808 ((SdrRectObj*)pNewObj)->SetText( aObjectText ); in ImportFontWork()4473 String aObjectText; in ImportShape() local4505 … MSDFFReadZString( rSt, aObjectText, GetPropertyValue( DFF_Prop_gtextUNICODE ), sal_True ); in ImportShape()[all …]