Searched full:setblockedcommandlist (Results 1 – 12 of 12) sorted by relevance
143 COMPHELPER_DLLPUBLIC void setBlockedCommandList(const char* blockedCommandList);
497 /// @see lok::Document::setBlockedCommandList498 void (*setBlockedCommandList) (LibreOfficeKitDocument* pThis, member
802 void setBlockedCommandList(int nViewId, const char* blockedCommandList) in setBlockedCommandList() function in lok::Document804 mpDoc->pClass->setBlockedCommandList(mpDoc, nViewId, blockedCommandList); in setBlockedCommandList()
119 static void setBlockedCommandList(int nViewId, const char* blockedCommandList);
494 void setBlockedCommandList(const char* blockedCommandList);
1260 void SfxLokHelper::setBlockedCommandList(int nViewId, const char* blockedCommandList) in setBlockedCommandList() function in SfxLokHelper1266 pViewShell->setBlockedCommandList(blockedCommandList); in setBlockedCommandList()
4026 void SfxViewShell::setBlockedCommandList(const char* blockedCommandList) in setBlockedCommandList() function in SfxViewShell
1540 m_pDocumentClass->setBlockedCommandList = doc_setBlockedCommandList; in LibLODocument_Impl()4837 SfxLokHelper::setBlockedCommandList(nViewId, blockedCommandList); in doc_setBlockedCommandList()
522 void comphelper::LibreOfficeKit::setBlockedCommandList(const char *)
4124 …UAL(documentClassOffset(62), offsetof(struct _LibreOfficeKitDocumentClass, setBlockedCommandList)); in testABI()
4034 SfxViewShell::setBlockedCommandList(char const*)
4298 SfxViewShell::setBlockedCommandList(char const*)