CWS-TOOLING: integrate CWS dv12
This commit is contained in:
commit
bfda068762
7 changed files with 14 additions and 9 deletions
|
@ -45,9 +45,11 @@
|
|||
/** specifies a simple animation control.
|
||||
|
||||
<p>The model of an <type>UnoControlSimpleAnimation</type> control must support
|
||||
the <type>UnoControlSimpleAnimationModel</type> service.
|
||||
the <type>UnoControlSimpleAnimationModel</type> service.</p>
|
||||
|
||||
@since OOo 2.2
|
||||
*/
|
||||
service UnoControlSimpleAnimation
|
||||
published service UnoControlSimpleAnimation
|
||||
{
|
||||
service com::sun::star::awt::UnoControl;
|
||||
|
||||
|
|
|
@ -45,9 +45,10 @@
|
|||
<p> </p>
|
||||
|
||||
@see UnoControlScrollBarModel
|
||||
@since OOo 2.2
|
||||
*/
|
||||
|
||||
service UnoControlSimpleAnimationModel
|
||||
published service UnoControlSimpleAnimationModel
|
||||
{
|
||||
service com::sun::star::awt::UnoControlModel;
|
||||
|
||||
|
|
|
@ -45,9 +45,11 @@
|
|||
/** specifies a simple animation control.
|
||||
|
||||
<p>The model of an <type>UnoControlThrobber</type> control must support
|
||||
the <type>UnoControlThrobberModel</type> service.
|
||||
the <type>UnoControlThrobberModel</type> service.</p>
|
||||
|
||||
@since OOo 2.2
|
||||
*/
|
||||
service UnoControlThrobber
|
||||
published service UnoControlThrobber
|
||||
{
|
||||
service com::sun::star::awt::UnoControl;
|
||||
|
||||
|
|
|
@ -45,9 +45,10 @@
|
|||
<p> </p>
|
||||
|
||||
@see UnoControlScrollBarModel
|
||||
@since OOo 2.2
|
||||
*/
|
||||
|
||||
service UnoControlThrobberModel
|
||||
published service UnoControlThrobberModel
|
||||
{
|
||||
service com::sun::star::awt::UnoControlModel;
|
||||
};
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
/** Controls the animation control.
|
||||
*/
|
||||
interface XSimpleAnimation: com::sun::star::uno::XInterface
|
||||
published interface XSimpleAnimation: com::sun::star::uno::XInterface
|
||||
{
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
|
||||
/** Controls the animation control.
|
||||
*/
|
||||
interface XThrobber: com::sun::star::uno::XInterface
|
||||
published interface XThrobber: com::sun::star::uno::XInterface
|
||||
{
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -87,7 +87,6 @@ void SAL_CALL osl_trace(const sal_Char* lpszFormat, ...)
|
|||
if ( IsDebuggerPresent() )
|
||||
{
|
||||
sal_Char szMessage[512];
|
||||
szMessage[sizeof(szMessage)-1] = 0;
|
||||
written = _vsnprintf( szMessage, sizeof(szMessage) - 2, lpszFormat, args );
|
||||
if ( written == -1 )
|
||||
written = sizeof(szMessage) - 2;
|
||||
|
|
Loading…
Reference in a new issue