Commit Graph

11271 Commits

Author SHA1 Message Date
10e580c57b Revert "offapi: remove obsolete XInplaceLayout"
This reverts commit 5ca858c01cb2e2aa93c8aca65fd271a900785e3f.

This change implicates some more changes in layoutmanager.hxx
see ::cppu::WeakImplHelper8. So keep it...
2012-02-18 22:16:30 +01:00
5ca858c01c offapi: remove obsolete XInplaceLayout 2012-02-18 21:33:05 +01:00
23af031b09 Fix typos in comments 2012-02-18 09:35:43 +00:00
cf3c4f63d9 plural right after all 2012-02-14 15:44:00 +01:00
7535373fa6 correct documentation of com::sun::sdbc::XDatabaseMetaData 2012-02-14 15:07:03 +01:00
46ed679992 forgot to git add TableBorder2.idl
needed for f02f97bcdf7b6789e42f04600fb30daf3e0bfd37
2012-02-09 16:02:18 +01:00
f02f97bcdf added TableBorder2 using BorderLine2, implemented BorderLine2 properly
* added com::sun::table::TableBorder2 with
  com::sun::table::BorderLine2 members
* added optional com::sun::table::BorderLine2 properties to
  com::sun::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-09 14:37:44 +01:00
fb78dbcdc5 Added READMEs for modules related to URE, with content from the wiki 2012-02-06 05:28:46 +01:00
c857dff7fc switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
f3c1af5701 Pick additional cleanups from -3-5-0 branch.
This cherry-picks the extra cleanups from the UNO type publishing
revert.
2012-01-27 11:49:20 +01:00
00de339c15 Fixup over-ambitious previous revert.
There were actually some useful bits hidden in that mass-publishing
of uno api.
2012-01-26 22:45:27 +01:00
78cca63070 Revert publishing of lots of UNO types.
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-26 22:11:48 +01:00
866df124ee typo 2012-01-25 18:18:52 +01:00
decd4c8062 Undo comment fix that introduces start of nested comment. 2012-01-19 23:34:54 +01:00
6f607469e9 minor corrections in comments 2012-01-19 23:28:49 +01:00
c04678b6e7 added SubViewSize property to EnhancedCustomShapePath
- allow to specify view boxes for sub paths
2012-01-19 09:46:52 +01:00
29bd62fdc2 Switch flag sequence of OpenCommandArg3 to NamedValue.
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3,
using the less-bulky NamedValue type instead of PropertyValue.
2012-01-17 11:42:07 +01:00
09954fc863 Fix UpdateCheck clog up server by keeping connection alive
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-17 05:03:42 +01:00
81856eecf4 added new custom shape path segment commands - darken/lighten fill color 2012-01-11 16:03:25 +01:00
8b7354217d added date acceptance patterns API 2012-01-11 13:18:46 +01:00
887b7f34fe idl fix package names 2012-01-05 14:09:37 +01:00
405f7ac2fd fix broken ifndef/define guard in idl 2012-01-05 14:09:37 +01:00
45652af4e2 offapi: css.chart2.XAxis: fix include guard conflict 2012-01-05 14:00:36 +01:00
9e3235cd99 minor idl fixes 2012-01-05 11:51:44 +00:00
91894d52b6 add mode-lines to .idl files 2012-01-05 09:18:17 +00:00
578292d707 Register chart data ranges via tokens rather than string.
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.
2012-01-04 21:19:39 -05:00
9ae50a6d41 Revert "minor idl fixes" - no explicit license statement yet.
This reverts commit 5260bf5ea7271cca4767f596592091dcdfd895fe.
2011-12-20 17:46:59 +00:00
bcdea3b379 Simplified, type-safe C++ configuration access.
* 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-13 12:50:34 +01:00
bd7f838011 Remove oooimprovement 2011-12-07 21:59:28 -05:00
2acd8fbac9 in modules, when we have a env we are in stage gbuild 2011-12-07 15:53:06 +01:00
5260bf5ea7 minor idl fixes 2011-12-06 23:54:36 +00:00
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
27fa364db8 incompatible change to solve uno problem related to fdo#43308 2011-12-05 23:08:25 +01:00
34493546d6 New UNO API to handle multi-value filters. 2011-11-29 22:35:45 -05:00
d73e574d8a move reconfigure into gbuild 2011-11-29 17:25:14 +01:00
ebdc3ad1ee Fix build in offapi. 2011-11-29 09:40:48 +01:00
7a16f31752 New UNO API to return currently selected sheets.
Both from the sheet view and preview modes.
2011-11-29 00:04:23 -05:00
5469d397c6 offapi: remove outdated doucmentation of removed stuff 2011-11-28 22:46:00 +01:00
ad88d5116b offapi: remove obsolete MaxChildrenException.idl 2011-11-28 22:46:00 +01:00
ab5b77536b s/weather/whether/ where appropriate 2011-11-28 10:32:13 +07:00
e0765292dc importSheet : clean idl comments according to small previous cleaning 2011-11-26 06:31:24 +01:00
f2f0dbd273 make gbuild makefiles run independant of pwd again 2011-11-25 12:04:40 +01:00
ba897375db Let's throw out-of-bound exception on out-of-bound destination position. 2011-11-23 15:28:36 -05:00
2ee55872eb importSheet from an external provided document
define a new interface XSpreadsheets2
clean some String in docuno.cxx while i'm at it.
2011-11-23 15:28:36 -05:00
3b5ee26d2c added partitive case month names
* 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-22 14:52:41 +01:00
f1d0641013 offapi: update type reference:
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-21 22:46:24 +01:00
4f3175bbaf offapi: FootnoteLineStyle.idl: wrong module 2011-11-21 22:46:03 +01:00
a4814ec657 offapi: fix build errors in chart2 services 2011-11-21 22:46:01 +01:00
6a7b8a6465 offapi: css.chart2.MutableDataSequence unused, looks obsolete 2011-11-21 22:45:59 +01:00
577943dc7b offapi: kill dmakefiles 2011-11-21 22:45:58 +01:00