AccessibleDataPilotControl.cxx (4d7c9de0) | AccessibleDataPilotControl.cxx (3ea0c3d5) |
---|---|
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 --- 529 unchanged lines hidden (view full) --- 538//=============================================================================== 539 540ScAccessibleDataPilotButton::ScAccessibleDataPilotButton( 541 const ::com::sun::star::uno::Reference< 542 ::com::sun::star::accessibility::XAccessible>& rxParent, 543 ScPivotFieldWindow* pFieldWindow, 544 sal_Int32 nIndex) 545//change role frome PUSH_BUTTON to BUTTON_MENU | 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 --- 529 unchanged lines hidden (view full) --- 538//=============================================================================== 539 540ScAccessibleDataPilotButton::ScAccessibleDataPilotButton( 541 const ::com::sun::star::uno::Reference< 542 ::com::sun::star::accessibility::XAccessible>& rxParent, 543 ScPivotFieldWindow* pFieldWindow, 544 sal_Int32 nIndex) 545//change role frome PUSH_BUTTON to BUTTON_MENU |
546 //: ScAccessibleContextBase(rxParent, AccessibleRole::PUSH_BUTTON), | |
547 : ScAccessibleContextBase(rxParent, AccessibleRole::BUTTON_MENU), 548 mpFieldWindow(pFieldWindow), 549 mnIndex(nIndex) 550{ 551} 552 553ScAccessibleDataPilotButton::~ScAccessibleDataPilotButton(void) 554{ --- 273 unchanged lines hidden --- | 546 : ScAccessibleContextBase(rxParent, AccessibleRole::BUTTON_MENU), 547 mpFieldWindow(pFieldWindow), 548 mnIndex(nIndex) 549{ 550} 551 552ScAccessibleDataPilotButton::~ScAccessibleDataPilotButton(void) 553{ --- 273 unchanged lines hidden --- |