You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by or...@apache.org on 2013/12/18 14:27:25 UTC

svn commit: r1551937 [22/29] - in /openoffice/branches/ooxml-osba: ./ extras/l10n/source/bg/ extras/l10n/source/de/ extras/l10n/source/nb/ extras/l10n/source/th/ main/ main/accessibility/inc/accessibility/extended/ main/accessibility/inc/accessibility/...

Modified: openoffice/branches/ooxml-osba/main/svx/source/dialog/ctredlin.src
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/dialog/ctredlin.src?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/dialog/ctredlin.src (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/dialog/ctredlin.src Wed Dec 18 13:27:09 2013
@@ -110,10 +110,8 @@ TabPage SID_REDLIN_FILTER_PAGE
 			ImageBitmap = Bitmap { File = "time.bmp" ; };
 			MASKCOLOR
 		};
-		// IAccessibility2 implementation 2009. ------
 		//QuickHelpText [ en-US ] = "Set Date/Time" ;
 		QuickHelpText [ en-US ] = "Set Start Date/Time" ;
-		// ------ IAccessibility2 implementation 2009.
 	};
 	FixedText FT_DATE2
 	{
@@ -169,10 +167,8 @@ TabPage SID_REDLIN_FILTER_PAGE
 			ImageBitmap = Bitmap { File = "time.bmp" ; };
 			MASKCOLOR
 		};
-		// IAccessibility2 implementation 2009. ------
 		//QuickHelpText [ en-US ] = "Set Date/Time" ;
 		QuickHelpText [ en-US ] = "Set End Date/Time" ;
-		// ------ IAccessibility2 implementation 2009.
 	};
 	CheckBox CB_AUTOR
 	{
@@ -256,7 +252,6 @@ TabPage SID_REDLIN_FILTER_PAGE
         ImageBitmap = Bitmap { File = "time_h.bmp" ; };
         MASKCOLOR
     };
