__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<!DOCTYPE html>
<html lang="es" dir="ltr">
<head>
<base href="../../../../">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Document Event-Driven Macros</title>
<link rel="shortcut icon" href="media/navigation/favicon.ico">
<link type="text/css" href="normalize.css" rel="Stylesheet">
<link type="text/css" href="prism.css" rel="Stylesheet">
<link type="text/css" href="default.css" rel="Stylesheet">
<script type="text/javascript" src="polyfills.js"></script><script type="text/javascript" src="languages.js"></script><script type="text/javascript" src="es/langnames.js"></script><script type="text/javascript" src="flexsearch.debug.js"></script><script type="text/javascript" src="prism.js"></script><script type="text/javascript" src="help2.js" defer></script><script type="text/javascript" src="a11y-toggle.js" defer></script><script type="text/javascript" src="paginathing.js" defer></script><script type="text/javascript" src="es/bookmarks.js" defer></script><script type="text/javascript" src="es/contents.js" defer></script><script type="text/javascript" src="help.js" defer></script><meta name="viewport" content="width=device-width,initial-scale=1">
</head>
<body>
<header id="TopLeftHeader"><a class="symbol" href="es/text/shared/05/new_help.html"><div></div></a><a class="logo" href="es/text/shared/05/new_help.html"><p dir="auto">Ayuda de LibreOffice 25.2</p></a><div class="dropdowns"><div class="modules">
<button type="button" data-a11y-toggle="modules-nav" id="modules" aria-haspopup="true" aria-expanded="false" aria-controls="modules-nav">Módulo</button><nav id="modules-nav" hidden=""></nav>
</div></div></header><aside class="leftside"><input id="accordion-1" name="accordion-menu" type="checkbox"><label for="accordion-1" dir="auto">Contenido</label><div id="Contents" class="contents-treeview"></div></aside><div id="SearchFrame"><div id="Bookmarks">
<input id="search-bar" type="search" class="search" placeholder="Buscar en los marcadores del módulo elegido" dir="auto"><div class="nav-container" tabindex="0"><nav class="index" dir="auto"></nav></div>
</div></div>
<div id="DisplayArea" itemprop="softwareHelp" itemscope="true" itemtype="http://schema.org/SoftwareApplication">
<noscript><div id="WarnJS"><h1 dir="auto">Active JavaScript en el navegador para mostrar las páginas de ayuda de LibreOffice.</h1></div></noscript>
<a id="eventmacros"></a>
<a id="bm_id3154581"></a> <meta itemprop="keywords" content="deleting, macro assignments to events"> <meta itemprop="keywords" content="macros, assigning to events"> <meta itemprop="keywords" content="assigning macros to events"> <meta itemprop="keywords" content="documents, events"> <meta itemprop="keywords" content="events, assigning macros"> <meta itemprop="keywords" content="events, in documents"> <meta itemprop="keywords" content="API, XDocumentEventListener">
<h1 id="hd_id3147348" dir="auto">Document Event-Driven Macros</h1>
<p id="par_id3146120" class="paragraph" dir="auto">Esta sección describe el procedimiento para asignar secuencias de órdenes a eventos de la aplicación, del documento o de un formulario.</p>
<p id="par_id3149263" class="paragraph" dir="auto">You can automatically execute a macro when a specified software event occurs by assigning the desired macro to the event. The following table provides an overview of document events and at what point an assigned macro is executed.</p>
<table border="1" class="" cellpadding="0" cellspacing="0">
<tr>
<th rowspan="" colspan="" class="tableheadcell" dir="auto"><p id="par_id3148455" class="tableheadintable" dir="auto">Evento</p></th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto"><p id="par_id3145799" class="tableheadintable" dir="auto">Una macro asignada se ejecuta…</p></th>
<th rowspan="" colspan="" class="tableheadcell" dir="auto"><p id="par_id3145809" class="tableheadintable" dir="auto">rutina</p></th>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3149379" class="tablecontentintable" dir="auto">Iniciar aplicación</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3150715" class="tablecontentintable" dir="auto">...after a LibreOffice application is started.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id721599830885588" class="tablecontentintable" dir="auto"><span class="literal">OnStartApp</span></p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3146914" class="tablecontentintable" dir="auto">Cerrar la aplicación</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3153765" class="tablecontentintable" dir="auto">… antes de que termine una aplicación de LibreOffice.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id91599830927709" class="tablecontentintable" dir="auto"><span class="literal">OnCloseApp</span></p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id151599831705811" class="tablecontentintable" dir="auto">Documento creado</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id501599831822339" class="tablecontentintable" dir="auto">...New document created with <span class="emph">File - New</span> or with the <span class="emph">New</span> icon. Note that this event also fires when Basic IDE opens.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id361599832753891" class="tablecontentintable" dir="auto"><span class="literal">OnCreate</span></p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3145150" class="tablecontentintable" dir="auto">Documento nuevo</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3163808" class="tablecontentintable" dir="auto">… después de crear un documento nuevo con <span class="emph">Archivo ▸ Nuevo</span> o con el icono <span class="emph">Nuevo</span>.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id1001599831631397" class="tablecontentintable" dir="auto">OnNew</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id161599836960401" class="tablecontentintable" dir="auto">La carga del documento ha finalizado</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id721599836993145" class="tablecontentintable" dir="auto">...before a document is opened with <span class="emph">File - Open</span> or with the <span class="emph">Open</span> icon.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id861599836995091" class="tablecontentintable" dir="auto"><span class="literal">OnLoadFinished</span></p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3145790" class="tablecontentintable" dir="auto">Abrir documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3154572" class="tablecontentintable" dir="auto">… después de abrir un documento con <span class="emph">Archivo ▸ Abrir</span> o con el icono <span class="emph">Abrir</span>.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id561599837106931" class="tablecontentintable" dir="auto">OnLoad</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3159171" class="tablecontentintable" dir="auto">Se cerrará el documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3146868" class="tablecontentintable" dir="auto">… antes de cerrar un documento.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id991599837325474" class="tablecontentintable" dir="auto">OnPrepareUnload</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3159097" class="tablecontentintable" dir="auto">Documento cerrado</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3148606" class="tablecontentintable" dir="auto">… después de cerrar un documento. Tenga en cuenta que el evento «Guardar documento» también puede activarse si el documento se guarda antes de cerrarlo.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id1001599837386243" class="tablecontentintable" dir="auto">OnUnload</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id391600157320922" class="tablecontentintable" dir="auto">- sin interfaz de usuario -</p></td>
<td rowspan="" colspan="" dir="auto"></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id81600157323361" class="tablecontentintable" dir="auto">OnLayoutFinished</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id981599837681979" class="tablecontentintable" dir="auto">Vista creada</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id281599838210270" class="tablecontentintable" dir="auto">Document is displayed. Note that this event also happens when a document is duplicated.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id221599838211428" class="tablecontentintable" dir="auto">OnViewCreated</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id511599837683562" class="tablecontentintable" dir="auto">La vista se cerrará</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id331599838046012" class="tablecontentintable" dir="auto">Document layout is getting removed.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id851599838047612" class="tablecontentintable" dir="auto">OnPrepareViewClosing</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id951599837684882" class="tablecontentintable" dir="auto">Vista cerrada</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id51599837816122" class="tablecontentintable" dir="auto">Document layout is cleared prior to the document closure.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id131599837818052" class="tablecontentintable" dir="auto">OnViewClosed</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3144772" class="tablecontentintable" dir="auto">Activar documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3149442" class="tablecontentintable" dir="auto">… después de que un documento se traiga al primer plano.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id401599838521395" class="tablecontentintable" dir="auto">OnFocus</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3150888" class="tablecontentintable" dir="auto">Desactivar documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3154060" class="tablecontentintable" dir="auto">… después de que otro documento se traiga al primer plano.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id311599838560117" class="tablecontentintable" dir="auto">OnUnfocus</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3150519" class="tablecontentintable" dir="auto">Guardar documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3155529" class="tablecontentintable" dir="auto">… antes de guardar un documento con <span class="emph">Archivo ▸ Guardar</span> o el icono <span class="emph">Guardar</span>, siempre que se haya especificado antes un nombre para el documento.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id541599838897948" class="tablecontentintable" dir="auto">OnSaveAs</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3149404" class="tablecontentintable" dir="auto">El documento se guardó</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3151332" class="tablecontentintable" dir="auto">… después de guardar un documento con <span class="emph">Archivo ▸ Guardar</span> o el icono <span class="emph">Guardar</span>, siempre que se haya especificado antes un nombre para el documento.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id931599838938268" class="tablecontentintable" dir="auto">OnSaveDone</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id161599838976700" class="tablecontentintable" dir="auto">Falló el guardado del documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id391599838979652" class="tablecontentintable" dir="auto">No se ha podido guardar el documento.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id21599838980580" class="tablecontentintable" dir="auto">OnSaveFailed</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3153266" class="tablecontentintable" dir="auto">Guardar documento como</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3150208" class="tablecontentintable" dir="auto">… antes de guardar un documento con un nombre específico (con <span class="emph">Archivo ▸ Guardar como</span>, <span class="emph">Archivo ▸ Guardar</span> o el icono <span class="emph">Guardar</span>, si no se ha especificado todavía un nombre de documento).</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id11599840125398" class="tablecontentintable" dir="auto">OnSaveAs</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3158215" class="tablecontentintable" dir="auto">El documento se guardó como</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3150980" class="tablecontentintable" dir="auto">… después de guardar un documento con un nombre específico (con <span class="emph">Archivo ▸ Guardar como</span>, <span class="emph">Archivo ▸ Guardar</span> o el icono <span class="emph">Guardar</span>, si no se ha especificado todavía un nombre de documento).</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id811599840174261" class="tablecontentintable" dir="auto">OnSaveAsDone</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id561599839702598" class="tablecontentintable" dir="auto">'Save As' has failed</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id951599840240048" class="tablecontentintable" dir="auto">No se ha podido guardar el documento.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id131599840241061" class="tablecontentintable" dir="auto">OnSaveAsFailed</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id851599839190548" class="tablecontentintable" dir="auto">- sin interfaz de usuario -</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id961599839198859" class="tablecontentintable" dir="auto">Cuando la ubicación del documento en disco ha cambiado, por ejemplo, después de una acción <span class="emph">Archivo ▸ Guardar como</span>.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id651599839199901" class="tablecontentintable" dir="auto">OnStorageChanged</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id501600150804809" class="tablecontentintable" dir="auto">Al almacenar o exportar una copia del documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id471610080505705" class="tablecontentintable" dir="auto">...before a document is saved with <span class="menuitem">File - Save a Copy</span>, <span class="menuitem">File - Export</span>, <span class="menuitem">File - Export as PDF</span> or the <span class="menuitem">Save</span> icons.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id781617239899601" class="tablecontentintable" dir="auto">OnCopyTo</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id502600180504809" class="tablecontentintable" dir="auto">Se creó una copia del documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id471601180505705" class="tablecontentintable" dir="auto">...after a document is saved with <span class="menuitem">File - Save a Copy</span>, <span class="menuitem">File - Export</span>, <span class="menuitem">File - Export as PDF</span> or the <span class="menuitem">Save</span> icons.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id781614179899601" class="tablecontentintable" dir="auto">OnCopyToDone</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id501006180504809" class="tablecontentintable" dir="auto">Falló la creación de una copia del documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id471600081505705" class="tablecontentintable" dir="auto">No se ha podido copiar ni exportar el documento.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id781613179998601" class="tablecontentintable" dir="auto">OnCopyToFailed</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id501600180504809" class="tablecontentintable" dir="auto">Imprimir documento</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id471600180505705" class="tablecontentintable" dir="auto">...after the Print dialog is closed, but before the actual print process begins. This event occurs for each copy printed.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id781613179899601" class="tablecontentintable" dir="auto">OnPrint</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id371600180345993" class="tablecontentintable" dir="auto">- sin interfaz de usuario -</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id851600180346872" class="tablecontentintable" dir="auto">...after document security settings have changed.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id785600179899601" class="tablecontentintable" dir="auto">OnModeChanged</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id921600180238854" class="tablecontentintable" dir="auto">Se ha cambiado el estado «modificado»</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id321600180239944" class="tablecontentintable" dir="auto">Modified state of a document has changed.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id781600179899601" class="tablecontentintable" dir="auto">OnModifyChanged</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id741600180121445" class="tablecontentintable" dir="auto">Título del documento cambiado</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id801600180122852" class="tablecontentintable" dir="auto">Cuando se actualiza el título del documento.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id841600179842448" class="tablecontentintable" dir="auto">OnTitleChanged</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id641600180121445" class="tablecontentintable" dir="auto">Se cargó un subcomponente</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id701600180122852" class="tablecontentintable" dir="auto">...after a database form has been opened.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id741600179842448" class="tablecontentintable" dir="auto"><span class="literal">OnSubComponentOpened</span></p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id641700180131445" class="tablecontentintable" dir="auto">Se cerró un subcomponente</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id701600290122852" class="tablecontentintable" dir="auto">...after a database form has been closed.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id751610179842448" class="tablecontentintable" dir="auto"><span class="literal">OnSubComponentClosed</span></p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id421600097736759" class="tablecontentintable" dir="auto">Inició la impresión de las cartas modelo</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id411600097854273" class="tablecontentintable" dir="auto">...before printing form letters using <span class="emph">File - Print</span> or <span class="emph">Tools - Mail Merge Wizard</span> menus.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id421600097855346" class="tablecontentintable" dir="auto">OnMailMerge</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id41600097737991" class="tablecontentintable" dir="auto">Finalizó la impresión de las cartas modelo</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id451600097862282" class="tablecontentintable" dir="auto">...after printing of form letters using <span class="emph">File - Print</span> or <span class="emph">Tools - Mail Merge Wizard</span> menus.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id231600097863331" class="tablecontentintable" dir="auto">OnMailMergeFinished</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id641600160655602" class="tablecontentintable" dir="auto">Printing of form fields started</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id331600160656617" class="tablecontentintable" dir="auto">...before printing form fields.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id81600160657657" class="tablecontentintable" dir="auto">OnFieldMerge</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id801600160725659" class="tablecontentintable" dir="auto">Printing of form fields finished</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id961600160726645" class="tablecontentintable" dir="auto">...after printing form fields.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id551600160727188" class="tablecontentintable" dir="auto">OnFieldMergeFinished</p></td>
</tr>
<tr>
<td rowspan="" colspan="" dir="auto"><p id="par_id3156366" class="tablecontentintable" dir="auto">Cambio del recuento de páginas</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id3154627" class="tablecontentintable" dir="auto">When the page count changes.</p></td>
<td rowspan="" colspan="" dir="auto"><p id="par_id931600098241318" class="tablecontentintable" dir="auto">OnPageCountChanged</p></td>
</tr>
</table>
<br>
<div class="note">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/note.svg" alt="note" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id131600158369191" dir="auto">Most events relate to documents, except <span class="literal">OnStartApp</span>, <span class="literal">OnCloseApp</span>, <span class="literal">OnCreate</span> and <span class="literal">OnLoadFinished</span> that occur at application level. <span class="literal">OnSubComponentOpened</span>, and <span class="literal">OnSubComponentClosed</span> events are fired by database's forms.</p></div>
</div>
<br>
<div class="tip">
<div class="noteicon" dir="auto"><img src="media/icon-themes/res/helpimg/tip.svg" alt="tip" style="width:40px;height:40px;"></div>
<div class="notetext"><p id="par_id321600158566782" dir="auto">Writer documents are triggering those specific events: <span class="literal">OnLayoutFinished</span>, <span class="literal">OnMailMerge</span>, <span class="literal">OnMailMergeFinished</span>, <span class="literal">OnFieldMerge</span>, <span class="literal">OnFieldMergeFinished</span> and <span class="literal">OnPageCountChanged</span>.</p></div>
</div>
<br>
<h2 id="hd_id3153299" dir="auto">Asignación de una macro a un evento</h2>
<ol itemprop="HowTo" itemscope="true" itemtype="http://schema.org/HowToSection" dir="auto">
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3147244" class="listitem" dir="auto">Vaya a <span class="emph">Herramientas ▸ Personalizar</span> y pulse en la pestaña <span class="emph">Eventos</span>.</p></li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3146098" class="listitem" dir="auto">Seleccione si desea que la asignación sea válida globalmente o solo en el documento actual seleccionando la opción correspondiente en el cuadro <span class="emph">Guardar en</span>.</p></li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3150431" class="listitem" dir="auto">Seleccione la acción de la lista <span class="emph">Evento</span>.</p></li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3148742" class="listitem" dir="auto">Pulse en <span class="emph">Macros</span> y seleccione la macro que se asignará al evento elegido.</p></li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3146321" class="listitem" dir="auto">Pulse en <span class="emph">Aceptar</span> para asignar la macro.</p></li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3147414" class="listitem" dir="auto">Pulse en <span class="emph">Aceptar</span> para cerrar el cuadro de diálogo.</p></li>
</ol>
<h2 id="hd_id3154581" dir="auto">Supresión de la asignación de una macro a un evento</h2>
<ol itemprop="HowTo" itemscope="true" itemtype="http://schema.org/HowToSection" dir="auto">
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3146883" class="listitem" dir="auto">Vaya a <span class="emph">Herramientas ▸ Personalizar</span> y pulse en la pestaña <span class="emph">Eventos</span>.</p></li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3155909" class="listitem" dir="auto">Elija si quiere quitar una asignación global o una que solo es válida en el documento actual seleccionando la opción correspondiente en el cuadro de lista <span class="emph">Guardar en</span>.</p></li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3159129" class="listitem" dir="auto">Seleccione el evento que contiene la asignación que desee suprimir de la lista de <span class="emph">Eventos</span>.</p></li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3149143" class="listitem" dir="auto">Pulse en <span class="emph">Quitar</span>.</p></li>
<li itemprop="itemListElement" itemscope="true" itemtype="http://schema.org/HowToStep" dir="auto"><p id="par_id3149351" class="listitem" dir="auto">Pulse en <span class="emph">Aceptar</span> para cerrar el cuadro de diálogo.</p></li>
</ol>
<a id="relatedtopics"></a><div class="relatedtopics">
<p class="related" itemprop="mentions" dir="auto"><a id="related"></a><span class="emph">Temas relacionados</span></p>
<div class="relatedbody" itemprop="mentions">
<p id="par_id341600162682135" class="paragraph" dir="auto">In addition to assigning macros to events, one can <a target="_top" href="es/text/sbasic/python/python_document_events.html">monitor events</a> triggered in LibreOffice documents.</p>
</div>
</div>
</div>
<div id="DonationFrame"></div>
<footer><h2 style="text-align: center;"><a href="https://books.libreoffice.org" target="_blank">Libros de LibreOffice</a></h2>
<div class="noteicon" dir="auto" style="display:flex;justify-content:center;flex-wrap:wrap;row-gap:15px;">
<img src="media/navigation/libo-writer.svg" alt="Writer Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-calc.svg" alt="Calc Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-impress.svg" alt="Impress Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-draw.svg" alt="Draw Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-base.svg" alt="Base Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-math.svg" alt="Math Icon" style="width:60px;height:60px;"><img src="media/navigation/libo-symbol-black.svg" alt="Getting Started Icon" style="width:60px;height:60px;">
</div>
<div id="DEBUG" class="debug">
<h3 class="bug">Help content debug info:</h3>
<p dir="auto">This page is: <a href="https://opengrok.libreoffice.org/xref/help/source/text/sbasic/shared/01040000.xhp" target="_blank">/text/sbasic/shared/01040000.xhp</a></p>
<p dir="auto">Title is: Document Event-Driven Macros</p>
<p id="bm_module" dir="auto"></p>
<p id="bm_system" dir="auto"></p>
<p id="bm_HID" dir="auto"></p>
</div></footer>
</body>
</html>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 01 | Folder | 0755 |
|
|
| 02 | Folder | 0755 |
|
|
| 03 | Folder | 0755 |
|
|
| 00000002.html | File | 8.56 KB | 0644 |
|
| 00000003.html | File | 28.14 KB | 0644 |
|
| 01000000.html | File | 5.48 KB | 0644 |
|
| 01010210.html | File | 7.54 KB | 0644 |
|
| 01020000.html | File | 5.39 KB | 0644 |
|
| 01020100.html | File | 29.21 KB | 0644 |
|
| 01020200.html | File | 4.78 KB | 0644 |
|
| 01020300.html | File | 19.46 KB | 0644 |
|
| 01020500.html | File | 5.77 KB | 0644 |
|
| 01030000.html | File | 5.17 KB | 0644 |
|
| 01030100.html | File | 5.25 KB | 0644 |
|
| 01030200.html | File | 10.6 KB | 0644 |
|
| 01030300.html | File | 22.3 KB | 0644 |
|
| 01030400.html | File | 21.46 KB | 0644 |
|
| 01040000.html | File | 29.11 KB | 0644 |
|
| 01050000.html | File | 8.94 KB | 0644 |
|
| 01050100.html | File | 5.34 KB | 0644 |
|
| 01050200.html | File | 4.15 KB | 0644 |
|
| 01050300.html | File | 5.2 KB | 0644 |
|
| 01170100.html | File | 7.26 KB | 0644 |
|
| 01170101.html | File | 31.62 KB | 0644 |
|
| 01170103.html | File | 6.87 KB | 0644 |
|
| 03000000.html | File | 8.61 KB | 0644 |
|
| 03010000.html | File | 5 KB | 0644 |
|
| 03010100.html | File | 4.58 KB | 0644 |
|
| 03010102.html | File | 16.46 KB | 0644 |
|
| 03010103.html | File | 9.97 KB | 0644 |
|
| 03010200.html | File | 4.31 KB | 0644 |
|
| 03010201.html | File | 7.04 KB | 0644 |
|
| 03010300.html | File | 5.87 KB | 0644 |
|
| 03010301.html | File | 6.98 KB | 0644 |
|
| 03010302.html | File | 6.4 KB | 0644 |
|
| 03010303.html | File | 6.96 KB | 0644 |
|
| 03010304.html | File | 7.13 KB | 0644 |
|
| 03010305.html | File | 7.54 KB | 0644 |
|
| 03010306.html | File | 7.17 KB | 0644 |
|
| 03020000.html | File | 6.28 KB | 0644 |
|
| 03020100.html | File | 5.06 KB | 0644 |
|
| 03020101.html | File | 7.72 KB | 0644 |
|
| 03020102.html | File | 8.16 KB | 0644 |
|
| 03020103.html | File | 11.08 KB | 0644 |
|
| 03020104.html | File | 6.19 KB | 0644 |
|
| 03020200.html | File | 6.38 KB | 0644 |
|
| 03020201.html | File | 9.18 KB | 0644 |
|
| 03020202.html | File | 8.46 KB | 0644 |
|
| 03020203.html | File | 8.38 KB | 0644 |
|
| 03020204.html | File | 9.91 KB | 0644 |
|
| 03020205.html | File | 8.89 KB | 0644 |
|
| 03020301.html | File | 8.49 KB | 0644 |
|
| 03020302.html | File | 5.38 KB | 0644 |
|
| 03020303.html | File | 8.97 KB | 0644 |
|
| 03020304.html | File | 5.15 KB | 0644 |
|
| 03020305.html | File | 6.41 KB | 0644 |
|
| 03020400.html | File | 9.18 KB | 0644 |
|
| 03020401.html | File | 7.89 KB | 0644 |
|
| 03020402.html | File | 8.11 KB | 0644 |
|
| 03020403.html | File | 8.64 KB | 0644 |
|
| 03020404.html | File | 8.78 KB | 0644 |
|
| 03020405.html | File | 8.38 KB | 0644 |
|
| 03020406.html | File | 5.93 KB | 0644 |
|
| 03020407.html | File | 6.64 KB | 0644 |
|
| 03020408.html | File | 6.43 KB | 0644 |
|
| 03020409.html | File | 9.93 KB | 0644 |
|
| 03020410.html | File | 5.85 KB | 0644 |
|
| 03020411.html | File | 7.44 KB | 0644 |
|
| 03020412.html | File | 5.19 KB | 0644 |
|
| 03020413.html | File | 6.59 KB | 0644 |
|
| 03020414.html | File | 8.25 KB | 0644 |
|
| 03020415.html | File | 5.47 KB | 0644 |
|
| 03030000.html | File | 5.79 KB | 0644 |
|
| 03030100.html | File | 12.41 KB | 0644 |
|
| 03030101.html | File | 7.33 KB | 0644 |
|
| 03030102.html | File | 7.36 KB | 0644 |
|
| 03030103.html | File | 6.02 KB | 0644 |
|
| 03030104.html | File | 5.92 KB | 0644 |
|
| 03030105.html | File | 13.53 KB | 0644 |
|
| 03030106.html | File | 5.79 KB | 0644 |
|
| 03030107.html | File | 6.04 KB | 0644 |
|
| 03030108.html | File | 7.58 KB | 0644 |
|
| 03030110.html | File | 9.82 KB | 0644 |
|
| 03030111.html | File | 5.25 KB | 0644 |
|
| 03030112.html | File | 5.26 KB | 0644 |
|
| 03030113.html | File | 5.27 KB | 0644 |
|
| 03030114.html | File | 5.26 KB | 0644 |
|
| 03030115.html | File | 5.27 KB | 0644 |
|
| 03030116.html | File | 5.26 KB | 0644 |
|
| 03030120.html | File | 13.98 KB | 0644 |
|
| 03030130.html | File | 14.14 KB | 0644 |
|
| 03030200.html | File | 7.17 KB | 0644 |
|
| 03030201.html | File | 5.83 KB | 0644 |
|
| 03030202.html | File | 6.35 KB | 0644 |
|
| 03030203.html | File | 5.94 KB | 0644 |
|
| 03030204.html | File | 5.78 KB | 0644 |
|
| 03030205.html | File | 7.7 KB | 0644 |
|
| 03030206.html | File | 6.86 KB | 0644 |
|
| 03030300.html | File | 5.12 KB | 0644 |
|
| 03030301.html | File | 4.76 KB | 0644 |
|
| 03030302.html | File | 4.78 KB | 0644 |
|
| 03030303.html | File | 6.61 KB | 0644 |
|
| 03040000.html | File | 62.7 KB | 0644 |
|
| 03050000.html | File | 7.41 KB | 0644 |
|
| 03050100.html | File | 5.85 KB | 0644 |
|
| 03050200.html | File | 5.73 KB | 0644 |
|
| 03050300.html | File | 18.68 KB | 0644 |
|
| 03050500.html | File | 7.3 KB | 0644 |
|
| 03060000.html | File | 6.3 KB | 0644 |
|
| 03060100.html | File | 6 KB | 0644 |
|
| 03060200.html | File | 5.76 KB | 0644 |
|
| 03060300.html | File | 5.77 KB | 0644 |
|
| 03060400.html | File | 5.49 KB | 0644 |
|
| 03060500.html | File | 5.65 KB | 0644 |
|
| 03060600.html | File | 5.75 KB | 0644 |
|
| 03070000.html | File | 6.32 KB | 0644 |
|
| 03070100.html | File | 5.13 KB | 0644 |
|
| 03070200.html | File | 5.15 KB | 0644 |
|
| 03070300.html | File | 5.14 KB | 0644 |
|
| 03070400.html | File | 5.11 KB | 0644 |
|
| 03070500.html | File | 5.22 KB | 0644 |
|
| 03070600.html | File | 8.15 KB | 0644 |
|
| 03070700.html | File | 6.06 KB | 0644 |
|
| 03080000.html | File | 6.58 KB | 0644 |
|
| 03080100.html | File | 5.2 KB | 0644 |
|
| 03080101.html | File | 8.01 KB | 0644 |
|
| 03080102.html | File | 7.44 KB | 0644 |
|
| 03080103.html | File | 7.53 KB | 0644 |
|
| 03080104.html | File | 7.54 KB | 0644 |
|
| 03080200.html | File | 4.51 KB | 0644 |
|
| 03080201.html | File | 5.63 KB | 0644 |
|
| 03080202.html | File | 6.04 KB | 0644 |
|
| 03080300.html | File | 4.5 KB | 0644 |
|
| 03080301.html | File | 7.13 KB | 0644 |
|
| 03080302.html | File | 6.41 KB | 0644 |
|
| 03080400.html | File | 4.14 KB | 0644 |
|
| 03080401.html | File | 5.36 KB | 0644 |
|
| 03080500.html | File | 4.74 KB | 0644 |
|
| 03080501.html | File | 5.8 KB | 0644 |
|
| 03080502.html | File | 5.73 KB | 0644 |
|
| 03080503.html | File | 5.89 KB | 0644 |
|
| 03080600.html | File | 4.11 KB | 0644 |
|
| 03080601.html | File | 5.67 KB | 0644 |
|
| 03080700.html | File | 4.21 KB | 0644 |
|
| 03080701.html | File | 6.43 KB | 0644 |
|
| 03080800.html | File | 4.44 KB | 0644 |
|
| 03080801.html | File | 5.64 KB | 0644 |
|
| 03080802.html | File | 5.11 KB | 0644 |
|
| 03090000.html | File | 5.62 KB | 0644 |
|
| 03090100.html | File | 4.91 KB | 0644 |
|
| 03090101.html | File | 9.45 KB | 0644 |
|
| 03090102.html | File | 7.14 KB | 0644 |
|
| 03090103.html | File | 6.99 KB | 0644 |
|
| 03090200.html | File | 5.38 KB | 0644 |
|
| 03090201.html | File | 8.97 KB | 0644 |
|
| 03090202.html | File | 11.1 KB | 0644 |
|
| 03090203.html | File | 7.13 KB | 0644 |
|
| 03090300.html | File | 5.14 KB | 0644 |
|
| 03090301.html | File | 8.02 KB | 0644 |
|
| 03090302.html | File | 6.43 KB | 0644 |
|
| 03090303.html | File | 7.41 KB | 0644 |
|
| 03090400.html | File | 8.39 KB | 0644 |
|
| 03090401.html | File | 7.34 KB | 0644 |
|
| 03090402.html | File | 7.68 KB | 0644 |
|
| 03090403.html | File | 6.66 KB | 0644 |
|
| 03090404.html | File | 6.22 KB | 0644 |
|
| 03090405.html | File | 5.69 KB | 0644 |
|
| 03090406.html | File | 12.67 KB | 0644 |
|
| 03090407.html | File | 5.87 KB | 0644 |
|
| 03090408.html | File | 5.03 KB | 0644 |
|
| 03090409.html | File | 11.78 KB | 0644 |
|
| 03090410.html | File | 6.79 KB | 0644 |
|
| 03090411.html | File | 5.79 KB | 0644 |
|
| 03090412.html | File | 7.81 KB | 0644 |
|
| 03090413.html | File | 10.12 KB | 0644 |
|
| 03100000.html | File | 21.74 KB | 0644 |
|
| 03100050.html | File | 7.24 KB | 0644 |
|
| 03100060.html | File | 6.07 KB | 0644 |
|
| 03100070.html | File | 4.57 KB | 0644 |
|
| 03100080.html | File | 5.05 KB | 0644 |
|
| 03100100.html | File | 9.71 KB | 0644 |
|
| 03100300.html | File | 7.93 KB | 0644 |
|
| 03100400.html | File | 8.12 KB | 0644 |
|
| 03100500.html | File | 10.58 KB | 0644 |
|
| 03100600.html | File | 8.34 KB | 0644 |
|
| 03100700.html | File | 7.41 KB | 0644 |
|
| 03100900.html | File | 7.93 KB | 0644 |
|
| 03101000.html | File | 8.61 KB | 0644 |
|
| 03101100.html | File | 6.38 KB | 0644 |
|
| 03101110.html | File | 6.42 KB | 0644 |
|
| 03101120.html | File | 6.33 KB | 0644 |
|
| 03101130.html | File | 6.4 KB | 0644 |
|
| 03101140.html | File | 6.41 KB | 0644 |
|
| 03101300.html | File | 6.44 KB | 0644 |
|
| 03101400.html | File | 6.41 KB | 0644 |
|
| 03101500.html | File | 6.4 KB | 0644 |
|
| 03101600.html | File | 6.4 KB | 0644 |
|
| 03101700.html | File | 6.38 KB | 0644 |
|
| 03102000.html | File | 6.43 KB | 0644 |
|
| 03102100.html | File | 15.27 KB | 0644 |
|
| 03102101.html | File | 13.49 KB | 0644 |
|
| 03102200.html | File | 5.34 KB | 0644 |
|
| 03102300.html | File | 5.5 KB | 0644 |
|
| 03102400.html | File | 5.34 KB | 0644 |
|
| 03102450.html | File | 5.08 KB | 0644 |
|
| 03102600.html | File | 5.5 KB | 0644 |
|
| 03102700.html | File | 5.39 KB | 0644 |
|
| 03102800.html | File | 8.09 KB | 0644 |
|
| 03102900.html | File | 6.3 KB | 0644 |
|
| 03103000.html | File | 6.23 KB | 0644 |
|
| 03103100.html | File | 5.47 KB | 0644 |
|
| 03103200.html | File | 5.09 KB | 0644 |
|
| 03103300.html | File | 5.65 KB | 0644 |
|
| 03103350.html | File | 7.51 KB | 0644 |
|
| 03103400.html | File | 4.9 KB | 0644 |
|
| 03103450.html | File | 4.91 KB | 0644 |
|
| 03103500.html | File | 5.79 KB | 0644 |
|
| 03103600.html | File | 17 KB | 0644 |
|
| 03103700.html | File | 7.13 KB | 0644 |
|
| 03103800.html | File | 6.25 KB | 0644 |
|
| 03103900.html | File | 6.79 KB | 0644 |
|
| 03104000.html | File | 5.11 KB | 0644 |
|
| 03104100.html | File | 5.13 KB | 0644 |
|
| 03104200.html | File | 5.84 KB | 0644 |
|
| 03104300.html | File | 5.43 KB | 0644 |
|
| 03104400.html | File | 5.4 KB | 0644 |
|
| 03104500.html | File | 5.45 KB | 0644 |
|
| 03104600.html | File | 6.77 KB | 0644 |
|
| 03104700.html | File | 6.36 KB | 0644 |
|
| 03110100.html | File | 7.28 KB | 0644 |
|
| 03120000.html | File | 5.32 KB | 0644 |
|
| 03120100.html | File | 6.86 KB | 0644 |
|
| 03120101.html | File | 6.72 KB | 0644 |
|
| 03120102.html | File | 7.95 KB | 0644 |
|
| 03120103.html | File | 8.43 KB | 0644 |
|
| 03120104.html | File | 6.93 KB | 0644 |
|
| 03120105.html | File | 7.23 KB | 0644 |
|
| 03120111.html | File | 7.15 KB | 0644 |
|
| 03120112.html | File | 7.33 KB | 0644 |
|
| 03120200.html | File | 4.55 KB | 0644 |
|
| 03120201.html | File | 5.99 KB | 0644 |
|
| 03120202.html | File | 6.08 KB | 0644 |
|
| 03120300.html | File | 9.27 KB | 0644 |
|
| 03120301.html | File | 14.89 KB | 0644 |
|
| 03120302.html | File | 5.8 KB | 0644 |
|
| 03120303.html | File | 6.62 KB | 0644 |
|
| 03120304.html | File | 7.21 KB | 0644 |
|
| 03120305.html | File | 6.33 KB | 0644 |
|
| 03120306.html | File | 7.81 KB | 0644 |
|
| 03120307.html | File | 6.76 KB | 0644 |
|
| 03120308.html | File | 7.39 KB | 0644 |
|
| 03120309.html | File | 6.31 KB | 0644 |
|
| 03120310.html | File | 5.8 KB | 0644 |
|
| 03120311.html | File | 6.18 KB | 0644 |
|
| 03120312.html | File | 5.94 KB | 0644 |
|
| 03120313.html | File | 5.98 KB | 0644 |
|
| 03120314.html | File | 6.78 KB | 0644 |
|
| 03120315.html | File | 6.69 KB | 0644 |
|
| 03120400.html | File | 4.81 KB | 0644 |
|
| 03120401.html | File | 7.03 KB | 0644 |
|
| 03120402.html | File | 5.21 KB | 0644 |
|
| 03120403.html | File | 6.75 KB | 0644 |
|
| 03120411.html | File | 8.16 KB | 0644 |
|
| 03120412.html | File | 6.02 KB | 0644 |
|
| 03130000.html | File | 7.96 KB | 0644 |
|
| 03130100.html | File | 5.29 KB | 0644 |
|
| 03130500.html | File | 10.06 KB | 0644 |
|
| 03130600.html | File | 5.62 KB | 0644 |
|
| 03130610.html | File | 5.86 KB | 0644 |
|
| 03130700.html | File | 5.64 KB | 0644 |
|
| 03130800.html | File | 5.37 KB | 0644 |
|
| 03131000.html | File | 4.89 KB | 0644 |
|
| 03131300.html | File | 4.89 KB | 0644 |
|
| 03131400.html | File | 4.89 KB | 0644 |
|
| 03131500.html | File | 5.13 KB | 0644 |
|
| 03131600.html | File | 8.54 KB | 0644 |
|
| 03131700.html | File | 5.09 KB | 0644 |
|
| 03131800.html | File | 5.15 KB | 0644 |
|
| 03131900.html | File | 6.89 KB | 0644 |
|
| 03132000.html | File | 16.86 KB | 0644 |
|
| 03132100.html | File | 5.69 KB | 0644 |
|
| 03132200.html | File | 7.92 KB | 0644 |
|
| 03132300.html | File | 9.17 KB | 0644 |
|
| 03132400.html | File | 5.65 KB | 0644 |
|
| 03132500.html | File | 4.46 KB | 0644 |
|
| 03140000.html | File | 7.88 KB | 0644 |
|
| 03140001.html | File | 7.6 KB | 0644 |
|
| 03140002.html | File | 7.9 KB | 0644 |
|
| 03140003.html | File | 7.08 KB | 0644 |
|
| 03140004.html | File | 7.37 KB | 0644 |
|
| 03140005.html | File | 7.57 KB | 0644 |
|
| 03140006.html | File | 7.03 KB | 0644 |
|
| 03140007.html | File | 7.74 KB | 0644 |
|
| 03140008.html | File | 8.28 KB | 0644 |
|
| 03140009.html | File | 7.73 KB | 0644 |
|
| 03140010.html | File | 7.93 KB | 0644 |
|
| 03140011.html | File | 7.22 KB | 0644 |
|
| 03140012.html | File | 7.39 KB | 0644 |
|
| 03150000.html | File | 11.16 KB | 0644 |
|
| 03150001.html | File | 12.03 KB | 0644 |
|
| 03150002.html | File | 6.96 KB | 0644 |
|
| 03160000.html | File | 7.39 KB | 0644 |
|
| 03170000.html | File | 8.8 KB | 0644 |
|
| 03170010.html | File | 12.43 KB | 0644 |
|
| 03170020.html | File | 11.82 KB | 0644 |
|
| 05060700.html | File | 16.1 KB | 0644 |
|
| CallByName.html | File | 11.75 KB | 0644 |
|
| Compiler_options.html | File | 8.79 KB | 0644 |
|
| CreateUnoSvcWithArgs.html | File | 10.39 KB | 0644 |
|
| ErrVBA.html | File | 14.88 KB | 0644 |
|
| GetPathSeparator.html | File | 6.85 KB | 0644 |
|
| Resume.html | File | 9.34 KB | 0644 |
|
| calc_functions.html | File | 53.05 KB | 0644 |
|
| classmodule.html | File | 7.47 KB | 0644 |
|
| code-stubs.html | File | 5.29 KB | 0644 |
|
| collection.html | File | 18.13 KB | 0644 |
|
| color_scheme.html | File | 6.94 KB | 0644 |
|
| compatibilitymode.html | File | 11.71 KB | 0644 |
|
| compatible.html | File | 9.73 KB | 0644 |
|
| conventions.html | File | 9.84 KB | 0644 |
|
| doEvents.html | File | 6.76 KB | 0644 |
|
| enum.html | File | 8.82 KB | 0644 |
|
| exportasfixedformat.html | File | 8.9 KB | 0644 |
|
| fragments.html | File | 9.73 KB | 0644 |
|
| is_keyword.html | File | 7.13 KB | 0644 |
|
| keys.html | File | 7.72 KB | 0644 |
|
| main0211.html | File | 19.62 KB | 0644 |
|
| main0601.html | File | 12.57 KB | 0644 |
|
| new_keyword.html | File | 7.79 KB | 0644 |
|
| partition.html | File | 7.44 KB | 0644 |
|
| property.html | File | 16.61 KB | 0644 |
|
| replace.html | File | 8.63 KB | 0644 |
|
| special_vba_func.html | File | 17.09 KB | 0644 |
|
| stardesktop.html | File | 4.77 KB | 0644 |
|
| strconv.html | File | 13.49 KB | 0644 |
|
| thisdbdoc.html | File | 7.2 KB | 0644 |
|
| uno_objects.html | File | 12.42 KB | 0644 |
|
| vba_objects.html | File | 15.53 KB | 0644 |
|
| vbasupport.html | File | 7.61 KB | 0644 |
|