To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79469
                 Issue #|79469
                 Summary|insertAtPosition ignores CSV filter options
               Component|Spreadsheet
                 Version|OOo 2.2
                Platform|All
                     URL|
              OS/Version|Windows 2000
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|spreadsheet
             Reported by|dindy





------- Additional comments from [EMAIL PROTECTED] Wed Jul 11 10:29:23 +0000 
2007 -------
Using the insertAtPosition methods in a VB macro seems to ignore the CSV filter 
options. A call like this:

Document.AreaLinks.insertAtPosition(Position, SURL, STab, "Text - txt - csv 
(StarCalc)", "44,34,SYSTEM,1,1/1/2/10/3/10/4/10/5/10/6/10/7/10")

always use the default filter options, no matter how the filter options are 
set. A similar call made using the loadComponentFromURL:

NDocument = StarDesktop.loadComponentFromURL(SURL, "_blank", 0,Array
(MakePropertyValue("FilterName", "Text - txt - csv 
(StarCalc)"),MakePropertyValue
("FilterOptions", "44,34,SYSTEM,1,1/1/2/10/3/10/4/10/5/10/6/10/7/10"),MakeProper
tyValue("Hidden", False)))

applies the correct filter options, so I'm pretty sure that it isn't a problem 
in the filter options specifications.

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