summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XSpreadsheets2.idl
AgeCommit message (Collapse)Author
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-12-21clean up all the UNO IDL module header guardsNoel Grandin
.. so I don't keep tripping over the bad ones during my UNO cleanup work. (1) make them all use a similar syntax, makes it easier to run my automatic checker (2) some of them were just cut'n'paste accidents waiting to happen (3) remove unnecessary header guards in the __including__ file. That is very brittle. Change-Id: I4e679c15161483ad93aeb316a25d6db6d97e9d4e
2012-08-12Remove comment art from offapi and udkapiJean-Tiare LE BIGOT
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
2012-01-05add mode-lines to .idl filesCaolán McNamara
2011-11-26importSheet : clean idl comments according to small previous cleaningLaurent Godard
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.