summaryrefslogtreecommitdiff
path: root/include/static
AgeCommit message (Expand)AuthorFilesLines
2024-04-30Embind: Fix out-param handlingStephan Bergmann1-0/+6
2024-04-18Embind: We no longer need interface FromAny ctorStephan Bergmann1-5/+0
2024-03-04Add Embind'ing of UNO Any getter for sequencesStephan Bergmann1-0/+1
2024-03-04Add Embing'ing of UNO Any getter for enumsStephan Bergmann1-0/+13
2024-02-23Propagate by-ref Sequence::operator[] return type through lambdaStephan Bergmann1-1/+1
2024-02-08Embind: Allow UNO sequences to be constructed from JS arraysStephan Bergmann1-1/+22
2024-02-06Prevent JS from creating css::uno::Sequence of negative sizeStephan Bergmann1-5/+13
2024-02-01embindmaker: Add support for sequence typesStephan Bergmann1-0/+36
2024-01-31Embind in-out/out params of primitive type apparently need a wrapperStephan Bergmann1-0/+16
2024-01-30Rework the Embind mapping of UNO interfacesStephan Bergmann1-0/+37