https://bugs.documentfoundation.org/show_bug.cgi?id=145829
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #1 from Julien Nabet <[email protected]> --- Searching about this string, I found: https://opengrok.libreoffice.org/xref/core/uui/source/iahndl.cxx?r=f9ab3136#408 390 script::ModuleSizeExceededRequest aModSizeException; 391 if (aAnyRequest >>= aModSizeException ) 392 { ... 407 handleErrorHandlerRequest( task::InteractionClassification_WARNING, 408 ERRCODE_UUI_IO_MODULESIZEEXCEEDED, 409 aArguments, 410 rRequest->getContinuations(), 411 bObtainErrorStringOnly, 412 bHasErrorString, 413 rErrorString); 414 return true; About ModuleSizeExceededRequest, there's: https://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/script/ModuleSizeExceededRequest.idl?r=2b383d19#30 27 /** Is used for interaction handle in case password protected modules exceed the size that can be stored in OpenOffice 2.x, 1.x formats 28 29 */ 30 exception ModuleSizeExceededRequest : ::com::sun::star::uno::Exception ModuleSizeExceededRequest is also used in basctl/source/basicide/moduldl2.cxx and basic/source/uno/modsizeexceeded.cxx Mike: do we mean BASIC module, what about potential Python macro for example? Unless it should be understood another way? -- You are receiving this mail because: You are the assignee for the bug.
