summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
2011-12-27function component_canUnload is SAL_CALLDavid Tardon
2011-12-27function component_canUnload is exportedDavid Tardon
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-23Fix for fdo43460 Part XVI getLength() to isEmpty()Olivier Hallot
Part XVI Module extensions
2011-12-22fix msvc build errorCaolán McNamara
2011-12-21move onlinecheck.cxx from sal to extensionsMatúš Kukan
2011-12-21extensions: bin unused filesMatúš Kukan
2011-12-19extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl
2011-12-19extensions: nsplugin: tweak linked librariesMatúš Kukan
2011-12-19extensions: chmod a-x *.mkMichael Stahl
2011-12-19extensions: what is all this realpath stuff doing?Michael Stahl
2011-12-18extensions: remove obsolete dmake stuffPeter Foley
2011-12-18extensions: tweak activex makefilesMichael Stahl
2011-12-18extensions: convert activex to gbuildPeter Foley
2011-12-18extensions: convert resource, xmlextract to gbuildPeter Foley
2011-12-18extensions: convert abpilot to gbuildPeter Foley
2011-12-18extensions: convert dbpilots to gbuildPeter Foley
2011-12-17extensions: convert logging to gbuildPeter Foley
2011-12-17extensions: convert bibliography to gbuildPeter Foley
2011-12-17extensions: convert ldap to gbuildPeter Foley
2011-12-17extensions: tweak spotlight makefilesMichael Stahl
2011-12-17extensions: convert spotlight to gbuildPeter Foley
2011-12-17extensions: tweaks to the plugin makefilesMichael Stahl
2011-12-17extensions: convert plugin to gbuildPeter Foley
2011-12-17extensions: move mozilla to RepositoryExternal.mkMichael Stahl
2011-12-17extensions: nsplugin: use SAL_DLLPUBLIC_EXPORTMichael Stahl
2011-12-17extensions: nsplugin.rc: kill Oracle cruftMichael Stahl
2011-12-17extensions: convert nsplugin to gbuildPeter Foley
2011-12-17extensions: merge Peter Foley's work in pcrPeter Foley
2011-12-17extensions: merge Peter Foley's work in olebridgePeter Foley
2011-12-17extensions: merge in Peter Foley's work in updatePeter Foley
Main improvement is that the unit test is now linked against updchk library.
2011-12-16gcc-trunk: fix error: unable to find string literal operator 'operator"" FOO'Matúš Kukan
2011-12-15Removed extra semicolonsJesse
2011-12-14extensions: convert pcr to gbuildMichael Stahl
2011-12-14extensions: convert scanner to gbuildMichael Stahl
2011-12-14extensions: convert ole automation bridge to gbuildMichael Stahl
Of course not tested at all (WNT only)
2011-12-14extensions: convert update stuff to gbuildMichael Stahl
The updchk is renamed to updatecheckui so it does not collide with updchk.uno.
2011-12-14extensions/stardiv considered obsoleteMichael Stahl
2011-12-14configmgr.component is no longer an old one.Stephan Bergmann
2011-12-11fix ole build failurePeter Foley
2011-12-10catch exception by constant referenceTakeshi Abe
2011-12-09add curl to RepositoryExternal.mkMichael Stahl
2011-12-08childs -> childrenMichael T. Whiteley
2011-12-07Remove oooimprovementAugust Sodora
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-03sfx2::FileDialogHelper: refactor construction:Michael Stahl
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
2011-12-03sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl
2011-12-03sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl
This can really be derived from the dialog type, don't duplicate it.
2011-12-03remove unused #include sfx2/filedlghelper.hxxMichael Stahl