summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Collapse)AuthorAgeFilesLines
* fix ole build failurePeter Foley2011-12-111-1/+1
|
* catch exception by constant referenceTakeshi Abe2011-12-1027-157/+155
|
* add curl to RepositoryExternal.mkMichael Stahl2011-12-091-1/+2
|
* childs -> childrenMichael T. Whiteley2011-12-081-1/+1
|
* Remove oooimprovementAugust Sodora2011-12-0734-3366/+1
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-061-0/+1
|
* sfx2::FileDialogHelper: refactor construction:Michael Stahl2011-12-032-4/+12
| | | | | | | | | | 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
* sfx2::FileDialogHelper ignores WB_3DLOOK, WB_STDMODALMichael Stahl2011-12-032-3/+3
|
* sfx2::FileDialogHelper: remove use of WB_OPENMichael Stahl2011-12-031-1/+2
| | | | This can really be derived from the dialog type, don't duplicate it.
* remove unused #include sfx2/filedlghelper.hxxMichael Stahl2011-12-031-1/+0
|
* online update: Revert the UpdateInformationProvider::load() cleanup.Jan Holesovsky2011-12-022-11/+40
| | | | | It turns out that the direct UCB access was deliberate to be able to provide the identification / additional information.
* Revert "online update: Cleanup after UpdateInformationProvider::load() rewrite."Jan Holesovsky2011-12-021-3/+15
| | | | This reverts commit 358ce1e9c1d85ae7590ecc2b2ddee9db81cf8b84.
* get rid of class Date and Time default ctor with system time penaltyEike Rathke2011-12-012-3/+3
|
* online update: Now check even the checkForUpdates().Jan Holesovsky2011-11-301-5/+5
|
* online update: Cleanup after UpdateInformationProvider::load() rewrite.Jan Holesovsky2011-11-301-15/+3
|
* online update: Unit testing framework + rewrite of load().Jan Holesovsky2011-11-307-60/+139
| | | | | | - 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
* online update: Make the test for update to actually start (still fails).Jan Holesovsky2011-11-301-0/+22
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-562/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove include of pch header in extensionsNorbert Thiebaud2011-11-27202-394/+0
|
* remove PCH support in dmake-moduleNorbert Thiebaud2011-11-271-8/+0
|
* make gbuild makefiles run independant of pwd againBjoern Michaelsen2011-11-251-1/+1
|
* gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon2011-11-255-7/+7
|
* add stripStart, can replace EraseTrailingCharsCaolán McNamara2011-11-231-14/+12
|
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann2011-11-151-41/+2
| | | | | With the basis/brand split undone, they are always the same as PRODUCTVERSION and ABOUTBOXPRODUCTVERSION, respectively.
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-1410-107/+36
| | | | | | | * Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
* Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann2011-11-142-2/+0
|
* Add nsplugin switch so we dont bind nsplugin building to gtk switch.Tomas Chvatal2011-11-111-4/+4
|
* Getting completely rid of the int32 and whateverFridrich Štrba2011-11-095-46/+6
|
* int16/32 ->int16/32_t fall-out of new npapi.hNorbert Thiebaud2011-11-082-15/+15
|
* Fix WaE variable ‘eUIState’ set but not usedJulien Nabet2011-11-081-2/+0
|
* fix build against new npapi.h (yet more), blind fixes for aqua tooMichael Meeks2011-11-083-12/+12
|
* Fix Windows build of extensionsFridrich Strba2011-11-085-34/+32
|
* fix build against new npapi.h (some more)Michael Meeks2011-11-083-14/+14
|
* fix build against new npapi.hCaolán McNamara2011-11-087-37/+34
|
* fix build: (u)int16 -> (u)int16_tRene Engelhard2011-11-082-5/+5
|
* add actual $(MOZILLA_HEADERS_CFLAGS) to extensions' buildRene Engelhard2011-11-081-0/+4
|
* make extensions ByteString freeCaolán McNamara2011-11-078-183/+162
|
* ByteString->rtl::OStringCaolán McNamara2011-11-061-8/+7
|
* Copy-pasted workaround for building against MacOSX 10.6 SDK but with 10.4 as ↵Tor Lillqvist2011-10-274-0/+28
| | | | | | | | | 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.
* fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38441)Noel Power2011-10-261-8/+8
|
* WaE: unused variablesCaolán McNamara2011-10-251-2/+3
|
* WaE: silence a warningCaolán McNamara2011-10-251-2/+3
|
* Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann2011-10-241-2/+2
|
* Fixed Windows-only code broken by recent commit.Stephan Bergmann2011-10-241-4/+3
|
* Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann2011-10-243-16/+5
| | | | BaseInstallation.
* Undo basis/brand split: moved pluginapp.bin from basis to brand.Stephan Bergmann2011-10-241-1/+1
|