Re: [sc-dev] Re: Calc cell justification

2006-10-26 Thread Alan Yaniger
Hi Niklas, Thanks for your help in this matter. Since I'm new to setting properties, could you give me a little coding guidance here? Here's how I'm getting a cell's direction: ScBaseCell* pCell; pDocument-GetCell( nCol, nRow, nTab, pCell ); const

Re: [sc-dev] Re: Calc cell justification

2006-10-26 Thread Niklas Nebel
Alan Yaniger wrote: Is this the way to get the text direction value if I want to change it ? To change the value, I've been trying to use the function, for example: pItem.PutValue( FRMDIR_ENVIRONMENT, ATTR_WRITINGDIR ); but I'm getting the compiler error: cannot convert 'this'

Re: [sc-dev] Re: Calc cell justification

2006-10-26 Thread Alan Yaniger
Hi Niklas, Thanks very much. Alan Niklas Nebel wrote: Just modifying an item on the stack doesn't much effect anyway. Use something like pDocument-ApplyAttr( nCol, nRow, nTab, SvxFrameDirectionItem( FRMDIR_HORI_RIGHT_TOP, ATTR_WRITINGDIR ) ) This will take care of properly updating the

[sc-dev] String Operations in Calc and Advanced Utilities

2006-10-26 Thread Leonard Mada
*String Operations in Calc and Advanced Utilities* In this post I will deal with some advanced requirements for OOo, which will ease the writing of powerful external applications for Calc. 1. awk/gawk scripting 2. C++ : need for OOoin/ OOoout (similar to cin/cout, wcin/wcout) and OOoiostream

Re: [sc-dev] Status of ooo-build patches

2006-10-26 Thread Niklas Nebel
Kohei Yoshida wrote: Issue 35579 - sc-standard-filter-options.diff Issue 26565 - sc-natural-sort.diff I'm fully aware that the reason why the file format needs to be extended in order for these patches to be included is because the state of their corresponding UI control (i.e. checkbox, combo