SlideShare a Scribd company logo
1 of 83
真•OpenOffice.org的UNO魔術 那些 MS Office 做不到的事 依瑪貓╱楊士青 <imacat@mail.imacat.idv.tw> 2010-09-15
「 OpenOffice.org 的 UNO 魔術」簡報由 依瑪貓╱楊士青 製作, 以 創用CC Attribution-ShareAlike 3.0 Unported 授權條款 釋出。
自我介紹 ,[object Object]
曾任OpenOffice.org應用開發工程師
甲骨文(昇陽)教育中心專任講師、自由軟體鑄造場講師、資策會兼任講師
Debian OpenOffice.org套件團隊
OpenOffice.org應用開發
OpenOffice.org應用開發 ,[object Object]
OpenOffice.org物件系統
OpenOffice.org Basic 程式語言 模仿MS VBA的程式語言, 以方便MS Office工程師快速上手轉換。
OpenOffice.org Basic 程式語言 ,[object Object]
Sum = 0
For I = 1 To 5
Sum = Sum + I
Next
MsgBox Sum
OpenOffice.org Basic 內建開發環境IDE
OpenOffice.org物件系統
Office Application 應用程式 PowerPoint 簡報 MS Office程式架構 Excel 試算表 Word 文件
Office Application 應用程式 MS Office物件架構 Excel 試算表 ActiveSheet ActiveWorkbook Sheets ActiveWindow Range Rows Columns Cells Workbooks Windows
OpenOffice.org程式架構 OpenOffice.org 主程式 Writer 文件 Calc 試算表 Impress 簡報
Application 應用程式 OpenOffice.org程式架構 OpenOffice.org 主程式 Writer 文件 Calc 試算表 Impress 簡報
Components OpenOffice.org物件架構 OpenOffice.org Desktop Text Document Spreadsheet Document Presentation Document
Components OpenOffice.org物件架構 OpenOffice.org Desktop Text Document Spreadsheet Document Presentation Document Paragraphs Text Ranges Tables Shapes … Text Cursors
Components OpenOffice.org物件架構 OpenOffice.org Desktop Text Document Spreadsheet Document Presentation Document Spreadsheets Sheet Cells … Data Pilots Database Ranges Charts
Components OpenOffice.org物件架構 OpenOffice.org Desktop Text Document Spreadsheet Document Presentation Document Draw Pages Shapes … Charts Presentation Slide Show Controller
OpenOffice.org物件架構 與MS Office物件架構比較 兩套物件系統完全不一樣!
OpenOffice.org是另一套獨立的辦公室應用軟體,不是MS Office的替代品! 結論
說完了,謝謝大家! ^_^ 請記得您隨身攜帶的行李。
唔…當然還有! ^^;
MS Office做不到的事
OpenOffice.org物件系統UNO Universal: 跨語言通用 Network: 網路 Object: 物件 OpenOffice.org UNO
OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API …
Language Binding OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API …
Language Binding OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API C++ Java …
Language Binding OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API C++ Java Perl Python …
Language Binding OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API C++ Java Perl Python OLE CLI COM …
Language Binding OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API C++ Java Perl Python … C# VB.NET OLE CLI COM …
Language Binding OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API C++ Java Perl Python Almost Anything! … C# VB.NET OLE CLI COM …
Language Binding OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API C++ Java Perl Python Almost Anything! … C# VB.NET OLE CLI COM … Network Socket
OpenOffice.org UNO 「Almost」, 只要: 1. 程式語言自己有Binding 或 2. 程式語言可以透過CLI/COM操作
Client Application A OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API … C++
Client Application A OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API … C++ Client Application B Java
Client Application A OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API … C++ Client Application B Java Client Application C VB.NET
Client A Server Client Application A OpenOffice.org UNO OpenOffice.org Writer Calc Impress UNO API … C++ Client B Client Application B Java Client C Client Application C VB.NET TCP/IP Network
OpenOffice.org UNO 雲端的OpenOffice.org服務 實做上可行!
OpenOffice.org UNO 結合雲端行動技術, 將OpenOffice.org的應用帶到手機上!
所以……
換簡報!
OpenOffice.org本身的雲端應用, 因為通訊不安全,所以目前還沒辦法做。 OpenOffice.org UNO
OpenOffice.org UNO 不過可以繞路。
Mobile Web Office Application 行動網路辦公室應用
Client A Server Client Application A Office Application OpenOffice.org Writer Calc Impress UNO API … C++ Client B Client Application B Java Client C Client Application C VB.NET TCP/IP Network
Mobile Device Server Browser Mobile Web Office Application OpenOffice.org Writer Calc Impress UNO API … Mobile Device Mobile Device Mobile Web Application Browser Browser TCP/IP Network
Mobile Device Server Browser Mobile Web Office Application OpenOffice.org Writer Calc Impress UNO API … Mobile Device Mobile Device Mobile Web Application Browser Browser JSP TCP/IP Network
Mobile Web Office Application 這次魔術用的程式引擎選用JSP。
魔術一
將你的手機變成簡報搖控器! 魔術一
魔術一:簡報遙控器
魔術一:簡報遙控器
魔術一:簡報遙控器
Components 魔術一:簡報遙控器 OpenOffice.org Desktop Text Document Spreadsheet Document Presentation Document Draw Pages Shapes … Charts Presentation Slide Show Controller
魔術一:簡報遙控器 Psuedo Code ,[object Object]
oSlideShowController = oPresentation.getController();
oPresentation.start();
oPresentation.end();
oSlideShowController.gotoNextSlide();
oSlideShowController.gotoPreviousSlide();
oSlideShowController.gotoSlideIndex(n);
魔術一:簡報遙控器 不只是上下頁切換的簡報鼠, 遙控Impress,使用所有簡報功能!
魔術一:簡報遙控器 SourceForge下的mpresent專案: http://sf.net/projects/mpresent/
魔術二
從一個常常在外面跑的朋友說起…… 魔術二
… 魔術二
魔術二
把手機變成你的隨身文件助理, 隨時隨地製作發送文件! 魔術二
魔術二:行動文件助理
魔術二:行動文件助理
魔術二:行動文件助理
Components 魔術二:行動文件助理 OpenOffice.org Desktop Text Document Spreadsheet Document Presentation Document Paragraphs Text Ranges Tables Shapes … Text Cursors
魔術二:行動文件助理 Psuedo Code ,[object Object]
oTextCursor = oText.createTextCursor();
oBitmapTable = oTextDocument.createInstance(&quot;com.sun.star.drawing.BitmapTable&quot;);

