To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54651
                  Issue #:|54651
                  Summary:|getPropertyValue not returning proper value
                Component:|Spreadsheet
                  Version:|680m127
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|spreadsheet
              Reported by:|jayant_madavi





------- Additional comments from [EMAIL PROTECTED] Thu Sep 15 04:40:57 -0700 
2005 -------
This simple script was printing 0 as sheet number whatever be the sheet!

Sub Main
oActiveCell = ThisComponent.getCurrentSelection()
 oConv =
ThisComponent.createInstance("com.sun.star.table.CellRangeAddressConversion")
oConv.Address = oActiveCell.getRangeAddress
Print oConv.ReferenceSheet

End Sub

B'se of this, the Print oConv.UserInterfaceRepresentation was also giving
"un-expected" result.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
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