Issue 120868 - Search & Replace not visisble
Summary: Search & Replace not visisble
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: Calc
Classification: Application
Component: editing (show other issues)
Version: 3.4.1
Hardware: PC Windows XP
: P3 Critical (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needmoreinfo
Depends on:
Blocks:
 
Reported: 2012-09-10 07:19 UTC by jeffreylstevenson
Modified: 2017-05-20 09:54 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jeffreylstevenson 2012-09-10 07:19:59 UTC
When opening search and replace from the menu or Ctrl+F the search window will not open.  Windows shifts focus away from the open document where I am trying to search.  I have tried restarting the computer and uninstalling and reinstalling the product with the latest version.  The find/replace function does not work in the spreadsheet or text portions of the program.
Comment 1 hanya 2012-09-10 15:42:48 UTC
If it could be opened before, and position values are invalid, the following macro can be set its position on the screen.

Sub SetWindowStateForSearchAndReplace
  id = "5961" ' search and replace on AOO 3.4
  cp = CreateUnoService("com.sun.star.configuration.ConfigurationProvider")
  a1 = CreateUnoStruct("com.sun.star.beans.PropertyValue")
  a1.Name = "nodepath"
  a1.Value = "/org.openoffice.Office.Views/Windows"
  args = Array(a1)
  ca = cp.createInstanceWithArguments("com.sun.star.configuration.ConfigurationUpdateAccess", args)
  If ca.hasByName(id) Then
    key = ca.getByName(id)
    key.WindowState = "100,100,,;1;,,,;"
    ca.commitChanges()
  Else
    msgbox "Not found: " & chr(id)
  End If
End Sub

1. Close your office and restart it.
2. Execute the macro above
3. Restart your office without doing noting on the office.
4. Open Search & Replace dialog on spreadsheet document, 
   the dialog should be shown if the problem is in the certain configuration.

the function to reset all windows state without to clear hole configuration would be help.
Comment 2 zong dong jun 2012-11-05 06:10:06 UTC
What's OS of your compute?
Comment 3 Rob Weir 2013-04-03 14:27:23 UTC
Our Bugzilla issue tracking system is for reporting reproducible defects in Apache OpenOffice. For "how to" questions, configuration questions or general technical support issues I recommend that you use our Community Support Forum to ask your question. You can find the Forum at http://forum.openoffice.org