[Issue 102127] Shift-Home selects to start of document, keyboard shortcut pref says otherwise

2016-08-15 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=102127

drorwo...@yahoo.com changed:

   What|Removed |Added

 CC||drorwo...@yahoo.com

--- Comment #10 from drorwo...@yahoo.com ---
Bug still exists, same behavior on 4.1.2 and OS X 10.10.5.

So it's been 7 YEARS and no one has even looked at this?

-- 
You are receiving this mail because:
You are the assignee for the issue.
You are on the CC list for the issue.


[Issue 1169] Can't use spellchecker or help files

2016-08-15 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=1169

slfogelson  changed:

   What|Removed |Added

 CC||slfogel...@gmail.com

--- Comment #5 from slfogelson  ---
Spell ck was working great, then i downloaded the latest dictionary, should
have known, download new get new bugs...now i have no spellcker at allso is
there something we can download to get our spellchecker back or do we have to
go back to Microsoft word??

-- 
You are receiving this mail because:
You are on the CC list for the issue.


Клиентские базы Email: bawupecoda-3...@yopmail.com Skype: prodawez389 Запросите подробности сейчас Если интересно Благодарим за быстрый ответ!

2016-08-15 Thread 128
Соберем для Вас по интернет базу данных 
потенциальных клиентов для Вашего Бизнеса!
В базе будут все контактные данные необходимые 
для массовой продажи Ваших товаров и услуг.
По Вашему запросу пришлем пример и подробную информацию.
Если интересно запросите подробности сейчас 
Email: bawupecoda-3...@yopmail.com
Skype: prodawez389
Благодарим за быстрый ответ!


[Issue 121930] Tracking Issue for Spell Checking Not Working

2016-08-15 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=121930

orcmid  changed:

   What|Removed |Added

   Assignee|iss...@openoffice.apache.or |orc...@apache.org
   |g   |
 CC||orc...@apache.org

--- Comment #96 from orcmid  ---
When some other work is completed over the current week, I am going to put my
attention on creation of a downloadable tool that will reset the user profile
on Windows.  Versions for other platforms can be based on that.  The end-user
will not be required to find AppData under there account, and the tool will be
very careful in establishing that it has found the right place.

This will not be comprehensive.  I.e., it will end up backing up some material
that the user might want back.  We can work through second-order problems once
we have the first-order difficulty in place.

There are two things that make this and other supplemental tools workable.

 1. The basic approach can be accomplished with a simple script, such as the
kind now in beta test for applying a HotFix to Apache OpenOffice 4.1.2.

 2. Every installation of Apache OpenOffice 4.1.x has its own install of Python
which can be used for more complicated utility functions when more
functionality is required.

My target for having something in QA and beta testing is the end US Labor Day
weekend, September 2-5.

-- 
You are receiving this mail because:
You are the assignee for the issue.


[Issue 127074] New: Exception is created but not thrown

2016-08-15 Thread bugzilla
https://bz.apache.org/ooo/show_bug.cgi?id=127074

  Issue ID: 127074
Issue Type: DEFECT
   Summary: Exception is created but not thrown
   Product: General
   Version: 4.1.2
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: Normal
  Priority: P5 (lowest)
 Component: code
  Assignee: issues@openoffice.apache.org
  Reporter: appchec...@cnpo.ru

In file
main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java
at line 347 there is a code fragment: 

 if (aWindow == null)
new com.sun.star.lang.IllegalArgumentException(
"Method external_event requires that a window is passed as
argument",
this, (short) -1);

It seems, that Exception new com.sun.star.lang.IllegalArgumentException is
created but not thrown.

GitHub link:
https://github.com/apache/openoffice/blob/c014b5f2b55cff8d4b0c952d5c16d62ecde09ca1/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/OptionsEventHandler.java#L347

I guess it should be like:

if (aWindow == null)
throw  new com.sun.star.lang.IllegalArgumentException(
"Method external_event requires that a window is passed as
argument",
this, (short) -1);

The possible bug was found by AppChecker static analyzer
(https://npo-echelon.ru/en/solutions/appchecker.php).

-- 
You are receiving this mail because:
You are the assignee for the issue.