Lines Matching refs:dll

38 cli_uretypes.dll
39 cli_basetypes.dll
40 cli_cppuhelper.dll
41 cli_ure.dll
42 cli_oootypes.dll (build in unoil)
44 policy.x.y.cli_uretypes.dll
45 policy.x.y.cli_basetypes.dll
46 policy.x.y.cli_ure.dll
47 policy.x.y.cli_cppuhelper.dll
48 policy.x.y.cli_oootypes.dll (build in unoil)
53 policy.1.0.cli_uretypes.dll
54 policy.1.0.cli_basetypes.dll
55 policy.1.0.cli_ure.dll
56 policy.1.0.cli_cppuhelper.dll
57 policy.1.0.cli_ootypes.dll (build in unoil)
75 entries starting with CLI_URETYPES refer to the cli_uretypes.dll. Entries which contain the part "P…
78 policy.1.0.cli_uretypes.dll
105 The unoil module builds the cli_oootypes.dll which contains the office types (offapi). Change the c…
134 minor version of cli_uretypes.dll should be incremented. When building the version directory, a scr…
234 As one can see from the incversions.txt, the versions of the cli_ure.dll and cli_cppuhelper.dll
235 are also changed. This is because these are dependent on cli_uretypes.dll.
246 be changed as well. For example, when changing the version of cli_uretypes.dll, then the versions o…
247 cli_ure.dll and cli_cppuhelper.dll should be changed as well. One can use idlasm.exe to see which
252 cli_uretypes.dll with version 1 and a cli_ure.dll with version 1. cli_ure.dll references version 1 …
253 cli_uretypes.dll. Now the version of cli_uretypes.dll changes to version 2 and its policy assembly …
254 adapted so that all code that uses version 1 now uses version 2. This would also allow cli_ure.dll
255 o run with the new cli_uretypes.dll. If now cli_ure.dll is build, then it would reference
256 cli_uretypes.dll version 2, because our build environment does not keep the older assembly. The old
257 cli_uretypes.dll version 1 was replaced by version 2. cli_ure.dll now references cli_uretypes.dll v…