vclxaccessibleheaderbar.cxx (d3553c6b) | vclxaccessibleheaderbar.cxx (4d7c9de0) |
---|---|
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 --- 5 unchanged lines hidden (view full) --- 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 | 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 --- 5 unchanged lines hidden (view full) --- 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 |
22//IAccessibility2 Implementation 2009----- | |
23 24// MARKER(update_precomp.py): autogen include statement, do not remove 25#include "precompiled_svtools.hxx" 26 27#ifndef _SVTOOLS_VCLXACCESSIBLEHEADERBAR_HXX_ 28#include <svtools/vclxaccessibleheaderbar.hxx> 29#endif 30#ifndef _SVTOOLS_VCLACCESSIBLEHEADBARITEM_HXX_ --- 154 unchanged lines hidden (view full) --- 185 if ( !xChild.is() ) 186 { 187 xChild = new VCLXAccessibleHeaderBarItem(m_pHeadBar, i); 188 m_aAccessibleChildren[nPos] = xChild; 189 } 190 } 191 return xChild; 192} | 22 23// MARKER(update_precomp.py): autogen include statement, do not remove 24#include "precompiled_svtools.hxx" 25 26#ifndef _SVTOOLS_VCLXACCESSIBLEHEADERBAR_HXX_ 27#include <svtools/vclxaccessibleheaderbar.hxx> 28#endif 29#ifndef _SVTOOLS_VCLACCESSIBLEHEADBARITEM_HXX_ --- 154 unchanged lines hidden (view full) --- 184 if ( !xChild.is() ) 185 { 186 xChild = new VCLXAccessibleHeaderBarItem(m_pHeadBar, i); 187 m_aAccessibleChildren[nPos] = xChild; 188 } 189 } 190 return xChild; 191} |
193//-----IAccessibility2 Implementation 2009 | |