Searched refs:insertNew (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/ |
H A D | _XSheetAnnotations.java | 57 oObj.insertNew(new CellAddress((short)1, 2, 5), sAnno + "1"); in _insertNew() 58 oObj.insertNew(new CellAddress((short)1, 1, 1), sAnno + "2"); in _insertNew()
|
/aoo41x/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | CreateShowHideEditDeleteComments.java | 125 xAnnotations.insertNew(aAddress, "This is an annotation"); in testCreateEditDeleteComments() 186 xAnnotations.insertNew(aAddress, "This is an annotation"); in testShowHideComments()
|
/aoo41x/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScAnnotationsObj.csv | 5 "ScAnnotationsObj";"com::sun::star::sheet::XSheetAnnotations";"insertNew()"
|
/aoo41x/main/offapi/com/sun/star/sheet/ |
H A D | XSheetAnnotations.idl | 63 void insertNew(
|
/aoo41x/main/oox/source/xls/ |
H A D | commentsbuffer.cxx | 136 xAnnos->insertNew( aNotePos, OUString( sal_Unicode( ' ' ) ) ); in finalizeImport()
|
/aoo41x/main/sc/inc/ |
H A D | docuno.hxx | 758 virtual void SAL_CALL insertNew( const ::com::sun::star::table::CellAddress& aPosition,
|
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 284 xAnnotations.insertNew( aAddress, "This is an annotation" ); in doCellSamples()
|
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 170 xAnnotations.insertNew( aAddress, "This is an annotation" ); in doCellSamples()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3528 void SAL_CALL ScAnnotationsObj::insertNew( in insertNew() function in ScAnnotationsObj
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 2922 xAnnos->insertNew( aNotePos, aNoteText ); in AddComment()
|
Completed in 207 milliseconds