Age | Commit message (Collapse) | Author |
|
|
|
|
|
Conflicts:
Module_tail_build.mk
Repository.mk
extensions/util/makefile.pmk
postprocess/prj/build.lst
svx/AllLangResTarget_svx.mk
|
|
Part XVI
Module
extensions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Main improvement is that the unit test is now linked against updchk
library.
|
|
|
|
|
|
|
|
|
|
Of course not tested at all (WNT only)
|
|
The updchk is renamed to updatecheckui so it does not collide with
updchk.uno.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There are currently 2 different ways to specify what kind of file dialog
should be created: the nDialogType and nFlags ctor parameters.
Simplify that by using the nDialogType for the API specified variety,
and the nFlags only for options that cannot be specified by the API.
This allows to get rid of 3 constructors, and the following constants:
WB_OPEN, WB_SAVEAS, WB_PASSWORD, SFXWB_PASSWORD, SFXWB_SHOWSTYLES
|
|
|
|
This can really be derived from the dialog type, don't duplicate it.
|
|
|