summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Collapse)AuthorAgeFilesLines
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-126-4/+12
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* sb140: #i117698# no implementations of XIdlClassProvider remain, so code ↵Stephan Bergmann2011-09-121-24/+0
| | | | that checks for it can be removed
* sb140: #i117697# simplify obsolete cppuhelper/stdidlclass.hxx implementationStephan Bergmann2011-09-123-380/+56
|
* sb140: #i117694# some CppUnit related cleanupStephan Bergmann2011-09-122-35/+3
|
* This seems to help the MSVC build alongTor Lillqvist2011-09-071-2/+3
|
* correct OPropertySetHelper2 copy constructor and assignment operatorLionel Elie Mamane2011-09-072-4/+2
| | | | allows to get rid of export of vtable
* apparently vtable & thunks necessary after all in gcc3.mapLionel Elie Mamane2011-09-071-11/+15
|
* Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane2011-09-074-35/+94
| | | | | | | Factor out ABI-breaking changes to OPropertySetHelper into a derived class OPropertySetHelper2. Only gcc3.map is up-to-date.
* Typo in commentLionel Elie Mamane2011-09-021-1/+1
|
* Tweak some DLL and import library names in the WNTGCC caseTor Lillqvist2011-08-302-4/+4
|
* OSL_DEBUG_LEVEL > 1Caolán McNamara2011-08-221-0/+2
|
* servicefactory fixGabor2011-08-221-0/+1
|
* Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida2011-08-164-7/+7
| | | | | To avoid making it appear to be a derived interface of XPropertySet when it's not.
* Make XPropertSet2 not a child interface of XPropertySet.Kohei Yoshida2011-08-162-1/+4
| | | | This is to preserve ABI backward compatibility with cppu::OPropertySetHelper.
* Changing the vtable symbol from XPropertySet to XPropertySet2.Kohei Yoshida2011-08-161-1/+1
| | | | | | | NOTE: This needs to be double-checked by an expert. I'm modifying a symbol that's defined in the UDK_3_0_0 section. I'm not really sure if this will cause any ABI breakages for either the core code or extensions.
* Added symbol for MSVC.Kohei Yoshida2011-08-162-3/+8
|
* Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida2011-08-164-3/+29
| | | | | | | Sometimes broadcasting changes to the property set on every new value insertion makes no sense especially during import. Turning that off also improves performance especially when inserting millions of property values.
* Can't build the iOS static cppuhelper test here nowTor Lillqvist2011-08-081-1/+0
| | | | | Since we now link to the (also static) bootstrap.uno component which hasn't been built yet.
* For iOS just link directly to the bootstrap componentTor Lillqvist2011-08-081-1/+25
|
* Don't bother trying to truncate parts debugging outputTor Lillqvist2011-08-081-1/+1
| | | | | Murphy says it's the part that is dropped which will be interesting one anyway.
* Add invokeStaticComponentFactory() for statically linked componentsTor Lillqvist2011-08-083-77/+150
| | | | | | | Will be used for iOS at least. Factor out the part of loadSharedLibComponentFactory() that handle the symbol that has been successfully looked up.
* Add metacommentTor Lillqvist2011-08-081-0/+7
|
* OSL_TRACE adds trailing newline itselfTor Lillqvist2011-08-081-1/+1
|
* Add XServiceInfo.hpp needed when OSL_DEBUG_LEVEL > 1Tor Lillqvist2011-08-081-0/+1
|
* Factor out "bootstrap.uno" repeated for all bootstrap servicesTor Lillqvist2011-08-081-12/+4
|
* Move function to the file where it is usedTor Lillqvist2011-08-082-68/+63
|
* getLibEnv always returned an empty string anyway so make it void insteadTor Lillqvist2011-08-071-109/+108
|
* Bin OS/2 .map filesTor Lillqvist2011-08-041-378/+0
|
* Use separate unit testers for subsequent and normal tests for iOSTor Lillqvist2011-08-015-18/+165
|
* Try to use the app executable module on iOS for nowTor Lillqvist2011-08-011-0/+11
|
* Nah, these must be subsequent tests also for iOSTor Lillqvist2011-08-012-1/+7
|
* Add statically linked cpphelper unit test for iOSTor Lillqvist2011-08-018-21/+209
|
* we are searching for prefix in activateMatúš Kukan2011-07-281-21/+0
| | | | also fix small typo
* Remove component_getImplementationEnvironmentMatúš Kukan2011-07-122-13/+0
|
* Default to current language binding name, if not specified.Matúš Kukan2011-07-111-16/+6
| | | | Signed-off-by: Michael Meeks <michael.meeks@novell.com>
* Export the new loadSharedLibComponentFactory() overload, tooTor Lillqvist2011-06-271-0/+1
|
* re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks2011-06-246-6/+40
| | | | | | use a separate prefix enabled method instead of changing the ABI of cppuhelper also - lookup the prefix in the dllcomponentloader in case we are called this way also - add a unit test for the prefix change
* Allows using prefix information about componentMatus Kukan2011-06-245-7/+36
|
* ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-181-1/+1
|
* Use the i prefix for the import library only with MSCTor Lillqvist2011-06-181-0/+4
|
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* Revert "Bypass DLL prefix and extension stuff on iOS for now"Tor Lillqvist2011-06-141-2/+0
| | | | | | Not needed now with a normal SAL_DLLEXTENSION defined for iOS. This reverts commit dc915ed7fbbbeef9eefbf5bda07289a9462b6904.
* Be less picky with library nameTor Lillqvist2011-06-141-1/+1
|
* Bypass DLL prefix and extension stuff on iOS for nowTor Lillqvist2011-06-141-0/+2
|
* Bypass qa thingies for now when cross-compilingTor Lillqvist2011-06-064-0/+20
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-64/+64
|
* Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-271-8/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: offapi/com/sun/star/awt/XCallback.idl offapi/com/sun/star/awt/XContainerWindowEventHandler.idl offapi/com/sun/star/awt/XContainerWindowProvider.idl offapi/com/sun/star/awt/XDialogEventHandler.idl offapi/com/sun/star/awt/XDialogProvider.idl offapi/com/sun/star/awt/XRequestCallback.idl offapi/com/sun/star/awt/XUnitConversion.idl offapi/com/sun/star/awt/grid/GridColumnEvent.idl offapi/com/sun/star/awt/tab/TabPageActivatedEvent.idl offapi/com/sun/star/awt/tree/ExpandVetoException.idl offapi/com/sun/star/awt/tree/TreeDataModelEvent.idl offapi/com/sun/star/awt/tree/TreeExpansionEvent.idl offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl offapi/com/sun/star/awt/tree/XMutableTreeNode.idl offapi/com/sun/star/awt/tree/XTreeControl.idl offapi/com/sun/star/awt/tree/XTreeDataModel.idl offapi/com/sun/star/awt/tree/XTreeDataModelListener.idl offapi/com/sun/star/awt/tree/XTreeEditListener.idl offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl offapi/com/sun/star/awt/tree/XTreeNode.idl offapi/com/sun/star/document/DocumentEvent.idl offapi/com/sun/star/document/XDocumentEventListener.idl offapi/com/sun/star/frame/XLayoutManagerListener.idl offapi/com/sun/star/geometry/XMapping2D.idl offapi/com/sun/star/inspection/XObjectInspectorUI.idl offapi/com/sun/star/inspection/XPropertyControl.idl offapi/com/sun/star/inspection/XPropertyControlFactory.idl offapi/com/sun/star/inspection/XPropertyControlObserver.idl offapi/com/sun/star/inspection/XPropertyHandler.idl offapi/com/sun/star/inspection/XStringRepresentation.idl offapi/com/sun/star/logging/LogRecord.idl offapi/com/sun/star/logging/XLogFormatter.idl offapi/com/sun/star/logging/XLogHandler.idl offapi/com/sun/star/logging/XLogger.idl offapi/com/sun/star/presentation/XSlideShowListener.idl offapi/com/sun/star/presentation/XSlideShowView.idl offapi/com/sun/star/rendering/FontInfo.idl offapi/com/sun/star/rendering/StrokeAttributes.idl offapi/com/sun/star/rendering/VolatileContentDestroyedException.idl offapi/com/sun/star/rendering/XAnimatedSprite.idl offapi/com/sun/star/rendering/XAnimation.idl offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl offapi/com/sun/star/rendering/XBitmapCanvas.idl offapi/com/sun/star/rendering/XBufferController.idl offapi/com/sun/star/rendering/XCachedPrimitive.idl offapi/com/sun/star/rendering/XCanvas.idl offapi/com/sun/star/rendering/XCanvasFont.idl offapi/com/sun/star/rendering/XColorSpace.idl offapi/com/sun/star/rendering/XCustomSprite.idl offapi/com/sun/star/rendering/XGraphicDevice.idl offapi/com/sun/star/rendering/XLinePolyPolygon2D.idl offapi/com/sun/star/rendering/XParametricPolyPolygon2D.idl offapi/com/sun/star/rendering/XPolyPolygon2D.idl offapi/com/sun/star/rendering/XSprite.idl offapi/com/sun/star/rendering/XSpriteCanvas.idl offapi/com/sun/star/rendering/XTextLayout.idl offapi/com/sun/star/report/XFixedLine.idl offapi/com/sun/star/report/XFixedText.idl offapi/com/sun/star/report/XFormatCondition.idl offapi/com/sun/star/report/XFormattedField.idl offapi/com/sun/star/report/XFunction.idl offapi/com/sun/star/report/XFunctions.idl offapi/com/sun/star/report/XFunctionsSupplier.idl offapi/com/sun/star/report/XGroup.idl offapi/com/sun/star/report/XGroups.idl offapi/com/sun/star/report/XImageControl.idl offapi/com/sun/star/report/XReportComponent.idl offapi/com/sun/star/report/XReportControlModel.idl offapi/com/sun/star/report/XReportDefinition.idl offapi/com/sun/star/report/XSection.idl offapi/com/sun/star/report/XShape.idl offapi/com/sun/star/report/inspection/DefaultComponentInspectorModel.idl offapi/com/sun/star/resource/XStringResourceResolver.idl offapi/com/sun/star/resource/XStringResourceWithLocation.idl offapi/com/sun/star/sdb/XDocumentDataSource.idl offapi/com/sun/star/sdb/XFormDocumentsSupplier.idl offapi/com/sun/star/sdb/XOfficeDatabaseDocument.idl offapi/com/sun/star/sdb/XReportDocumentsSupplier.idl offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl offapi/com/sun/star/sdb/tools/XConnectionTools.idl offapi/com/sun/star/security/SecurityInfrastructureException.idl offapi/com/sun/star/ui/XUIConfigurationManager.idl offapi/com/sun/star/ui/XUIElement.idl offapi/com/sun/star/ui/XUIElementSettings.idl offapi/com/sun/star/util/XModifiable2.idl offapi/com/sun/star/view/XMultiSelectionSupplier.idl offapi/com/sun/star/xml/crypto/SEInitializer.idl offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl
* | Some cppcheck cleaningJulien Nabet2011-05-171-2/+2
| |
* | avoid double deleteDavid Tardon2011-05-161-2/+0
| |
* | delete[] after useDavid Tardon2011-05-161-0/+1
| |