summaryrefslogtreecommitdiffstats
path: root/offapi
Commit message (Collapse)AuthorAgeFilesLines
* Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky2011-11-176-197/+0
|
* 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.
* Simplified some uses of css.configuration.theDefaultProvider.Stephan Bergmann2011-11-143-1/+57
| | | | | | | * Retro-added new-style UNOIDL singleton specification for it, for easy instantiation. * Plus new comphelper::getComponentContext to map from XMultiServiceFactory to XComponentContext.
* removed leftovers of the Simple Handles optionTim Hardeck2011-11-102-13/+0
| | | | | Removed leftovers of the Simple Handles option which weren't delete by the previous patch.
* Grammar checking dialog: reworked how explanations are shownCédric Bosdonnat2011-11-021-0/+4
|
* fix bad commentNorbert Thiebaud2011-10-271-2/+1
|
* no need for SRCDIR parameter hereMatúš Kukan2011-10-232-2/+2
|
* UnoApiTarget: replace realpath callsMichael Stahl2011-10-212-2/+2
|
* Added a scanbutton to the scan-dialogRob Snelders2011-10-203-0/+66
|
* Undo basis/brand split: merge basis share/ into brand share/.Stephan Bergmann2011-10-071-4/+2
|
* add another ARC commandRadek Doulik2011-10-051-0/+4
| | | | - defined by start and swing angles + ellipse width and height
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* CMIS: added libcmis module and created empty cmis UCP shellCédric Bosdonnat2011-10-012-0/+58
|
* Remove RCS headerThomas Arnhold2011-09-202-4/+0
|
* process more idl files at once - second part: makefilesMatúš Kukan2011-09-191-3717/+4142
|
* fix comment typosCaolán McNamara2011-09-081-1/+1
|
* add chaff to encrypted documentsCaolán McNamara2011-09-081-0/+8
|
* Revert "process more idl files at once - second part: makefiles"Norbert Thiebaud2011-09-081-4142/+3717
| | | | This reverts commit a44dda4b7d71f8d2b4e0cca79d732eab89588c3a.
* fix url in documentationAndras Timar2011-09-071-1/+1
|
* process more idl files at once - second part: makefilesMatúš Kukan2011-09-021-3717/+4142
|
* include missing header fileMatúš Kukan2011-09-021-0/+2
|
* adapt a few @since to reality, OOo -> LibreOfficeEike Rathke2011-09-011-4/+4
|
* Add numbering type in persian word.Mohammad Elahi2011-08-281-0/+7
| | | | | | Numbering in localized persian word is useful in some areas, at least for me it is necessary. Since it is not trivial a function and table is needed.
* Add numbering type of arabic abjad sequenceMohammad Elahi2011-08-281-0/+8
| | | | | A localized numbering type base on arabic abjad sequence is added base on a table.
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* Keep the container and object separate methods.Kohei Yoshida2011-08-161-1/+3
| | | | | ScVbaControl doesn't have any container instance to pass to the old method.
* Slightly changed the API.Kohei Yoshida2011-08-161-5/+1
|
* Code page should be the same for the same drawing page.Kohei Yoshida2011-08-161-0/+4
| | | | | This removes O(n^2) from the process of querying the code pages for form elements.
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-105-5/+5
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-305-0/+7
|
* add idl files from scaddinsMatúš Kukan2011-07-273-0/+714
|
* postmerge fixes for gnumake4Bjoern Michaelsen2011-07-221-1/+1
|
* Remove add.diffMiklos Vajna2011-07-131-1078/+0
| | | | Probably it was added accidently.
* fix last commitLuboš Luňák2011-07-011-0/+1
|
* XLSX formula import improvement. Recommit.Muthu Subramanian2011-07-012-0/+72
|
* Revert patch to change .idlMuthu Subramanian2011-06-291-22/+0
|
* Improved xlsx formula import.Muthu Subramanian2011-06-291-0/+22
| | | | | | | Now uses the values present in the import document rather than calculating the formula. This speeds up document loading. TODO: Extend this to string results as well.
* Adapt texts to new B-spline implementationRegina Henschel2011-06-231-3/+2
|
* fix for fdo#37880Markus Mohrhard2011-06-233-0/+54
| | | | | we need to save the information if we have a global range name or a local range name in the uno api too
* add new IDL filesDavid Tardon2011-06-183-7/+69
|
* return OS/2 support to avoid binary incompatibilityDavid Tardon2011-06-181-0/+3
| | | | | This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e "Remove OS/2 support."
* remove executable flag from idl filesDavid Tardon2011-06-183-0/+0
|
* these entities were publishedDavid Tardon2011-06-186-6/+6
|
* ause130: #i117218# fix broken offapi build.lstHans-Joachim Lankenau2011-06-181-0/+1
|
* ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau2011-06-18175-7709/+7107
|
* Cross-compilation fixTor Lillqvist2011-06-181-1/+1
| | | | | | | | checknewapi.pl can run regview fine on Windows even if the name doesn't include the .exe suffix. So drop the use of EXECPOST and then this will work also in the case of cross-compilation to Windows, where EXECPOST is .exe for HOST, but we aren't running a HOST regview but a BUILD one.
* Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-215/+215
|
* Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-27303-479/+1739
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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