stephan.bergmann | 5 Apr 15:38
Picon
Favicon

info/DEV300 CWS sb140 : simplified obsolete cppuhelper/stdidlclass.hxx implementation


          Type: info
         Title: simplified obsolete cppuhelper/stdidlclass.hxx implementation
     Posted by: stephan.bergmann <at> oracle.com
      Affected: -
         TaskId: i117697
<http://www.openoffice.org/issues/show_bug.cgi?id=117697>
Effective from: DEV300 CWS sb140
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/sb140>
    CWS status: new

*Summary*
--------
cppuhelper/stdidlclass.hxx

*Description*
-------------
see <http://openoffice.org/bugzilla/show_bug.cgi?id=117697#c0>

Send feedback to interface-announce <at> openoffice.org

--
-----------------------------------------------------------------
To unsubscribe send email to interface-announce-unsubscribe <at> openoffice.org
For additional commands send email to sympa <at> openoffice.org
with Subject: help
stephan.bergmann | 5 Apr 12:39
Picon
Favicon

required/DEV300 cws/sb140 : sal/cppunit.h -> sal/precppunit.hxx; {pre,post}extstl.h -> tools/{pre,post}extstl.h


          Type: required
         Title: sal/cppunit.h -> sal/precppunit.hxx; {pre,post}extstl.h -> tools/{pre,post}extstl.h
     Posted by: stephan.bergmann <at> oracle.com
      Affected: -
         TaskId: i113503
<http://www.openoffice.org/issues/show_bug.cgi?id=113503>
Effective from: DEV300 cws/sb140
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/sb140>
    CWS status: new

*Summary*
--------
- sal/cppunit.h
+ sal/precppunit.hxx

- preextstl.h
- postextstl.h
+ tools/preextstl.h
+ tools/postextstl.h

*Description*
-------------
see <http://openoffice.org/bugzilla/show_bug.cgi?id=113503#c10>

Send feedback to interface-announce <at> openoffice.org

--
-----------------------------------------------------------------
(Continue reading)

stephan.bergmann | 16 Mar 13:50
Picon
Favicon

info/DEV300 CWS sb143 : gb_CppunitTest_add_other_cxxobjects


          Type: info
         Title: gb_CppunitTest_add_other_cxxobjects
     Posted by: stephan.bergmann <at> oracle.com
      Affected: -
         TaskId: i117335
<http://www.openoffice.org/issues/show_bug.cgi?id=117335>
Effective from: DEV300 CWS sb143
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/sb143>
    CWS status: new

*Summary*
--------
$(eval $(call gb_CppunitTest_add_other_cxxobjects,<testing-library>,<tested-library>,<list-of-objects-from-tested-library>))

*Description*
-------------
CppUnit-based test libraries often need to access code internal to a
to-be-tested dynamic library.  The approach typically taken with the
old build system was to link the relevant objects into both the
to-be-tested dynamic library and the test code dynamic library.  This
is now also possible in the new build system; see
<http://hg.services.openoffice.org/cws/sb143/file/48a64daba1e1/binaryurp/CppunitTest_binaryurp_unmarshal.mk#l33>
for an example.

Send feedback to interface-announce <at> openoffice.org

--
-----------------------------------------------------------------
(Continue reading)

sb | 4 Mar 11:55
Favicon

info/cws/debuglevels : cppunittester --protector; unoexceptionprotector


          Type: info
         Title: cppunittester --protector; unoexceptionprotector
     Posted by: sb <at> openoffice.org
      Affected: -
         TaskId: i117073
<http://www.openoffice.org/issues/show_bug.cgi?id=117073>
Effective from: cws/debuglevels
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/debuglevels>
    CWS status: ready for QA

*Summary*
--------
cppunittester (--protector <shared-library-path> <function-symbol>)* <shared-library-path>

cppunittester/protectorfactory.hxx:
extern "C" typedef CppUnit::Protector * SAL_CALL ProtectorFactory()

unoexceptionprotector dynamic library

*Description*
-------------
cppunittester is enhanced so that one can specify CppUnit::Protector
instances that are pushed onto the used CppUnit::TestResult instance.
 The Protector instances are obtained through factory functions of
type cppunittester::ProtectorFactory, provided by dynamic libraries.

One such protector factory is provided by the unoexceptionprotector
library.  It prints information about uncaught UNO exceptions raised
(Continue reading)

sb | 4 Mar 11:51
Favicon

info/cws/debuglevels : cppunittester --protector; unoexceptionprotector


          Type: info
         Title: cppunittester --protector; unoexceptionprotector
     Posted by: sb <at> openoffice.org
      Affected: -
         TaskId: i117073
<http://www.openoffice.org/issues/show_bug.cgi?id=117073>
Effective from: cws/debuglevels
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/debuglevels>
    CWS status: ready for QA

*Summary*
--------
cppunittester (--protector <shared-library-path> <function-symbol>)* <shared-library-path>

cppunittester/protectorfactory.hxx:
extern "C" typedef CppUnit::Protector * SAL_CALL ProtectorFactory()

unoexceptionprotector dynamic library

*Description*
-------------
cppunittester is enhanced so that one can specify CppUnit::Protector
instances that are pushed onto the used CppUnit::TestResult instance.
 The Protector instances are obtained through factory functions of
type cppunittester::ProtectorFactory, provided by dynamic libraries.

One such protector factory is provided by the unoexceptionprotector
library.  It prints information about uncaught UNO exceptions raised
(Continue reading)

Carsten Driesner | 3 Mar 11:21
Picon
Favicon

info/CWS fwk165 : Path substitution service handles path substitutions more restrictive

          Type: info
          Title: The path substitution service handles path substitution 
