Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/jsdialogs
/
oovbaapi
7c0009f
Fix typo in code
by Andrea Gelmini
· 6 years ago
6b812d8
Fix typo
by Andrea Gelmini
· 6 years ago
939331c0
Add ooo.vba.word.XDocument.Close() method and implement
by Tor Lillqvist
· 6 years ago
405c9f6
Add note that SwVbaDocuments::Close() does nothing
by Tor Lillqvist
· 6 years ago
23aff73
Add ooo.vba.word.XDocument.SavePreviewPngAs() and implement
by Tor Lillqvist
· 7 years ago
2a6450c
Add XWordBasic.FileSaveAs() and implement
by Tor Lillqvist
· 7 years ago
bb26b75
Change XWordBasic methods to return any
by Tor Lillqvist
· 7 years ago
d4202e3
Add Rows() method to ooo.vba.excel.XApplication
by Tor Lillqvist
· 7 years ago
0f1458c
Add SaveAs2000() and SaveAs() to ooo.vba.word.XDocument and implement
by Tor Lillqvist
· 7 years ago
6673aa3
The WindowName param to WordBasic.AppMaximize() is optional and must be an Any
by Tor Lillqvist
· 7 years ago
49181f4
The parameter to WordBasic.AppShow() is optional and thus has to be an Any
by Tor Lillqvist
· 7 years ago
ca7bffb
Add a dummy implementation of WordBasic.AppCount()
by Tor Lillqvist
· 7 years ago
f58e3f1
Add a dummy implementation of WordBasic.AppShow()
by Tor Lillqvist
· 7 years ago
fffe41c
Add a dummy implementation of WordBasic.DocMaximize()
by Tor Lillqvist
· 7 years ago
02035ea
Add a dummy implementation of WordBasic.AppMaximize()
by Tor Lillqvist
· 7 years ago
82ed9aa
Add WordBasic.FileClose()
by Tor Lillqvist
· 7 years ago
099ef7c
Found documentation for WordBasic.ToolsOptionsView()
by Tor Lillqvist
· 7 years ago
775dd70
Add a couple of known parameters to WordBasic.ToolsOptionsView
by Tor Lillqvist
· 7 years ago
7b4784e
Add a (dummy) WordBasic.FileSave()
by Tor Lillqvist
· 7 years ago
712acb2
Add a dummy WordBasic.ToolsOptionsView
by Tor Lillqvist
· 7 years ago
de0105a
Add Documents.OpenOld() method and Application.CustomizationContext property
by Tor Lillqvist
· 7 years ago
be9b834
oovbaapi: hack Excel / OptionButton compatibility into Button for now.
by Michael Meeks
· 8 years ago
d1601e5
Add a MailMerge class and object to the Writer VBA API
by Tor Lillqvist
· 8 years ago
1f6e884
Add ExistingBookmark() to WordBasic
by Tor Lillqvist
· 8 years ago
721c4fc
Add ooo.vba.word.XWordBasic.WindowName() method
by Tor Lillqvist
· 8 years ago
524cfd3
Add ooo.vba.word.XWindow.Caption property
by Tor Lillqvist
· 8 years ago
d9fc8b4
Add ooo.vba.word.Application.StatusBar property for debug output from client
by Tor Lillqvist
· 8 years ago
56a7dda
Add WordBasic property and its FileOpen "command"
by Tor Lillqvist
· 8 years ago
7d275e3
Implement NewWorkbook and WorkbookOpen Automation callbacks in Calc
by Tor Lillqvist
· 8 years ago
034e8bf
Add Author property to ooo::vba::excel::XWorkbook and implement it
by Tor Lillqvist
· 8 years ago
b11329e
Can simplify, our IDL compiler is more clever nowadays
by Tor Lillqvist
· 8 years ago
b9ef6b6
Initial steps to make also Calc usable from Automation clients
by Tor Lillqvist
· 8 years ago
a03d440
Add ooo.vba.excel.XApplicationOutgoing
by Tor Lillqvist
· 8 years ago
c4cd61e
Can simplify, our IDL compiler is more clever nowadays
by Tor Lillqvist
· 8 years ago
fe1438c
Add window geometry attributes, too, to ooo.vba.word.XApplication
by Tor Lillqvist
· 8 years ago
569d5dc
Add Move() to ooo.vba.word.XApplication
by Tor Lillqvist
· 8 years ago
5abf9d2
Add Resize() method to ooo.vba.word.XApplication
by Tor Lillqvist
· 8 years ago
269c291
Add a WindowState attribute to ooo.vba.word.XApplication, too
by Tor Lillqvist
· 8 years ago
a5a8346
Can simplify, our IDL compiler is more clever nowadays
by Tor Lillqvist
· 8 years ago
0510133
Add DocumentOpen and NewDocument to XApplicationOutgoing and emit such
by Tor Lillqvist
· 8 years ago
fd01684
Add ooo::vba::word::XDocuments::OpenNoRepairDialog()
by Tor Lillqvist
· 8 years ago
b01c131
Add ooo::vba::word::XApplicationOutgoing::DocumentBeforeClose() callback
by Tor Lillqvist
· 8 years ago
2ee43cf
Prepare to handle out (and inout) parameters to event callbacks
by Tor Lillqvist
· 8 years ago
6c8c727
Add Document.Close event generation
by Tor Lillqvist
· 8 years ago
20e6e0c
Add ooo.vba.word.XDocumentOutgoing
by Tor Lillqvist
· 8 years ago
f7e0297
Work in progress related to invoking events in Automation clients
by Tor Lillqvist
· 8 years ago
4eb7395
Add a (dummy) ooo::vba::word::XApplication::ShowMe() implementation
by Tor Lillqvist
· 8 years ago
857a334
Add Caption property to ooo::vba::XApplicationBase
by Tor Lillqvist
· 8 years ago
925fe66
Whitespace fix
by Tor Lillqvist
· 8 years ago
b5a2dbd
Fix typos
by Andrea Gelmini
· 8 years ago
5bf91d3
Fix typos
by Andrea Gelmini
· 8 years ago
d71bcc4
Fix typos
by Andrea Gelmini
· 8 years ago
8e8c789
oovbaapi: create XOval and XLine shape types
by Tamas Bunth
· 9 years ago
64a3124
Fix typos
by Andrea Gelmini
· 9 years ago
cc903ae
fix some "deffer" spelling
by Noel Grandin
· 9 years ago
07fb14b
implement Application.FileDialog attribute
by Tamas Bunth
· 9 years ago
af3a46d
oovbaapi: add Borders.TintAndShade Property
by Tamas Bunth
· 9 years ago
50f4e18
oovbaapi: add Application.OperatingSystem property
by Tamas Bunth
· 9 years ago
e3828e7
oovbaapi: add Interior.PatternTintAndShade Property (Excel)
by Miklos Vajna
· 9 years ago
d8a84e7
oovbaapi: add Interior.TintAndShade Property (Excel)
by Miklos Vajna
· 9 years ago
1365a9f
oovbaapi: add XlThemeColor Enumeration (Excel)
by Miklos Vajna
· 9 years ago
68e2133
remove empty comments
by Noel Grandin
· 9 years ago
33927ae
coverity#707022 Uncaught exception
by Caolán McNamara
· 12 years ago
3fa329f
coverity#707382 Uncaught exception
by Caolán McNamara
· 12 years ago
9ed8e1f
coverity#707409 Uncaught exception
by Caolán McNamara
· 12 years ago
2d11dde
coverity#707036 Uncaught exception
by Caolán McNamara
· 12 years ago
6b9cc44
coverity#1224987 Uncaught exception
by Caolán McNamara
· 12 years ago
160c417
coverity#707401 Uncaught exception
by Caolán McNamara
· 12 years ago
6fb1f93
coverity#707193 Uncaught exception
by Caolán McNamara
· 12 years ago
e2ae9f3
coverity#707393 Uncaught exception
by Caolán McNamara
· 12 years ago
2af58ba
coverity#707016 Uncaught exception
by Caolán McNamara
· 12 years ago
64da31a
coverity#738462 Uncaught exception
by Caolán McNamara
· 12 years ago
fcfa1b7
idl: fix some include guards
by Thomas Arnhold
· 12 years ago
19c4d8d
Many spelling fixes: directories h* - p*.
by Pedro Giffuni
· 12 years ago
caa5a3a
coverity#707379 Uncaught exception
by Caolán McNamara
· 12 years ago
7062961
coverity#707371 Uncaught exception
by Caolán McNamara
· 12 years ago
4394c6b
coverity#707375 Uncaught exception
by Caolán McNamara
· 12 years ago
b852bf3
coverity#707400 Uncaught exception
by Caolán McNamara
· 12 years ago
7969655
coverity#707406 Uncaught exception
by Caolán McNamara
· 12 years ago
07c638f
Remove visual noise from oovbaapi
by Alexander Wilms
· 12 years ago
0ce0c36
Remove unneccessary comments
by Alexander Wilms
· 12 years ago
5b29d3a
gbuild: refactor UnoApi to remove rdb files from OUTDIR
by Michael Stahl
· 12 years ago
7a8db27
Start hacking --enable-canonical-installation-tree-structure back into shape
by Tor Lillqvist
· 13 years ago
3656a57
add mode lines to new files (and idls) since last run
by Caolán McNamara
· 13 years ago
6db34b6
Directly build UNOIDL .rdb files from .idl files
by Stephan Bergmann
· 13 years ago
419d563
Put every UNOIDL entity into an .idl file of its own
by Stephan Bergmann
· 13 years ago
d44759e
gbuild: install rdb files directly in module they come from
by Matúš Kukan
· 13 years ago
6ea6a42
s/wiki.services.openoffice.org/wiki.openoffice.org/g
by Andras Timar
· 13 years ago
456539a
Remove effectively dead raises specification
by Stephan Bergmann
· 13 years ago
254a2d6
add missing PageSetup.PageSize api
by Noel Power
· 13 years ago
928b864
*api: convert <TRUE/> <FALSE/> <VOID/> <NULL/>
by Michael Stahl
· 13 years ago
9f12a9d
*api: convert <type scope="bar">Foo</type>
by Michael Stahl
· 13 years ago
944eb99
*api: convert <type>Foo</type>
by Michael Stahl
· 13 years ago
fbd74ed
make some vba Name object attributes read/write and add test document
by Noel Power
· 13 years ago
cb6d67c
Spelling "separate" (etc) correctly is hard
by Tor Lillqvist
· 13 years ago
566f525
fix various problems with vba Names & Names objects
by Noel Power
· 13 years ago
b590a51
implement Range.Name
by Noel Power
· 13 years ago
a667ce8
stub implementation(s) for Application EnableCancelKey & International
by Noel Power
· 13 years ago
ea558e4
implement Application.Iteration & Application.InchesToPoints
by Noel Power
· 13 years ago
c087fee
implement Application.Undo
by Noel Power
· 13 years ago
Next »