More Related Content

Viewers also liked

Friesen presentation
Friesen presentationFriesen presentation
Friesen presentationifcaonline
 
Mailing Lists and IRC
Mailing Lists and IRCMailing Lists and IRC
Mailing Lists and IRCimacat .
 
Prezentace IT
Prezentace ITPrezentace IT
Prezentace IT835329
 
نبوات العهد القديم عن صلب المسيح وقيامته
نبوات العهد القديم عن صلب المسيح وقيامتهنبوات العهد القديم عن صلب المسيح وقيامته
نبوات العهد القديم عن صلب المسيح وقيامتهAlexandria University, Egypt
 
Aar fourmile fire_dct-vct_jan2011_pdf
Aar fourmile fire_dct-vct_jan2011_pdfAar fourmile fire_dct-vct_jan2011_pdf
Aar fourmile fire_dct-vct_jan2011_pdfBrandon Williams
 

Viewers also liked (19)

Sasja Villumsen og Lise Sattrup
Sasja Villumsen og Lise SattrupSasja Villumsen og Lise Sattrup
Sasja Villumsen og Lise Sattrup
 
Tobacco wb webinar 5 1-12
Tobacco wb webinar 5 1-12Tobacco wb webinar 5 1-12
Tobacco wb webinar 5 1-12
 
Med kunsten som rejsekammerat
Med kunsten som rejsekammeratMed kunsten som rejsekammerat
Med kunsten som rejsekammerat
 
Kulturarv eller important shit ny
Kulturarv eller important shit nyKulturarv eller important shit ny
Kulturarv eller important shit ny
 
Friesen presentation
Friesen presentationFriesen presentation
Friesen presentation
 
Mailing Lists and IRC
Mailing Lists and IRCMailing Lists and IRC
Mailing Lists and IRC
 
Anne Boukris
Anne BoukrisAnne Boukris
Anne Boukris
 
