XSheetAnnotations.idl (d1766043) XSheetAnnotations.idl (a893be29)
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

--- 40 unchanged lines hidden (view full) ---

49 //-------------------------------------------------------------------------
50
51 /** creates a new annotation.
52
53 <p>This method creates a new annotation object, attaches it to the
54 specified cell and inserts it into the collection.</p>
55
56 @param aPosition
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

--- 40 unchanged lines hidden (view full) ---

49 //-------------------------------------------------------------------------
50
51 /** creates a new annotation.
52
53 <p>This method creates a new annotation object, attaches it to the
54 specified cell and inserts it into the collection.</p>
55
56 @param aPosition
57 contains the address of the cell thta will contain the
57 contains the address of the cell that will contain the
58 annotation.
59
60 @param aText
61 contains the annotation text.
62 */
63 void insertNew(
64 [in] com::sun::star::table::CellAddress aPosition,
65 [in] string aText );

--- 21 unchanged lines hidden ---
58 annotation.
59
60 @param aText
61 contains the annotation text.
62 */
63 void insertNew(
64 [in] com::sun::star::table::CellAddress aPosition,
65 [in] string aText );

--- 21 unchanged lines hidden ---