
Openoffice
相聚一刻
36岁开始学习做人,学习做事
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Opendocument 问与答 (FAQ)
What is the Open Document Format for Office Applications (OpenDocument) OASIS Standard? The OpenDocument OASIS Standard is an XML-based file format suitable for office application翻译 2006-06-09 17:38:00 · 1309 阅读 · 0 评论 -
在tab page对象里获得当前文档对象
在sw里,一般的tab page类的constructor为:SwCompatibilityOptPage::SwCompatibilityOptPage( Window* pParent, const SfxItemSet& rSet );可以从rSet的引用中获得当前文档对象指针:const SfxPoolItem* pItem = NULL;if ( SFX_ITEM_SET == rSet原创 2007-01-09 11:29:00 · 765 阅读 · 0 评论 -
subversion migration
sample for check out ooo-build mudule:svn co svn+ssh://YOUR_USER_ID@svn-test.gnome.org/svn/ooo-build/trunk ooo-build reference:1. cvs --> svn: http://developer.gnome.org/tools/svn.html2. svn tools:原创 2007-01-10 15:51:00 · 614 阅读 · 0 评论 -
OO.org framework
The framework of OO.org includes 4 layers.1) Application layer: sw, sd,sc, sch, sm2) Framework layer: sfx,svx3) Infrastrucure layer: uno, ucb, sbl,so,vcl, vos, tools4) System Abstraction layer: stl, r原创 2007-01-04 17:53:00 · 922 阅读 · 0 评论 -
Using cvs, patch and diff
Using patch / diff Patch/diff are wonderful tools, however people often provide data that confuses them in a messy and difficult to un-tangle sort of a way. Here are some hints on untangling the me原创 2007-01-04 17:36:00 · 1786 阅读 · 0 评论 -
本地语言支持
例如对于"Tools-->Options-->Language Settings -->Language" 这个tab page, 对应的资源文件位于/svx/source/dialog/optgdlg.src.但这个资源文件只支持英语和德语,要使这个tab page支持其他语言,需要在/svx/source/dialog/localize.sdf这个本地化文件里定义另外语言支持。例如:svx原创 2007-01-05 17:23:00 · 829 阅读 · 0 评论 -
How to access resource file
<!-- @page { size: 21cm 29.7cm; margin: 2cm } P { margin-bottom: 0.21cm } --> The item values of compatibility option tab page is read from the resource file原创 2007-01-04 17:16:00 · 765 阅读 · 0 评论 -
Translation of the OpenOffice 2.0 program software
Translation of the OpenOffice 2.0 program software转载 2007-02-09 14:58:00 · 1186 阅读 · 0 评论 -
OpenDocument文件格式在政府机关中的重要性
在今天的数字经济中,越来越多的人使用电子文档的方式来存在它们的信息,然而他们却无法保证在未来是否可以正常访问他们的文档。 OpenDocument 文件格式(ODF)通过标准化的文件格式的方式来克服这些问题,任何人都可以在任何平台和任何时间内使用他们的文档。使用ODF这种开放的标准,可以确保用户的信息能够跨平台和跨应用存取,即使技术发现的变化。任何组织和个人通过使用开放的格式来存储他们的数据,原创 2006-07-06 15:25:00 · 3367 阅读 · 0 评论 -
如何获得当前系统的local语言环境
It is very simple in sw module, just call this:USHORT nAppScriptType = GetI18NScriptTypeOfLanguage( (USHORT)GetAppLanguage() );原创 2007-01-09 11:33:00 · 1701 阅读 · 0 评论