| Cell.idl (d1766043) | Cell.idl (2a413f17) |
|---|---|
| 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 75 unchanged lines hidden (view full) --- 84 <li>BottomBorder: already available.</li> 85 <li>LeftBorder: already available.</li> 86 <li>RightBorder: already available.</li> 87 <li>NumberFormat: already available.</li> 88 <li>ShadowFormat: non-functional implementation.</li> 89 <li>CellProtection: non-functional implementation.</li> 90 </ul> 91 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 75 unchanged lines hidden (view full) --- 84 <li>BottomBorder: already available.</li> 85 <li>LeftBorder: already available.</li> 86 <li>RightBorder: already available.</li> 87 <li>NumberFormat: already available.</li> 88 <li>ShadowFormat: non-functional implementation.</li> 89 <li>CellProtection: non-functional implementation.</li> 90 </ul> 91 |
| 92 @since OOo 2.0 | 92 @since OpenOffice 2.0 |
| 93 */ 94 service com::sun::star::table::CellProperties; 95 96 //------------------------------------------------------------------------- 97 98 /** provides access to the cell contents. 99 */ 100 interface com::sun::star::table::XCell; --- 15 unchanged lines hidden --- | 93 */ 94 service com::sun::star::table::CellProperties; 95 96 //------------------------------------------------------------------------- 97 98 /** provides access to the cell contents. 99 */ 100 interface com::sun::star::table::XCell; --- 15 unchanged lines hidden --- |