To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97019
User sweigel changed the following:
What |Old value |New value
================================================================================
CC|'' |'sweigel'
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Dec 12 19:36:26
+0000 2008 -------
Important feature, I think.
Meanwhile you may help yourself with a little macro. For example this code will
select empty cells within your selection:
Sub SelectEmptyCells()
dim oController as object
oController = StarDesktop.CurrentComponent.currentController
oController.select(oController.Selection.queryEmptyCells)
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]