Kaydet (Commit) 13ead480 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS uaa02 (1.58.8); FILE MERGED

2003/04/17 17:20:21 mt 1.58.8.2: RESYNC: (1.58-1.59); FILE MERGED
2003/04/11 16:58:15 mt 1.58.8.1: #108656# Moved accessibility from drafts to final
üst c699d754
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: document.cxx,v $ * $RCSfile: document.cxx,v $
* *
* $Revision: 1.59 $ * $Revision: 1.60 $
* *
* last change: $Author: hr $ $Date: 2003-04-04 19:12:29 $ * last change: $Author: vg $ $Date: 2003-04-24 17:29:42 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
#pragma hdrstop #pragma hdrstop
#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTID_HPP_ #ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTID_HPP_
#include <drafts/com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleEventId.hpp>
#endif #endif
#ifndef _RTL_USTRING_HXX_ #ifndef _RTL_USTRING_HXX_
...@@ -241,7 +241,7 @@ using namespace ::com::sun::star; ...@@ -241,7 +241,7 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::lang; using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::ucb; using namespace ::com::sun::star::ucb;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
using namespace ::drafts::com::sun::star::accessibility; using namespace ::com::sun::star::accessibility;
#define A2OU(x) rtl::OUString::createFromAscii( x ) #define A2OU(x) rtl::OUString::createFromAscii( x )
...@@ -378,7 +378,7 @@ void SmDocShell::SetText(const String& rBuffer) ...@@ -378,7 +378,7 @@ void SmDocShell::SetText(const String& rBuffer)
uno::Any aOldValue, aNewValue; uno::Any aOldValue, aNewValue;
aOldValue <<= rtl::OUString( aText ); aOldValue <<= rtl::OUString( aText );
aNewValue <<= rtl::OUString( rBuffer ); aNewValue <<= rtl::OUString( rBuffer );
pAcc->LaunchEvent( AccessibleEventId::ACCESSIBLE_TEXT_EVENT, pAcc->LaunchEvent( AccessibleEventId::TEXT_CHANGED,
aOldValue, aNewValue ); aOldValue, aNewValue );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment