[framework-issues] [Issue 91174] UIConfigurationManager of the statusbar loses properties at the storing settings

2010-10-18 Thread hanya
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91174





--- Additional comments from ha...@openoffice.org Mon Oct 18 15:25:14 + 
2010 ---
The status bar of the office has been changed on OOo 3.2 but an item of the
status bar can be provided by extensions. And someone want to make it and would
to modify settings of the statusbar. This problem should be fixed, because of
the helpid is gone also.
Proposed patch.

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


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



[framework-issues] [Issue 91174] UIConfigurationManager of the statusbar loses properties at the storing settings

2010-10-18 Thread hanya
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91174





--- Additional comments from ha...@openoffice.org Mon Oct 18 15:25:51 + 
2010 ---
Created an attachment (id=72094)
Proposed patch on OOO330m7


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


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



[framework-issues] [Issue 91174] UIConfigurationManager of the statusbar loses properties at the storing settings

2009-10-05 Thread hanya
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91174





--- Additional comments from ha...@openoffice.org Mon Oct  5 08:27:49 + 
2009 ---
still there in OOo 3.1.1.

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


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



[framework-issues] [Issue 91174] UIConfigurationManager of the statusbar loses properties at the storing settings

2009-08-06 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91174


User of changed the following:

What|Old value |New value

 Assigned to|tm|jsk

Keywords|  |needmoreinfo





--- Additional comments from o...@openoffice.org Thu Aug  6 06:04:45 + 
2009 ---
@ hanya: is this issue still valid in OOo 3.1?
@ jsk: Please have a look.

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


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



[framework-issues] [Issue 91174] UIConfigurationManager of the statusbar loses properties at the storing settings

2008-06-28 Thread hanya
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91174
 Issue #|91174
 Summary|UIConfigurationManager of the statusbar loses properti
|es at the storing settings
   Component|framework
 Version|OOo 2.4.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|hanya





--- Additional comments from [EMAIL PROTECTED] Sat Jun 28 14:12:36 + 
2008 ---
I tried to modify statusbar items of the Basic IDE, but the
UIConfigurationManager of the statusbar lost some properties at the storing 
time.

How to reproduce:
1. Run the following code.
2. Restarting OpenOffice.org.
3. The status bar of the Basic IDE is flatten and alignment status is changed.

Sub BasicIDEStatusbar
  sStatusBarName = private:resource/statusbar/statusbar
  
  oMgrSup = CreateUnoService( _
com.sun.star.ui.ModuleUIConfigurationManagerSupplier )
  oMgr = oMgrSup.getUIConfigurationManager( _
com.sun.star.script.BasicIDE )
  
  oSettings = oMgr.getSettings( sStatusBarName, True )
  
  oMgr.replaceSettings( sStatusBarName, oSettings )
  oMgr.store()
End Sub

This is a part of the setting taken from shared setting.
 statusbar:statusbaritem xlink:href=.uno:StatusGetTitle
statusbar:align=right statusbar:style=flat statusbar:autosize=true
statusbar:width=240/
 statusbar:statusbaritem xlink:href=.uno:ModifiedStatus
statusbar:align=right statusbar:style=flat statusbar:width=14/

And here is the resulting setting stored by the code written above:
 statusbar:statusbaritem xlink:href=.uno:StatusGetTitle
statusbar:align=left statusbar:autosize=true statusbar:width=240
statusbar:helpid=helpid:30808/
 statusbar:statusbaritem xlink:href=.uno:ModifiedStatus
statusbar:align=center statusbar:width=14 statusbar:helpid=helpid:5584/

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