frm.dll — UNO form controls component (101 .cxx files)
All sources compiled as a single cc_binary:
source/component/ — form control components (Button, CheckBox, ComboBox, Grid, etc.)source/helper/ — navigation and feature helperssource/misc/ — module init, services registry, string IDssource/resource/ — runtime resource manager (SimpleResMgr)source/richtext/ — rich text control implementationsource/runtime/ — form operationssource/solar/component/ — navigation bar control (navbarcontrol)source/solar/control/ — navigation toolbar (navtoolbar)source/xforms/ — XForms model, bindings, datatypes, path expressionssource/xforms/submission/ — XForms submission (GET/POST/PUT)source/xforms/xpathlib/ — XPath extension functions for XFormsPrivate headers live in source/inc/ (shared across all subdirs) and in each subdir. source/solar/inc/navtoolbar.hxx is the only header under solar/inc/.
icuuc and icui18n — xforms/datatypes.cxx uses unicode/regex.h (RegexMatcher is in icui18n, not icuuc).src resource files (strings.src, xforms.src) — no rsc pipeline yet. frm_resource.cxx loads strings at runtime via SimpleResMgr; silently returns empty strings until the rsc pipeline is wired up.