summaryrefslogtreecommitdiff
path: root/unoidl/source/unoidl-read.cxx
AgeCommit message (Collapse)Author
2014-07-10coverity#1224979 Missing break in switchCaolán McNamara
Change-Id: I539ba11497a8c7384b5ca8ee4792548dca139811
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
Change-Id: Ibf78e5cd1620f0b61cae030e3870be4a6f87e71d
2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann
Change-Id: I1240656cc2a4d713c838eb80fa90ce3485aad614
2013-10-15Allow starts-/endsWith* to also return the rest of the matched stringStephan Bergmann
...as there are many cases where the code later wants to obtain this part, and esp. for the string literal variants it is awkward to calculate the length of the literal again if this is coded with a following copy() call. Adapt some code to use this new feature. (Strictly speaking, the @since tags for the---backwards-compatibly---modified functions are no longer accurate of course. Also, clean up some sal_Bool and SAL_THROWS(()) that are unnecesssary cargo-cult here, and where the clean-up should have no practical compatibility consequences.) Change-Id: I43e5c578c8c4b44cb47fd08f170b5c69322ad641
2013-09-18Unpublished optional bases of published interfaces complicate thingsStephan Bergmann
Change-Id: I206b623fcc3c9e04fc5336cb3704315c44fb83b8
2013-09-18Some fixes of the generated .idl outputStephan Bergmann
Change-Id: I2d71e148f302ebfbf8d0fbfc74a7fb523b7bfcd4
2013-09-17Missing includeStephan Bergmann
Change-Id: I93d35ca7b784fc6d1b228347053ef0f76904f039
2013-09-17Clean up includesStephan Bergmann
Change-Id: I784ba245526f6fbf933ee485df1604e82980d931
2013-09-17New unoidl-read tool to translate registries into readable .idl filesStephan Bergmann
Change-Id: Ibd6ce23d2698280105469fb75c4afa225dc237ee