[api-issues] [Issue 104445] SearchDescriptor using re gular expressions in Draw/Impress

2010-03-09 Thread jweimar
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104445





--- Additional comments from jwei...@openoffice.org Tue Mar  9 12:16:28 
+ 2010 ---
I checked again using XRay, and found that the search descriptor does not have
the property SearchRegularExpression.

Tested using the following BASIC macro:

Sub TestSearchDescriptor
XRaythisComponent.drawPages(0).createSearchDescriptor()
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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[api-issues] [Issue 104445] SearchDescriptor using re gular expressions in Draw/Impress

2010-03-09 Thread jweimar
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104445





--- Additional comments from jwei...@openoffice.org Tue Mar  9 11:19:15 
+ 2010 ---
As far as I remenber, the searchDescriptor simply ignores if  the property
"SearchRegularExpression" is set to true, and performs a simple text search. 

-
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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[api-issues] [Issue 104445] SearchDescriptor using re gular expressions in Draw/Impress

2009-08-23 Thread jweimar
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104445
 Issue #|104445
 Summary|SearchDescriptor using regular expressions in Draw/Imp
|ress
   Component|api
 Version|OOo 3.0
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|jweimar





--- Additional comments from jwei...@openoffice.org Mon Aug 24 06:43:36 
+ 2009 ---
Searching with regular expressions can be performed using the GUI in both Writer
and Impress. Using the API in impress, the search descriptor is obtained from
the first page, not from the document as in Writer:
doc.drawPages(0).createSearchDescriptor()

The problem is that in Impress, this search descriptor does not have the
property "SearchRegularExpression", even though the GUI can use regular 
expressions.

-
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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org