Re: How to call function getTextProperties() declared under class TextBody

2017-11-28 Thread David Tardon
Hi, On Tue, Nov 28, 2017 at 09:50:26AM +0100, David Tardon wrote: > Hi, > > On Tue, Nov 28, 2017 at 01:47:52AM +0200, serdar tunc wrote: > > I need to call getTextProperties() function. It returns > > > > maTextProperties which its type of > > > > TextBodyProperties struct . In that struct i ne

Re: How to call function getTextProperties() declared under class TextBody

2017-11-28 Thread David Tardon
Hi, On Tue, Nov 28, 2017 at 01:47:52AM +0200, serdar tunc wrote: > I need to call getTextProperties() function. It returns > > maTextProperties which its type of > > TextBodyProperties struct . In that struct i need to change moRotation value. > > I want to make changes on sc/source/filter/oox/

Re: How to call function getTextProperties() declared under class TextBody

2017-11-28 Thread Miklos Vajna
Hi, On Tue, Nov 28, 2017 at 01:47:52AM +0200, serdar tunc wrote: > I need to call getTextProperties() function. It returns > > maTextProperties which its type of > > TextBodyProperties struct . In that struct i need to change moRotation value. > > I want to make changes on sc/source/filter/oo