AccessibleEditableTextPara.cxx (9b8096d0) | AccessibleEditableTextPara.cxx (99c39913) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 70 unchanged lines hidden (view full) --- 79//IAccessibility2 Implementation 2009----- 80#ifndef _ACCESSIBLEHYPERLINK_HXX 81#include <Accessiblehyperlink.hxx> 82#endif 83#include <algorithm> 84using namespace std; 85//-----IAccessibility2 Implementation 2009 86#include <editeng/numitem.hxx> | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 70 unchanged lines hidden (view full) --- 79//IAccessibility2 Implementation 2009----- 80#ifndef _ACCESSIBLEHYPERLINK_HXX 81#include <Accessiblehyperlink.hxx> 82#endif 83#include <algorithm> 84using namespace std; 85//-----IAccessibility2 Implementation 2009 86#include <editeng/numitem.hxx> |
87#include <sfx2/viewfrm.hxx> 88#include <sfx2/viewsh.hxx> | |
89 90using namespace ::com::sun::star; 91using namespace ::com::sun::star::beans; 92using namespace ::com::sun::star::accessibility; 93 94 95//------------------------------------------------------------------------ 96// --- 3070 unchanged lines hidden --- | 87 88using namespace ::com::sun::star; 89using namespace ::com::sun::star::beans; 90using namespace ::com::sun::star::accessibility; 91 92 93//------------------------------------------------------------------------ 94// --- 3070 unchanged lines hidden --- |