-    	/*IAccessibility2 Implementation 2009-----*/
 	String STR_DATE_COMBOX
 	{
 		Text [ en-US ] = "Date Condition" ;
@@ -281,7 +276,6 @@ TabPage SID_REDLIN_FILTER_PAGE
 	{
 		Text [ en-US ] = "Changes" ;
 	};
-	/*-----IAccessibility2 Implementation 2009*/
 };
 TabPage SID_REDLIN_VIEW_PAGE
 {

Modified: openoffice/branches/ooxml-osba/main/svx/source/dialog/dlgctrl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/dialog/dlgctrl.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/dialog/dlgctrl.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/dialog/dlgctrl.cxx Wed Dec 18 13:27:09 2013
@@ -37,7 +37,6 @@
 #include <vcl/region.hxx>
 #include <vcl/gradient.hxx>
 #include <vcl/hatch.hxx>
-// IAccessibility2 implementation 2009. ------
 #ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLEEVENTOBJECT_HPP_
 #include <com/sun/star/accessibility/AccessibleEventObject.hpp>
 #endif
@@ -48,7 +47,6 @@
 #include <com/sun/star/accessibility/AccessibleStateType.hpp>
 #endif
 #include "svxpixelctlaccessiblecontext.hxx"
-// ------ IAccessibility2 implementation 2009.
 #include <svtools/colorcfg.hxx>
 #include <svxrectctaccessiblecontext.hxx>
 #include <com/sun/star/lang/XUnoTunnel.hpp>
@@ -575,7 +573,6 @@ Point SvxRectCtl::SetActualRPWithoutInva
 void SvxRectCtl::GetFocus()
 {
 	SetFocusRect();
-	// IAccessibility2 implementation 2009. ------
 	//Solution: Send the accessible focused event
 	Control::GetFocus();
 	// Send accessibility event.
@@ -583,7 +580,6 @@ void SvxRectCtl::GetFocus()
 	{
 		pAccContext->FireChildFocus(GetActualRP());		
 	}
-	// ------ IAccessibility2 implementation 2009.
 }
 
 
@@ -677,7 +673,6 @@ RECT_POINT SvxRectCtl::GetActualRP() con
 |*	Gibt den aktuell ausgewaehlten RECT_POINT zur�ck
 |*
 \************************************************************************/
-// IAccessibility2 implementation 2009. ------
 void SvxRectCtl::SetActualRP( RECT_POINT eNewRP /* MT: , sal_Bool bFireFocus */ )
 {
 	// MT: bFireFox as API parameter is ugly...
@@ -690,7 +685,6 @@ void SvxRectCtl::SetActualRP( RECT_POINT
 	if( pAccContext )
 		pAccContext->selectChild( eNewRP /* MT, bFireFocus */ );
 }
-// ------ IAccessibility2 implementation 2009.
 void SvxRectCtl::SetState( CTL_STATE nState )
 {
 	m_nState = nState;
@@ -885,7 +879,6 @@ void SvxAngleCtl::Paint( const Rectangle
 |*	Control zum Editieren von Bitmaps
 |*
 \************************************************************************/
-// IAccessibility2 implementation 2009. ------
 
 ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SvxPixelCtl::CreateAccessible()
 {
@@ -945,12 +938,10 @@ long SvxPixelCtl::ShowPosition( const Po
 	return GetFoucsPosIndex();
 
 }
-// ------ IAccessibility2 implementation 2009.
 SvxPixelCtl::SvxPixelCtl( Window* pParent, const ResId& rResId, sal_uInt16 nNumber ) :
 						Control		( pParent, rResId ),
 						nLines		( nNumber ),
 						bPaintable	( sal_True )
-						// IAccessibility2 implementation 2009. ------
 						//Solution:Initialize it's value to Point(0,0)
 						,aFocusPosition(0,0)
 {
@@ -964,7 +955,6 @@ SvxPixelCtl::SvxPixelCtl( Window* pParen
 	nSquares = nLines * nLines;
 	pPixel = new sal_uInt16[ nSquares ];
 	rtl_zeroMemory(pPixel, nSquares * sizeof(sal_uInt16));
-	// IAccessibility2 implementation 2009. ------
 	m_pAccess=NULL;
 }
 
@@ -1001,7 +991,6 @@ void SvxPixelCtl::ChangePixel( sal_uInt1
 
 void SvxPixelCtl::MouseButtonDown( const MouseEvent& rMEvt )
 {
-	// IAccessibility2 implementation 2009. ------
 	//Point aPt = PixelToLogic( rMEvt.GetPosPixel() );
 	//Point aPtTl, aPtBr;
 	//sal_uInt16	nX, nY;
@@ -1031,7 +1020,6 @@ void SvxPixelCtl::MouseButtonDown( const
 	{
 		m_pAccess->NotifyChild(nIndex,sal_True,sal_True);
 	}
-	// ------ IAccessibility2 implementation 2009.
 }
 
 /*************************************************************************
@@ -1082,13 +1070,11 @@ void SvxPixelCtl::Paint( const Rectangle
 				DrawRect( Rectangle( aPtTl, aPtBr ) );
 			}
 		}
-		// IAccessibility2 implementation 2009. ------
 		//Solution:Draw visual focus when has focus
 		if( HasFocus() )
 		{
 			ShowFocus(implCalFocusRect(aFocusPosition));	
 		}
-		// ------ IAccessibility2 implementation 2009.
 	} // bPaintable
 	else
 	{
@@ -1098,7 +1084,6 @@ void SvxPixelCtl::Paint( const Rectangle
 		DrawLine( Point( 0, aRectSize.Height() ), Point( aRectSize.Width(), 0 ) );
 	}
 }
-// IAccessibility2 implementation 2009. ------
 //Solution:Caculate visual focus rectangle via focus position
 Rectangle SvxPixelCtl::implCalFocusRect( const Point& aPosition )
 {
@@ -1221,7 +1206,6 @@ void SvxPixelCtl::LoseFocus()
 	}
 	Control::LoseFocus();
 }
-// ------ IAccessibility2 implementation 2009.
 
 /*************************************************************************
 |*

Modified: openoffice/branches/ooxml-osba/main/svx/source/dialog/dlgctrl.src
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/dialog/dlgctrl.src?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/dialog/dlgctrl.src (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/dialog/dlgctrl.src Wed Dec 18 13:27:09 2013
@@ -27,9 +27,7 @@ Bitmap RID_SVXCTRL_RECTBTNS
 {
 	File = "rectbtns.bmp" ;
 };
-/*IAccessibility2 Implementation 2009-----*/
 String STR_SWITCH
 {
 	Text [ en-US ] = "Switch" ;
 };
-/*-----IAccessibility2 Implementation 2009*/

Modified: openoffice/branches/ooxml-osba/main/svx/source/dialog/frmsel.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/dialog/frmsel.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/dialog/frmsel.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/dialog/frmsel.cxx Wed Dec 18 13:27:09 2013
@@ -30,12 +30,10 @@
 #include "frmselimpl.hxx"
 #include "AccessibleFrameSelector.hxx"
 #include <svx/dialmgr.hxx>
-//IAccessibility2 Implementation 2009-----
 #include <com/sun/star/accessibility/AccessibleEventId.hpp>
 #ifndef _COM_SUN_STAR_ACCESSIBILITY_ACCESSIBLESTATETYPE_HDL_
 #include <com/sun/star/accessibility/AccessibleStateType.hpp>
 #endif
-//-----IAccessibility2 Implementation 2009
 
 #ifndef _SVX_DIALOGS_HRC
 #include <svx/dialogs.hrc>
@@ -49,11 +47,9 @@
 namespace svx {
 
 using ::com::sun::star::uno::Reference;
-//IAccessibility2 Implementation 2009-----
 using ::com::sun::star::uno::Any;
 using ::com::sun::star::accessibility::XAccessible;
 using namespace ::com::sun::star::accessibility;
-//-----IAccessibility2 Implementation 2009
 // ============================================================================
 // global functions from framebordertype.hxx
 
@@ -705,7 +701,6 @@ void FrameSelectorImpl::DoInvalidate( bo
 void FrameSelectorImpl::SetBorderState( FrameBorder& rBorder, FrameBorderState eState )
 {
     DBG_ASSERT( rBorder.IsEnabled(), "svx::FrameSelectorImpl::SetBorderState - access to disabled border" );
-	//IAccessibility2 Implementation 2009-----
 	Any aOld;
 	Any aNew;
 	Any& rMod = eState == FRAMESTATE_SHOW ? aNew : aOld;
@@ -722,7 +717,6 @@ void FrameSelectorImpl::SetBorderState( 
         rBorder.SetState( eState );
 	if (pFrameSelector)
 			pFrameSelector->NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOld, aNew );
-	//-----IAccessibility2 Implementation 2009
     DoInvalidate( true );
 }
 
@@ -940,7 +934,6 @@ bool FrameSelector::IsBorderSelected( Fr
 void FrameSelector::SelectBorder( FrameBorderType eBorder, bool bSelect /*, bool bFocus */ )
 {
     mxImpl->SelectBorder( mxImpl->GetBorderAccess( eBorder ), bSelect );
-	//IAccessibility2 Implementation 2009-----
 	// MT: bFireFox as API parameter is ugly...
 	// if (bFocus)
 	{
@@ -953,7 +946,6 @@ void FrameSelector::SelectBorder( FrameB
 			pFrameSelector->NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOldValue, aNewValue );
 		}
 	}
-	//-----IAccessibility2 Implementation 2009
 }
 
 bool FrameSelector::IsAnyBorderSelected() const
@@ -1100,10 +1092,8 @@ void FrameSelector::MouseButtonDown( con
                 if( !(*aIt)->IsSelected() )
                 {
                     bNewSelected = true;
-			//IAccessibility2 Implementation 2009-----
                     //mxImpl->SelectBorder( **aIt, true );
 			SelectBorder((**aIt).GetType(), true);
-			//-----IAccessibility2 Implementation 2009
                 }
             }
             else
@@ -1200,7 +1190,6 @@ void FrameSelector::GetFocus()
     mxImpl->DoInvalidate( false );
     if( mxImpl->mxAccess.is() )
         mxImpl->mpAccess->NotifyFocusListeners( sal_True );
-	//IAccessibility2 Implementation 2009-----
 	if (IsAnyBorderSelected())
 	{
 		FrameBorderType borderType = FRAMEBORDER_NONE;
@@ -1224,7 +1213,6 @@ void FrameSelector::GetFocus()
 	}
 	for( SelFrameBorderIter aIt( mxImpl->maEnabBorders ); aIt.Is(); ++aIt )
 			mxImpl->SetBorderState( **aIt, FRAMESTATE_SHOW );
-	//-----IAccessibility2 Implementation 2009
     Control::GetFocus();
 }
 

Modified: openoffice/branches/ooxml-osba/main/svx/source/dialog/sdstring.src
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/dialog/sdstring.src?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/dialog/sdstring.src (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/dialog/sdstring.src Wed Dec 18 13:27:09 2013
@@ -1187,7 +1187,6 @@ String RID_SVXSTR_GALLERYPROPS_GALTHEME
 	Text [ en-US ] = "Gallery Theme" ;
 };
 
-//IAccessibility2 Implementation 2009-----
 String RID_SVXSTR_GALLERY_THEMEITEMS
 {
 	Text [ en-US ] = "Theme Items";
@@ -1204,4 +1203,3 @@ String RID_SVXSTR_GALLERY_PREVIEW
 {
 	Text [ en-US ] = "Preview";
 };
-//-----IAccessibility2 Implementation 2009

Modified: openoffice/branches/ooxml-osba/main/svx/source/dialog/srchdlg.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/dialog/srchdlg.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/dialog/srchdlg.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/dialog/srchdlg.cxx Wed Dec 18 13:27:09 2013
@@ -70,13 +70,11 @@
 #include <tools/resary.hxx>
 #include <svx/svxdlg.hxx> //CHINA001
 
-//IAccessibility2 Impplementaton 2009-----
 #ifndef _ACCESSIBLESVXFINDREPLACEDIALOG_HXX_
 #include <svx/AccessibleSvxFindReplaceDialog.hxx>
 #endif
 using namespace com::sun::star::uno;
 using namespace com::sun::star::accessibility;
-//-----IAccessibility2 Impplementaton 2009
 
 #include <sfx2/layout-pre.hxx>
 
@@ -2516,7 +2514,6 @@ void SvxSearchDialog::SaveToModule_Impl(
     rBindings.GetDispatcher()->Execute( SID_SEARCH_ITEM, SFX_CALLMODE_SLOT, ppArgs );
 }
 
-//IAccessible2 Implementation 2009-----
 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XWindowPeer > 
 		SvxSearchDialog::GetComponentInterface( sal_Bool bCreate )
 {
@@ -2531,7 +2528,6 @@ void SvxSearchDialog::SaveToModule_Impl(
 	else
 		return xPeer;
 }
-//-----IAccessible2 Implementation 2009
 
 // class SvxSearchDialogWrapper ------------------------------------------
 

Modified: openoffice/branches/ooxml-osba/main/svx/source/fmcomp/fmgridcl.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/fmcomp/fmgridcl.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/fmcomp/fmgridcl.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/fmcomp/fmgridcl.cxx Wed Dec 18 13:27:09 2013
@@ -1648,7 +1648,7 @@ void FmGridControl::InitColumnsByModels(
 		Reference< ::com::sun::star::beans::XPropertySet > xCol;
 		::cppu::extractInterface(xCol, xColumns->getByIndex(i));
 
-		aName  = (const sal_Unicode*)::comphelper::getString(xCol->getPropertyValue(FM_PROP_LABEL));
+		aName  = ::comphelper::getString( xCol->getPropertyValue(FM_PROP_LABEL)).getStr();
 
 		aWidth = xCol->getPropertyValue(FM_PROP_WIDTH);
 		sal_Int32 nWidth = 0;

Modified: openoffice/branches/ooxml-osba/main/svx/source/fmcomp/gridcell.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/fmcomp/gridcell.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/fmcomp/gridcell.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/fmcomp/gridcell.cxx Wed Dec 18 13:27:09 2013
@@ -1539,7 +1539,7 @@ String DbFormattedField::GetFormatText(c
         {
             // Hier kann ich nicht mit einem double arbeiten, da das Feld mir keines liefern kann.
             // Also einfach den Text vom ::com::sun::star::util::NumberFormatter in die richtige ::com::sun::star::form::component::Form brinden lassen.
-            aText = (const sal_Unicode*)_rxField->getString();
+            aText = _rxField->getString().getStr();
             if (_rxField->wasNull())
                 return aText;
             ((FormattedField*)m_pPainter)->SetTextFormatted(aText);
@@ -2957,7 +2957,7 @@ sal_Bool DbFilterField::commitControl()
             {
                 sal_Int16 nPos = (sal_Int16)static_cast<ListBox*>(m_pWindow)->GetSelectEntryPos();
                 if ( ( nPos >= 0 ) && ( nPos < m_aValueList.getLength() ) )
-                    aText = (const sal_Unicode*)m_aValueList.getConstArray()[nPos];
+                    aText = m_aValueList.getConstArray()[nPos];
             }
 
             if (m_aText != aText)

Modified: openoffice/branches/ooxml-osba/main/svx/source/form/filtnav.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/form/filtnav.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/form/filtnav.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/form/filtnav.cxx Wed Dec 18 13:27:09 2013
@@ -948,7 +948,7 @@ void FmFilterModel::SetTextForItem(FmFil
 
 	m_pAdapter->setText(nParentPos, pItem, rText);
 
-	if (!rText)
+	if( rText.isEmpty() )
 		Remove(pItem);
 	else
 	{

Modified: openoffice/branches/ooxml-osba/main/svx/source/form/fmsrcimp.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/form/fmsrcimp.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/form/fmsrcimp.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/form/fmsrcimp.cxx Wed Dec 18 13:27:09 2013
@@ -254,7 +254,7 @@ sal_Bool FmSearchEngine::MoveCursor()
 #if OSL_DEBUG_LEVEL > 0
         String sDebugMessage;
         sDebugMessage.AssignAscii("FmSearchEngine::MoveCursor : catched a DatabaseException (");
-        sDebugMessage += (const sal_Unicode*)e.SQLState;
+        sDebugMessage += e.SQLState.getStr();
         sDebugMessage.AppendAscii(") !");
         DBG_ERROR(ByteString(sDebugMessage, RTL_TEXTENCODING_ASCII_US).GetBuffer());
 #endif
@@ -265,7 +265,7 @@ sal_Bool FmSearchEngine::MoveCursor()
 #if OSL_DEBUG_LEVEL > 0
         UniString sDebugMessage;
         sDebugMessage.AssignAscii("FmSearchEngine::MoveCursor : catched an Exception (");
-        sDebugMessage += (const sal_Unicode*)e.Message;
+        sDebugMessage += e.Message.getStr();
         sDebugMessage.AppendAscii(") !");
         DBG_ERROR(ByteString(sDebugMessage, RTL_TEXTENCODING_ASCII_US).GetBuffer());
 #endif

Modified: openoffice/branches/ooxml-osba/main/svx/source/inc/svxrectctaccessiblecontext.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/inc/svxrectctaccessiblecontext.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/inc/svxrectctaccessiblecontext.hxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/inc/svxrectctaccessiblecontext.hxx Wed Dec 18 13:27:09 2013
@@ -43,14 +43,12 @@
 #include <vos/mutex.hxx>
 #include <cppuhelper/interfacecontainer.h>
 #include <cppuhelper/compbase6.hxx>
-//IAccessibility2 Implementation 2009-----
 #ifndef _CPPUHELPER_COMPBASE7_HXX_
 #include <cppuhelper/compbase7.hxx>
 #endif
 #ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLE_ACTION_HPP_
 #include <com/sun/star/accessibility/XAccessibleAction.hpp>
 #endif
-//-----IAccessibility2 Implementation 2009
 #include <comphelper/broadcasthelper.hxx>
 #include <cppuhelper/implbase6.hxx>
 #include <comphelper/servicehelper.hxx>
@@ -255,10 +253,8 @@ protected:
         @param nIndexOfChild
             Index of the new child which should be selected.
     */
-	// IAccessibility2 implementation 2009. ------
 	//void selectChild( long nIndexOfChild );
 	void selectChild( long nIndexOfChild, sal_Bool bFireFocus = sal_True);
-	// ------ IAccessibility2 implementation 2009.
 
 public:
     /** Selects a new child by point.
@@ -270,12 +266,10 @@ public:
             Button which belongs to the child which should be selected.
     */
 	//void selectChild( RECT_POINT ePoint );
-	// IAccessibility2 implementation 2009. ------
 	void selectChild( RECT_POINT ePoint, sal_Bool bFireFocus = sal_True );
 	void FireChildFocus( RECT_POINT eButton );
 	//Solution: Add the event handling method
 	void FireAccessibleEvent (short nEventId, const ::com::sun::star::uno::Any& rOld, const ::com::sun::star::uno::Any& rNew);
-	// ------ IAccessibility2 implementation 2009.
 	/// Sets the name
 	void setName( const ::rtl::OUString& rName );
 
@@ -345,7 +339,6 @@ inline sal_Bool SvxRectCtlAccessibleCont
 	return rBHelper.bDisposed || rBHelper.bInDispose;
 }
 
-//IAccessibility2 Implementation 2009-----
 typedef ::cppu::WeakAggComponentImplHelper7<
 			::com::sun::star::accessibility::XAccessible,
 			::com::sun::star::accessibility::XAccessibleComponent,
@@ -355,7 +348,6 @@ typedef ::cppu::WeakAggComponentImplHelp
 			::com::sun::star::accessibility::XAccessibleAction,
 			::com::sun::star::lang::XServiceInfo >
 			SvxRectCtlChildAccessibleContext_Base;
-//-----IAccessibility2 Implementation 2009
 
 
 class SvxRectCtlChildAccessibleContext : public SvxRectCtlChildAccessibleContext_Base
@@ -487,13 +479,11 @@ public:
     virtual ::com::sun::star::uno::Any SAL_CALL
 		getMinimumValue() throw( ::com::sun::star::uno::RuntimeException );
 
-//IAccessibility2 Implementation 2009-----
 	// XAccessibleAction
 	virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeException);
 	virtual sal_Bool SAL_CALL doAccessibleAction ( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
 	virtual ::rtl::OUString SAL_CALL getAccessibleActionDescription ( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
 	virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleKeyBinding > SAL_CALL getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
-//-----IAccessibility2 Implementation 2009
 	//=====  XServiceInfo  ====================================================
 
 	virtual ::rtl::OUString SAL_CALL
@@ -515,10 +505,8 @@ public:
 
 	/// Sets the checked status
 	//void setStateChecked( sal_Bool bChecked );
-	// IAccessibility2 implementation 2009. ------
 	void setStateChecked( sal_Bool bChecked, sal_Bool bFireFocus = sal_True);
 	void FireFocusEvent();
-	// ------ IAccessibility2 implementation 2009.
 protected:
 	virtual Rectangle GetBoundingBoxOnScreen( void ) throw( ::com::sun::star::uno::RuntimeException );
 

Modified: openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdoashp.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdoashp.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdoashp.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdoashp.cxx Wed Dec 18 13:27:09 2013
@@ -3538,7 +3538,6 @@ void SdrObjCustomShape::InvalidateRender
 	mpLastShadowGeometry = 0L;
 }
 
-//IAccessibility2 Implementation 2009-----
 ::rtl::OUString SdrObjCustomShape::GetCustomShapeName()
 {
 	rtl::OUString sShapeName;
@@ -3554,5 +3553,4 @@ void SdrObjCustomShape::InvalidateRender
 	}
 	return sShapeName;
 }
-//-----IAccessibility2 Implementation 2009
 // eof

Modified: openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdobj.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdobj.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdobj.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdobj.cxx Wed Dec 18 13:27:09 2013
@@ -3185,12 +3185,6 @@ bool SdrObject::HasText() const
     return false;
 }
 
-//IAccessibility2 Implementation 2009-----
-const SdrObject* SdrObject::GetCaptionObj() const
-{
-	return pCaptionObj;
-}
-//-----IAccessibility2 Implementation 2009
 ////////////////////////////////////////////////////////////////////////////////////////////////////
 //
 //   @@@@  @@@@@  @@@@@@  @@@@@  @@@@   @@@@  @@@@@@  @@@@  @@@@@  @@  @@

Modified: openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdoole2.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdoole2.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdoole2.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdoole2.cxx Wed Dec 18 13:27:09 2013
@@ -844,7 +844,6 @@ void SdrOle2Obj::Init()
 }
 
 // -----------------------------------------------------------------------------
-//IAccessibility2 Implementation 2009-----
 String SdrOle2Obj::GetStyleString()
 {
 	String strStyle;
@@ -856,7 +855,6 @@ String SdrOle2Obj::GetStyleString()
 }
 
 // -----------------------------------------------------------------------------
-//-----IAccessibility2 Implementation 2009
 SdrOle2Obj::~SdrOle2Obj()
 {
     DBG_DTOR( SdrOle2Obj,NULL);

Modified: openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdstr.src
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdstr.src?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdstr.src (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/svdraw/svdstr.src Wed Dec 18 13:27:09 2013
@@ -2880,7 +2880,6 @@ Bitmap IMG_DIACONTROL_H
     File = "rotation_h.png";
 };
 
-//IAccessibility2 Implementation 2009-----
 String STR_ObjNameSingulFONTWORK
 {
 	Text [ en-US ] = "font work" ;
@@ -2889,5 +2888,4 @@ String STR_ObjNamePluralFONTWORK
 {
 	Text [ en-US ] = "font works" ;
 };
-//-----IAccessibility2 Implementation 2009
 

Modified: openoffice/branches/ooxml-osba/main/svx/source/table/accessiblecell.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/table/accessiblecell.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/table/accessiblecell.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/table/accessiblecell.cxx Wed Dec 18 13:27:09 2013
@@ -251,7 +251,6 @@ Reference<XAccessibleStateSet> SAL_CALL 
 				pStateSet->AddState(AccessibleStateType::VISIBLE);
 
 
-			//IAccessibility2 Implementation 2009-----
 			//Solution:Just when the parent table is not read-only,set states EDITABLE,RESIZABLE,MOVEABLE
 		    ::com::sun::star::uno::Reference<XAccessible> xTempAcc = getAccessibleParent();
 		    if( xTempAcc.is() )
@@ -278,7 +277,6 @@ Reference<XAccessibleStateSet> SAL_CALL 
 					}
 				}
 		    }
-			//-----IAccessibility2 Implementation 2009
             // Create a copy of the state set that may be modified by the
             // caller without affecting the current state set.
             xStateSet = Reference<XAccessibleStateSet>(new ::utl::AccessibleStateSetHelper (*pStateSet));
@@ -602,7 +600,6 @@ sal_Int32 SAL_CALL AccessibleCell::getAc
     return mnIndexInParent;
 }
 
-//IAccessibility2 Implementation 2009-----
 sdr::table::CellRef AccessibleCell::getCellRef()
 {
 	return mxCell;
@@ -666,7 +663,6 @@ void AccessibleCell::UpdateChildren()
 	if (mpText)						
 		mpText->UpdateChildren();
 }
-//-----IAccessibility2 Implementation 2009
 
 /* MT: Above getAccessibleName was introduced with IA2 CWS, while below was introduce in 3.3 meanwhile. Check which one is correct
 If this is correct, we also don't need 	sdr::table::CellRef getCellRef(), UpdateChildren(), getCellName( sal_Int32 nCol, sal_Int32 nRow ) above

Modified: openoffice/branches/ooxml-osba/main/svx/source/table/accessibletableshape.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/table/accessibletableshape.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/table/accessibletableshape.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/table/accessibletableshape.cxx Wed Dec 18 13:27:09 2013
@@ -40,11 +40,9 @@
 #include <algorithm>
 
 #include <cppuhelper/implbase1.hxx>
-//IAccessibility2 Implementation 2009-----
 #include <svx/svdotable.hxx>
 #include <com/sun/star/accessibility/AccessibleStateType.hpp>
 #include <com/sun/star/view/XSelectionSupplier.hpp>
-//-----IAccessibility2 Implementation 2009
 
 using ::rtl::OUString;
 
@@ -99,21 +97,17 @@ public:
 	Reference< XTable > mxTable;
 	AccessibleCellMap maChildMap;
 	Reference< XAccessible> mxAccessible;
-	//IAccessibility2 Implementation 2009-----
 	sal_Int32 mRowCount, mColCount;
 	//get the cached AccessibleCell from XCell
 	Reference< AccessibleCell > getAccessibleCell (Reference< XCell > xCell);
-	//-----IAccessibility2 Implementation 2009
 };
 
 //-----------------------------------------------------------------------------
 
 AccessibleTableShapeImpl::AccessibleTableShapeImpl( AccessibleShapeTreeInfo& rShapeTreeInfo )
 : mrShapeTreeInfo( rShapeTreeInfo )
-//IAccessibility2 Implementation 2009-----
 , mRowCount(0)
 , mColCount(0)
-//-----IAccessibility2 Implementation 2009
 {
 }
 
@@ -128,7 +122,6 @@ void AccessibleTableShapeImpl::init( con
 	{
 		Reference< XModifyListener > xListener( this );
 		mxTable->addModifyListener( xListener );
-		//IAccessibility2 Implementation 2009-----
 		//register the listener with table model
 		Reference< ::com::sun::star::view::XSelectionSupplier > xSelSupplier(xTable, UNO_QUERY);
 		Reference< ::com::sun::star::view::XSelectionChangeListener > xSelListener( xAccessible, UNO_QUERY );
@@ -150,7 +143,6 @@ void AccessibleTableShapeImpl::dispose()
 		{
 			(*iter).second->dispose();
 		}
-		//-----IAccessibility2 Implementation 2009
 		Reference< XModifyListener > xListener( this );
 		mxTable->removeModifyListener( xListener );
 		mxTable.clear();
@@ -173,7 +165,6 @@ Reference< AccessibleCell > AccessibleTa
 }
 
 //-----------------------------------------------------------------------------
-//-----IAccessibility2 Implementation 2009
 Reference< XAccessible > AccessibleTableShapeImpl::getAccessibleChild( sal_Int32 nChildIndex ) throw(IndexOutOfBoundsException)
 {
 	sal_Int32 nColumn = 0, nRow = 0;
@@ -193,9 +184,7 @@ Reference< XAccessible > AccessibleTable
 		
 		rtl::Reference< AccessibleCell > xAccessibleCell( new AccessibleCell( mxAccessible, xCellRef, nChildIndex, mrShapeTreeInfo ) );
 
-		//IAccessibility2 Implementation 2009-----
 		xAccessibleCell->Init();
-		//-----IAccessibility2 Implementation 2009
 		maChildMap[xCell] = xAccessibleCell;
 
         xAccessibleCell->Init();
@@ -242,7 +231,6 @@ void SAL_CALL AccessibleTableShapeImpl::
 		const sal_Int32 nRowCount = mxTable->getRowCount();
 		const sal_Int32 nColCount = mxTable->getColumnCount();
 
-		//IAccessibility2 Implementation 2009-----
 		sal_Bool bRowOrColumnChanged = sal_False;
 		if (mRowCount != nRowCount || mColCount != nColCount )
 		{
@@ -250,7 +238,6 @@ void SAL_CALL AccessibleTableShapeImpl::
 			mRowCount = nRowCount;
 			mColCount = nColCount;
 		}
-		//-----IAccessibility2 Implementation 2009
 		sal_Int32 nChildIndex = 0;
 
 		for( sal_Int32 nRow = 0; nRow < nRowCount; ++nRow )
@@ -290,7 +277,6 @@ void SAL_CALL AccessibleTableShapeImpl::
 						// xAccessibleCell->ResetState(AccessibleStateType::OFFSCREEN);
 						xAccessibleCell->SetState(AccessibleStateType::SHOWING);
 					}
-					//-----IAccessibility2 Implementation 2009
 
 					// move still existing cell from temporary child map to our child map
 					maChildMap[xCell] = xAccessibleCell;
@@ -306,7 +292,6 @@ void SAL_CALL AccessibleTableShapeImpl::
 					xAccessibleCell->Init();
 					maChildMap[xCell] = xAccessibleCell;
 				}
-				//-----IAccessibility2 Implementation 2009
 
 				++nChildIndex;
 			}
@@ -322,7 +307,6 @@ void SAL_CALL AccessibleTableShapeImpl::
 		//IAccessibility2 Implementation 2009-----, notify bridge to update the acc cache. 
 		AccessibleTableShape *pAccTable = dynamic_cast <AccessibleTableShape *> (mxAccessible.get());
 		pAccTable->CommitChange(AccessibleEventId::INVALIDATE_ALL_CHILDREN, Any(), Any());
-		//-----IAccessibility2 Implementation 2009
 	}
 	catch( Exception& )
 	{
@@ -343,6 +327,7 @@ void SAL_CALL AccessibleTableShapeImpl::
 
 AccessibleTableShape::AccessibleTableShape( const AccessibleShapeInfo& rShapeInfo, const AccessibleShapeTreeInfo& rShapeTreeInfo)
 : AccessibleTableShape_Base(rShapeInfo, rShapeTreeInfo)
+, mnPreviousSelectionCount(0)
 , mxImpl( new AccessibleTableShapeImpl( maShapeTreeInfo ) )
 {
 }
@@ -358,8 +343,7 @@ AccessibleTableShape::~AccessibleTableSh
 void AccessibleTableShape::Init()
 {
 	try
-	{
-		mnPreviousSelectionCount = 0;
+	{		
 		Reference< XPropertySet > xSet( mxShape, UNO_QUERY_THROW );
 		Reference< XTable > xTable( xSet->getPropertyValue(C2U("Model")), UNO_QUERY_THROW );
 
@@ -390,7 +374,6 @@ SvxTableController* AccessibleTableShape
 
 Any SAL_CALL AccessibleTableShape::queryInterface( const Type& aType ) throw (RuntimeException)
 {
-	//IAccessibility2 Implementation 2009-----
 	if ( aType == ::getCppuType((Reference<XAccessibleTableSelection> *)0) )
     {
 		Reference<XAccessibleTableSelection> xThis( this );
@@ -399,7 +382,6 @@ Any SAL_CALL AccessibleTableShape::query
 		return aRet;
 	}
 	else
-	//-----IAccessibility2 Implementation 2009
 	return AccessibleTableShape_Base::queryInterface( aType );
 }
 
@@ -548,7 +530,6 @@ sal_Int32 SAL_CALL AccessibleTableShape:
 
 Reference< XAccessibleTable > SAL_CALL AccessibleTableShape::getAccessibleRowHeaders(  ) throw (RuntimeException)
 {
-	//IAccessibility2 Implementation 2009-----
 	//Reference< XAccessibleTable > xRet( this ); // todo
 	Reference< XAccessibleTable > xRet;
 	SvxTableController* pController = getTableController();
@@ -560,7 +541,6 @@ Reference< XAccessibleTable > SAL_CALL A
 			xRet.set( pTableHeader );
 		}
 	}
-	//-----IAccessibility2 Implementation 2009
 	return xRet;
 }
 
@@ -568,7 +548,6 @@ Reference< XAccessibleTable > SAL_CALL A
 
 Reference< XAccessibleTable > SAL_CALL AccessibleTableShape::getAccessibleColumnHeaders(  ) throw (RuntimeException)
 {
-	//IAccessibility2 Implementation 2009-----
 	//Reference< XAccessibleTable > xRet( this ); // todo
 	Reference< XAccessibleTable > xRet;
 	SvxTableController* pController = getTableController();
@@ -580,7 +559,6 @@ Reference< XAccessibleTable > SAL_CALL A
 			xRet.set( pTableHeader );
 		}
 	}
-	//-----IAccessibility2 Implementation 2009
 	return xRet;
 }
 
@@ -588,7 +566,6 @@ Reference< XAccessibleTable > SAL_CALL A
 
 Sequence< sal_Int32 > SAL_CALL AccessibleTableShape::getSelectedAccessibleRows(  ) throw (RuntimeException)
 {
-	//IAccessibility2 Implementation 2009-----
 	/*Sequence< sal_Int32 > aRet;*/
 	sal_Int32 nRow = getAccessibleRowCount();
 	::std::vector< sal_Bool > aSelected( nRow, sal_True );
@@ -621,14 +598,12 @@ Sequence< sal_Int32 > SAL_CALL Accessibl
 	}
 
 	return aRet;
-	//-----IAccessibility2 Implementation 2009
 }
 
 //--------------------------------------------------------------------
 
 Sequence< sal_Int32 > SAL_CALL AccessibleTableShape::getSelectedAccessibleColumns(  ) throw (RuntimeException)
 {
-	//IAccessibility2 Implementation 2009-----
 	/*Sequence< sal_Int32 > aRet;*/
 	sal_Int32 nColumn = getAccessibleColumnCount();
 	::std::vector< sal_Bool > aSelected( nColumn, sal_True );
@@ -661,7 +636,6 @@ Sequence< sal_Int32 > SAL_CALL Accessibl
 	}
 
 	return aRet;
-	//-----IAccessibility2 Implementation 2009
 }
 
 //--------------------------------------------------------------------
@@ -670,13 +644,11 @@ sal_Bool SAL_CALL AccessibleTableShape::
 {
     ::vos::OGuard aSolarGuard (::Application::GetSolarMutex());
 	checkCellPosition( 0, nRow );
-	//IAccessibility2 Implementation 2009-----
 	SvxTableController* pController = getTableController();
 	if( pController )
 	{
 		return pController->isRowSelected( nRow );
 	}
-	//-----IAccessibility2 Implementation 2009
 	return sal_False;
 }
 
@@ -686,13 +658,11 @@ sal_Bool SAL_CALL AccessibleTableShape::
 {
     ::vos::OGuard aSolarGuard (::Application::GetSolarMutex());
 	checkCellPosition( nColumn, 0 );
-	//IAccessibility2 Implementation 2009-----
 	SvxTableController* pController = getTableController();
 	if( pController )
 	{
 		return pController->isColumnSelected( nColumn );
 	}
-	//-----IAccessibility2 Implementation 2009
 	return sal_False;
 }
 
@@ -771,10 +741,8 @@ sal_Int32 SAL_CALL AccessibleTableShape:
     ::vos::OGuard aSolarGuard (::Application::GetSolarMutex());
 	sal_Int32 nColumn = 0, nRow = 0;
 	mxImpl->getColumnAndRow( nChildIndex, nColumn, nRow );
-	//IAccessibility2 Implementation 2009-----
 	//return nChildIndex;
 	return nColumn;
-	//-----IAccessibility2 Implementation 2009
 }
 
 //--------------------------------------------------------------------
@@ -813,11 +781,9 @@ sal_Bool SAL_CALL AccessibleTableShape::
 	CellPos aPos;
 	mxImpl->getColumnAndRow( nChildIndex, aPos.mnCol, aPos.mnRow );
 
-	//IAccessibility2 Implementation 2009-----
 	// Para order is not correct
 	//return isAccessibleSelected(aPos.mnCol, aPos.mnRow);
 	return isAccessibleSelected(aPos.mnRow, aPos.mnCol);
-	//-----IAccessibility2 Implementation 2009
 }
 
 //--------------------------------------------------------------------
@@ -868,7 +834,6 @@ Reference< XAccessible > SAL_CALL Access
 {
     ::vos::OGuard aSolarGuard (::Application::GetSolarMutex());
 
-	//IAccessibility2 Implementation 2009-----
 	/*SvxTableController* pController = getTableController();
 	if( pController && pController->hasSelectedCells() )
 	{
@@ -905,7 +870,6 @@ Reference< XAccessible > SAL_CALL Access
     }
 
 	return getAccessibleChild( nChildIndex );
-	//-----IAccessibility2 Implementation 2009
 }
 
 //--------------------------------------------------------------------
@@ -938,7 +902,6 @@ void SAL_CALL AccessibleTableShape::dese
 }
 //--------------------------------------------------------------------
 
-//IAccessibility2 Implementation 2009-----
 //=====  XAccessibleTableSelection  ============================================
 sal_Bool SAL_CALL AccessibleTableShape::selectRow( sal_Int32 row ) 
 throw (IndexOutOfBoundsException, RuntimeException) 
@@ -1109,7 +1072,6 @@ sal_Bool AccessibleTableShape::ResetStat
 {
 	return AccessibleContextBase::ResetState (aState);
 }
-//-----IAccessibility2 Implementation 2009
 void AccessibleTableShape::checkCellPosition( sal_Int32 nCol, sal_Int32 nRow ) throw ( IndexOutOfBoundsException )
 {
 	if( (nCol >= 0) && (nRow >= 0) && mxImpl->mxTable.is() && (nCol < mxImpl->mxTable->getColumnCount()) && (nRow < mxImpl->mxTable->getRowCount()) )
@@ -1118,7 +1080,6 @@ void AccessibleTableShape::checkCellPosi
 	throw IndexOutOfBoundsException();
 }
 
-//IAccessibility2 Implementation 2009-----
 AccessibleTableHeaderShape::AccessibleTableHeaderShape( AccessibleTableShape* pTable, sal_Bool bRow )
 {
 	mpTable = pTable;
@@ -1446,5 +1407,4 @@ throw (IndexOutOfBoundsException, Runtim
 		return sal_True;
 	}
 }
-//-----IAccessibility2 Implementation 2009
 }

Modified: openoffice/branches/ooxml-osba/main/svx/source/table/tablecontroller.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/table/tablecontroller.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/table/tablecontroller.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/table/tablecontroller.cxx Wed Dec 18 13:27:09 2013
@@ -2612,7 +2612,6 @@ IMPL_LINK( SvxTableController, UpdateHdl
 	return 0;
 }
 
-//IAccessibility2 Implementation 2009-----
 sal_Bool SvxTableController::selectRow( sal_Int32 row )
 {
 	if( !mxTable.is() )
@@ -2697,5 +2696,4 @@ sal_Bool SvxTableController::isColumnHea
 
 	return aSettings.mbUseFirstColumn;
 }
-//-----IAccessibility2 Implementation 2009
 } }

Modified: openoffice/branches/ooxml-osba/main/svx/source/tbxctrls/colrctrl.src
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/tbxctrls/colrctrl.src?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/tbxctrls/colrctrl.src (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/tbxctrls/colrctrl.src Wed Dec 18 13:27:09 2013
@@ -50,10 +50,8 @@ DockingWindow RID_SVXCTRL_COLOR
 	};
 };
 
-// IAccessibility2 implementation 2009. ------
 String STR_COLORTABLE
 {
 	Text [ en-US ] = "Color Palette" ;
 };
-// ------ IAccessibility2 implementation 2009.
 

Modified: openoffice/branches/ooxml-osba/main/svx/source/tbxctrls/tbcontrl.src
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/tbxctrls/tbcontrl.src?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/tbxctrls/tbcontrl.src (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/tbxctrls/tbcontrl.src Wed Dec 18 13:27:09 2013
@@ -181,11 +181,9 @@ String RID_SVXSTR_MORE
 	Text [ en-US ] = "More...";
 };
 
-//IAccessibility2 Implementation 2009-----
 String RID_SVXSTR_TEXTCOLOR
 {
 	Text [ en-US ] = "Font color";
 };
-//-----IAccessibility2 Implementation 2009
 // ********************************************************************** EOF
 

Modified: openoffice/branches/ooxml-osba/main/svx/source/unodraw/unoprov.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/unodraw/unoprov.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/unodraw/unoprov.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/unodraw/unoprov.cxx Wed Dec 18 13:27:09 2013
@@ -778,7 +778,6 @@ SfxItemPropertyMapEntry* ImplGetSvxTable
 	    { MAP_CHAR_LEN(UNO_NAME_MISC_OBJ_BOUNDRECT),	OWN_ATTR_BOUNDRECT, &::getCppuType((const ::com::sun::star::awt::Rectangle*)0), ::com::sun::star::beans::PropertyAttribute::READONLY, 0},
 	    	//IAccessibility2 Implementation 2009-----, the name property of table should also be exported. 
 		{ MAP_CHAR_LEN(UNO_NAME_MISC_OBJ_NAME), 		SDRATTR_OBJECTNAME				, &::getCppuType((const ::rtl::OUString*)0),	0,	0},
-		//-----IAccessibility2 Implementation 2009
 		{ MAP_CHAR_LEN(UNO_NAME_MISC_OBJ_TITLE),		OWN_ATTR_MISC_OBJ_TITLE			, &::getCppuType((const ::rtl::OUString*)0),	0,	0},
 		{ MAP_CHAR_LEN(UNO_NAME_MISC_OBJ_DESCRIPTION),	OWN_ATTR_MISC_OBJ_DESCRIPTION	, &::getCppuType((const ::rtl::OUString*)0),	0,	0},
 		{ MAP_CHAR_LEN("Model"),						OWN_ATTR_OLEMODEL				, &::com::sun::star::table::XTable::static_type(), ::com::sun::star::beans::PropertyAttribute::READONLY, 0},

Modified: openoffice/branches/ooxml-osba/main/svx/source/unodraw/unoshtxt.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/svx/source/unodraw/unoshtxt.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/svx/source/unodraw/unoshtxt.cxx (original)
+++ openoffice/branches/ooxml-osba/main/svx/source/unodraw/unoshtxt.cxx Wed Dec 18 13:27:09 2013
@@ -52,10 +52,8 @@
 #include <comphelper/processfactory.hxx>
 #include <vos/mutex.hxx>
 
-//IAccessibility2 Implementation 2009-----
 #include <svx/svdotable.hxx>
 #include <../table/cell.hxx>
-//-----IAccessibility2 Implementation 2009
 
 #include <svx/sdrpaintwindow.hxx>
 
@@ -413,7 +411,6 @@ void SvxTextEditSourceImpl::Notify( SfxB
 							}
 						}
 					}
-					//-----IAccessibility2 Implementation 2009				
                     // invalidate old forwarder
                     if( !mbForwarderIsEditMode )
                     {

Modified: openoffice/branches/ooxml-osba/main/sw/inc/PostItMgr.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/PostItMgr.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/PostItMgr.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/PostItMgr.hxx Wed Dec 18 13:27:09 2013
@@ -282,10 +282,8 @@ class SwPostItMgr: public SfxListener
 			sal_uInt16 SearchReplace(const SwFmtFld &pFld, const ::com::sun::star::util::SearchOptions& rSearchOptions,bool bSrchForward);
 			sal_uInt16 FinishSearchReplace(const ::com::sun::star::util::SearchOptions& rSearchOptions,bool bSrchForward);
 
-			//IAccessibility2 Implementation 2009-----
 			// get the PostIt window by index
 			sal_Int32 GetPostItCount() {return mvPostItFlds.size();};
-			//-----IAccessibility2 Implementation 2009
             void AssureStdModeAtShell();
 
             void ConnectSidebarWinToFrm( const SwFrm& rFrm,

Modified: openoffice/branches/ooxml-osba/main/sw/inc/access.hrc
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/access.hrc?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/access.hrc (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/access.hrc Wed Dec 18 13:27:09 2013
@@ -48,7 +48,6 @@
 #define STR_ACCESS_ANNOTATION_BUTTON_NAME       (RC_ACCESS_BEGIN + 20)
 #define STR_ACCESS_ANNOTATION_BUTTON_DESC       (RC_ACCESS_BEGIN + 21)
 
-//IAccessibility2 Implementation 2009-----
 #define STR_ACCESS_PREVIEW_DOC_NAME				(RC_ACCESS_BEGIN + 22)
 //#define STR_ACCESS_PREVIEW_DOC_DESC			(RC_ACCESS_BEGIN + 23)
 #define STR_ACCESS_PREVIEW_DOC_SUFFIX			(RC_ACCESS_BEGIN + 24)
@@ -62,7 +61,6 @@
 #define STR_ACCESS_FORMULA_TYPE					(RC_ACCESS_BEGIN + 32)
 #define STR_ACCESS_FORMULA_TEXT					(RC_ACCESS_BEGIN + 33)
 #define STR_ACCESS_FORMULA_TOOLBAR				(RC_ACCESS_BEGIN + 34)
-//-----IAccessibility2 Implementation 2009
 
 #define ACCESS_ACT_END STR_ACCESS_FORMULA_TOOLBAR
 

Modified: openoffice/branches/ooxml-osba/main/sw/inc/accmap.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/accmap.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/accmap.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/accmap.hxx Wed Dec 18 13:27:09 2013
@@ -32,14 +32,12 @@
 #include <tools/debug.hxx>
 #include <tools/fract.hxx>
 
-//IAccessibility2 Implementation 2009-----
 #include <svx/AccessibleControlShape.hxx>
 #include <svx/AccessibleShape.hxx>
 #include "fesh.hxx"
 #include <vector>
 #include <set>
 class SwAccessibleParagraph;
-//-----IAccessibility2 Implementation 2009
 
 class ViewShell;
 class Rectangle;
@@ -122,7 +120,6 @@ class SwAccessibleMap : public ::accessi
 	void InvalidateCursorPosition(
 		const ::com::sun::star::uno::Reference<
 			::com::sun::star::accessibility::XAccessible>& rAcc );
-	//IAccessibility2 Implementation 2009-----
 	void DoInvalidateShapeSelection(sal_Bool bInvalidateFocusMode = sal_False);
 	
 	//Replace by DoInvalidateShapeSelection
@@ -133,7 +130,6 @@ class SwAccessibleMap : public ::accessi
 	SwAccessibleContextMap_Impl *mpSeletedFrmMap;
 	//IvalidateShapeInParaSelection() method is reponsible for the updating the selected states of the objects.
 	void InvalidateShapeInParaSelection();
-	//-----IAccessibility2 Implementation 2009
 
     void _InvalidateRelationSet( const SwFrm* pFrm, sal_Bool bFrom );
 
@@ -190,7 +186,6 @@ public:
     {
         return mpVSh;
     }
-	//IAccessibility2 Implementation 2009-----
 	sal_Bool IsInSameLevel(const SdrObject* pObj, const SwFEShell* pFESh);
 	void AddShapeContext(const SdrObject *pObj,
 							 ::com::sun::star::uno::Reference < ::com::sun::star::accessibility::XAccessible > xAccShape);
@@ -198,7 +193,6 @@ public:
 	void AddGroupContext(const SdrObject *pParentObj,
 					::com::sun::star::uno::Reference < ::com::sun::star::accessibility::XAccessible > xAccParent);
 	void RemoveGroupContext(const SdrObject *pParentObj, ::com::sun::star::uno::Reference < ::com::sun::star::accessibility::XAccessible > xAccParent);
-	//-----IAccessibility2 Implementation 2009
 
     const SwRect& GetVisArea() const;
 
@@ -239,11 +233,9 @@ public:
 
 	void InvalidateCursorPosition( const SwFrm *pFrm );
 	void InvalidateFocus();
-	//IAccessibility2 Implementation 2009-----
 	void FirePageChangeEvent(sal_uInt16 nOldPage, sal_uInt16 nNewPage);
 	void FireSectionChangeEvent(sal_uInt16 nOldSection, sal_uInt16 nNewSection);
 	void FireColumnChangeEvent(sal_uInt16 nOldColumn, sal_uInt16 nNewColumn);
-	//-----IAccessibility2 Implementation 2009
 	void SetCursorContext(
 		const ::vos::ORef < SwAccessibleContext >& rCursorContext );
 
@@ -321,14 +313,12 @@ public:
 		const long _nIndex,
 		const ::accessibility::AccessibleShapeTreeInfo& _rShapeTreeInfo
 	)	throw (::com::sun::star::uno::RuntimeException);
-	//IAccessibility2 Implementation 2009-----
 	virtual ::accessibility::AccessibleControlShape* GetAccControlShapeFromModel
 		(::com::sun::star::beans::XPropertySet* pSet) 
 		throw (::com::sun::star::uno::RuntimeException);
 	virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >   GetAccessibleCaption (
 		const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShape > & xShape)
     throw (::com::sun::star::uno::RuntimeException);
-	//-----IAccessibility2 Implementation 2009
 
     // additional Core/Pixel conversions for internal use; also works
     // for preview
@@ -358,7 +348,6 @@ private:
     */
     void GetMapMode( const Point& _rPoint,
                      MapMode&     _orMapMode ) const;
-//IAccessibility2 Implementation 2009-----
 public:
 	virtual sal_Bool IsDocumentSelAll();
 
@@ -369,6 +358,5 @@ public:
     typedef std::set< SwAccessibleParagraph* >  SET_PARA;
     SET_PARA m_setParaAdd;
     SET_PARA m_setParaRemove;
-    //-----IAccessibility2 Implementation 2009
 };
 #endif

Modified: openoffice/branches/ooxml-osba/main/sw/inc/crsrsh.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/crsrsh.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/crsrsh.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/crsrsh.hxx Wed Dec 18 13:27:09 2013
@@ -868,13 +868,11 @@ public:
     // is cursor or the point in/over a right to left formatted text?
     sal_Bool IsInRightToLeftText( const Point* pPt = 0 ) const;
 
-    //IAccessibility2 Implementation 2009-----
     void FirePageChangeEvent(sal_uInt16 nOldPage, sal_uInt16 nNewPage);
 	SwFrm* oldColFrm;
 	bool   bColumnChange();
     void FireSectionChangeEvent(sal_uInt16 nOldSection, sal_uInt16 nNewSection);
     void FireColumnChangeEvent(sal_uInt16 nOldColumn, sal_uInt16 nNewColumn);
-    //-----IAccessibility2 Implementation 2009
     // If the current cursor position is inside a hidden range, the hidden range
     // is selected and true is returned:
     bool SelectHiddenRange();

Modified: openoffice/branches/ooxml-osba/main/sw/inc/doc.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/doc.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/doc.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/doc.hxx Wed Dec 18 13:27:09 2013
@@ -481,9 +481,7 @@ private:
     bool mbClipBoard             : 1;    // true: this document represents the clipboard
     bool mbColumnSelection       : 1;    // true: this content has bee created by a column selection
                                          //       (clipboard docs only)
-	//IAccessibility2 Implementation 2009-----
 	sal_Bool	bIsPrepareSelAll		:1;
-	//-----IAccessibility2 Implementation 2009
 
 #ifdef DBG_UTIL
     bool mbXMLExport : 1;                // sal_True: during XML export
@@ -704,7 +702,6 @@ private:
      SwFmt *_MakeFrmFmt(const String &, SwFmt *, sal_Bool, sal_Bool );
      SwFmt *_MakeTxtFmtColl(const String &, SwFmt *, sal_Bool, sal_Bool );
 
-//IAccessibility2 Implementation 2009-----
 private:
 	sal_Bool bReadOnly;
 	String msDocAccTitle;
@@ -722,7 +719,6 @@ public:
 	virtual sal_Bool getDocReadOnly() const { return bReadOnly; }
 	virtual void setDocAccTitle( const String& rTitle ) { msDocAccTitle = rTitle; }
 	virtual const String getDocAccTitle() const { return msDocAccTitle; }
-	//-----IAccessibility2 Implementation 2009
 
 	enum DocumentType {
 		DOCTYPE_NATIVE,
@@ -1063,14 +1059,12 @@ public:
     bool InXMLExport() const            { return mbXMLExport; }
     void SetXMLExport( bool bFlag )     { mbXMLExport = bFlag; }
 #endif
-	//-----IAccessibility2 Implementation 2009
 	void SetSelAll( sal_Bool bSel ) 
 	{
 		bIsPrepareSelAll = bSel;
 	}
 	sal_Bool IsPrepareSelAll()  { return bIsPrepareSelAll; }
 	void SetPrepareSelAll() { bIsPrepareSelAll = sal_True; }
-	//IAccessibility2 Implementation 2009-----
 
     void SetContainsAtPageObjWithContentAnchor( const bool bFlag )
     {

Modified: openoffice/branches/ooxml-osba/main/sw/inc/docsh.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/docsh.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/docsh.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/docsh.hxx Wed Dec 18 13:27:09 2013
@@ -304,13 +304,11 @@ public:
     // read by the binary filter:
     virtual void UpdateLinks();
     // <--
-	//IAccessibility2 Implementation 2009-----
 	virtual void setDocAccTitle( const String& rTitle );
 	virtual const String getDocAccTitle() const;
 
 	void setDocReadOnly( sal_Bool bReadOnly);
 	sal_Bool getDocReadOnly() const;
-	//-----IAccessibility2 Implementation 2009
     ::com::sun::star::uno::Reference< ::com::sun::star::frame::XController >
                                 GetController();
 

Modified: openoffice/branches/ooxml-osba/main/sw/inc/fesh.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/fesh.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/fesh.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/fesh.hxx Wed Dec 18 13:27:09 2013
@@ -482,10 +482,8 @@ public:
 	sal_uInt16 IsObjSelected() const;	//Liefert gleich die Anzahl der Objekte,
 									//zaehlt aber nicht die Objekte in Gruppen.
 	sal_Bool IsObjSelected( const SdrObject& rObj ) const;
-	//IAccessibility2 Implementation 2009-----
 	sal_Bool IsObjSameLevelWithMarked(const SdrObject* pObj) const;
     const SdrMarkList* GetMarkList() const{ return _GetMarkList(); };
-    //-----IAccessibility2 Implementation 2009
 
 	void EndTextEdit();				//Loescht ggf. das Objekt.
 

Modified: openoffice/branches/ooxml-osba/main/sw/inc/fldbas.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/fldbas.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/fldbas.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/fldbas.hxx Wed Dec 18 13:27:09 2013
@@ -138,7 +138,6 @@ enum SwFldTypesEnum
     TYP_DROPDOWN,
 	TYP_END
 };
-//IAccessibility2 Implementation 2009-----
 enum SwAttrFieldTYpe
 {
 	ATTR_NONE,
@@ -149,7 +148,6 @@ enum SwAttrFieldTYpe
 	ATTR_BOOKMARKFLD,
 	ATTR_SETREFATTRFLD
 };
-//-----IAccessibility2 Implementation 2009
 enum SwFileNameFormat
 {
 	FF_BEGIN,

Modified: openoffice/branches/ooxml-osba/main/sw/inc/frmfmt.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/frmfmt.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/frmfmt.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/frmfmt.hxx Wed Dec 18 13:27:09 2013
@@ -48,17 +48,13 @@ class SW_DLLPUBLIC SwFrmFmt: public SwFm
         ::com::sun::star::uno::XInterface> m_wXObject;
 
 protected:
-	//IAccessibility2 Implementation 2009-----
 	SwFrmFmt* pCaptionFmt;
-	//-----IAccessibility2 Implementation 2009
 	SwFrmFmt( SwAttrPool& rPool, const sal_Char* pFmtNm,
 				SwFrmFmt *pDrvdFrm, sal_uInt16 nFmtWhich = RES_FRMFMT,
 				const sal_uInt16* pWhichRange = 0 )
 	  	: SwFmt( rPool, pFmtNm, (pWhichRange ? pWhichRange : aFrmFmtSetRange),
 				pDrvdFrm, nFmtWhich )
-				//IAccessibility2 Implementation 2009-----
 				,pCaptionFmt( NULL )
-				//-----IAccessibility2 Implementation 2009
 	{}
 
 	SwFrmFmt( SwAttrPool& rPool, const String &rFmtNm,
@@ -66,9 +62,7 @@ protected:
 				const sal_uInt16* pWhichRange = 0 )
 	  	: SwFmt( rPool, rFmtNm, (pWhichRange ? pWhichRange : aFrmFmtSetRange),
 				pDrvdFrm, nFmtWhich )
-				//IAccessibility2 Implementation 2009-----
 				,pCaptionFmt( NULL )
-				//-----IAccessibility2 Implementation 2009
 	{}
 
    virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue );
@@ -137,11 +131,9 @@ public:
     // <--
 
     virtual String GetDescription() const;
-	//IAccessibility2 Implementation 2009-----
 	sal_Bool HasCaption() const;
 	void SetCaptionFmt(SwFrmFmt* pFmt);
 	SwFrmFmt* GetCaptionFmt() const;
-	//-----IAccessibility2 Implementation 2009	
 
     SW_DLLPRIVATE ::com::sun::star::uno::WeakReference<
         ::com::sun::star::uno::XInterface> const& GetXObject() const
@@ -159,10 +151,8 @@ public:
 class SW_DLLPUBLIC SwFlyFrmFmt: public SwFrmFmt
 {
 	friend class SwDoc;
-	//IAccessibility2 Implementation 2009-----
 	String msTitle;
 	String msDesc;
-	//-----IAccessibility2 Implementation 2009
 
     // #i972:
     // it stores the previous position of Prt rectangle from RequestObjectResize

Modified: openoffice/branches/ooxml-osba/main/sw/inc/ndole.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/ndole.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/ndole.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/ndole.hxx Wed Dec 18 13:27:09 2013
@@ -66,9 +66,7 @@ public:
     const com::sun::star::uno::Reference < com::sun::star::embed::XEmbeddedObject > GetOleRef();
     svt::EmbeddedObjectRef& GetObject();
     const String& GetCurrentPersistName() const { return aName; }
-	//IAccessibility2 Implementation 2009-----
 	String GetStyleString();
-	//-----IAccessibility2 Implementation 2009
 	sal_Bool IsOleRef() const;	//Damit das Objekt nicht unnoetig geladen werden muss.
 #endif
 };

Modified: openoffice/branches/ooxml-osba/main/sw/inc/node.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/node.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/node.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/node.hxx Wed Dec 18 13:27:09 2013
@@ -442,12 +442,10 @@ public:
 	 * Dokument. Die Contentframes werden aus dem entsprechenden
 	 * Layout ausgehaengt.
 	 */
-	//IAccessibility2 Implementation 2009-----
 	//Solution:Add an input param to identify if acc table should be disposed
 	//void DelFrms();
 	void DelFrms( sal_Bool bNeedDel = sal_False, sal_Bool bIsAccTableDispose = sal_True );
 	//void DelFrms(sal_Bool bNeedDel = sal_False);//added by zlcdl for al
-	//-----IAccessibility2 Implementation 2009
 
 	/*
 	 * liefert die Anzahl der Elemente des Inhalts des Nodes;

Modified: openoffice/branches/ooxml-osba/main/sw/inc/poolfmt.hrc
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/poolfmt.hrc?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/poolfmt.hrc (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/poolfmt.hrc Wed Dec 18 13:27:09 2013
@@ -264,14 +264,12 @@
 #define STR_POOLNUMRULE_BUL3	   			(RC_POOLNUMRULE_BEGIN+  7)
 #define STR_POOLNUMRULE_BUL4	   			(RC_POOLNUMRULE_BEGIN+  8)
 #define STR_POOLNUMRULE_BUL5	   			(RC_POOLNUMRULE_BEGIN+  9)
-//IAccessibility2 Impplementaton 2009-----
 //Solution:Define column item's accessible name ID.
 #define STR_COLUMN_VALUESET_ITEM0		(RC_POOLNUMRULE_BEGIN + 10 )
 #define STR_COLUMN_VALUESET_ITEM1		(RC_POOLNUMRULE_BEGIN + 11 )
 #define STR_COLUMN_VALUESET_ITEM2		(RC_POOLNUMRULE_BEGIN + 12 )
 #define STR_COLUMN_VALUESET_ITEM3		(RC_POOLNUMRULE_BEGIN + 13 )
 #define STR_COLUMN_VALUESET_ITEM4		(RC_POOLNUMRULE_BEGIN + 14 )
-//-----IAccessibility2 Impplementaton 2009
 //-----------------
 // Paragraph styles
 //-----------------

Modified: openoffice/branches/ooxml-osba/main/sw/inc/tblsel.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/tblsel.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/tblsel.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/tblsel.hxx Wed Dec 18 13:27:09 2013
@@ -177,11 +177,9 @@ public:
 
 	void SetTableLines( const SwSelBoxes &rBoxes, const SwTable &rTable );
 	void SetTableLines( const SwTable &rTable );
-	//IAccessibility2 Implementation 2009-----
 	//Solution:Add an input param to identify if acc table should be disposed
 	//void DelFrms ( SwTable &rTable );
 	void DelFrms ( SwTable &rTable,sal_Bool bAccTableDispose = sal_False );
-	//-----IAccessibility2 Implementation 2009
 	void MakeFrms( SwTable &rTable );
 	void MakeNewFrms( SwTable &rTable, const sal_uInt16 nNumber,
 									   const sal_Bool bBehind );

Modified: openoffice/branches/ooxml-osba/main/sw/inc/unomap.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/unomap.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/unomap.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/unomap.hxx Wed Dec 18 13:27:09 2013
@@ -125,9 +125,7 @@
 #define PROPERTY_MAP_PARA_AUTO_STYLE                    96
 #define PROPERTY_MAP_FLDTYP_DOCINFO_CUSTOM				97
 #define PROPERTY_MAP_METAFIELD                          98
-//IAccessibility2 Implementation 2009-----
 #define PROPERTY_MAP_ACCESSIBILITY_TEXT_ATTRIBUTE		99
-//-----IAccessibility2 Implementation 2009
 #define PROPERTY_MAP_END                                100
 
 //S&E

Modified: openoffice/branches/ooxml-osba/main/sw/inc/viewsh.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/inc/viewsh.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/inc/viewsh.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/inc/viewsh.hxx Wed Dec 18 13:27:09 2013
@@ -353,9 +353,7 @@ public:
     OutputDevice& GetRefDev() const;
     inline Window* GetWin()    const { return pWin; }
     inline OutputDevice* GetOut()     const { return pOut; }
-    //IAccessibility2 Implementation 2009-----
     void SetWin(Window* win) { pWin = win; }
-   //-----IAccessibility2 Implementation 2009
 	static inline sal_Bool IsLstEndAction() { return ViewShell::bLstAct; }
 
     //Andern alle PageDescriptoren

Modified: openoffice/branches/ooxml-osba/main/sw/source/core/access/acccell.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/source/core/access/acccell.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/source/core/access/acccell.cxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/source/core/access/acccell.cxx Wed Dec 18 13:27:09 2013
@@ -50,13 +50,11 @@
 
 #include <limits.h>
 
-//IAccessibility2 Implementation 2009-----
 #include <ndtxt.hxx>
 #include <editeng/brshitem.hxx>
 #include <swatrset.hxx>
 #include <frmatr.hxx>
 #include "acctable.hxx"
-//-----IAccessibility2 Implementation 2009
 
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::accessibility;
@@ -98,10 +96,8 @@ void SwAccessibleCell::GetStates( ::utl:
     DBG_ASSERT( pVSh, "no shell?" );
 	if( pVSh->ISA( SwCrsrShell ) )
 		rStateSet.AddState( AccessibleStateType::SELECTABLE );
-	//IAccessibility2 Implementation 2009-----
 	//Solution:Add resizable state to table cell.
 	rStateSet.AddState( AccessibleStateType::RESIZABLE );
-	//-----IAccessibility2 Implementation 2009
 
 	// SELECTED
 	if( IsSelected() )
@@ -125,12 +121,10 @@ SwAccessibleCell::SwAccessibleCell( SwAc
 
 	bIsSelected = IsSelected();
 
-	//IAccessibility2 Implementation 2009-----
 	//Need not assign the pointer of accessible table object to m_pAccTable, 
 	//for it already done in SwAccessibleCell::GetTable(); Former codes:
 	//m_pAccTable= GetTable();
 	GetTable();
-	//-----IAccessibility2 Implementation 2009
 }
 
 sal_Bool SwAccessibleCell::_InvalidateMyCursorPos()
@@ -151,7 +145,6 @@ sal_Bool SwAccessibleCell::_InvalidateMy
 	}
 
 	sal_Bool bChanged = bOld != bNew;
-	//IAccessibility2 Implementation 2009-----
 	if( bChanged )
 	{
 		FireStateChangedEvent( AccessibleStateType::SELECTED, bNew );
@@ -160,7 +153,6 @@ sal_Bool SwAccessibleCell::_InvalidateMy
 			m_pAccTable->AddSelectionCell(this,bNew);
 		}
 	}	
-	//-----IAccessibility2 Implementation 2009
 	return bChanged;
 }
 
@@ -184,10 +176,8 @@ sal_Bool SwAccessibleCell::_InvalidateCh
 				{
 					ASSERT( xAccImpl->GetFrm()->IsCellFrm(),
 						 	"table child is not a cell frame" )
-					//IAccessibility2 Implementation 2009-----
 					bChanged = static_cast< SwAccessibleCell *>( 
 							xAccImpl.getBodyPtr() )->_InvalidateMyCursorPos();
-					//-----IAccessibility2 Implementation 2009 
 				}
 				else
 					bChanged = sal_True; // If the context is not know we
@@ -208,7 +198,6 @@ sal_Bool SwAccessibleCell::_InvalidateCh
 
 void SwAccessibleCell::_InvalidateCursorPos()
 {
-	//IAccessibility2 Implementation 2009-----
 	if (IsSelected())
 	{
 		const SwAccessibleChild aChild( GetChild( *(GetMap()), 0 ) );
@@ -254,7 +243,6 @@ void SwAccessibleCell::_InvalidateCursor
 	{
 		m_pAccTable->FireSelectionEvent();
 	}		
-	//-----IAccessibility2 Implementation 2009
 }
 
 sal_Bool SwAccessibleCell::HasCursor()
@@ -325,7 +313,6 @@ void SwAccessibleCell::InvalidatePosOrSi
 uno::Any SwAccessibleCell::queryInterface( const uno::Type& rType )
     throw( uno::RuntimeException )
 {
-	//IAccessibility2 Implementation 2009-----
 	if (rType == ::getCppuType((const uno::Reference<XAccessibleExtendedAttributes>*)0))
 	{
 		uno::Any aR; 
@@ -339,7 +326,6 @@ uno::Any SwAccessibleCell::queryInterfac
 		aR <<= uno::Reference<XAccessibleSelection>(this); 
 		return aR;
 	}
-	//-----IAccessibility2 Implementation 2009
     if ( rType == ::getCppuType( static_cast< uno::Reference< XAccessibleValue > * >( 0 ) ) )
     {
         uno::Reference<XAccessibleValue> xValue = this;
@@ -393,7 +379,6 @@ SwFrmFmt* SwAccessibleCell::GetTblBoxFor
     return pCellFrm->GetTabBox()->GetFrmFmt();
 }
 
-//IAccessibility2 Implementation 2009-----
 //Implement TableCell currentValue
 uno::Any SwAccessibleCell::getCurrentValue( )
     throw( uno::RuntimeException )
@@ -428,7 +413,6 @@ uno::Any SwAccessibleCell::getCurrentVal
 	}
     return aAny;
 }
-//-----IAccessibility2 Implementation 2009
 
 sal_Bool SwAccessibleCell::setCurrentValue( const uno::Any& aNumber )
     throw( uno::RuntimeException )
@@ -462,7 +446,6 @@ uno::Any SwAccessibleCell::getMinimumVal
     return aAny;
 }
 
-//IAccessibility2 Implementation 2009-----
 ::rtl::OUString ReplaceOneChar(::rtl::OUString oldOUString, ::rtl::OUString replacedChar, ::rtl::OUString replaceStr)
 {
 	int iReplace = -1;
@@ -590,4 +573,3 @@ SwAccessibleTable *SwAccessibleCell::Get
 	}
 	return m_pAccTable;
 }
-//-----IAccessibility2 Implementation 2009

Modified: openoffice/branches/ooxml-osba/main/sw/source/core/access/acccell.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/source/core/access/acccell.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/source/core/access/acccell.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/source/core/access/acccell.hxx Wed Dec 18 13:27:09 2013
@@ -26,7 +26,6 @@
 #include "acccontext.hxx"
 #include <com/sun/star/accessibility/XAccessibleValue.hpp>
 
-//IAccessibility2 Implementation 2009-----
 #ifndef _COM_SUN_STAR_ACCESSIBILITY_XAccessibleExtendedAttributes_HPP_
 #include <com/sun/star/accessibility/XAccessibleExtendedAttributes.hpp>
 #endif
@@ -34,7 +33,6 @@
 #ifndef _ACCSELECTIONHELPER_HXX_
 #include <accselectionhelper.hxx>
 #endif
-//-----IAccessibility2 Implementation 2009
 
 class SwCellFrm;
 class SwAccessibleTable;
@@ -125,10 +123,8 @@ public:
 	//=====  XAccessibleValue  ================================================
 
 	//=====  XAccessibleExtendedAttributes ================================================	
-	//IAccessibility2 Implementation 2009-----
 	::com::sun::star::uno::Any SAL_CALL getExtendedAttributes() 
 		throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) ;
-	//-----IAccessibility2 Implementation 2009
 private:
     SwFrmFmt* GetTblBoxFormat() const;
 
@@ -145,7 +141,6 @@ public:
 
     virtual ::com::sun::star::uno::Any SAL_CALL getMinimumValue(  )
         throw (::com::sun::star::uno::RuntimeException);
-	//IAccessibility2 Implementation 2009-----
 	//=====  XAccessibleComponent  ============================================
 	sal_Int32 SAL_CALL getBackground() 
 		throw (::com::sun::star::uno::RuntimeException);
@@ -179,7 +174,6 @@ public:
 	SwAccessibleTable *GetTable();
 	::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > xTableReference;
 	SwAccessibleTable *m_pAccTable;
-	//-----IAccessibility2 Implementation 2009
 };
 
 

Modified: openoffice/branches/ooxml-osba/main/sw/source/core/access/acccontext.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/source/core/access/acccontext.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/source/core/access/acccontext.cxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/source/core/access/acccontext.cxx Wed Dec 18 13:27:09 2013
@@ -60,11 +60,9 @@
 #include <acccontext.hxx>
 #include <svx/AccessibleShape.hxx>
 #include <comphelper/accessibleeventnotifier.hxx>
-//IAccessibility2 Implementation 2009-----
 #ifndef _ACCPARA_HXX
 #include "accpara.hxx"
 #endif
-//-----IAccessibility2 Implementation 2009
 #include <PostItMgr.hxx>
 
 using namespace sw::access;
@@ -230,11 +228,9 @@ void SwAccessibleContext::ChildrenScroll
                             "<SwAccessibleContext::ChildrenScrolled(..)> - always included child not considered!" );
                     const SwFrm* pLower( rLower.GetSwFrm() );
 					::vos::ORef< SwAccessibleContext > xAccImpl =
-						//IAccessibility2 Implementation 2009-----
 						//O is: GetMap()->GetContextImpl( pLower, SCROLLED_OUT == eAction ||
 						//						SCROLLED_IN == eAction );
 						GetMap()->GetContextImpl( pLower, sal_True );
-						//-----IAccessibility2 Implementation 2009
 					if( xAccImpl.isValid() )
 					{
 						switch( eAction )
@@ -265,7 +261,6 @@ void SwAccessibleContext::ChildrenScroll
                     ASSERT( !rLower.AlwaysIncludeAsChild(),
                             "<SwAccessibleContext::ChildrenScrolled(..)> - always included child not considered!" );
 					::vos::ORef< ::accessibility::AccessibleShape > xAccImpl =
-						//IAccessibility2 Implementation 2009-----
 						//O is:	GetMap()->GetContextImpl( rLower.GetSdrObject(),
 						//						  this,
 						//						  SCROLLED_OUT == eAction ||
@@ -273,7 +268,6 @@ void SwAccessibleContext::ChildrenScroll
                         GetMap()->GetContextImpl( rLower.GetDrawObject(),
 												  this,
 												  sal_True );
-						//-----IAccessibility2 Implementation 2009
 					if( xAccImpl.isValid() )
 					{
 						switch( eAction )
@@ -293,11 +287,9 @@ void SwAccessibleContext::ChildrenScroll
 								xAccImpl->ViewForwarderChanged(
 									::accessibility::IAccessibleViewForwarderListener::VISIBLE_AREA,
 									GetMap() );
-								//IAccessibility2 Implementation 2009-----
 								//Remove
 								//DisposeShape( rLower.GetDrawObject(),
 								//			  xAccImpl.getBodyPtr() );
-								//-----IAccessibility2 Implementation 2009
 							}
 							break;
 						case NONE:
@@ -406,11 +398,9 @@ void SwAccessibleContext::ScrolledOut( c
 	// the child event. In this case no listener will exist.
 	FireStateChangedEvent( AccessibleStateType::SHOWING, sal_False );
 
-	//IAccessibility2 Implementation 2009-----
 	//Remove Dispose When scrolledout
 	// We now dispose the frame
 	//	Dispose( sal_True );
-	//-----IAccessibility2 Implementation 2009
 }
 
 // --> OD 2005-12-12 #i27301# - use new type definition for <_nStates>
@@ -546,14 +536,12 @@ void SwAccessibleContext::GetStates(
 
 	// EDITABLE
 	if( bIsEditableState )
-	//IAccessibility2 Implementation 2009-----
 	//Solution:Set editable state to graphic and other object when the document is editable
 	{
 		rStateSet.AddState( AccessibleStateType::EDITABLE );
 		rStateSet.AddState( AccessibleStateType::RESIZABLE );
 		rStateSet.AddState( AccessibleStateType::MOVEABLE );
 	}
-	//-----IAccessibility2 Implementation 2009
 	// ENABLED
 	rStateSet.AddState( AccessibleStateType::ENABLED );
 
@@ -589,12 +577,10 @@ SwAccessibleContext::SwAccessibleContext
     , nRole( nR )
     , bDisposing( sal_False )
     , bRegisteredAtAccessibleMap( true )
-    //IAccessibility2 Implementation 2009-----
     //Solution:Initialize the begin document load and IfAsynLoad to true
     , bBeginDocumentLoad( sal_True )
 	, isIfAsynLoad( sal_True )
 	, bIsSeletedInDoc( sal_False)
-	//-----IAccessibility2 Implementation 2009
 {
 	InitStates();
 	DBG_MSG_CD( "constructed" )
@@ -602,7 +588,8 @@ SwAccessibleContext::SwAccessibleContext
 
 SwAccessibleContext::~SwAccessibleContext()
 {
-	vos::OGuard aGuard(Application::GetSolarMutex());
+	if(Application::GetUnoWrapper())
+		vos::OGuard aGuard(Application::GetSolarMutex());
 
 	DBG_MSG_CD( "destructed" )
     RemoveFrmFromAccessibleMap();
@@ -622,11 +609,9 @@ sal_Int32 SAL_CALL SwAccessibleContext::
 	vos::OGuard aGuard(Application::GetSolarMutex());
 
 	CHECK_FOR_DEFUNC( XAccessibleContext )
-	//IAccessibility2 Implementation 2009-----
 	//Solution:Notify the frame is a document
 	if( nRole == AccessibleRole::DOCUMENT )		
 		bIsAccDocUse = sal_True;
-	//-----IAccessibility2 Implementation 2009
 
     return bDisposing ? 0 : GetChildCount( *(GetMap()) );
 }
@@ -639,11 +624,9 @@ uno::Reference< XAccessible> SAL_CALL
 
 	CHECK_FOR_DEFUNC( XAccessibleContext )
 
-	//IAccessibility2 Implementation 2009-----
 	//Solution:Notify the frame is a document
 	if( nRole == AccessibleRole::DOCUMENT )		
 		bIsAccDocUse = sal_True;
-	//-----IAccessibility2 Implementation 2009
 
     const SwAccessibleChild aChild( GetChild( *(GetMap()), nIndex ) );
 	if( !aChild.IsValid() )
@@ -660,7 +643,6 @@ uno::Reference< XAccessible> SAL_CALL
 	{
 		::vos::ORef < SwAccessibleContext > xChildImpl(
 				GetMap()->GetContextImpl( aChild.GetSwFrm(), !bDisposing )  );
-		//IAccessibility2 Implementation 2009-----
 		//Solution:Send out accessible event when begin load.
 		if( bBeginDocumentLoad && nRole == AccessibleRole::DOCUMENT )
 		{
@@ -679,7 +661,6 @@ uno::Reference< XAccessible> SAL_CALL
 			}
 			bBeginDocumentLoad = sal_False;
 		}
-		//-----IAccessibility2 Implementation 2009
 		if( xChildImpl.isValid() )
 		{
 			xChildImpl->SetParent( this );
@@ -789,10 +770,8 @@ uno::Reference<XAccessibleStateSet> SAL_
 	::utl::AccessibleStateSetHelper *pStateSet =
 		new ::utl::AccessibleStateSetHelper;
 
-	//IAccessibility2 Implementation 2009-----
 	if( bIsSeletedInDoc )
 		pStateSet->AddState( AccessibleStateType::SELECTED );
-	//-----IAccessibility2 Implementation 2009
 
 	uno::Reference<XAccessibleStateSet> xStateSet( pStateSet );
 	GetStates( *pStateSet );
@@ -1065,9 +1044,7 @@ uno::Any SAL_CALL SwAccessibleContext::g
 sal_Int32 SAL_CALL SwAccessibleContext::getForeground()
 		throw (uno::RuntimeException)
 {
-	//IAccessibility2 Implementation 2009-----
 	return COL_BLACK;
-	//-----IAccessibility2 Implementation 2009
 }
 
 sal_Int32 SAL_CALL SwAccessibleContext::getBackground()
@@ -1120,12 +1097,10 @@ void SwAccessibleContext::DisposeShape( 
 void SwAccessibleContext::ScrolledInShape( const SdrObject* ,
 								::accessibility::AccessibleShape *pAccImpl )
 {
-	//IAccessibility2 Implementation 2009-----
 	if(NULL == pAccImpl)
 	{
 		return ; 
 	}
-	//-----IAccessibility2 Implementation 2009
 	AccessibleEventObject aEvent;
 	aEvent.EventId = AccessibleEventId::CHILD;
 	uno::Reference< XAccessible > xAcc( pAccImpl );
@@ -1269,10 +1244,8 @@ void SwAccessibleContext::InvalidatePosO
         SwAccessibleChild( GetParent() ).IsVisibleChildrenOnly() )
 	{
 		// The frame is now invisible -> dispose it
-		//IAccessibility2 Implementation 2009-----
 		//Remove
 		//Dispose( sal_True );
-		//-----IAccessibility2 Implementation 2009
 	}
 	else
 	{
@@ -1676,7 +1649,6 @@ void lcl_SwAccessibleContext_DbgMsg( SwA
 	aStrm.Flush();
 }
 #endif
-//IAccessibility2 Implementation 2009-----
 sal_Bool SwAccessibleContext::SetSelectedState(sal_Bool bSeleted)
 {
 	if(bIsSeletedInDoc != bSeleted)
@@ -1687,4 +1659,3 @@ sal_Bool SwAccessibleContext::SetSelecte
 	}
 	return sal_False;
 };
-//-----IAccessibility2 Implementation 2009

Modified: openoffice/branches/ooxml-osba/main/sw/source/core/access/acccontext.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/source/core/access/acccontext.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/source/core/access/acccontext.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/source/core/access/acccontext.hxx Wed Dec 18 13:27:09 2013
@@ -98,10 +98,8 @@ private:
     // <--
 
 	void InitStates();
-	//IAccessibility2 Implementation 2009-----
 	//Solution:Add a member to identify the firt time that document load
 	sal_Bool bBeginDocumentLoad;
-	//-----IAccessibility2 Implementation 2009
 
 protected:
 	void SetName( const ::rtl::OUString& rName ) { sName = rName; }
@@ -109,12 +107,10 @@ protected:
     {
         return nRole;
     }
-	//IAccessibility2 Implementation 2009-----
 	//Solution:Add a member to identify if the document is Asyn load.
     sal_Bool isIfAsynLoad;
 	//This flag is used to mark the object's selected state.
 	sal_Bool   bIsSeletedInDoc;
-	//-----IAccessibility2 Implementation 2009
 	void SetParent( SwAccessibleContext *pParent );
 	::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> GetWeakParent() const;
 
@@ -181,9 +177,7 @@ protected:
 
 public:
 
-	//IAccessibility2 Implementation 2009-----
 	void SetMap(SwAccessibleMap *pM){pMap = pM;}
-	//-----IAccessibility2 Implementation 2009
 	void FireAccessibleEvent( ::com::sun::star::accessibility::AccessibleEventObject& rEvent );
 
 protected:
@@ -427,11 +421,9 @@ public:
     {
         return Select( 0, pObj, bAdd );
     }
-	//IAccessibility2 Implementation 2009-----
 	//This method is used to updated the selected state and fire the selected state changed event.
 	virtual sal_Bool SetSelectedState(sal_Bool bSeleted);
 	sal_Bool  IsSeletedInDoc(){  return bIsSeletedInDoc; }
-	//-----IAccessibility2 Implementation 2009
 
     static ::rtl::OUString GetResource( sal_uInt16 nResId,
                                         const ::rtl::OUString *pArg1 = 0,

Modified: openoffice/branches/ooxml-osba/main/sw/source/core/access/accdoc.cxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/source/core/access/accdoc.cxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/source/core/access/accdoc.cxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/source/core/access/accdoc.cxx Wed Dec 18 13:27:09 2013
@@ -45,7 +45,6 @@
 #endif
 #include <pagefrm.hxx>
 
-//IAccessibility2 Implementation 2009-----
 #include <editeng/brshitem.hxx>
 #include <swatrset.hxx>
 #include <frmatr.hxx>
@@ -69,7 +68,6 @@
 #include <dview.hxx>
 #include <dcontact.hxx>
 #include <svx/svdmark.hxx>
-//-----IAccessibility2 Implementation 2009
 const sal_Char sServiceName[] = "com.sun.star.text.AccessibleTextDocumentView";
 const sal_Char sImplementationName[] = "com.sun.star.comp.Writer.SwAccessibleDocumentView";
 
@@ -203,7 +201,6 @@ sal_Int32 SAL_CALL SwAccessibleDocumentB
 
 	for( sal_Int32 i=0; i < nCount; i++ )
 	{
-		//IAccessibility2 Implementation 2009-----
 		try
 		{
 			if( xAcc->getAccessibleChild( i ) == xThis )
@@ -213,7 +210,6 @@ sal_Int32 SAL_CALL SwAccessibleDocumentB
 		{
 			return -1L;
 		}
-		//-----IAccessibility2 Implementation 2009
 	}
 	return -1L;
 }
@@ -224,7 +220,6 @@ OUString SAL_CALL SwAccessibleDocumentBa
 	return GetResource( STR_ACCESS_DOC_DESC );
 }
 
-//IAccessibility2 Implementation 2009-----
 OUString SAL_CALL SwAccessibleDocumentBase::getAccessibleName (void)
 		throw (::com::sun::star::uno::RuntimeException)
 {
@@ -255,12 +250,10 @@ OUString SAL_CALL SwAccessibleDocumentBa
 
 	return sAccName;
 }
-//-----IAccessibility2 Implementation 2009
 
 awt::Rectangle SAL_CALL SwAccessibleDocumentBase::getBounds()
 		throw (uno::RuntimeException)
 {
-	//IAccessibility2 Implementation 2009-----
 	try
 	{
 		vos::OGuard aGuard(Application::GetSolarMutex());
@@ -279,7 +272,6 @@ awt::Rectangle SAL_CALL SwAccessibleDocu
 	{
 		return awt::Rectangle();
 	}
-	//-----IAccessibility2 Implementation 2009
 }
 
 
@@ -379,9 +371,7 @@ void SwAccessibleDocument::GetStates(
 
 	// MULTISELECTABLE
 	rStateSet.AddState( AccessibleStateType::MULTI_SELECTABLE );
-	//IAccessibility2 Implementation 2009-----
 	rStateSet.AddState( AccessibleStateType::MANAGES_DESCENDANTS );
-	//-----IAccessibility2 Implementation 2009
 }
 
 
@@ -502,7 +492,6 @@ uno::Any SwAccessibleDocument::queryInte
         uno::Reference<XAccessibleSelection> aSelect = this;
         aRet <<= aSelect;
     }
-    //IAccessibility2 Implementation 2009-----
     //Solution:Add XEventListener interface support.
 	else if ( (rType == ::getCppuType((uno::Reference<com::sun::star::document::XEventListener> *)NULL)) )
     {
@@ -519,7 +508,6 @@ uno::Any SwAccessibleDocument::queryInte
 		uno::Reference<XAccessibleGetAccFlowTo> AccFlowTo = this;
         aRet <<= AccFlowTo;
     }
-    //-----IAccessibility2 Implementation 2009
     else
         aRet = SwAccessibleContext::queryInterface( rType );
     return aRet;
@@ -532,7 +520,6 @@ uno::Sequence< uno::Type > SAL_CALL SwAc
 	uno::Sequence< uno::Type > aTypes( SwAccessibleDocumentBase::getTypes() );
 
 	sal_Int32 nIndex = aTypes.getLength();
-	//IAccessibility2 Implementation 2009-----
 	//Solution:Reset types memory alloc
 	//aTypes.realloc( nIndex + 1 );
 	aTypes.realloc( nIndex + 2 );
@@ -541,7 +528,6 @@ uno::Sequence< uno::Type > SAL_CALL SwAc
 	pTypes[nIndex] = ::getCppuType( static_cast< uno::Reference< XAccessibleSelection > * >( 0 ) );
 	//Solution:Add XEventListener interface support.
 	pTypes[nIndex + 1 ] = ::getCppuType( static_cast< uno::Reference< com::sun::star::document::XEventListener > * >( 0 ) );
-	//-----IAccessibility2 Implementation 2009
 	return aTypes;
 }
 
@@ -611,7 +597,6 @@ void SwAccessibleDocument::deselectAcces
 {
     maSelectionHelper.deselectAccessibleChild( nChildIndex );
 }
-//IAccessibility2 Implementation 2009-----
 //Solution:Implement XEventListener interfaces
 void SAL_CALL SwAccessibleDocument::notifyEvent( const ::com::sun::star::document::EventObject& Event ) 
 			throw (::com::sun::star::uno::RuntimeException)
@@ -687,7 +672,6 @@ uno::Any SAL_CALL SwAccessibleDocument::
 		SwCntntFrm* pCurrFrm = pCrsrShell->GetCurrFrm();
 		SwPageFrm* pCurrPage=((SwFrm*)pCurrFrm)->FindPageFrm();
 		sal_uLong nLineNum = 0;
-		//IAccessibility2 Implementation 2009-----
 		SwTxtFrm* pTxtFrm = NULL;
 		SwTxtFrm* pCurrTxtFrm = NULL;
 		pTxtFrm = static_cast< SwTxtFrm* >(static_cast< SwPageFrm* > (pCurrPage)->ContainsCntnt());
@@ -777,7 +761,6 @@ uno::Any SAL_CALL SwAccessibleDocument::
 					++nLineNum;
 			}
 		}
-		//-----IAccessibility2 Implementation 2009
 		
 		sValue += sAttrName;
 		sValue += String::CreateFromInt32( nLineNum ) ;
@@ -891,10 +874,8 @@ uno::Any SAL_CALL SwAccessibleDocument::
 sal_Int32 SAL_CALL SwAccessibleDocument::getBackground() 
 		throw (::com::sun::star::uno::RuntimeException)
 {
-	//IAccessibility2 Implementation 2009-----
 	vos::OGuard aGuard(Application::GetSolarMutex());
 	return SW_MOD()->GetColorConfig().GetColorValue( ::svtools::DOCCOLOR ).nColor;
-	//-----IAccessibility2 Implementation 2009
 }
 
 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >
@@ -1022,4 +1003,3 @@ Rt:
 	uno::Sequence< uno::Any > aEmpty;
 	return aEmpty;
 }
-//-----IAccessibility2 Implementation 2009

Modified: openoffice/branches/ooxml-osba/main/sw/source/core/access/accdoc.hxx
URL: http://svn.apache.org/viewvc/openoffice/branches/ooxml-osba/main/sw/source/core/access/accdoc.hxx?rev=1551937&r1=1551936&r2=1551937&view=diff
==============================================================================
--- openoffice/branches/ooxml-osba/main/sw/source/core/access/accdoc.hxx (original)
+++ openoffice/branches/ooxml-osba/main/sw/source/core/access/accdoc.hxx Wed Dec 18 13:27:09 2013
@@ -26,7 +26,6 @@
 #include "acccontext.hxx"
 #endif
 #include <com/sun/star/accessibility/XAccessibleSelection.hpp>
-//IAccessibility2 Implementation 2009-----
 #include <com/sun/star/document/XEventListener.hpp>
 #include <accselectionhelper.hxx>
 
@@ -37,7 +36,6 @@
 #ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLEGETACCFLOWTO_HPP_
 #include <com/sun/star/accessibility/XAccessibleGetAccFlowTo.hpp>
 #endif
-//-----IAccessibility2 Implementation 2009
 
 class VclSimpleEvent;
 
@@ -92,9 +90,7 @@ public:
     ///	Return this object's description.
 	virtual ::rtl::OUString SAL_CALL
     	getAccessibleDescription (void) throw (com::sun::star::uno::RuntimeException);
-	//IAccessibility2 Implementation 2009-----
 	virtual ::rtl::OUString SAL_CALL getAccessibleName (void) throw (::com::sun::star::uno::RuntimeException);
-	//-----IAccessibility2 Implementation 2009
 
 	//=====  XAccessibleComponent  ==============================================
     virtual sal_Bool SAL_CALL containsPoint(
@@ -126,10 +122,8 @@ public:
  */
 class SwAccessibleDocument : public	SwAccessibleDocumentBase,
                              public com::sun::star::accessibility::XAccessibleSelection,
-							 //IAccessibility2 Implementation 2009-----
                              public com::sun::star::document::XEventListener,
 							 public com::sun::star::accessibility::XAccessibleExtendedAttributes,
-							 //-----IAccessibility2 Implementation 2009
 							 public com::sun::star::accessibility::XAccessibleGetAccFlowTo
 {
     // Implementation for XAccessibleSelection interface
@@ -148,13 +142,11 @@ public:
     SwAccessibleDocument( SwAccessibleMap* pInitMap );
 
 	DECL_LINK( WindowChildEventListener, VclSimpleEvent* );
-	//IAccessibility2 Implementation 2009-----
 	//=====  XEventListener====================================================
 	virtual void SAL_CALL notifyEvent( const ::com::sun::star::document::EventObject& Event ) 
 			throw (::com::sun::star::uno::RuntimeException);
 	virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Event ) 
 			throw (::com::sun::star::uno::RuntimeException);
-	//-----IAccessibility2 Implementation 2009
 
 	//=====  XServiceInfo  ====================================================
 
@@ -225,7 +217,6 @@ public:
         throw ( ::com::sun::star::lang::IndexOutOfBoundsException,
                 ::com::sun::star::uno::RuntimeException );
 
-	//IAccessibility2 Implementation 2009-----
     virtual ::com::sun::star::uno::Any SAL_CALL getExtendedAttributes() 
 		throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) ;
 	//====== thread safe C++ interface ========================================
@@ -241,7 +232,6 @@ public:
 	::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any >
 		SAL_CALL get_AccFlowTo(const ::com::sun::star::uno::Any& rAny, sal_Int32 nType)
 		throw ( ::com::sun::star::uno::RuntimeException );
-	//-----IAccessibility2 Implementation 2009
 };
 
 #endif