Home
last modified time | relevance | path

Searched refs:SetSlotExecutor (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx497 void SetSlotExecutor(const Link& rExecutor) { m_aMasterSlotExecutor = rExecutor; } in SetSlotExecutor() function in DbGridControl
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1158 pWin->SetSlotExecutor(LINK(this, FmXGridPeer, OnExecuteGridSlot)); in Create()