Home
last modified time | relevance | path

Searched refs:insertNew (Results 1 – 10 of 10) sorted by relevance

/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetAnnotations.java57 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 DCreateShowHideEditDeleteComments.java125 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 Dcom.sun.star.comp.office.ScAnnotationsObj.csv5 "ScAnnotationsObj";"com::sun::star::sheet::XSheetAnnotations";"insertNew()"
/aoo41x/main/offapi/com/sun/star/sheet/
H A DXSheetAnnotations.idl63 void insertNew(
/aoo41x/main/oox/source/xls/
H A Dcommentsbuffer.cxx136 xAnnos->insertNew( aNotePos, OUString( sal_Unicode( ' ' ) ) ); in finalizeImport()
/aoo41x/main/sc/inc/
H A Ddocuno.hxx758 virtual void SAL_CALL insertNew( const ::com::sun::star::table::CellAddress& aPosition,
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java284 xAnnotations.insertNew( aAddress, "This is an annotation" ); in doCellSamples()
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs170 xAnnotations.insertNew( aAddress, "This is an annotation" ); in doCellSamples()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddocuno.cxx3528 void SAL_CALL ScAnnotationsObj::insertNew( in insertNew() function in ScAnnotationsObj
/aoo41x/main/sc/source/ui/vba/
H A Dvbarange.cxx2922 xAnnos->insertNew( aNotePos, aNoteText ); in AddComment()

Completed in 104 milliseconds