create a new page, using OOo/Ext/MRI/Documentation/BundledMacros as a template.
Front page
Search
掲示板
Reload
Help
Browse Log
掲示板の使い方
OOo 掲示板3
OOo 掲示板2
OOo 掲示板
掲示板
雑談掲示板
New
List of pages
Recent changes
Backup
簡単ヘルプ
整形ルール
Start:
* Bundled Macros [#l270d49d]
After version 1.0.0, MRI has macro support and it has bun...
This document describes about each bundled macros which c...
#contents
** Inspect Elements of Index Container [#c9813411]
Inspects all elements of the current index container if c...
** Inspect Elements of Named Container [#j8aa1d99]
Inspects all elements of the current named container if c...
** Inspect Elements of Enumeration Container [#ed8487b5]
Inspects all elements of the current enumeration containe...
** Inspect Elements of Sequence [#l675d9ff]
Inspects all element of the current one-dimensional seque...
** Inspect Accessible Children [#r4c2640a]
Try to inspect all children in the accessible hierarchy. ...
** Inspect Data Sequence of Chart [#x6146335]
Execute with chart document as a target which supports co...
** Diff [#i61cdb36]
Compare current target with another one which is take fro...
** Diff in History [#r870df4b]
Compare current target with another one which is chosen i...
** Modifiable Configuration [#l2aa4a2b]
The configuration target created with Targets - Configura...
** Import Macros [#laaf72ca]
Users can keep their own macro files in the directory spe...
Importer allows to load py, zip, tar.gz and tar.bz2 files...
Make a copy of your macro and make an archive for macro p...
** Reload Property Values [#zb0c4676]
Force to reload property values on current inspected targ...
** Reload Macros Menu [#b6372e98]
Regenerate macros menu. Macros menu is statically created...
** Reload Current Code Generator [#bac92b67]
Reload generator module which is used to generate code no...
** Small Console [#u598f01c]
This macro allows you to do something interactively with ...
Following variables are prepared to access something.
- console: console itself.
- ctx: component context.
- create: This is a function which takes one string as se...
- uno: uno.py
- mri: MRI instance.
- __name__: __console__
- __doc__: text for console.help()
The mri variable holds current target in its current inst...
>>> obj = mri.current.target
The target instance variable keeps real target.
End:
* Bundled Macros [#l270d49d]
After version 1.0.0, MRI has macro support and it has bun...
This document describes about each bundled macros which c...
#contents
** Inspect Elements of Index Container [#c9813411]
Inspects all elements of the current index container if c...
** Inspect Elements of Named Container [#j8aa1d99]
Inspects all elements of the current named container if c...
** Inspect Elements of Enumeration Container [#ed8487b5]
Inspects all elements of the current enumeration containe...
** Inspect Elements of Sequence [#l675d9ff]
Inspects all element of the current one-dimensional seque...
** Inspect Accessible Children [#r4c2640a]
Try to inspect all children in the accessible hierarchy. ...
** Inspect Data Sequence of Chart [#x6146335]
Execute with chart document as a target which supports co...
** Diff [#i61cdb36]
Compare current target with another one which is take fro...
** Diff in History [#r870df4b]
Compare current target with another one which is chosen i...
** Modifiable Configuration [#l2aa4a2b]
The configuration target created with Targets - Configura...
** Import Macros [#laaf72ca]
Users can keep their own macro files in the directory spe...
Importer allows to load py, zip, tar.gz and tar.bz2 files...
Make a copy of your macro and make an archive for macro p...
** Reload Property Values [#zb0c4676]
Force to reload property values on current inspected targ...
** Reload Macros Menu [#b6372e98]
Regenerate macros menu. Macros menu is statically created...
** Reload Current Code Generator [#bac92b67]
Reload generator module which is used to generate code no...
** Small Console [#u598f01c]
This macro allows you to do something interactively with ...
Following variables are prepared to access something.
- console: console itself.
- ctx: component context.
- create: This is a function which takes one string as se...
- uno: uno.py
- mri: MRI instance.
- __name__: __console__
- __doc__: text for console.help()
The mri variable holds current target in its current inst...
>>> obj = mri.current.target
The target instance variable keeps real target.
Page: