namespace com::sun::star::task { class XInteractionContinuation; }
#ifdefined(_MSC_VER) && !defined(__clang__) // MSVC automatically applies dllexport to template instantiations if they are a base class // of a dllexport class, and this template instantiation is a case of that. If we don't // dllimport here, MSVC will complain about duplicate symbols in a mergelibs build. templateclass __declspec(dllimport) cppu::WeakImplHelper< css::task::XInteractionRequest >; #endif
class UNLESS_MERGELIBS(BASIC_DLLPUBLIC) ModuleSizeExceeded final : public cppu::WeakImplHelper< css::task::XInteractionRequest >
{ // C++ interface public:
ModuleSizeExceeded( const std::vector<OUString>& sModules );
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.