To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96940
                 Issue #|96940
                 Summary|fillAuto can crash Office
               Component|Spreadsheet
                 Version|OOo 3.0
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|programming
             Assigned to|spreadsheet
             Reported by|kpalagin





------- Additional comments from [EMAIL PROTECTED] Fri Dec  5 10:29:02 +0000 
2008 -------
Option Explicit
This

Sub Main
  dim oSheet as object
  dim oRange as object

  oSheet = ThisComponent.CurrentController.getActiveSheet()  

  oRange = oSheet.getCellRangeByName("B2:B3")
  oRange.fillAuto(com.sun.star.sheet.FillDirection.TO_RIGHT, 2)
End Sub

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