LibreOffice Module framework (master) 1
|
#include <protocols.h>
Static Public Member Functions | |
static bool | isProtocol (std::u16string_view sURL, EProtocol eRequired) |
it checks if given URL match the required protocol only It should be used instead of specifyProtocol() if only this question is interesting to perform the code. More... | |
Definition at line 73 of file protocols.h.
|
inlinestatic |
it checks if given URL match the required protocol only It should be used instead of specifyProtocol() if only this question is interesting to perform the code.
We must not check for all possible protocols here...
Definition at line 82 of file protocols.h.
References framework::Macro, framework::MailTo, framework::News, framework::PrivateFactory, framework::PrivateObject, framework::PrivateStream, framework::Service, framework::Slot, SPECIALPROTOCOL_MACRO, SPECIALPROTOCOL_MAILTO, SPECIALPROTOCOL_NEWS, SPECIALPROTOCOL_PRIVATE_FACTORY, SPECIALPROTOCOL_PRIVATE_OBJECT, SPECIALPROTOCOL_PRIVATE_STREAM, SPECIALPROTOCOL_SERVICE, SPECIALPROTOCOL_SLOT, SPECIALPROTOCOL_UNO, o3tl::starts_with(), and framework::Uno.
Referenced by framework::LoadEnv::classifyContent(), framework::LoadEnv::impl_searchAlreadyLoaded(), and framework::LoadEnv::impl_searchRecycleTarget().