[porting-issues] [Issue 102181] FreeBSD porting: openssl

2009-05-24 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102181
 Issue #|102181
 Summary|FreeBSD porting: openssl
   Component|porting
 Version|DEV300m46
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|maho





--- Additional comments from m...@openoffice.org Sun May 24 07:02:58 + 
2009 ---
Since DEV300_m46, openssl module is broken for FreeBSD if ccache is used:

ccache cc -DMONOLITH -I.. -I../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS
-pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -I/usr/include
-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c prime.c
ccache cc -DMONOLITH -I.. -I../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS
-pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -I/usr/include
-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c cms.c
ccache cc -DMONOLITH -I.. -I../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS
-pthread -D_THREAD_SAFE -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -I/usr/include
-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS
-DSHA1_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -c openssl.c
rm -f openssl
shlib_target=; if [ -n "libcrypto.so.0.9.8 libssl.so.0.9.8" ]; then 
shlib_target="bsd-shared";  elif [ -n "" ]; then  FIPSLD_CC=ccache cc;
CC=../fips/fipsld; export CC FIPSLD_CC;  fi;  LIBRARIES="-L.. -lssl  -L..
-lcrypto" ;  [ "x" = "xlibfips" ] && LIBRARIES="$LIBRARIES -lfips";  make -f
../Makefile.shared -e  CC=${CC} APPNAME=openssl OBJECTS="openssl.o verify.o
asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o  ca.o
pkcs7.o crl2p7.o crl.o  rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o  x509.o
genrsa.o gendsa.o s_server.o s_client.o speed.o  s_time.o apps.o s_cb.o
s_socket.o app_rand.o version.o sess_id.o  ciphers.o nseq.o pkcs12.o pkcs8.o
spkac.o smime.o rand.o engine.o  ocsp.o prime.o cms.o"  LIBDEPS=" $LIBRARIES
-L/usr/lib"  link_app.${shlib_target}
make: don't know how to make cc. Stop
*** Error code 2

Stop in
/work/OOO/debussy7i386/DEV300_m46/ports/editors/openoffice.org-3-devel/work/DEV300_m46/openssl/unxfbsdi.pro/misc/build/openssl-0.9.8k/apps.
*** Error code 1

Stop in
/work/OOO/debussy7i386/DEV300_m46/ports/editors/openoffice.org-3-devel/work/DEV300_m46/openssl/unxfbsdi.pro/misc/build/openssl-0.9.8k.
dmake:  Error code 1, while making './unxfbsdi.pro/misc/build/so_built_openssl'

ERROR: Error 65280 occurred while making
/work/OOO/debussy7i386/DEV300_m46/ports/editors/openoffice.org-3-devel/work/DEV300_m46/openssl
rmdir /tmp/86721

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


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



[porting-issues] [Issue 102181] FreeBSD porting: openssl

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





--- Additional comments from m...@openoffice.org Sun May 24 07:03:24 + 
2009 ---
A fix:

