Hi everyone,
I'm working on Issue 72804, which requires me to have access to the
current text direction while I'm in the Table Border dialog
(svx/source/dialog/border.cxx). How do I get the current text direction
from SvxBorderTabPage::FillItemSet? I've tried:
pItem = GetItem( rCoreAttrs, SID_ATTR_FRAMEDIRECTION );
const SvxFrameDirectionItem& rItem = (const SvxFrameDirectionItem&)*pItem;
printf( "Frame Direction is : %d\n", (rItem.GetValue()));
which must be wrong since I get the same result, even after I change the
text dir.
What do I need to change?
Thanks,
Alan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]