Katja Niere - gradueret konservering
Katja Niere -  gradueret konserveringKatja Niere -  gradueret konservering
Katja Niere - gradueret konservering
 
Prezentace IT
Prezentace ITPrezentace IT
Prezentace IT
 
Egypt at the 2016 summer olympics
Egypt at the 2016 summer olympicsEgypt at the 2016 summer olympics
Egypt at the 2016 summer olympics
 
Annemette Kjærgård - køge østkvarter
Annemette Kjærgård -  køge østkvarterAnnemette Kjærgård -  køge østkvarter
Annemette Kjærgård - køge østkvarter
 
Larts chr bentsen - hornelundsskatten
Larts chr bentsen -  hornelundsskattenLarts chr bentsen -  hornelundsskatten
Larts chr bentsen - hornelundsskatten
 
نبوات العهد القديم عن صلب المسيح وقيامته
نبوات العهد القديم عن صلب المسيح وقيامتهنبوات العهد القديم عن صلب المسيح وقيامته
نبوات العهد القديم عن صلب المسيح وقيامته
 
Thomas Berthelsen, Nationalmuseet, Danmarks Kirker 2012
Thomas Berthelsen, Nationalmuseet, Danmarks Kirker 2012Thomas Berthelsen, Nationalmuseet, Danmarks Kirker 2012
Thomas Berthelsen, Nationalmuseet, Danmarks Kirker 2012
 
Samir rafla principles of cardiology pages 1 61
Samir rafla principles of cardiology pages 1 61 Samir rafla principles of cardiology pages 1 61
Samir rafla principles of cardiology pages 1 61
 
Henning Nørbæk
Henning NørbækHenning Nørbæk
Henning Nørbæk
 
Sophie Bruun, Kulturstyrelsens seminar om forskning – september 2012 - en ops...
Sophie Bruun, Kulturstyrelsens seminar om forskning – september 2012 - en ops...Sophie Bruun, Kulturstyrelsens seminar om forskning – september 2012 - en ops...
Sophie Bruun, Kulturstyrelsens seminar om forskning – september 2012 - en ops...
 
Aar fourmile fire_dct-vct_jan2011_pdf
Aar fourmile fire_dct-vct_jan2011_pdfAar fourmile fire_dct-vct_jan2011_pdf
Aar fourmile fire_dct-vct_jan2011_pdf
 
Ulla Schaltz, Give me five
Ulla Schaltz, Give me fiveUlla Schaltz, Give me five
Ulla Schaltz, Give me five
 

Similar to OpenOffice.org UNO Magic

用OpenOffice.org加速企業生產力!
用OpenOffice.org加速企業生產力!用OpenOffice.org加速企業生產力!
用OpenOffice.org加速企業生產力!imacat .
 
凌波微步:wagon + VS Code 的輕功哲學
凌波微步:wagon + VS Code 的輕功哲學凌波微步:wagon + VS Code 的輕功哲學
凌波微步:wagon + VS Code 的輕功哲學Shengyou Fan
 
Welcome to Apache OpenOffice 3.4 COSCUP 2012
Welcome to Apache OpenOffice 3.4 COSCUP 2012Welcome to Apache OpenOffice 3.4 COSCUP 2012
Welcome to Apache OpenOffice 3.4 COSCUP 2012imacat .
 
容器驅動開發 - .NET Conf 2017 @ 台中
容器驅動開發 - .NET Conf 2017 @ 台中容器驅動開發 - .NET Conf 2017 @ 台中
容器驅動開發 - .NET Conf 2017 @ 台中Andrew Wu
 
鼎鈞數位行銷App營運實務全攻略
鼎鈞數位行銷App營運實務全攻略鼎鈞數位行銷App營運實務全攻略
鼎鈞數位行銷App營運實務全攻略淳甫 鄭
 
Welcome to Apache OpenOffice 3.4
Welcome to Apache OpenOffice 3.4Welcome to Apache OpenOffice 3.4
Welcome to Apache OpenOffice 3.4imacat .
 
初窺 Flutter 開發.pdf
初窺 Flutter 開發.pdf初窺 Flutter 開發.pdf
初窺 Flutter 開發.pdfgdscnycu
 
PIXNET iOS SDK @OSDC 2014
PIXNET iOS SDK @OSDC 2014PIXNET iOS SDK @OSDC 2014
PIXNET iOS SDK @OSDC 2014Cloud Sung
 
