
LibreOffice源码开发(加qq群174768656)
帝江VII
杨光明媚
展开
-
LibreOffice源码开发_重要数据结构
暂时记录一下,有空整理SfxPoolItem, SfxItemPool and SfxItemSetFrom object property's view, a SfxPoolItem represents one property of an object. For an example, SvxBrushItem(sub of SfxPoolItem) represen原创 2016-07-22 13:39:43 · 1246 阅读 · 0 评论 -
为LibreOffice的工具栏添加一个新功能流程
Now let's launch a bigger window than just a tiny little InfoBox. So we want to click on a graphic in Writer and have the option of saving the graphic/ picture to disk direct!Cool! So what we woul原创 2016-08-01 11:08:53 · 977 阅读 · 0 评论 -
window 下编译LibreOffice源码
最权威的社区链接:https://wiki.documentfoundation.org/Development/BuildingOnWindows也许英文好的人直接看wiki上的说明就能很容易的编译并搭建好LibreOffice。 编译过程中遇到任何问题,欢迎加qq群:174768656 一、下载Cygwin链接:http://www.cygwin.com/ win(3...原创 2016-07-20 14:00:26 · 2496 阅读 · 4 评论 -
LibreOffice源码开发 _排版
LibreOffice writer 进行排版的参考文档 https://wiki.openoffice.org/wiki/Writer/Text_Formatting其实只看是不能深刻理解的,对一些概念如LinePortion,SwtxtFormatInfo还是不知道怎么用。具体的简单实践可以查看sw/source/core/text/Itrform2.cxx 中mergec原创 2016-07-19 13:00:56 · 2784 阅读 · 0 评论