Home
last modified time | relevance | path

Searched refs:m_pBindings (Results 1 – 25 of 28) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dbasedlgs.cxx98 m_pBindings = pBindinx; in Init()
123 m_pBindings->SetActiveFrame(m_xImpl->pMgr->GetFrame()); in Activate()
131 m_pBindings->SetActiveFrame(css::uno::Reference< css::frame::XFrame>()); in Deactivate()
141 if (xFrame == m_pBindings->GetActiveFrame()) in ~SfxModelessDialogController()
142 m_pBindings->SetActiveFrame(nullptr); in ~SfxModelessDialogController()
197 m_pBindings->GetDispatcher_Impl()->ExecuteList( in Close()
H A Dinfobar.cxx490 , m_pBindings(pBindings) in SfxInfoBarContainerChild()
520 SfxViewFrame* pVFrame = m_pBindings->GetDispatcher()->GetFrame(); in Update()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dbasedlgs.cxx125 m_pBindings = pBindinx; in Init()
150 m_pBindings->SetActiveFrame(m_xImpl->pMgr->GetFrame()); in Activate()
158 m_pBindings->SetActiveFrame(css::uno::Reference< css::frame::XFrame>()); in Deactivate()
168 if (xFrame == m_pBindings->GetActiveFrame()) in ~SfxModelessDialogController()
169 m_pBindings->SetActiveFrame(nullptr); in ~SfxModelessDialogController()
224 m_pBindings->GetDispatcher_Impl()->ExecuteList( in Close()
H A Dinfobar.cxx465 m_pBindings(pBindings) in SfxInfoBarContainerChild()
488 SfxViewFrame* pVFrame = m_pBindings->GetDispatcher()->GetFrame(); in Update()
/dports/games/springlobby/springlobby-0.180/src/wxkeybinder/
H A Dkeybinder.cpp1707 if ( this->m_pBindings->GetString( i ) == keyStr ) in SelectKeyString()
1709 this->m_pBindings->Select( i ); in SelectKeyString()
1741 m_pBindings->Clear(); in Reset()
1935 m_pBindings->Clear(); in FillInBindings()
1943 m_pBindings->Append(p->GetShortcutsList()); in FillInBindings()
1946 if (m_pBindings->GetCount() > 0) in FillInBindings()
1947 m_pBindings->SetSelection(0); in FillInBindings()
2277 wxString shortcut = m_pBindings->GetStringSelection(); in OnMetaModifier()
2312 wxString shortcut = m_pBindings->GetStringSelection(); in OnAnyModifier()
2601 this->m_pBindings->Select( cPos.y / this->m_pBindings->GetCharHeight() ); in OnContextMenuKeyList()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/sidebar/
H A DTableEditPanel.cxx99 , m_pBindings(pBindings) in TableEditPanel()
181 m_pBindings->GetDispatcher()->ExecuteList(SID_ATTR_TABLE_ROW_HEIGHT, SfxCallMode::RECORD, in IMPL_LINK_NOARG()
192 m_pBindings->GetDispatcher()->ExecuteList(SID_ATTR_TABLE_COLUMN_WIDTH, SfxCallMode::RECORD, in IMPL_LINK_NOARG()
H A DTableEditPanel.hxx45 SfxBindings* m_pBindings; member in sw::sidebar::TableEditPanel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fldui/
H A Dfldtdlg.cxx54 , m_pBindings(pB) in SwFieldDlg()
113 m_pBindings->GetDispatcher()-> in Close()
276 SfxDispatcher* pDispatch = m_pBindings->GetDispatcher(); in PageCreated()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/fldui/
H A Dfldtdlg.cxx52 , m_pBindings(pB) in SwFieldDlg()
111 const SfxPoolItem* pResult = m_pBindings->GetDispatcher()-> in Close()
282 SfxDispatcher* pDispatch = m_pBindings->GetDispatcher(); in PageCreated()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dbasedlgs.hxx59 SfxBindings* m_pBindings; member in SfxModelessDialogController
82 SfxBindings& GetBindings() const { return *m_pBindings; } in GetBindings()
H A Dviewfrm.hxx55 SfxBindings* m_pBindings; member in SfxViewFrame
108 SfxBindings& GetBindings() { return *m_pBindings; } in GetBindings()
109 const SfxBindings& GetBindings() const { return *m_pBindings; } in GetBindings()
H A Dinfobar.hxx44 SfxBindings* m_pBindings; member in SfxInfoBarContainerChild
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dviewfrm.hxx50 SfxBindings* m_pBindings; member in SfxViewFrame
98 SfxBindings& GetBindings() { return *m_pBindings; } in GetBindings()
99 const SfxBindings& GetBindings() const { return *m_pBindings; } in GetBindings()
H A Dbasedlgs.hxx60 SfxBindings* m_pBindings; member in SfxModelessDialogController
83 SfxBindings& GetBindings() const { return *m_pBindings; } in GetBindings()
H A Dinfobar.hxx44 SfxBindings* const m_pBindings; member in SfxInfoBarContainerChild
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/sidebar/
H A DTableEditPanel.cxx94 , m_pBindings(pBindings) in TableEditPanel()
222 m_pBindings->GetDispatcher()->ExecuteList(SID_ATTR_TABLE_ROW_HEIGHT, SfxCallMode::RECORD, in IMPL_LINK_NOARG()
233 m_pBindings->GetDispatcher()->ExecuteList(SID_ATTR_TABLE_COLUMN_WIDTH, SfxCallMode::RECORD, in IMPL_LINK_NOARG()
H A DTableEditPanel.hxx43 SfxBindings* m_pBindings; member in sw::sidebar::TableEditPanel
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx51 , m_pBindings(_pBindings) in ScFormulaReferenceHelper()
444 if ( m_pBindings ) in DoClose()
446 SfxDispatcher* pMyDisp = m_pBindings->GetDispatcher(); in DoClose()
463 if ( m_pBindings ) in SetDispatcherLock()
465 pDisp = m_pBindings->GetDispatcher(); in SetDispatcherLock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Danyrefdg.cxx50 , m_pBindings(_pBindings) in ScFormulaReferenceHelper()
441 if ( m_pBindings ) in DoClose()
443 SfxDispatcher* pMyDisp = m_pBindings->GetDispatcher(); in DoClose()
460 if ( m_pBindings ) in SetDispatcherLock()
462 pDisp = m_pBindings->GetDispatcher(); in SetDispatcherLock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Dfldtdlg.hxx31 SfxBindings* m_pBindings; member in SwFieldDlg
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/keybinder/
H A Dkeybinder.cpp1564 m_pBindings = new wxListBox(this, wxKEYBINDER_BINDINGS_BOX_ID); in BuildCtrls()
1651 column2->Add(m_pBindings, 2, wxGROW | wxRIGHT | wxLEFT, 5); in BuildColumn2()
1882 m_pBindings->Clear(); in Reset()
2022 m_pRemoveBtn->Enable(m_pBindings->GetSelection() != wxNOT_FOUND); //DerMeister 2007/01/13 in UpdateButtons()
2024 m_pRemoveAllBtn->Enable(m_pBindings->GetCount() > 0); in UpdateButtons()
2084 m_pBindings->Clear(); in FillInBindings()
2092 m_pBindings->Append(p->GetShortcutsList()); in FillInBindings()
2095 if (m_pBindings->GetCount() > 0) in FillInBindings()
2096 m_pBindings->SetSelection(0); in FillInBindings()
2479 int selection = m_pBindings->GetSelection(); //DerMeister 2007/01/13 in OnRemoveKey()
H A Dkeybinder.h1327 wxListBox *m_pBindings; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dfldtdlg.hxx36 SfxBindings* m_pBindings; member in SwFieldDlg
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Danyrefdg.hxx41 SfxBindings* m_pBindings; member in ScFormulaReferenceHelper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Danyrefdg.hxx44 SfxBindings* const m_pBindings; member in ScFormulaReferenceHelper

12