Java script 全面逆襲!使用 node.js 打造桌面環境!
Java script 全面逆襲!使用 node.js 打造桌面環境!Java script 全面逆襲!使用 node.js 打造桌面環境!
Java script 全面逆襲!使用 node.js 打造桌面環境!Fred Chien
 
Swift girls to_codeforgender20171111
Swift girls to_codeforgender20171111Swift girls to_codeforgender20171111
Swift girls to_codeforgender20171111雅方 鄭
 
從 Java programmer 的觀點看 ruby
從 Java programmer 的觀點看 ruby從 Java programmer 的觀點看 ruby
從 Java programmer 的觀點看 ruby建興 王
 
程式人雜誌 -- 2014 年2月號
程式人雜誌 -- 2014 年2月號程式人雜誌 -- 2014 年2月號
程式人雜誌 -- 2014 年2月號鍾誠 陳鍾誠
 
Phalcon phpconftw2012
Phalcon phpconftw2012Phalcon phpconftw2012
Phalcon phpconftw2012Rack Lin
 
Phalcon the fastest php framework 阿土伯
Phalcon   the fastest php framework 阿土伯Phalcon   the fastest php framework 阿土伯
Phalcon the fastest php framework 阿土伯Hash Lin
 
Python简明教程
Python简明教程Python简明教程
Python简明教程ingong
 
Using google appengine_1027
Using google appengine_1027Using google appengine_1027
Using google appengine_1027Wei Sun
 
20110821 Web Development on Cloud Platform - PIXNET
20110821 Web Development on Cloud Platform - PIXNET20110821 Web Development on Cloud Platform - PIXNET
20110821 Web Development on Cloud Platform - PIXNETJui-Nan Lin
 
開放原始碼作為新事業: 台灣本土經驗談 (COSCUP 2011)
開放原始碼作為新事業: 台灣本土經驗談 (COSCUP 2011)開放原始碼作為新事業: 台灣本土經驗談 (COSCUP 2011)
開放原始碼作為新事業: 台灣本土經驗談 (COSCUP 2011)National Cheng Kung University
 

Similar to OpenOffice.org UNO Magic (20)

用OpenOffice.org加速企業生產力!
用OpenOffice.org加速企業生產力!用OpenOffice.org加速企業生產力!
用OpenOffice.org加速企業生產力!
 
凌波微步:wagon + VS Code 的輕功哲學
凌波微步:wagon + VS Code 的輕功哲學凌波微步:wagon + VS Code 的輕功哲學
凌波微步:wagon + VS Code 的輕功哲學
 
Welcome to Apache OpenOffice 3.4 COSCUP 2012
Welcome to Apache OpenOffice 3.4 COSCUP 2012Welcome to Apache OpenOffice 3.4 COSCUP 2012
Welcome to Apache OpenOffice 3.4 COSCUP 2012
 
容器驅動開發 - .NET Conf 2017 @ 台中
容器驅動開發 - .NET Conf 2017 @ 台中容器驅動開發 - .NET Conf 2017 @ 台中
容器驅動開發 - .NET Conf 2017 @ 台中
 
鼎鈞數位行銷App營運實務全攻略
鼎鈞數位行銷App營運實務全攻略鼎鈞數位行銷App營運實務全攻略
鼎鈞數位行銷App營運實務全攻略
 
Welcome to Apache OpenOffice 3.4
Welcome to Apache OpenOffice 3.4Welcome to Apache OpenOffice 3.4
Welcome to Apache OpenOffice 3.4
 
初窺 Flutter 開發.pdf
初窺 Flutter 開發.pdf初窺 Flutter 開發.pdf
初窺 Flutter 開發.pdf
 
PIXNET iOS SDK @OSDC 2014
PIXNET iOS SDK @OSDC 2014PIXNET iOS SDK @OSDC 2014
PIXNET iOS SDK @OSDC 2014
 
Java script 全面逆襲!使用 node.js 打造桌面環境!
Java script 全面逆襲!使用 node.js 打造桌面環境!Java script 全面逆襲!使用 node.js 打造桌面環境!
Java script 全面逆襲!使用 node.js 打造桌面環境!
 
