User:Vmiklos
Appearance
Contact: vmiklos at collabora.com
Misc
Misc. bookmarks with msgid in them:
Misc. bookmarks:
- uno-skeletonmaker usage for C++ (easier to just copy&paste method declarations from the generated .hdl files, though)
- Typography Converter
- how to test localization locally
- how to set default settings using an extension example
- how to avoid java errors under valgrind
- custom panel extension example
- extension howto
- how to profile
- how to write clang plugins
- RTL English UI
- why pImpl
- CLOOK
- bibisect daily
- why not private questions
- how to get clipboard dump on mac
- how to enable accessibility on Win/GNOME
- Bibisect repos: Till 4.0, a somewhat newer, my ones
- MS OOXML specs
- old MS docs
- private questions
- erAck's stuff video
Wiki:
Commits:
Writer hacking:
- /Development/Writer
- Core And Layout
- Text Formatting
- SwXTextGraphicObject vs. SwXShape
- Simple Writer import filter
- UNO vs C++ types
- why every shape containing text is imported as a textframe ATM
- SfxPoolItem, SfxItemPool and SfxItemSet
Gerrit:
Code pointers:
- boost::optional usage example
- font replacement: PrintFontManager::Substitute() has a SAL_INFO() at the end to log this
- comphelper::ScopeGuard with lambda example
Git issues: whenever LO triggers some git bug
- check if the bug is still in their 'next' branch
- the patch has to follow Documentation/SubmittingPatches (if it's a bugfix, they require a testcase, make sure to run 'make test' before sending the patch)
- if it changes the UI, Documentation/ has to be updated
Further testing ideas:
- tdf#36876 has no testcase ATM, would need an in-tree doc2xml or similar tool. No need to be complete, just dumping the SPRM's would be enough.
C++:
Vim:
Feature ideas (would be nice to hack on these):
- hide mark feature for table cells
- btlr text direction support for text frames / table cells