--- openssl/makefile.mk~2009-04-11 18:07:56.0 +0900
+++ openssl/makefile.mk 2009-05-16 15:41:13.0 +0900
@@ -65,7 +65,7 @@
 OUT2LIB += libcrypto.*
 OUT2INC += include/openssl/*
 
-.IF "$(OS)" == "LINUX"
+.IF "$(OS)" == "LINUX" ||  "$(OS)" == "FREEBSD"
PATCH_FILES=openssllnx.patch
ADDITIONAL_FILES:= \
libcrypto_OOo_0_9_8k.map \


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


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



[porting-issues] [Issue 102182] FreeBSD porting: curl is broken since DEV300_m47

2009-05-24 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102182
 Issue #|102182
 Summary|FreeBSD porting: curl is broken since DEV300_m47
   Component|porting
 Version|DEV300m47
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|maho





--- Additional comments from m...@openoffice.org Sun May 24 07:06:54 + 
2009 ---
On FreeBSD curl is broken since DEV300_m47 like:
/bin/sh ../libtool --mode=link ccache cc  -g -O2   -o libcurl.la -rpath
/usr/local/lib  -version-info 3:0:0  file.lo timeval.lo base64.lo hostip.lo
progress.lo formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo
if2ip.lo speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo escape.lo
mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo strequal.lo easy.lo
security.lo krb4.lo memdebug.lo http_chunks.lo strtok.lo connect.lo llist.lo
hash.lo multi.lo content_encoding.lo share.lo http_digest.lo md5.lo
http_negotiate.lo http_ntlm.lo inet_pton.lo strtoofft.lo strerror.lo hostares.lo
hostasyn.lo hostip4.lo hostip6.lo hostsyn.lo hostthre.lo inet_ntop.lo
parsedate.lo   -lz
ccache cc -shared  .libs/file.o .libs/timeval.o .libs/base64.o .libs/hostip.o
.libs/progress.o .libs/formdata.o .libs/cookie.o .libs/http.o .libs/sendf.o
.libs/ftp.o .libs/url.o .libs/dict.o .libs/if2ip.o .libs/speedcheck.o
.libs/ldap.o .libs/ssluse.o .libs/version.o .libs/getenv.o .libs/escape.o
.libs/mprintf.o .libs/telnet.o .libs/netrc.o .libs/getinfo.o .libs/transfer.o
.libs/strequal.o .libs/easy.o .libs/security.o .libs/krb4.o .libs/memdebug.o
.libs/http_chunks.o .libs/strtok.o .libs/connect.o .libs/llist.o .libs/hash.o
.libs/multi.o .libs/content_encoding.o .libs/share.o .libs/http_digest.o
.libs/md5.o .libs/http_negotiate.o .libs/http_ntlm.o .libs/inet_pton.o
.libs/strtoofft.o .libs/strerror.o .libs/hostares.o .libs/hostasyn.o
.libs/hostip4.o .libs/hostip6.o .libs/hostsyn.o .libs/hostthre.o
.libs/inet_ntop.o .libs/parsedate.o  -lz  -Wl,-soname -Wl,libcurl.so.3.0.0 -o
.libs/libcurl.so.3.0.0
(cd .libs && rm -f libcurl.so && ln -s libcurl.so.3.0.0 libcurl.so)
(cd .libs && rm -f libcurl.so && ln -s libcurl.so.3.0.0 libcurl.so)
creating libcurl.la
(cd .libs && rm -f libcurl.la && ln -s ../libcurl.la libcurl.la)
gmake[1]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/curl/unxfbsdi.pro/misc/build/curl-7.12.2/lib'
touch ./unxfbsdi.pro/misc/build/so_installed_so_curl
cp -f ./unxfbsdi.pro/misc/build/curl-7.12.2/.//lib/.libs/libcurl.so.3
./unxfbsdi.pro/lib
cp: ./unxfbsdi.pro/misc/build/curl-7.12.2/.//lib/.libs/libcurl.so.3: No such
file or directory
dmake:  Error code 1, while making 
'./unxfbsdi.pro/misc/build/so_predeliver_so_curl'

ERROR: Error 65280 occurred while making
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/curl
rmdir /tmp/92549

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


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



[porting-issues] [Issue 102182] FreeBSD porting: curl is broken since DEV300_m47

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


User maho changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |62472)
A patch to fix.






--- Additional comments from m...@openoffice.org Sun May 24 07:08:08 + 
2009 ---
Created an attachment (id=62472)
A patch to fix.


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


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



[porting-issues] [Issue 102183] FreeBSD porting: redland is broken since DEV300_m47

2009-05-24 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102183
 Issue #|102183
 Summary|FreeBSD porting: redland is broken since DEV300_m47
   Component|porting
 Version|DEV300m47
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|maho





--- Additional comments from m...@openoffice.org Sun May 24 07:10:32 + 
2009 ---
on FreeBSD since DEV300_m47 redland module is broken like:

Making all in grddl
gmake[2]: Entering directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17/tests/grddl'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17/tests/grddl'
gmake[2]: Entering directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17/tests'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17/tests'
gmake[1]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17/tests'
Making all in win32
gmake[1]: Entering directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17/win32'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17/win32'
Making all in examples
gmake[1]: Entering directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17/examples'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17/examples'
gmake[1]: Entering directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17'
gmake[1]: Nothing to be done for `all-am'.
gmake[1]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/raptor-1.4.17'
touch ../unxfbsdi.pro/misc/build/so_installed_so_raptor
cp -f ../unxfbsdi.pro/misc/build/raptor-1.4.17/src/.libs/libraptor.so.1
../unxfbsdi.pro/misc/build/raptor-1.4.17/src/.libs/libraptor.so 
../unxfbsdi.pro/lib
cp: ../unxfbsdi.pro/misc/build/raptor-1.4.17/src/.libs/libraptor.so.1: No such
file or directory
dmake:  Error code 1, while making
'../unxfbsdi.pro/misc/build/so_predeliver_so_raptor'

ERROR: Error 65280 occurred while making
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/raptor
rmdir /tmp/17651
root#

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


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



[porting-issues] [Issue 102183] FreeBSD porting: redland is broken since DEV300_m47

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





--- Additional comments from m...@openoffice.org Sun May 24 07:12:16 + 
2009 ---
rasqal is also broken:

gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/rasqal-0.9.15/win32'
gmake[1]: Entering directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/rasqal-0.9.15'
gmake[1]: Nothing to be done for `all-am'.
gmake[1]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/rasqal-0.9.15'
touch ../unxfbsdi.pro/misc/build/so_installed_so_rasqal
cp -f ../unxfbsdi.pro/misc/build/rasqal-0.9.15/src/.libs/librasqal.so.0
../unxfbsdi.pro/misc/build/rasqal-0.9.15/src/.libs/librasqal.so 
../unxfbsdi.pro/lib
cp: ../unxfbsdi.pro/misc/build/rasqal-0.9.15/src/.libs/librasqal.so.0: No such
file or directory
dmake:  Error code 1, while making
'../unxfbsdi.pro/misc/build/so_predeliver_so_rasqal'

ERROR: Error 65280 occurred while making
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/rasqal
rmdir /tmp/27402


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


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



[porting-issues] [Issue 102183] FreeBSD porting: redland is broken since DEV300_m47

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





--- Additional comments from m...@openoffice.org Sun May 24 07:13:19 + 
2009 ---
redland is also broken:
gmake[1]: Nothing to be done for `all-am'.
gmake[1]: Leaving directory
`/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/unxfbsdi.pro/misc/build/redland-1.0.7'
touch ../unxfbsdi.pro/misc/build/so_installed_so_redland
cp -f ../unxfbsdi.pro/misc/build/redland-1.0.7/librdf/.libs/librdf.so.0
../unxfbsdi.pro/lib
cp: ../unxfbsdi.pro/misc/build/redland-1.0.7/librdf/.libs/librdf.so.0: No such
file or directory
dmake:  Error code 1, while making
'../unxfbsdi.pro/misc/build/so_predeliver_so_redland'

ERROR: Error 65280 occurred while making
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/redland/redland
rmdir /tmp/43368


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


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



[porting-issues] [Issue 102183] FreeBSD porting: redland is broken since DEV300_m47

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


User maho changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |62473)
A patch to fix.






--- Additional comments from m...@openoffice.org Sun May 24 07:18:43 + 
2009 ---
Created an attachment (id=62473)
A patch to fix.


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


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



[porting-issues] [Issue 102184] FreeBSD porting : officec fg DEV300_m47

2009-05-24 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102184
 Issue #|102184
 Summary|FreeBSD porting : officecfg DEV300_m47
   Component|porting
 Version|DEV300m47
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|maho





--- Additional comments from m...@openoffice.org Sun May 24 07:32:31 + 
2009 ---
On FreeBSD DEV300_m47 , officecfg is broken like:

=
Building module officecfg
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/officecfg/registry
-
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/officecfg/registry/data/org/openoffice
-
-+ validating and creating a locale independent file
mkdir -p ../../../../unxfbsdi.pro/misc/registry/data/org/openoffice/ 
if ($?LD_LIBRARY_PATH == 1) eval 'setenv LD_LIBRARY_PATH
"${LD_LIBRARY_PATH}:/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/solver/300/unxfbsdi.pro/lib:."'
&& if ($?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH
"/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/solver/300/unxfbsdi.pro/lib:."
&& xsltproc --nonet -o
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/officecfg/unxfbsdi.pro/misc/registry/data/org/openoffice/Inet.val
\
--stringparam xcs
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/officecfg/registry/data/org/openoffice/../../../../registry/schema/org/openoffice/Inet.xcs
\
--stringparam schemaRoot
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/officecfg/registry/data/org/openoffice/../../../../registry/schema
\
../../../../util/data_val.xsl Inet.xcu
/libexec/ld-elf.so.1: Shared object "libxslt.so.1.1.24" not found, required by
"xsltproc"
dmake:  Error code 1, while making
'../../../../unxfbsdi.pro/misc/registry/data/org/openoffice/Inet.xcu'

ERROR: Error 65280 occurred while making
/work/OOO/debussy7i386/DEV300_m47/ports/editors/openoffice.org-3-devel/work/DEV300_m47/officecfg/registry/data/org/openoffice
rmdir /tmp/31527

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


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



[dba-issues] [Issue 102096] Rename field results in d ata loss

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


User atjensen changed the following:

What|Old value |New value

  CC|'helgekraak'  |'atjensen,helgekraak'

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from atjen...@openoffice.org Sun May 24 07:37:12 
+ 2009 ---
I checked this using XP - OO.o 3.1 w/ embedded HSQLdb & MySQL JDBC & MySQL 
Native

Setting to WORKSFORME

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


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



[porting-issues] [Issue 102184] FreeBSD porting : officec fg DEV300_m47

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


User maho changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |62474)
a patch to fix.






--- Additional comments from m...@openoffice.org Sun May 24 07:40:49 + 
2009 ---
Created an attachment (id=62474)
a patch to fix.


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


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



[framework-issues] [Issue 102185] OpenOffice.org for windo ws 7

2009-05-24 Thread renacer
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102185
 Issue #|102185
 Summary|OpenOffice.org  for windows 7 
   Component|framework
 Version|OOo 3.1
Platform|Other
 URL|
  OS/Version|other
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|renacer





--- Additional comments from rena...@openoffice.org Sun May 24 07:53:33 
+ 2009 ---
OpenOffice.org 3

OpenOffice.org Minor issues 

You might experience minor issues using this program while running Windows 7. 
For more information, go online to the manufacturer's website. 

~ Windows 7 Upgrade Adviser.

-
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



[sw-issues] [Issue 102180] Photo description

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


User rainerbielefeld changed the following:

What|Old value |New value

   Component|Word processor|*Testproduct

  Status|UNCONFIRMED   |RESOLVED

Keywords|  |oooqa

  QA contact|iss...@sw |iss...@test

  Resolution|  |INVALID

Subcomponent|viewing   |none

 Version|1.0.0 |current





--- Additional comments from rainerbielef...@openoffice.org Sun May 24 
08:21:49 + 2009 ---
@dileepkella85:
May be you should read our guidelines on
 and  
 instead of wasting
our time.

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


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



[sw-issues] [Issue 102135] Document the rules used t o count words in a document

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





--- Additional comments from e...@openoffice.org Sun May 24 08:29:07 + 
2009 ---
@UFI: Can you find a way to document this? If not please reassign to 
requirements.

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


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



[graphics-issues] [Issue 102175] metafile rotation >180 de grees is ineffective or distorted

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





--- Additional comments from r...@openoffice.org Sun May 24 09:20:11 + 
2009 ---
Same problem here. I noticed this problem opening a document created in a
previous OOo version: on 3.0.1 the rotated metafile is OK, on 3.1 is distorted
as shown in the file submitted by ies.

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


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



[lingucomponent-issues] [Issue 102186] Add Ancient Greek as loca le

2009-05-24 Thread filmsi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102186
 Issue #|102186
 Summary|Add Ancient Greek as locale
   Component|lingucomponent
 Version|OOO310m9
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|spell checking
 Assigned to|iss...@lingucomponent
 Reported by|filmsi





--- Additional comments from fil...@openoffice.org Sun May 24 10:23:44 
+ 2009 ---
I would suggest to add Ancient Greek as another language. Latin already exists
and it would be great to add Ancient Greek as well.

There is even a spelling dictionary available for Ancient Greek (by Federico
Boschetti, derived from Perseus) and released under an open license (both GPL
and LGPL), so maybe that could become incorporated into OOo using the Ancient
Greek as locale:
http://www.himeros.eu/

This would be useful only for scholars, of course, there are no living Ancient
Greeks, so localization of user interface would probably make no sense, just
support for the document language itself :)

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


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



[lingucomponent-issues] [Issue 102186] Add Ancient Greek as loca le

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





--- Additional comments from fil...@openoffice.org Sun May 24 10:24:47 
+ 2009 ---
BTW, the Ancient Greek spell-check extension for OOo from the mentioned website
installs as "Greek" and thus disables use of regular and ancient Greek in the
same document.

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


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



[lingucomponent-issues] [Issue 102186] Add Ancient Greek as loca le

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





--- Additional comments from fil...@openoffice.org Sun May 24 10:36:54 
+ 2009 ---
The language code seems to be grc under ISO 639-2.
http://linguistlist.org/forms/langs/LLDescription.cfm?code=grc
http://www.loc.gov/standards/iso639-2/php/code_list.php

The proper string would probably be grc_GR (grc-GR).

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


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



[framework-issues] [Issue 94474] Can't bring up search dial ogue in full screen mode

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





--- Additional comments from vlo...@openoffice.org Sun May 24 10:43:52 
+ 2009 ---
Appears to be linked to issue 87897.

-
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 87897] undocked Navigator no long er available with F5 in full screen mode

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





--- Additional comments from vlo...@openoffice.org Sun May 24 10:46:26 
+ 2009 ---
Appears to be linked with issue 94474. Full screen now blocks some of the 
windows.

-
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



[l10n-issues] [Issue 98846] [NL] Pootle Translation fo r OO.o 3.1

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


User artietee changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from artie...@openoffice.org Sun May 24 11:05:50 
+ 2009 ---
Closed

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


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



[sc-issues] [Issue 101860] Freeform lines in ooo cal c not being saved in .xls format

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





--- Additional comments from vijumo...@openoffice.org Sun May 24 11:06:06 
+ 2009 ---
Created an attachment (id=62475)
Sample ods file


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


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



[sc-issues] [Issue 101860] Freeform lines in ooo cal c not being saved in .xls format

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





--- Additional comments from vijumo...@openoffice.org Sun May 24 11:12:51 
+ 2009 ---
Thank you for your response. 

The problem occurs only when I save as xls. 
1) I create a new spreadsheet with a drawing like the one I've attached. when
saving I save as .xls. But the freeform component of the drawing does not get
saved. 
2) Suppose I create the same spreadsheet with the same drawing, and when saving
I save as ods. Then it gets saved. Now if I open it and "save as" .xls, then it
saves fine. 
3) Now suppose I open the .xls or the .ods I created above, and add a freeform
line or 2, then the new line(s) I added will not get saved if I save as .xls. It
will get saved if I save as .ods.

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


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



[sw-issues] [Issue 102169] word count incorrectly co unts page numbers

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





--- Additional comments from seahun...@openoffice.org Sun May 24 11:57:01 
+ 2009 ---
I confirm that I have this issue also.

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


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



[sw-issues] [Issue 102187] JJ: label "autofit" is mi sleading

2009-05-24 Thread macias
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102187
 Issue #|102187
 Summary|JJ: label "autofit" is misleading
   Component|Word processor
 Version|OOo 3.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|macias





--- Additional comments from mac...@openoffice.org Sun May 24 12:05:57 
+ 2009 ---
menu -> table -> autofit

In this submenu you find tools to set sizes of rows and columns. One of the 
option available is indeed autofitting, but _one_ of _many_. This label should 
says "sizes", "sizing", anyway, something informative and appropriate for 
content of the submenu.

I noticed that when you already know where to look for, you can change the 
height/width of cells, but if you are looking for the menu item where it can be 
done -- well, user has no chance.

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


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



[sw-issues] [Issue 102188] JJ: table -- setting the height of the row

2009-05-24 Thread macias
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102188
 Issue #|102188
 Summary|JJ: table -- setting the height of the row
   Component|Word processor
 Version|OOo 3.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|macias





--- Additional comments from mac...@openoffice.org Sun May 24 12:07:52 
+ 2009 ---
You can set it as autofit (i.e. it fits to its content) or set it manually.

The bug is, then when you turn on autofit you can still set the height -- users 
are surprised that entered values do not work.

When checkbox in on, disable the editbox, when checkbox is off, enable the 
editbox.

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


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



[framework-issues] [Issue 102185] Add "WINDOWS 7" to OS pic ker

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

   Component|framework |www

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa

  QA contact|iss...@framework  |iss...@www

 Summary|OpenOffice.org  for window|Add "WINDOWS 7" to OS pick
|s 7   |er

Subcomponent|code  |openoffice.org IssueTracke
|  |r

 Version|OOo 3.1   |current





--- Additional comments from rainerbielef...@openoffice.org Sun May 24 
12:11:19 + 2009 ---
RC is available for this important OS, and so we should add "WINDOWS 7" to OS
pickers in time.

@renacer:
Before you file further issues or post again here, please read our guidelines on
 and  

Thank you for your attention!

-
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



[www-issues] [Issue 102185] Add "WINDOWS 7" to OS pic ker

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


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

   Component|framework |www

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa

  QA contact|iss...@framework  |iss...@www

 Summary|OpenOffice.org  for window|Add "WINDOWS 7" to OS pick
|s 7   |er

Subcomponent|code  |openoffice.org IssueTracke
|  |r

 Version|OOo 3.1   |current





--- Additional comments from rainerbielef...@openoffice.org Sun May 24 
12:11:19 + 2009 ---
RC is available for this important OS, and so we should add "WINDOWS 7" to OS
pickers in time.

@renacer:
Before you file further issues or post again here, please read our guidelines on
 and  

Thank you for your attention!

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


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



[framework-issues] [Issue 102189] remote debugging not poss ible

2009-05-24 Thread brinzing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102189
 Issue #|102189
 Summary|remote debugging not possible
   Component|framework
 Version|DEV300m48
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|tm
 Reported by|brinzing





--- Additional comments from brinz...@openoffice.org Sun May 24 12:23:06 
+ 2009 ---
remote debugging seems not to work in DEV300m48

java parameter:
-agentlib:jdwp=transport=dt_socket,server=y,address=localhost:8000,suspend=n

should open port 8000 ... this works perfect with oo 3.1 but not with DEV300m48.

"netstat -a" does not show an open port - i am using jre 1.6_13

-
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 102164] DEV300m48: java extension s won't work - no gui is shown

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





--- Additional comments from brinz...@openoffice.org Sun May 24 12:24:03 
+ 2009 ---
added issue http://www.openoffice.org/issues/show_bug.cgi?id=102189
for remote debugging problem

-
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



[l10n-issues] [Issue 72078] [Nl] Mistakes in Dutch tra nslation in Pirnt Options"

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


User artietee changed the following:

What|Old value |New value

  CC|'rainerbielefeld' |'artietee,digro,rainerbiel
|  |efeld'





--- Additional comments from artie...@openoffice.org Sun May 24 12:49:19 
+ 2009 ---
Added myself and Digro to CC

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


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



[l10n-issues] [Issue 80812] [NL] Wrong translation in Writer

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


User artietee changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from artie...@openoffice.org Sun May 24 12:54:37 
+ 2009 ---
Closing

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


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



[l10n-issues] [Issue 97214] [NL] TWo INitial CApitals Exception list for Dutch needed

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


User artietee changed the following:

What|Old value |New value

  CC|'os,rainerbielefeld,sba,tl|'artietee,digro,os,rainerb
|,va'  |ielefeld,sba,simonbr,tl,va
|  |'





--- Additional comments from artie...@openoffice.org Sun May 24 12:57:13 
+ 2009 ---
Adding myself, digro and simonbr to the cc

@Simon please comment on this.

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


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



[l10n-issues] [Issue 99821] Template site translation request for language JA

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


User bluedwarf changed the following:

What|Old value |New value

  CC|'foral,maho,reikobovee,sou|'bluedwarf,foral,maho,reik
|ndbox,takaya,toshibo' |obovee,soundbox,takaya,tos
|  |hibo'





--- Additional comments from bluedw...@openoffice.org Sun May 24 13:09:35 
+ 2009 ---
FYI: I just added links between the English guide and the translated guide.


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


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



[sw-issues] [Issue 102187] JJ: label "autofit" is mi sleading

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


User es changed the following:

What|Old value |New value

  CC|''|'es'

 Assigned to|writerneedsconfirm|requirements

  Issue type|DEFECT|ENHANCEMENT

Target milestone|---   |OOo Later





--- Additional comments from e...@openoffice.org Sun May 24 13:36:56 + 
2009 ---
Reassigned

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


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



[sw-issues] [Issue 102187] Table menu -> label "auto fit" is misleading

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


User es changed the following:

What|Old value |New value

 Summary|JJ: label "autofit" is mis|Table menu -> label "autof
|leading   |it" is misleading





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


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



[sw-issues] [Issue 102188] Table -- setting the heig ht of the row

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


User es changed the following:

What|Old value |New value

  CC|''|'es'

 Assigned to|writerneedsconfirm|requirements

  Issue type|DEFECT|ENHANCEMENT

 Summary|JJ: table -- setting the h|Table -- setting the heigh
|eight of the row  |t of the row

Target milestone|---   |OOo Later





--- Additional comments from e...@openoffice.org Sun May 24 13:39:11 + 
2009 ---
Reassigned

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


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



[sw-issues] [Issue 102111] Editing HTML document aut o-overwrites my original document.

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


User es changed the following:

What|Old value |New value

Keywords|oooqa |needmoreinfo, oooqa





--- Additional comments from e...@openoffice.org Sun May 24 13:44:41 + 
2009 ---
Can you reproduce it?
If yes, how?

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


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



[l10n-issues] [Issue 102190] Links among localized wik i pages about template site

2009-05-24 Thread bluedwarf
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102190
 Issue #|102190
 Summary|Links among localized wiki pages about template site
   Component|l10n
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tbo
 Reported by|bluedwarf





--- Additional comments from bluedw...@openoffice.org Sun May 24 14:00:22 
+ 2009 ---
Could you add links among localized wiki pages about template site?

Now we have many translated pages of the following page.
http://wiki.services.openoffice.org/wiki/Templates/website/guide
But they are not accessiable because the links among those pages don't exist.

I think OOoWiki template will greatly help you, or editing language box can be
another solution. I can help you add all languages to the language box.

Regards,

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


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



[sc-issues] [Issue 5658] Spreadsheet thinks a number is a string (text)

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





--- Additional comments from fdservi...@openoffice.org Sun May 24 14:02:35 
+ 2009 ---
Hi alcohenma,

I have never, and would never, enforce a "I think this is better for you"
policy. I am simply putting forward an alternative to Excel. Excel has already
proved to be the winner, but, in my opinion, through top notch marketing and
(allegedly) underhand practices. Again in my opinion, it was never the best.

Your really cannot use the term "wrong mathematical results" when referring to
performing a mathematical calculation on a cell which has been deliberately
entered as a "text item". It is true that the result will be different, but by
no stretch of the imagination can it be "wrong". Imagine your bank balance if
you add in the Account Number to the total. Pay off your insurance premium, but
don't add in the Policy Number before you pay it.

As to "impossible to catch", check out the facilities in Openoffice for Value
Highlighting and Mark Invalid Data.

Hi kkeane,

I think that we actually have all of this; OpenOffice with the "improvements"
and reading tolerably well Excel files. Go-oo without the "improvements", also
reading Excel files to a reasonable extent, and Excel.

To restate my point:

1)  I do not want formulae to fail because there is a text string in one of the
dependant cells (OpenOffice 1 Excel 0)

2)  I do not want  my bank account number added into a column of figures, even
if I have (correctly) formatted it as text. (OpenOffice 2 Excel 1) Yes, Excel
does not work the way you want with the SUM() formula! so:

3)  I do want the result of calculations to be consistent, whichever formula I
choose to use. In an example spreadsheet OpenOffice got the answer the same in 8
cases, 2 resulted in ERR:502 and 2 were different. The same sheet in Excel
produced the same result in 6 cases, 4 resulted in #VALUE and again 2 were
different. The example was worked using simple SUM(), +A1+A2 and VLOOKUP()
formulae on a range of cells, including the most common user input errors. On a
more complex calculation including a VLOOKUP() formula which returns a blank
cell if no entry is found, Excel refused to give an answer for both
SUM(+A1,-A2...) and +A1-A2... whereas OpenOffice gave the "correct" answer in
both cases.

Moving on to a previous point, can you explain why Excel included a Transition
Formula Evaluation option if it is never needed?

Personally I thought the latter was a good option. Add an option which allows
the user to treat text as numbers wherever possible. The suggestion was
rubbished by the developers when I posted it.

One final thought, how do users input numbers into a spreadsheet, format them as
text, and then align them right without realising it?

Ah well.

Andrew




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


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



[sw-issues] [Issue 102191] changeing language "for w hole document" does not change in Writer

2009-05-24 Thread hardy314
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102191
 Issue #|102191
 Summary|changeing language "for whole document" does not chang
|e in Writer
   Component|Word processor
 Version|OOo 3.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|editing
 Assigned to|writerneedsconfirm
 Reported by|hardy314





--- Additional comments from hardy...@openoffice.org Sun May 24 14:06:56 
+ 2009 ---
Hello,

I will attach a tiny odt document to show the bug.

It has some text in it, marked to have the language "Deutsch (Deutschland)".

1. When you mark the text and look into "Extras->Language->For the Selection"
you can confirm this language setting.

2. Now unmark everything. 

3. Do "Extras->Language->For the whole text->English (USA)" (or probably any
other different language). What you want is that the language setting for the
text changes. But is does NOT. 

4. You can for example mark the text again, and look at the language setting in
"Extras->Language->For the Selection" to see that it's still "Deutsch
(Deutschland)".

There is a workaround: Just always mark everything, and change the language of
the marked text. But the Change-Language-of-whole-text function is totally
useless in this context.

This bug does not occur if you build such a small textfile in Writer from
scratch. I do not know why it occurs in my odt file. But this file was also
created with OO3.1. I have just deleted my personal letter text out of it.

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


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



[sw-issues] [Issue 102191] changeing language "for w hole document" does not change in Writer

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





--- Additional comments from hardy...@openoffice.org Sun May 24 14:07:57 
+ 2009 ---
Created an attachment (id=62476)
test document (odt file) to show the explained language bug


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


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



[sw-issues] [Issue 102172] Insertion of hyperlink ch anges text to the bookmark's name.

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


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from e...@openoffice.org Sun May 24 14:09:56 + 
2009 ---
Please describe what you do step by step and what is the problem.

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


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



[sw-issues] [Issue 102168] Incorrect line formatting interface

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


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from e...@openoffice.org Sun May 24 14:14:09 + 
2009 ---
Please attach a sample document and describe step by step what you do with it.

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


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



[sw-issues] [Issue 102169] word count incorrectly co unts page numbers

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


User es changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|sba





--- Additional comments from e...@openoffice.org Sun May 24 14:16:30 + 
2009 ---
Reassigned to SBA

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


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



[graphics-issues] [Issue 102192] Impress: subscript text c hanges line spacing

2009-05-24 Thread hardy314
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102192
 Issue #|102192
 Summary|Impress: subscript text changes line spacing
   Component|Presentation
 Version|OOo 3.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|graphicsneedsconfirm
 Reported by|hardy314





--- Additional comments from hardy...@openoffice.org Sun May 24 14:30:16 
+ 2009 ---
To reproduce the effect:

1. create a new Impress presentation
2. select the normal "Title + bulletd list" style for a slide
3. enter three or four lines of text, each as a new (bulleted) item
4. select one character in the second line and 
   change its text style to subscript
5. observation: the line spacing between the second and third line increases

This behavior is unwanted, I think. It screws up the visual appearance of any
itemized list, where you occasionally have some subscript characters in.

The behavior of both OO-Writer 3.1 as well as Powerpoint is different and more
useful: There the line spacing does not change.

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


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



[gsl-issues] [Issue 102193] Impress: PDF-Export of "S election" export whole presentation

2009-05-24 Thread hardy314
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102193
 Issue #|102193
 Summary|Impress: PDF-Export of "Selection" export whole presen
|tation
   Component|gsl
 Version|OOo 3.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|code
 Assigned to|pl
 Reported by|hardy314





--- Additional comments from hardy...@openoffice.org Sun May 24 14:44:43 
+ 2009 ---
To reproduce the behavior:

1. Create a new presentation in Impress
2. Create at least two slides with random content
3. Mark one single slide in the left sidebar.
4. Use the menu "File->Export as PDF"
5. Select "Selection" as export area on the general tab
6. The created PDF-file will nevertheless contain the whole presentation.

This behavior is unwanted, I think. An PDF-export with the "Selection" setting
generates the same pdf result as an export with the "Everything" setting. It
would be nicer to only get the selected slides here.

There is a workaraound, though: Just use the "Pages" option and type in the
desired page numbers.

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


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



[sw-issues] [Issue 102194] Writer crashes when savin g a *.doc file

2009-05-24 Thread pmhmdt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102194
 Issue #|102194
 Summary|Writer crashes when saving a *.doc file
   Component|Word processor
 Version|OOO310m9
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|pmhmdt





--- Additional comments from pmh...@openoffice.org Sun May 24 14:55:57 
+ 2009 ---
Writer crashes when trying to save or to print some *.doc files.

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


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



[sw-issues] [Issue 102194] Writer crashes when savin g a *.doc file

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





--- Additional comments from pmh...@openoffice.org Sun May 24 14:57:40 
+ 2009 ---
Created an attachment (id=62477)
MS word file which chrases when saving or printing it with writer


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


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



[sw-issues] [Issue 102194] Writer crashes when savin g a *.doc file

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





--- Additional comments from pmh...@openoffice.org Sun May 24 14:58:35 
+ 2009 ---
Created an attachment (id=62478)
Bugreport: word crashes when saving or printing some *.doc files


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


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



[sw-issues] [Issue 102111] Editing HTML document aut o-overwrites my original document.

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





--- Additional comments from reg...@openoffice.org Sun May 24 15:22:28 
+ 2009 ---
The original file is silently overwritten immediately, when you switch view to
"HTML source". 'not_very_pleased_at_the_moment' did not describe whether he
switched the view during "edit an HTML page". Editing in Web-Layout without
switching the view does not alter the file automatically, at least not in my 
tests.

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


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



[sw-issues] [Issue 102172] Insertion of hyperlink ch anges text to the bookmark's name.

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





--- Additional comments from de_log...@openoffice.org Sun May 24 15:35:11 
+ 2009 ---
1)Open the attached file; there are 2 Hyperlinks in the document, choose any 1.

2)Change the hyperlink to the only bookmark in this documents...and see what
happens.

3)Give the same treatment as above to the other hyperlink, the same bug appears.

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


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



[framework-issues] [Issue 100689] Use of SMP/SMT/Multithrea ding

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





--- Additional comments from de_log...@openoffice.org Sun May 24 15:41:17 
+ 2009 ---
IF this issue is resolved, and with a few addition of small features and major
performance optimisations, OOo will actually be the only office suit to work in
high performance systems optimised for scientific calculations, like the large
systems with NVIDIA tesla or ATI FireStream.

-
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



[sw-issues] [Issue 102111] Editing HTML document aut o-overwrites my original document.

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





--- Additional comments from e...@openoffice.org Sun May 24 15:43:03 + 
2009 ---
Thank you Regina! About the "silent overwriting switch to HTML source": did you
know about this (is there a similar/duplicate issue) or did you guess and test
it it?

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


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



[framework-issues] [Issue 20370] Q-PCD MSInteroperability-3 3: embedd fonts into the document

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





--- Additional comments from armandi...@openoffice.org Sun May 24 15:47:15 
+ 2009 ---
So, OpenOfficers never will get ability to embed fonts? (a kind of hellraiserian
masochism I think)

-
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



[sc-issues] [Issue 102195] crash when dragging selec tion

2009-05-24 Thread soul42
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102195
 Issue #|102195
 Summary|crash when dragging selection
   Component|Spreadsheet
 Version|OOO310m11
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|soul42





--- Additional comments from sou...@openoffice.org Sun May 24 16:00:31 
+ 2009 ---
Open the attached spreadsheet document (try1.ods).

Select A1:E7.
Drag A1 (with rest still selected) to A10.
Calc crashes or hangs.

OOO310m11 (Build:9399)

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


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



[sc-issues] [Issue 102195] crash when dragging selec tion

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





--- Additional comments from sou...@openoffice.org Sun May 24 16:02:56 
+ 2009 ---
Created an attachment (id=62479)
example spreadsheet for reproducing the crash


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


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



[sc-issues] [Issue 102195] crash when dragging selec tion

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





--- Additional comments from sou...@openoffice.org Sun May 24 16:08:43 
+ 2009 ---
The hang can also be provoked by doing this:

Select A1:E7.
Cut.

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


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



[sc-issues] [Issue 102195] crash/hang when dragging selection

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


User soul42 changed the following:

What|Old value |New value

 Summary|crash when dragging select|crash/hang when dragging s
|ion   |election





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


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



[sw-issues] [Issue 102172] Insertion of hyperlink ch anges text to the bookmark's name.

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





--- Additional comments from e...@openoffice.org Sun May 24 17:04:32 + 
2009 ---
"... and see what happens": this is not a valuable problem description!
EXPLAIN what you get AND what you expect else:
- The problem may not exist on the system or OOo version of the person who tests
your issue, saying "you will see" doesn't help.
- Maybe there is no bug but you expect something else as what is done. But one
cannot know what you expect because you don't explain it.

For me, everything is ok.

Plus, "*Change* the hyperlink *to* the only bookmark" is also not very helpful
because you don't explain *how* you "change to" (there are about 3 ways to do 
it).

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


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



[sw-issues] [Issue 102194] WW8: Writer crashes when saving a *.doc file

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


User es changed the following:

What|Old value |New value

Priority|P3|P2

 Summary|Writer crashes when saving|WW8: Writer crashes when s
| a *.doc file |aving a *.doc file





--- Additional comments from e...@openoffice.org Sun May 24 17:10:29 + 
2009 ---
Cannot confirm on Vista with OOo310m11 (3.1rc2)
Please detail your Linux distribution.
Send the crash report if you still didn't do it. It helps much more than
attaching the plain text reprot to the issue.

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


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



[sw-issues] [Issue 102191] changeing language "for w hole document" does not change in Writer

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


User es changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|sba

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from e...@openoffice.org Sun May 24 17:21:03 + 
2009 ---
@SBA: I guess it is a consequence of issue 1035 and issue 91552 if not a
duplicate...

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


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



[sw-issues] [Issue 102166] Cursor not going over cha racter

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


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from e...@openoffice.org Sun May 24 17:28:42 + 
2009 ---
I cannot reproduce it in 310m8, m11 or m48 on Vista.
Cursor moves correctly over "/" in "Fh/(mk)" at last line.
 

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


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



[sw-issues] [Issue 102176] OO crashes upon ThisCompo nent.close(true)

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





--- Additional comments from scorche...@openoffice.org Sun May 24 17:29:48 
+ 2009 ---
I have updated to OOO310m11 and the Issue remains as described. Writer crashes
when the Sub is executed. 

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


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



[sw-issues] [Issue 102194] WW8: Writer crashes when saving a *.doc file

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





--- Additional comments from fo...@openoffice.org Sun May 24 17:32:08 + 
2009 ---
FYI:Cannot confirm on Ubuntu with OOo310m11 (3.1rc2)

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


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



[sw-issues] [Issue 102148] Pages are not correctly c ounted

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


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Sun May 24 17:32:09 + 
2009 ---
closed

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


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



[lingucomponent-issues] [Issue 102186] Add Ancient Greek as loca le

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


User filmsi changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.3





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


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



[sw-issues] [Issue 102111] Editing HTML document aut o-overwrites my original document.

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





--- Additional comments from reg...@openoffice.org Sun May 24 17:42:19 
+ 2009 ---
I have tested it with OOo3.1.

No, I don't know an issue about that, and my search didn't find one. I have
searched again and it might be, that the problem has been introduced with issue
92211.

I have tested some older versions now too. It does not overwrite in build 9318,
but it does overwrite in build 9345. (I haven't got any version between any 
longer.)



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


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



[sc-issues] [Issue 102196] Cell Style Doesn't Copy W ith Mouse-Drag Cell Copying

2009-05-24 Thread robelsman
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102196
 Issue #|102196
 Summary|Cell Style Doesn't Copy With Mouse-Drag Cell Copying
   Component|Spreadsheet
 Version|OOO310m11
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|spreadsheet
 Reported by|robelsman





--- Additional comments from robels...@openoffice.org Sun May 24 17:49:31 
+ 2009 ---
OOo 3.10 m11 Build 9399, CALC
OS: Windows XP Home SP3
Computer:  Intel Pentium 4 (2GHz), 256MB RAM

When copying a cell to multiple adjacent cells on the same row by dragging with 
the mouse (i.e., by placing the mouse over the lower-right corner of the source 
cell and dragging with the mouse to the right or to the left), the cell style 
doesn't set properly beyond the first target cell (the first target cell sets 
properly); rather, the cell style is set to Default, even if the target cells 
previously had a different, custom cell style.  This is true whether the 
adjacent target cells are to the right or left of the source cell.  This defect 
does not occur when copying to multiple adjacent cells on the same column.

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


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



[sw-issues] [Issue 100271] cannot create pdf - crash es or hangs OOo

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





--- Additional comments from lhor...@openoffice.org Sun May 24 17:51:30 
+ 2009 ---
I finally was willing to take time to reset all my personalizations and 
followed the steps above.  They do 
not permit equations to be printed to pdf files using the OO pdf functions.  I 
still have to use the MacOS 
pdf functions.

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


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



[sc-issues] [Issue 102196] Cell Style Doesn't Copy W ith Mouse-Drag Cell Copying

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





--- Additional comments from robels...@openoffice.org Sun May 24 17:52:21 
+ 2009 ---
Created an attachment (id=62480)
Horizontal Copying by Dragging Doesn't Properly Set Cell Style


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


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



[sw-issues] [Issue 102111] Switching to HTML Source silently saves opened HTML document

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


User es changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|mav

  Status|REOPENED  |NEW

Priority|P5|P2

 Summary|Editing HTML document auto|Switching to HTML Source s
|-overwrites my original do|ilently saves opened HTML 
|cument.   |document

Target milestone|---   |OOo 3.2





--- Additional comments from e...@openoffice.org Sun May 24 18:00:27 + 
2009 ---
@regina: Thanx a lot for your work!

@mav:
A simple description:
- load www.google.com in a browser
- save the page locally
- load the locally saved page into your browser
(-> the page looks the same because saved as rendered by the browser itself = 
ok)
- open the locally saved page in OOo
- switch to HTML source
- go back to your browser
- Pres F5 or update
-> the page has a completely different layout because it has been silently saved
by OOo while switching to HTML source.

- I reassigned to you because, as Regina said, this may be a result of issue
92211 fix.
- Rating P2 because a silent save (= overwriting an original file) may cause and
causes data loss.

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


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



[sw-issues] [Issue 102138] style category reset afte r selecting a picture

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


User es changed the following:

What|Old value |New value

  CC|''|'mru'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  OS/Version|Linux |All

Platform|PC|All





--- Additional comments from e...@openoffice.org Sun May 24 18:15:34 + 
2009 ---
@MRU: I failed in finding a duplicate for this. All other known duplicates deal
with "forgetting the style filter" not "category".

This sounds an enhancement to me because Styles and Formatting behaves both
contextually (automatic) depending on what is selected in the text AND manually
(one can switch freely between Paragraph/Character/Numbering/Page when the
cursor is in a part of the text)

Please take over.

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


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



[sw-issues] [Issue 63108] Drawing object copied via CTRL+drag is not visible

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





--- Additional comments from e...@openoffice.org Sun May 24 18:18:31 + 
2009 ---
*** Issue 102154 has been marked as a duplicate of this issue. ***

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


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



[sw-issues] [Issue 102154] copy drawing(line,rectang le etc.) with CTRL+left mouse

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


User es changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from e...@openoffice.org Sun May 24 18:18:32 + 
2009 ---
duplicate 

*** This issue has been marked as a duplicate of 63108 ***

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


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



[sw-issues] [Issue 102154] copy drawing(line,rectang le etc.) with CTRL+left mouse

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


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Sun May 24 18:18:44 + 
2009 ---
closed

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


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



[sw-issues] [Issue 102197] add [apply] button to eve ry appropriate dialogs

2009-05-24 Thread macias
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102197
 Issue #|102197
 Summary|add [apply] button to every appropriate dialogs
   Component|Word processor
 Version|OOo 3.1
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|writerneedsconfirm
 Reported by|macias





--- Additional comments from mac...@openoffice.org Sun May 24 18:39:15 
+ 2009 ---
Reason: user could change the values, apply, observe the effect, and change 
them again. Currently she/he has to close the dialog (because of the [ok] 
behaviour), and go back to it. It is tiresome.

Good candidates for [apply] (OOWriter):
format -> character
format -> paragraph
format -> bullets
format -> page
table -> properties
table -> autofit -> row height

and many others.

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


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



[sw-issues] [Issue 15582] Implement 'Apply changes' option

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





--- Additional comments from e...@openoffice.org Sun May 24 19:30:06 + 
2009 ---
*** Issue 102197 has been marked as a duplicate of this issue. ***

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


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



[sw-issues] [Issue 102197] add [apply] button to eve ry appropriate dialogs

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


User es changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from e...@openoffice.org Sun May 24 19:30:37 + 
2009 ---
This is a known enhancement.

*** This issue has been marked as a duplicate of 15582 ***

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


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



[sw-issues] [Issue 102197] add [apply] button to eve ry appropriate dialogs

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


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED

  Issue type|DEFECT|ENHANCEMENT





--- Additional comments from e...@openoffice.org Sun May 24 19:31:11 + 
2009 ---
closed

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


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



[sw-issues] [Issue 102149] % values not shown in ser ial letter

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


User es changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|msc





--- Additional comments from e...@openoffice.org Sun May 24 19:49:30 + 
2009 ---
I don't think we have here a Writer problem but a Calc/database import problem.
Import and register the ods as new database and all the values are 0,XX and not 
XX%.

Having a deeper look at it, the % column in Calc only contents numbers
*formatted* as % but the internal numbers are below 0 or near decimal.
So I don't think it's even a defect but an INVALID. The internal values only can
be imported. The formats are irrelevant.

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


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



[sw-issues] [Issue 15582] Implement 'Apply changes' option

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


User macias changed the following:

What|Old value |New value

  CC|'edgardol,haxwell'|'edgardol,haxwell,macias'





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


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



[sw-issues] [Issue 102083] Highlighting - keyboard-p roblem

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


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





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


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



[sw-issues] [Issue 101454] WW8: export adds indent t o tab position

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





--- Additional comments from e...@openoffice.org Sun May 24 20:00:24 + 
2009 ---
*** Issue 102143 has been marked as a duplicate of this issue. ***

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


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



[sw-issues] [Issue 102143] Tab stops move by amount of indent after saving as Word document

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


User es changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from e...@openoffice.org Sun May 24 20:00:51 + 
2009 ---
duplicate

*** This issue has been marked as a duplicate of 101454 ***

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


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



[sw-issues] [Issue 102143] Tab stops move by amount of indent after saving as Word document

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


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Sun May 24 20:01:23 + 
2009 ---
closed

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


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



[lingucomponent-issues] [Issue 102186] Add Ancient Greek as loca le

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





--- Additional comments from fil...@openoffice.org Sun May 24 20:28:16 
+ 2009 ---
Update: I noticed the mentioned dictionary is already published on the
Extensions site:
http://extensions.services.openoffice.org/project/ancientgreekspellchecker

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


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



[sw-issues] [Issue 102198] Second page of labels (ma il merge) are not aligned to first

2009-05-24 Thread dskene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102198
 Issue #|102198
 Summary|Second page of labels (mail merge) are not aligned to 
|first
   Component|Word processor
 Version|OOO310m11
Platform|PC
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|printing
 Assigned to|writerneedsconfirm
 Reported by|dskene





--- Additional comments from dsk...@openoffice.org Sun May 24 20:53:06 
+ 2009 ---
When you are printing address labels, if there are two pages of labels (Avery 
8160 (and 5160) perhaps others as well), the second page is shifted to the left 
(approx 2-3 mm maybe a little more - about 2/3 of a letter)
The print layout is not working consistently correctly.
Adding spaces to the left of the layout moves the first page over but the 
second page does not.
The print layout is not working consistently correctly.

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


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



[sw-issues] [Issue 102199] Display corruption in Ope nOffice upon drawing a new page in Ubuntu Linu x

2009-05-24 Thread bcurtiswx
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102199
 Issue #|102199
 Summary|Display corruption in OpenOffice upon drawing a new pa
|ge in Ubuntu Linux
   Component|Word processor
 Version|1.0.3
Platform|Unknown
 URL|https://bugs.launchpad.net/ubuntu/+source/openoffice.o
|rg/+bug/375239
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|bcurtiswx





--- Additional comments from bcurti...@openoffice.org Sun May 24 20:55:36 
+ 2009 ---
This is being reported from downstream Ubuntu Linux

The following is the users summary:
"In Intrepid or Jaunty, when typing a text document, the screen will not
repaint correctly after a new page is created. The sentence does appear
on a new page, but an artifact of the previous screen appears and gets
jumbled together with the new page. Using page up/page down seems to
clean the screen up, but scrolling with the mouse will not. Please see
attachment."

Link to the ubuntu Bug for screenshot
https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/375239

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


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



[sw-issues] [Issue 102199] Display corruption in Ope nOffice upon drawing a new page in Ubuntu Linu x

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





--- Additional comments from bcurti...@openoffice.org Sun May 24 20:56:27 
+ 2009 ---
Created an attachment (id=62481)
shows the display corruption (from downstream)


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


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



[marketing-issues] [Issue 49995] Poster Designs

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





--- Additional comments from bed...@openoffice.org Sun May 24 21:27:08 
+ 2009 ---
Arachnophobius' poster is uploaded to the wiki:
http://wiki.services.openoffice.org/wiki/Image:Entwurf_06052009_OOo.jpg

It is part of the Additional Artwork Gallery (Subgallery for Posters):
http://wiki.services.openoffice.org/wiki/Art/Gallery/PostersBannersFlyers

Bernhard

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


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



[framework-issues] [Issue 101919] Any modified document lea ds to document recovery on next start

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


User williereid changed the following:

What|Old value |New value

  CC|'hr'  |'hr,williereid'





-
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



[sw-issues] [Issue 102199] Display corruption in Ope nOffice upon drawing a new page in Ubuntu Linu x

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


User es changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa

 Version|1.0.3 |OOo 3.0.1





--- Additional comments from e...@openoffice.org Sun May 24 22:34:21 + 
2009 ---
Please test this in a current (3.1) and  native (from our site) version.

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


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



[sw-issues] [Issue 102200] oowriter freezes on entry of a character from the Supplementary Ideogra phic Plane

2009-05-24 Thread echalon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102200
 Issue #|102200
 Summary|oowriter freezes on entry of a character from the Supp
|lementary Ideographic Plane
   Component|Word processor
 Version|OOO300m9
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|writerneedsconfirm
 Reported by|echalon





--- Additional comments from echa...@openoffice.org Sun May 24 23:08:40 
+ 2009 ---
Steps to reproduce:
1) Open a blank document in Writer
2) Enter two Chinese characters from the Basic Multilingual Plane (U+–),
e.g. "一一" (U+4E00 U+4E00)
3) No issue yet
4) Enter a Chinese character from the Supplementary Ideographic Plane
(U+2-2), e.g. "𡃓" (U+210D3)
5) Writer becomes unresponsive and uses 100% of the processor

Basically, paste "一一𡃓" into Writer and it hangs.

I tried a few characters from inside and outside the SIP, and it is only SIP
characters that seem to cause the issue. Also, I can't reproduce the issue with
latin letters as the initial two characters, only Chinese characters from the
BMP. Even three SIP characters in a row seems to be fine. Furthermore, having
the SIP character first, e.g. "𡃓一一" doesn't seem to cause any issue.

I am using OOWriter 3.0.0 in French on Gentoo Linux with kernel 2.6.27.

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


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



[sw-issues] [Issue 101718] WW8: table invisible on i mport from word on 64bit Linux

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





--- Additional comments from petr...@openoffice.org Mon May 25 00:21:20 
+ 2009 ---
I have same problem on Gentoo x86_64 (openoffice-bin-3.1.0.ebuild)

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


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



[dba-issues] [Issue 93459] context menu in report des igner does not have any icons

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


User atjensen changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from atjen...@openoffice.org Mon May 25 01:09:14 
+ 2009 ---
Checked under Windows XP, OO.o 3.1, Dev 3.1, SRB 1.1.0

Closing

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


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



[dba-issues] [Issue 102201] context menus in the Base document display do not use any icons

2009-05-24 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102201
 Issue #|102201
 Summary|context menus in the Base document display do not use 
|any icons
   Component|Database access
 Version|OOo 3.1
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|atjensen





--- Additional comments from atjen...@openoffice.org Mon May 25 01:11:07 
+ 2009 ---
checked this with 3.1 and DEV3.2_m48 under WindowsXP

There are icons in some context menus in the form designer.
There are icons in the SRB now..
There are no icons in any context menu (that I can find) in the actual Base 
document window.

For instance - right click on a Form Name...no icons for copy, paste, etc.

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


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



[dba-issues] [Issue 40067] Closing table view window closes toolbar dock, redraws data, and then cl oses the window

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


User atjensen changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from atjen...@openoffice.org Mon May 25 01:16:43 
+ 2009 ---
Well - it sure seems to be faster under 3.1

Closing

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


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



[dba-issues] [Issue 94079] [cws dba31b] crash when o pen a mozilla addressbook table

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


User atjensen changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from atjen...@openoffice.org Mon May 25 01:22:30 
+ 2009 ---
Checked w/ OOo3.1 - WindowsXP

Closing

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


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



[dba-issues] [Issue 92409] RPT: SRB fails with string concatenation queries

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


User atjensen changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from atjen...@openoffice.org Mon May 25 01:26:51 
+ 2009 ---
Checked w/ test document under OO.o 3.1, Windows and northwind.mdb

Closing

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


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



  1   2   >