summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)Author
2012-03-02Document how to incompatibly change udkapi/offapiStephan Bergmann
2012-02-27Removed unused code.Bartolomé Sánchez Salado
2012-02-18Revert "offapi: remove obsolete XInplaceLayout"Thomas Arnhold
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f. This change implicates some more changes in layoutmanager.hxx see ::cppu::WeakImplHelper8. So keep it...
2012-02-18offapi: remove obsolete XInplaceLayoutThomas Arnhold
2012-02-18Fix typos in commentsElton Chung
2012-02-14plural right after allLionel Elie Mamane
2012-02-14correct documentation of com::sun::star::sdbc::XDatabaseMetaDataLionel Elie Mamane
2012-02-09forgot to git add TableBorder2.idlEike Rathke
needed for f02f97bcdf7b6789e42f04600fb30daf3e0bfd37
2012-02-09added TableBorder2 using BorderLine2, implemented BorderLine2 properlyEike Rathke
* added com::sun::star::table::TableBorder2 with com::sun::star::table::BorderLine2 members * added optional com::sun::star::table::BorderLine2 properties to com::sun::star::table::CellProperties service * changes in Calc * support TableBorder2, additionally to TableBorder * reverted change that made all BorderLine properties operate with BorderLine2 structs * instead support both, BorderLine and BorderLine2
2012-02-06Added READMEs for modules related to URE, with content from the wikiJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-01-27Pick additional cleanups from -3-5-0 branch.Norbert Thiebaud
This cherry-picks the extra cleanups from the UNO type publishing revert.
2012-01-26Fixup over-ambitious previous revert.Thorsten Behrens
There were actually some useful bits hidden in that mass-publishing of uno api.
2012-01-26Revert publishing of lots of UNO types.Thorsten Behrens
See issue i#117329 This reverts commit fb2b2be1bf566b5ef4d308332dbbdfe7012f6f1c. This reverts commit 0b494e0cb9eb6652d00397fb6ca8d9b6709e4cb5. This reverts commit 3e396922c2926165d680e8051c3d9247ea4aaf78. This reverts commit 0461d179dddc2caab6315e6f7ec7bb3804dd017a. This reverts commit 0f79c68194206864c993cd0fb01a485d2db2664f. This reverts commit 65162840e329afee6f401f5a91273c2dbd1bbdf8. Conflicts: offapi/com/sun/star/drawing/XSlidePreviewCache.idl offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl offapi/com/sun/star/rendering/FontInfo.idl offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl offapi/com/sun/star/rendering/XColorSpace.idl offapi/com/sun/star/report/XFixedLine.idl offapi/com/sun/star/report/XFixedText.idl offapi/com/sun/star/report/XFormattedField.idl offapi/com/sun/star/report/XFunctionsSupplier.idl offapi/com/sun/star/report/XImageControl.idl offapi/com/sun/star/report/XReportControlFormat.idl offapi/com/sun/star/report/XReportDefinition.idl offapi/com/sun/star/xml/crypto/SEInitializer.idl
2012-01-25typoStephan Bergmann
2012-01-19Undo comment fix that introduces start of nested comment.Stephan Bergmann
2012-01-19minor corrections in commentsEike Rathke
2012-01-19added SubViewSize property to EnhancedCustomShapePathRadek Doulik
- allow to specify view boxes for sub paths
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue.
2012-01-17Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens
The update check protocol uses the webdav ucp, which uses neon, which in turn defaults to keeping the connection alive. this is nice for webdav, but disastrous for millions of clients phoning home to the same server. Using neon directly in updatefeed.cxx is not an option, due to the thread safety problems around that (see e.g. rhbz#544619) - so we had to extend it to accept connection options, and reuse the existing webdav provider.
2012-01-11added new custom shape path segment commands - darken/lighten fill colorRadek Doulik
2012-01-11added date acceptance patterns APIEike Rathke
2012-01-05idl fix package namesTomas Hlavaty
2012-01-05fix broken ifndef/define guard in idlTomas Hlavaty
2012-01-05offapi: css.chart2.XAxis: fix include guard conflictMichael Stahl
2012-01-05minor idl fixesTomas Hlavaty
2012-01-05add mode-lines to .idl filesCaolán McNamara
2012-01-04Register chart data ranges via tokens rather than string.Kohei Yoshida
Doing it this way avoids having to re-generate the data ranges in Calc A1 before passing it to the chart backend in Calc. We need this in order to remove the silly restriction that forces us to always pass data range strings in Calc A1 format, which is error-prone. This is also necessary in order to fix the bug that prevents editing data ranges of an existing chart when the formula syntax is something other than Calc A1.
2011-12-20Revert "minor idl fixes" - no explicit license statement yet.Michael Meeks
This reverts commit 5260bf5ea7271cca4767f596592091dcdfd895fe.
2011-12-13Simplified, type-safe C++ configuration access.Stephan Bergmann
* New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing.
2011-12-07Remove oooimprovementAugust Sodora
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-12-06minor idl fixesTomas Hlavaty
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-05incompatible change to solve uno problem related to fdo#43308Markus Mohrhard
2011-11-29New UNO API to handle multi-value filters.Kohei Yoshida
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-29Fix build in offapi.Jan Holesovsky
2011-11-29New UNO API to return currently selected sheets.Kohei Yoshida
Both from the sheet view and preview modes.
2011-11-28offapi: remove outdated doucmentation of removed stuffMichael Stahl
2011-11-28offapi: remove obsolete MaxChildrenException.idlMichael Stahl
2011-11-28s/weather/whether/ where appropriateKorrawit Pruegsanusak
2011-11-26importSheet : clean idl comments according to small previous cleaningLaurent Godard
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-23Let's throw out-of-bound exception on out-of-bound destination position.Kohei Yoshida
2011-11-23importSheet from an external provided documentLaurent Godard
define a new interface XSpreadsheets2 clean some String in docuno.cxx while i'm at it.
2011-11-22added partitive case month namesEike Rathke
* Locale data: * nominative (nouns) month names always given in <MonthsOfYear> element * optional genitive case month names in <GenitiveMonths> element, following the <MonthsOfYear> element; if not given take nominative names * optional partitive case month names in <PartitiveMonths> element, following the <GenitiveMonths> element, or following the <MonthsOfYear> element if the <GenitiveMonths> element is not present; if not given take genitive case names, or nominative if genitive names aren't defined * currently known partitive case matters in Finnish locales * Rules for use of nominative / genitive / partitive case month names in number formatter: * no day of month (D or DD) present in format code => MMM or MMMM display nominative month name (noun) * day of month (D or DD) after MMM or MMMM => genitive name * no genitive names defined => nominative names * day of month (D or DD) before MMM or MMMM => partitive name * no partitive names defined => genitive names * no genitive names defined => nominative names
2011-11-21offapi: update type reference:Michael Stahl
This updates the keys for the following intentional changes: ENUM: /UCR/com/sun/star/drawing/TextFitToSizeType Field 3: Name1 = RESIZEATTR != Name2 = AUTOFIT SERVICE: /UCR/com/sun/star/sheet/SpreadsheetViewSettings SERVICE1 contains 1 more properties as SERVICE2 incompatible change: Field 14 ('SolidHandles') of r1 is not longer a property of this SERVICE in r2 SERVICE: /UCR/com/sun/star/text/ViewSettings SERVICE1 contains 1 more properties as SERVICE2 incompatible change: Field 24 ('SolidMarkHandles') of r1 is not longer a property of this SERVICE in r2
2011-11-21offapi: FootnoteLineStyle.idl: wrong moduleMichael Stahl
2011-11-21offapi: fix build errors in chart2 servicesMichael Stahl