/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BRKDLG_HXX #define INCLUDED_BASCTL_SOURCE_BASICIDE_BRKDLG_HXX #include #include #include #include #include namespace basctl { class BreakPointDialog : public ModalDialog { private: ComboBox* m_pComboBox; OKButton* m_pOKButton; PushButton* m_pNewButton; PushButton* m_pDelButton; ::CheckBox* m_pCheckBox; NumericField* m_pNumericField; BreakPointList & m_rOriginalBreakPointList; BreakPointList m_aModifiedBreakPointList; protected: void CheckButtons(); DECL_LINK( CheckBoxHdl, ::CheckBox * ); DECL_LINK( ComboBoxHighlightHdl, ComboBox * ); DECL_LINK( EditModifyHdl, Edit * ); DECL_LINK( ButtonHdl, Button * ); void UpdateFields( BreakPoint* pBrk ); BreakPoint* GetSelectedBreakPoint(); public: BreakPointDialog( Window* pParent, BreakPointList& rBrkList ); void SetCurrentBreakPoint( BreakPoint* pBrk ); }; } // namespace basctl #endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BRKDLG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ stro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-10com::sun::star -> cssMike Kaganski
2024-09-30wina11y: Rename UNO_MSAA_UNMAPPING to MSAA_NO_STATEMichael Weghorn
2024-09-30wina11y: Drop always default AccObject::InsertChild pos paramMichael Weghorn
2024-09-30wina11y: Move AccObject::GetExpandedState logic to only callerMichael Weghorn
2024-09-30wina11y: Simplify AccObject::GetExpandedStateMichael Weghorn
2024-09-30wina11y: sal_Bool -> boolMichael Weghorn
2024-08-30wina11y: Drop unused default params for AccObject ctorMichael Weghorn
2024-08-30wina11y: Drop always null param from AccObject ctorMichael Weghorn
2024-08-30wina11y: Drop unused AccObject::getListenerMichael Weghorn
2024-08-21wina11y: Query XAccessibleAction iface on demandMichael Weghorn
2024-08-21wina11y: Retrieve default action description on demandMichael Weghorn
2024-08-21wina11y: Unify handling to set action descriptionMichael Weghorn
2024-08-21wina11y: Drop AccObjectWinManager::GetRoleMichael Weghorn
2024-08-21wina11y: Drop AccObject::ImplInitializeCreateObjMichael Weghorn
2024-08-21wina11y: Retrieve a11y name on demandMichael Weghorn
2024-08-21wina11y: Query new a11y name instead of passing it aroundMichael Weghorn
2024-04-17wina11y: Drop unnecessary null check and make staticMichael Weghorn
2024-04-17tdf#160695 wina11y: Send status change events for toolbar buttonsMichael Weghorn
2023-12-08wina11y: Hold AccObjectWinManager by ref, not ptrMichael Weghorn
2023-10-28Fix typoAndrea Gelmini
2023-10-28tdf#135586 a11y: Add a new BLOCK_QUOTE a11y roleMichael Weghorn
2023-08-09wina11y: Use return value instead of out paramMichael Weghorn
2023-08-08wina11y: Drop AccObjectManagerAgent indirectionMichael Weghorn
2023-08-08wina11y: Align param order with other methodsMichael Weghorn
2023-08-08wina11y: Drop unused default nullptr argMichael Weghorn
2023-08-08wina11y: Move and simplify casting for Get_ToATInterfaceMichael Weghorn
2023-08-08wina11y: Move GetIAccessibleFromXAccessible logicMichael Weghorn
2023-08-08wina11y: Drop AccObjectManagerAgent indirection to get a11y roleMichael Weghorn
2023-08-01wina11y: Drop/Clean up CHILD event handling in subclassesMichael Weghorn
2023-08-01tdf#156561 wina11y: Handle CHILD eventMichael Weghorn