Hi Alan,

the code you want to change is in SdPage::CreateTitleAndLayout(). Search for "if( mePageKind == PK_HANDOUT && bInit )", the code inside this if
creates the previews for handout layouts.
This only changes the positions for newly created documents. But I would
not start to change existing documents on load, this is never  a good
idea. Esp. if there is the workaround to fix them by assigning a layout
again.
As this is a complex function, please let me review your changes before
this is added to the master.

Regards,
Christian


Alan Yaniger wrote:
Hi list-members,

I'm working on adjusting the layout for handouts in RTL (Issue 37195). I wrote code in SdPage::CreateTitleAndLayout which sets the co-ordinates of the slides so that the display is RTL. My changes work fine if I am already in "Handout" view, and I change the layout by clicking on one of the options in the "Layouts" window. However, when I first enter "Handout" view, this code is not executed, and the order of the slides remains LTR. Where is the code which sets the co-ordinates of the slides when I first enter "Handout" view?

Thanks,
Alan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to