To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63017





------- Additional comments from [EMAIL PROTECTED] Fri Aug  4 09:38:29 -0700 
2006 -------
Notes :

The argument which is at the moment called "bIsWritable" is the
condition expressing if the menu "Backward/Forward" will be visible.

ControllerCommandDispatch::fireStatusEvent()
{
  [...]
  conditionalFireStatusEventForURL( C2U(".uno:Backward"), [...] , bIsWritable );
}

Hence, we need to add two booleans (bMayMoveSeriesForward and
MayMoveSeriesBackward) which will explicit if the series can be moved or not. 

Those booleans will be added to the "ModelState" structure (in the file
ControllerCommandDispatch.cxx). and will be updated when the function
ModelState::update() will be called.

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