Swift girls to_codeforgender20171111
Swift girls to_codeforgender20171111Swift girls to_codeforgender20171111
Swift girls to_codeforgender20171111
 
從 Java programmer 的觀點看 ruby
從 Java programmer 的觀點看 ruby從 Java programmer 的觀點看 ruby
從 Java programmer 的觀點看 ruby
 
程式人雜誌 -- 2014 年2月號
程式人雜誌 -- 2014 年2月號程式人雜誌 -- 2014 年2月號
程式人雜誌 -- 2014 年2月號
 
Phalcon phpconftw2012
Phalcon phpconftw2012Phalcon phpconftw2012
Phalcon phpconftw2012
 
Phalcon the fastest php framework 阿土伯
Phalcon   the fastest php framework 阿土伯Phalcon   the fastest php framework 阿土伯
Phalcon the fastest php framework 阿土伯
 
Python简明教程
Python简明教程Python简明教程
Python简明教程
 
Using google appengine_1027
Using google appengine_1027Using google appengine_1027
Using google appengine_1027
 
20110821 Web Development on Cloud Platform - PIXNET
20110821 Web Development on Cloud Platform - PIXNET20110821 Web Development on Cloud Platform - PIXNET
20110821 Web Development on Cloud Platform - PIXNET
 
開放原始碼作為新事業: 台灣本土經驗談 (COSCUP 2011)
開放原始碼作為新事業: 台灣本土經驗談 (COSCUP 2011)開放原始碼作為新事業: 台灣本土經驗談 (COSCUP 2011)
開放原始碼作為新事業: 台灣本土經驗談 (COSCUP 2011)
 
C+
C+C+
C+
 
C#
C#C#
C#
 

More from imacat .

A Room of WikiWomen's Own
A Room of WikiWomen's OwnA Room of WikiWomen's Own
A Room of WikiWomen's Ownimacat .
 
Office寶可夢GO IV計算機
Office寶可夢GO IV計算機Office寶可夢GO IV計算機
Office寶可夢GO IV計算機imacat .
 
Crossing Office Applications
Crossing Office ApplicationsCrossing Office Applications
Crossing Office Applicationsimacat .
 
OpenOffice Application with Python
OpenOffice Application with PythonOpenOffice Application with Python
OpenOffice Application with Pythonimacat .
 
從doc、docx、odt到Google Docs
從doc、docx、odt到Google Docs從doc、docx、odt到Google Docs
從doc、docx、odt到Google Docsimacat .
 
More Girls – Creating a Community of Diversity
More Girls – Creating a Community of DiversityMore Girls – Creating a Community of Diversity
More Girls – Creating a Community of Diversityimacat .
 
Welcome to Apache OpenOffice 4
Welcome to Apache OpenOffice 4Welcome to Apache OpenOffice 4
Welcome to Apache OpenOffice 4imacat .
 
OpenOffice, Open Business
OpenOffice, Open BusinessOpenOffice, Open Business
OpenOffice, Open Businessimacat .
 
Multimedia Fun with OpenOffice Calc
Multimedia Fun with OpenOffice CalcMultimedia Fun with OpenOffice Calc
Multimedia Fun with OpenOffice Calcimacat .
 
Mosaic Fun with OpenOffice Calc
Mosaic Fun with OpenOffice CalcMosaic Fun with OpenOffice Calc
Mosaic Fun with OpenOffice Calcimacat .
 
GNU Autoconf / Automake #4
GNU Autoconf / Automake #4GNU Autoconf / Automake #4
GNU Autoconf / Automake #4imacat .
 
GNU Autoconf / Automake #1
GNU Autoconf / Automake #1GNU Autoconf / Automake #1
GNU Autoconf / Automake #1imacat .
 
Solitaire with Greenfoot #3
Solitaire with Greenfoot #3Solitaire with Greenfoot #3
Solitaire with Greenfoot #3imacat .
 
Solitaire with Greenfoot #1
Solitaire with Greenfoot #1Solitaire with Greenfoot #1
Solitaire with Greenfoot #1imacat .
 
Solitaire with Greenfoot #4
Solitaire with Greenfoot #4Solitaire with Greenfoot #4
Solitaire with Greenfoot #4imacat .
 
