summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)Author
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
2011-12-02online update: Revert the UpdateInformationProvider::load() cleanup.Jan Holesovsky
It turns out that the direct UCB access was deliberate to be able to provide the identification / additional information.
2011-12-02Revert "online update: Cleanup after UpdateInformationProvider::load() rewrite."Jan Holesovsky
This reverts commit 358ce1e9c1d85ae7590ecc2b2ddee9db81cf8b84.
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke
2011-11-30online update: Now check even the checkForUpdates().Jan Holesovsky
2011-11-30online update: Cleanup after UpdateInformationProvider::load() rewrite.Jan Holesovsky
2011-11-30online update: Unit testing framework + rewrite of load().Jan Holesovsky
- introduce first two basic tests (to be improved) - rewrite of UpdateInformationProvider::load() to use comphelper - smaller splitting of functions to be able to unit test
2011-11-30online update: Make the test for update to actually start (still fails).Jan Holesovsky
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header in extensionsNorbert Thiebaud
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann
With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
2011-11-14Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann
* Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-11-11Add nsplugin switch so we dont bind nsplugin building to gtk switch.Tomas Chvatal
2011-11-09Getting completely rid of the int32 and whateverFridrich Štrba
2011-11-08int16/32 ->int16/32_t fall-out of new npapi.hNorbert Thiebaud
2011-11-08Fix WaE variable ‘eUIState’ set but not usedJulien Nabet
2011-11-08fix build against new npapi.h (yet more), blind fixes for aqua tooMichael Meeks
2011-11-08Fix Windows build of extensionsFridrich Strba
2011-11-08fix build against new npapi.h (some more)Michael Meeks
2011-11-08fix build against new npapi.hCaolán McNamara
2011-11-08fix build: (u)int16 -> (u)int16_tRene Engelhard
2011-11-08add actual $(MOZILLA_HEADERS_CFLAGS) to extensions' buildRene Engelhard
2011-11-07make extensions ByteString freeCaolán McNamara
2011-11-06ByteString->rtl::OStringCaolán McNamara
2011-10-27Copy-pasted workaround for building against MacOSX 10.6 SDK but with 10.4 as ↵Tor Lillqvist
the highest used API Yeah, should really factor out this snippet into some header file. It is already in premac.h, but I think premac.h can't be included as such in all the places where this copy-pasted snippet now is. Need to experiment.
2011-10-26fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38441)Noel Power
2011-10-25WaE: unused variablesCaolán McNamara
2011-10-25WaE: silence a warningCaolán McNamara
2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann
2011-10-24Fixed Windows-only code broken by recent commit.Stephan Bergmann
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann
BaseInstallation.
2011-10-24Undo basis/brand split: moved pluginapp.bin from basis to brand.Stephan Bergmann
2011-10-24Undo basis/brand split: moved nsplugin from basis to brand.Stephan Bergmann
2011-10-22Make the update unit test compile.Jan Holesovsky
It is not useful yet, so disabled.
2011-10-20Added a scanbutton to the scan-dialogRob Snelders
2011-10-20Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
2011-10-17expedient fix to get test-suite auto executedCaolán McNamara
2011-10-17Skeleton of the unit test for updates.Jan Holesovsky
2011-10-10So just drop the duplicate XInvocation base class thenNoel Power