repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
set Referer on loading IFrames
[LibreOffice.git]
/
cppuhelper
/
README.md
blob
1da7282a9f07db586b02620b76e542c232b6aa1a
1
# C++ cppu Helpers
2
3
Helpers for using `cppu` in C++, e.g. templates for implementing UNO components, bootstrapping
4
stuff. Get UNO up and running.
5
6
## See Also
7
8
<http://wiki.openoffice.org/wiki/Uno/Cpp/Modules/CPPUhelper>