summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2011-12-02online update: Revert the UpdateInformationProvider::load() cleanup.Jan Holesovsky2-11/+40
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 Holesovsky1-3/+15
This reverts commit 358ce1e9c1d85ae7590ecc2b2ddee9db81cf8b84.
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke2-3/+3
2011-11-30online update: Now check even the checkForUpdates().Jan Holesovsky1-5/+5
2011-11-30online update: Cleanup after UpdateInformationProvider::load() rewrite.Jan Holesovsky1-15/+3
2011-11-30online update: Unit testing framework + rewrite of load().Jan Holesovsky7-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
2011-11-30online update: Make the test for update to actually start (still fails).Jan Holesovsky1-0/+22
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-562/+0
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-27remove include of pch header in extensionsNorbert Thiebaud202-394/+0
2011-11-27remove PCH support in dmake-moduleNorbert Thiebaud1-8/+0
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon5-7/+7
2011-11-23add stripStart, can replace EraseTrailingCharsCaolán McNamara1-14/+12
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud1-4/+4
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-15Removed obsolete OOOBASEVERSION, OOOPACKAGEVERSION.Stephan Bergmann1-41/+2
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 Bergmann10-107/+36
* 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 Bergmann2-2/+0
2011-11-11Add nsplugin switch so we dont bind nsplugin building to gtk switch.Tomas Chvatal1-4/+4
2011-11-09Getting completely rid of the int32 and whateverFridrich Štrba5-46/+6
2011-11-08int16/32 ->int16/32_t fall-out of new npapi.hNorbert Thiebaud2-15/+15
2011-11-08Fix WaE variable ‘eUIState’ set but not usedJulien Nabet1-2/+0
2011-11-08fix build against new npapi.h (yet more), blind fixes for aqua tooMichael Meeks3-12/+12
2011-11-08Fix Windows build of extensionsFridrich Strba5-34/+32
2011-11-08fix build against new npapi.h (some more)Michael Meeks3-14/+14
2011-11-08fix build against new npapi.hCaolán McNamara7-37/+34
2011-11-08fix build: (u)int16 -> (u)int16_tRene Engelhard2-5/+5
2011-11-08add actual $(MOZILLA_HEADERS_CFLAGS) to extensions' buildRene Engelhard1-0/+4
2011-11-07make extensions ByteString freeCaolán McNamara8-183/+162
2011-11-06ByteString->rtl::OStringCaolán McNamara1-8/+7
2011-10-27Copy-pasted workaround for building against MacOSX 10.6 SDK but with 10.4 as ↵Tor Lillqvist4-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.
2011-10-26fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38441)Noel Power1-8/+8
2011-10-25WaE: unused variablesCaolán McNamara1-2/+3
2011-10-25WaE: silence a warningCaolán McNamara1-2/+3
2011-10-24Undo basis/brand split: removed RPATH BRAND (same as OOO now).Stephan Bergmann1-2/+2
2011-10-24Fixed Windows-only code broken by recent commit.Stephan Bergmann1-4/+3
2011-10-24Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and ↵Stephan Bergmann3-16/+5
BaseInstallation.
2011-10-24Undo basis/brand split: moved pluginapp.bin from basis to brand.Stephan Bergmann1-1/+1
2011-10-24Undo basis/brand split: moved nsplugin from basis to brand.Stephan Bergmann1-58/+48
2011-10-22Make the update unit test compile.Jan Holesovsky2-9/+53
It is not useful yet, so disabled.
2011-10-20Added a scanbutton to the scan-dialogRob Snelders10-30/+69
2011-10-20Undo basis/brand split: moved ini files from basis program/ to brand program/.Stephan Bergmann4-16/+3
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged version inis.
2011-10-17expedient fix to get test-suite auto executedCaolán McNamara1-1/+1
2011-10-17Skeleton of the unit test for updates.Jan Holesovsky5-1/+185
2011-10-10So just drop the duplicate XInvocation base class thenNoel Power2-13/+3
2011-10-10WaE: unreachable codeTor Lillqvist1-1/+0
2011-10-10WaE: C4584: foo is already a base-class of barTor Lillqvist1-7/+10
'cppu::WeakImplHelper8<Ifc1,Ifc2,Ifc3,Ifc4,Ifc5,Ifc6,Ifc7,Ifc8>' : base-class 'com::sun::star::script::XInvocation' is already a base-class of 'com::sun::star::script::XAutomationInvocation' So ignore that warning. No idea if the duplicate base class XInvocation is intentional or not, and I certainly won't dare touch it. I guess the existing pragma to ignore warning C4548 was a typo, and what was intended was this warning, C4584.
2011-10-10WaE: unreachable codeTor Lillqvist1-0/+2
2011-10-10WaE: unreferenced local variableTor Lillqvist1-1/+1