more restrictive
      Posted by: carsten.driesner <at> oracle.com
       Affected: -
Effective from: CWS fwk165
            CWS: fwk165
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/fwk165>
     CWS status: approved by QA

*Summary*
--------

The path substitution service (com.sun.star.util.PathSubstitution) 
handles path substitutions for pre-defined absolute path variables more 
restrictive.

*Description*
-------------

The path substitution service (com.sun.star.util.PathSubstitution) was 
designed to provide system-dependent paths via path variables. This 
design makes it possible to hide system-dependent parts from 
configuration settings or other clients. The service should provide 
valid file system paths to clients wherever possible. It was not 
designed as a generic text substitution service. The implementation now 
checks incoming strings more restrictive. In detail this means a 
variable which is a place holder for an absolute file system path will 
only be substituted if

(Continue reading)

Carsten Driesner | 3 Mar 15:07
Picon
Favicon

info/CWS fwk165 : Path substitution service handles path substitutions more restrictive

          Type: info
          Title: The path substitution service handles path substitution 
more restrictive
      Posted by: carsten.driesner <at> oracle.com
       Affected: -
Effective from: CWS fwk165
            CWS: fwk165
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/fwk165>
     CWS status: approved by QA

*Summary*
--------

The path substitution service (com.sun.star.util.PathSubstitution) 
handles path substitutions for pre-defined absolute path variables more 
restrictive.

*Description*
-------------

The path substitution service (com.sun.star.util.PathSubstitution) was 
designed to provide system-dependent paths via path variables. This 
design makes it possible to hide system-dependent parts from 
configuration settings or other clients. The service should provide 
valid file system paths to clients wherever possible. It was not 
designed as a generic text substitution service. The implementation now 
checks incoming strings more restrictive. In detail this means a 
variable which is a place holder for an absolute file system path will 
only be substituted if

(Continue reading)

stephan.bergmann | 1 Feb 16:16
Picon

info/DEV300_m77 : DBGSV_INIT set in build environment


          Type: info
         Title: DBGSV_INIT set in build environment
     Posted by: stephan.bergmann <at> sun.com
      Affected: -
         TaskId: i106733
<http://www.openoffice.org/issues/show_bug.cgi?id=106733>
Effective from: DEV300_m77

*Summary*
--------
DBGSV_INIT=$SOLARENV/bin/dbgsv.ini

*Description*
-------------
See <http://wiki.services.openoffice.org/wiki/Test_Cleanup#Smoke_Test>
for details.

One consequence is that if you start a non-pro soffice from within the
build environment, open the VCL Debug Options dialog
(Shift-Ctrl-Alt-S-D-T) and press "OK," then $SOLARENV/bin/dbgsv.ini
will be overwritten.  Beware to not accidentally hg commit it.

Send feedback to interface-announce <at> openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: interface-announce-unsubscribe <at> openoffice.org
For additional commands, e-mail: interface-announce-help <at> openoffice.org
(Continue reading)

frank.schoenheit | 31 Jan 11:38
Picon

info/CWS gridsort : new: Help::UpdateTip


          Type: info
         Title: new: Help::UpdateTip
     Posted by: frank.schoenheit <at> sun.com
      Affected: -
Effective from: CWS gridsort
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/gridsort>
    CWS status: new

*Summary*
--------
+ Help::UpdateTip

*Description*
-------------
To complement the existing ShowTip/HideTip methods at Help class,
which show/hide a help window which is similar (but not identical) to
the quick help window, Help::UpdateTip has been introduced. It allows
updating the text of an existing tip window without the flickering
implied by hiding/showing a window.

Send feedback to interface-announce <at> openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: interface-announce-unsubscribe <at> openoffice.org
For additional commands, e-mail: interface-announce-help <at> openoffice.org
frank.schoenheit | 31 Jan 11:35
Picon

info/CWS gridsort : new Help::ShowQuickHelp flags


          Type: info
         Title: new Help::ShowQuickHelp flags
     Posted by: frank.schoenheit <at> sun.com
      Affected: -
Effective from: CWS gridsort
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/gridsort>
    CWS status: new

*Summary*
--------
+ QUICKHELP_FORCE_REPOSITION
+ QUICKHELP_NO_DELAY

*Description*
-------------
There's two new flags accepted by Help::ShowQuickHelp:

QUICKHELP_FORCE_REPOSITION forces the implementation to position the
quick help window according to the current mouse position. Without
this flag, repeated calls to ShowQuickHelp will re-position the window
only if the actual help text changes, which is undesired in cases
where different elements in the UI by chance have the same quick help
text.

QUICKHELP_NO_DELAY specifies that the quick help window should appear
immediately, instead of using the built-in delay used normally.

Send feedback to interface-announce <at> openoffice.org
(Continue reading)

stephan.bergmann | 28 Jan 16:35
Picon

required/DEV300 CWS sb138 : osl_setThreadName


          Type: required
         Title: osl_setThreadName
     Posted by: stephan.bergmann <at> sun.com
      Affected: -
         TaskId: i115619
<http://www.openoffice.org/issues/show_bug.cgi?id=115619>
Effective from: DEV300 CWS sb138
           CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/sb138>
    CWS status: new

*Summary*
--------
osl/thread.h:
+ void SAL_CALL osl_setThreadName(char const * name);

osl/thread.hxx:
+ static void osl::Thread::setName(char const * name) throw ();

*Description*
-------------
/** Attempts to set the name of the current thread.

    The name of a thread is usually evaluated for debugging purposes.
 Not all
    platforms support this.  On Linux, a set thread name can be
observed with
    "ps -L".  On Windows, a thread name set while a debugger is
attached can be
(Continue reading)


Gmane