summaryrefslogtreecommitdiff
path: root/offapi
AgeCommit message (Collapse)Author
2013-04-11122030: Fixed bug in documentation that breaks autodoc processing.Andre Fischer
Found and patched by: Ariel Constenla-Haile Review by: Andre Fischer Notes: merged as: 4497c8dd71735cb896198f613e13979930132700
2013-04-10121420: merge sidebar feature from branch into trunkOliver-Rainer Wittmann
Notes: merged as: d50ce284c9674c45acd40d017cc44c260da722a2
2013-03-24i121946 - Use enums to identify WebDAV/HTTP methodsAriel Constenla-Haile
Notes: merged as: 7165b05968ed7d6a52986382877e82e09f7150aa
2013-03-24i121945 - WebDAV ucp: return StringPair instead of NamedValueAriel Constenla-Haile
Make css::ucb::XWebDAVCommandEnvironment::getUserRequestHeaders() return a sequence of css::beans::StringPair; this avoids all the any overhead, and is much more simple and intuitive. Notes: merged as: 424300b69a43c569dae5753db63c2ad7444d3d73
2013-03-24i121944 - Implement inheritance in css::ucb::XWebDAVCommandEnvironmentAriel Constenla-Haile
It should be derived from css::ucb::XCommandEnvironment Notes: merged as: b2dfbdff7a7436c8fc4a8d2304f573bf783b2d32
2013-03-24i121935 - UCB: new "addProperty" and "removeProperty" commandsAriel Constenla-Haile
Notes: merged as: 41c05c607cd52d327f51cd986d21aa0cdafa1ae1
2013-03-24Fix css.ucb.Content documentationAriel Constenla-Haile
Make it more readable by adding a table. Notes: merged as: a02388b90017def4c7f5ea2139e1d3302ba25132
2013-03-20#121734# extend XTextMarkup to support rangesJürgen Schmidt
Patch by: Kai Labusch Review by: arielch, jsc Notes: merged as: c43ffd3d44060c0801138e33a9dfc917133b7c21
2013-03-20#121732# add new interface XMarkingAccessJürgen Schmidt
Patch by: Kai Labusch Review by: arielch, jsc Notes: merged as: c5b604b9527d0dc32066e17dc3ce7f7370a78fe1
2013-03-20#121731# extend XSmartTagAction->getActionCount with additional parameter to ↵Jürgen Schmidt
increase flexibility of context menus Patch by: Kai Labusch Review by: arielch, jsc Notes: merged as: 5e059c1ee53b6be058f66a7c43af0e75f3cadfa1
2013-03-20#121730# add new optional interface XRangeBasedSmartTagRecognizer for SmartTagsJürgen Schmidt
Patch by: Kai Labusch Review by: arielch, jsc Notes: merged as: 1959113eac6bb23310883c974ac40cba6f222493
2013-03-17i117986 Adapt spline implementation to ODF1.2Regina Henschel
Author: Regina Henschel Notes: prefer: 6a8f23ec27e9fd55411f9536fb3fdfea2b6cd8bd
2013-02-05i119977 - Update version number to 4.0.0Ariel Constenla-Haile
Notes: ignore: aoo
2013-01-04i121579 - Clean-up system mail APIAriel Constenla-Haile
Notes: reject: half-baked clean-up of published mail API (e.g., consolidates Simple{Command,System}Mail but keeps needless queryMailClient indirection; consolidates XSimpleMailMessage{,2} but needlessly keeps it an interface instead of a struct); probably does more harm than good
2013-01-04i121578 - Convert css.system.SystemShellExectue to new-styleAriel Constenla-Haile
Notes: prefer: d26f3acf2874f64fd89c8197163651443d4b1733
2012-12-25i121548 - Remove deprecated system proxy APIAriel Constenla-Haile
Notes: prefer: 28327c28ced32f181ed9b5c4921fd844e549980d
2012-12-24i121544 - Clean-up MessageBox APIAriel Constenla-Haile
Notes: merged as: 805c6101b3427cc98b53f1c48f22f705206c384d
2012-12-23i121162 - ImageScaleMode constants should be in UPPERCASEAriel Constenla-Haile
Notes: merged as: 949f97ba480f96c7892602f3208467ac925fab15
2012-12-23i121542 - Unify the Menu APIAriel Constenla-Haile
Notes: merged as: 9052caae53ef6ec7eeab20f1ac56bd6310b4451b
2012-12-20i121514 - Remove deprecated UnoControlSimpleAnimationAriel Constenla-Haile
Notes: merged as: 303096c50c850b05a158a1a429c9fd5d0251a892
2012-12-20i121513 - Remove deprecated UnoControlThrobberModelAriel Constenla-Haile
Notes: merged as: 680608b15dd158f9ad4ceae328abb10b5185a27b
2012-12-11i25945 - Allow disabling scrollbar tips by API and configurationAriel Constenla-Haile
Notes: merged as: 6005dd5366a86d6b7b1535233a99e24501e053a3
2012-12-07Update type library historyAriel Constenla-Haile
Notes: prefer: 7de47fe4ce076695a654198cf2c81ce3021d2cfb
2012-12-07Fix build breaker: missing css::uno::XInterface includeAriel Constenla-Haile
Notes: merged as: 3f0dbd2cbe17f276ac3b2445ac76ff0cafc260c6
2012-12-06#i121442# - StatusbarController API ModificationsAriel Constenla-Haile
Modify the current StatusbarController API so that it can be used by pure UNO implementations. Notes: merged as: 0d3b4f59fc43bc7aa9994195d55712aff87b3036
2012-12-06#i121442# - API wrapping StatusBar functionalityAriel Constenla-Haile
In the current implementation and its API design, it is impossible to implement a StatusbarController in UNO, because there is no way in UNO for the controller to manipulate its status bar item; the current implementation of UNO based StatusbarController have to access directly the VCL StatusBar through the AWT XWindow in order to manipulate its item. Designing an API that wraps the VCL StatusBar does not make sense: a StatusbarController should only have access to the status bar item it controls, not the whole status bar. Therefore this new interface represents only the functionality of an item in a status bar, to be controlled by a StatusbarController. Notes: merged as: 418118e8be4d71f6359333961f9e4cbe9c12a246
2012-12-06#i121442# - Extend css::awt::XGraphic to draw imagesAriel Constenla-Haile
A StatusbarController that draws its status bar item may need to draw a graphic representing the feature state. css::awt::XGraphics API should be extended to include VCL's OuptDevice::DrawImage. Notes: merged as: f858fa266d8b33ccc27bb6a91f1923b9ea9cdaaa
2012-11-04Fix spacesAriel Constenla-Haile
Notes: ignore: whitespace
2012-11-04#i85426# - Document css::text::XAutoTextContainer paths handlingAriel Constenla-Haile
Notes: merged as: 25c30d0a27aebe31dfb7c72971f95e569aa9577b
2012-11-04#i87780# - Document css::text::AutoTextGroup propertiesAriel Constenla-Haile
Notes: merged as: e98c03ed6525b026ca3cd7941b3634c0f5561397
2012-10-16#i93995# - Allow setting Body of a simple mail messageAriel Constenla-Haile
Notes: merged as: a47a153a7f75edfe3bce33f0d34b723cbd2d5195
2012-10-10#i121197# - Scape non-ASCII chars from css.style.NumberingTypeAriel Constenla-Haile
Patch by: Tsutomu Uchino Review by: arielch Notes: merged as: 4a4589e5bc2d8c159d1fbf7fb1ca218faae401d8
2012-10-08#i121180# - Fix SpinningProgressControlModel descriptionAriel Constenla-Haile
IDL description by Bernard Marcelly Notes: merged as: 6d51f9f948c5bf877ec8a53e3716f00fe5e81a23
2012-10-08#i121181# - Deprecate Throbber APIAriel Constenla-Haile
Notes: merged as: 62cffb489cf7926fc6843e9ac05939b298394ad7
2012-10-06#i117769# - Document service com.sun.star.awt.PrinterServerAriel Constenla-Haile
Notes: prefer: 5ade04867f280b18dfbfb7e60568ed58b32d6bbc
2012-09-09#i120858# Change "Farsi" with "Persian"Ariel Constenla-Haile
Changes done on UI code and IDL, not in comments. Notes: merged as: 59cc160f34c214ce1e6474e67ecc566a7faf6864
2012-09-07#i120478 Enhancement request: support sheet scoped named ranges in CalcWang Lei
Some modification 1)Adding two new interface instead of adding new member functions to existed interface 2)roll back types.rdb 3)roll back temp fix for binfilter Patch by: zhaoshzh (Zhao Shao Zhi) Review by: Wang Lei Notes: prefer: 9008aac0ad1aa868d3e23168ffb5daddbbff15bb
2012-08-31#i120478 Enhancement request: support sheet scoped named ranges in CalcWang Lei
Patch by: zhaoshzh (Zhao Shao Zhi) Review by: Wang Lei Notes: prefer: 9008aac0ad1aa868d3e23168ffb5daddbbff15bb
2012-07-30#116001# Reverted revision 1366087Armin Le Grand
Notes: ignore: reverted
2012-07-26#116001# TextToFitSize item/property optimized to booleanArmin Le Grand
Notes: ignore: reverted
2012-07-19#i120300# - Add new property "ShowContentTips" in com.sun.star.text.ViewSettingsAriel Constenla-Haile
Notes: merged as: 74970948bbd410278964bd02cb5741c6c87eb30d
2012-07-19#i120302# - Replace "@since OpenOffice.org" in IDL filesAriel Constenla-Haile
Notes: prefer: 0406322ed8e40478b355c7e3463033cb5c02dadb
2012-07-04Small format fixes in IDL filesAriel Constenla-Haile
Notes: merged as: 5dd816d65b4f1611970a4d9af8783c52bc4574fe
2012-07-02i120145 - Remove ENABLE_PRESENTER_EXTRA_UIAriel Constenla-Haile
Notes: merged as: 5de5a073e0c64699e716d71e1d6b700380eeced6
2012-06-13119944: 3.4 post release issue: update reference type libraryJürgen Schmidt
merge update from AOO34 branch Notes: prefer: f1d0641013c9bab9963a7cdbfadf56b44d290be9
2012-05-29i119124 - Fix updateRowData @throws documentationAriel Constenla-Haile
Original author: Tsutomu Uchino <hanya.runo at gmail.com> Notes: merged as: b5809ea88bb35997331597f00005ef05450c4aed
2012-03-26119098: add missing licence headerJürgen Schmidt
2012-02-15remove svn:executable properties from make and pack filesHerbert Dürr
2012-02-15remove svn:executable properties from interfacce descriptor filesHerbert Dürr
2012-02-09Changed some typos in links to Apache licenseArmin Le Grand