问题标签 [openoffice-basic]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
libreoffice-basic - “oSheet”中的“o”代表什么?
我注意到许多在线示例,其中 OOoBasic 和 Libre Office Basic 使用“o”约定来命名对象。
我们总是看到oSheet
, oCell
, 等等。
“o”代表对象吗?是否有列出这些约定的文件?
openoffice.org - 如何在openoffice电子表格的单元格中使文本居中?
无论如何要使文本在openoffice电子表格的单元格中居中?中心,我的意思是在文本的左右、顶部和底部之间有相同的空白。
提前致谢!
openoffice-basic - Libreoffice - 为网格系列创建相对超链接
我有一个设置为 A1、A2、B1、B2、B3 等的网格。行从 A...Z 以及 AA 到 KG,列的范围从 1 到 1000。
感谢LibreOffice Draw 中的@Jim K - 根据查询表添加超链接,我们可以添加从 1 到 1000 的超链接,但我不确定如何嵌入第二个循环来执行此操作?
如果我们可以提供一个包含
这确保只有我们想要的文本是超链接的,它可以处理任何复杂的文件名。匹配也应该是精确的。
vba - 如何将 Excel VBA 移植到 OpenOffice 基础版?
如何将 Excel VBA 宏移植到 OpenOffice 基本宏?
这是每 5 秒刷新一次的宏。
我尝试将此宏转换为 OpenOffice 宏(使用http://www.business-spreadsheets.com/vba2oo.asp)
这行代码导致语法错误是:
但是出现错误
基本语法错误。预期的:,。
在 oSheet 中作为对象。
如何让它在 OpenOffice 中工作?
cursor - openoffice-writer 检查表中的视图光标
我有一个带有属性的表:名称 = '图像'。
我想检查我的 ViewCursor 是否存在于此表中。
您可以使用以下代码获取 ViewCursor 的位置:
但我不知道如何检查 vViewCursor 是否在表中:'Images' 与否。
有谁知道如何做到这一点?
我在 Openoffice Basic 中编写了宏。该表位于 OpenOffice Writer 中。
openoffice.org - Open/Libre Office macro to scroll view to selection
In Writer, I would like to search for some text and when found position the view to the top of the view/window.
Using the following code,
the view changes and it shows the selection but it is not in any particular place. I want it to be at the top of the window/view.
I've also found elsewhere the use of ThisComponent.currentController.getViewData()
and restoreViewData()
. So I experimented and determined how to change the data returned in order to get a vertical scroll but nothing happens. For example...
Any suggestions?
PS: I am running version 5.0.5.2 on Windows 7 x64
openoffice-basic - OpenOffice:如何从 http 地址加载数据?
使用 Openoffice 宏,我想从本地网络服务器加载数据。我试过这段代码:
此代码有效,但是当网络服务器不在端口 80 上侦听时怎么办?(例如,在端口 8080 上)我尝试了 webAddr = " http://127.0.0.1:8080 " 但它不起作用:(
有人可以帮助我吗?谢谢。
编辑:也许用这种代码?
但我不知道如何使用它:/
vba - OpenOffice BASIC 如何在工作表中插入复选框
我正在使用 OpenOffice Calc。我正在 OpenOffice BASIC 中编写宏。我需要正确的代码在工作表中插入一个复选框。
我现在有
所以我想创建一个复选框,然后将其插入工作表中。(在特定的单元格中,或仅通过设置 X 和 Y 位置)。我在互联网上搜索,但我只找到有关将控件插入对话框而不是工作表的信息
openoffice-calc - OpenOffice Calc 函数返回 #VALUE
我想为返回 #VALUE 的 Calc 编写一个基本函数!可使用 ISERR() 进行测试。
但是那个 foo 函数返回 0 而不是一些错误 #VALUE!。我该怎么做?