Solitaire with Greenfoot #2
Solitaire with Greenfoot #2Solitaire with Greenfoot #2
Solitaire with Greenfoot #2imacat .
 
Solitaire with Greenfoot #2/4
Solitaire with Greenfoot #2/4Solitaire with Greenfoot #2/4
Solitaire with Greenfoot #2/4imacat .
 
Object-Oriented Programming Design with Greenfoot 02
Object-Oriented Programming Design with Greenfoot 02Object-Oriented Programming Design with Greenfoot 02
Object-Oriented Programming Design with Greenfoot 02imacat .
 
Object-Oriented Programming Design with Greenfoot 01
Object-Oriented Programming Design with Greenfoot 01Object-Oriented Programming Design with Greenfoot 01
Object-Oriented Programming Design with Greenfoot 01imacat .
 
OpenOffice UNO Application on Android
OpenOffice UNO Application on AndroidOpenOffice UNO Application on Android
OpenOffice UNO Application on Androidimacat .
 

More from imacat . (20)

A Room of WikiWomen's Own
A Room of WikiWomen's OwnA Room of WikiWomen's Own
A Room of WikiWomen's Own
 
Office寶可夢GO IV計算機
Office寶可夢GO IV計算機Office寶可夢GO IV計算機
Office寶可夢GO IV計算機
 
Crossing Office Applications
Crossing Office ApplicationsCrossing Office Applications
Crossing Office Applications
 
OpenOffice Application with Python
OpenOffice Application with PythonOpenOffice Application with Python
OpenOffice Application with Python
 
從doc、docx、odt到Google Docs
從doc、docx、odt到Google Docs從doc、docx、odt到Google Docs
從doc、docx、odt到Google Docs
 
More Girls – Creating a Community of Diversity
More Girls – Creating a Community of DiversityMore Girls – Creating a Community of Diversity
More Girls – Creating a Community of Diversity
 
Welcome to Apache OpenOffice 4
Welcome to Apache OpenOffice 4Welcome to Apache OpenOffice 4
Welcome to Apache OpenOffice 4
 
OpenOffice, Open Business
OpenOffice, Open BusinessOpenOffice, Open Business
OpenOffice, Open Business
 
Multimedia Fun with OpenOffice Calc
Multimedia Fun with OpenOffice CalcMultimedia Fun with OpenOffice Calc
Multimedia Fun with OpenOffice Calc
 
Mosaic Fun with OpenOffice Calc
Mosaic Fun with OpenOffice CalcMosaic Fun with OpenOffice Calc
Mosaic Fun with OpenOffice Calc
 
GNU Autoconf / Automake #4
GNU Autoconf / Automake #4GNU Autoconf / Automake #4
GNU Autoconf / Automake #4
 
GNU Autoconf / Automake #1
GNU Autoconf / Automake #1GNU Autoconf / Automake #1
GNU Autoconf / Automake #1
 
Solitaire with Greenfoot #3
Solitaire with Greenfoot #3Solitaire with Greenfoot #3
Solitaire with Greenfoot #3
 
Solitaire with Greenfoot #1
Solitaire with Greenfoot #1Solitaire with Greenfoot #1
Solitaire with Greenfoot #1
 
Solitaire with Greenfoot #4
Solitaire with Greenfoot #4Solitaire with Greenfoot #4
Solitaire with Greenfoot #4
 
Solitaire with Greenfoot #2
Solitaire with Greenfoot #2Solitaire with Greenfoot #2
Solitaire with Greenfoot #2
 
Solitaire with Greenfoot #2/4
Solitaire with Greenfoot #2/4Solitaire with Greenfoot #2/4
Solitaire with Greenfoot #2/4
 
Object-Oriented Programming Design with Greenfoot 02
Object-Oriented Programming Design with Greenfoot 02Object-Oriented Programming Design with Greenfoot 02
Object-Oriented Programming Design with Greenfoot 02
 
Object-Oriented Programming Design with Greenfoot 01
Object-Oriented Programming Design with Greenfoot 01Object-Oriented Programming Design with Greenfoot 01
Object-Oriented Programming Design with Greenfoot 01
 
OpenOffice UNO Application on Android
OpenOffice UNO Application on AndroidOpenOffice UNO Application on Android
OpenOffice UNO Application on Android
 

OpenOffice.org UNO Magic