Searched refs:xAnnotations (Results 1 – 5 of 5) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | CreateShowHideEditDeleteComments.java | 124 XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in testCreateEditDeleteComments() local 125 xAnnotations.insertNew(aAddress, "This is an annotation"); in testCreateEditDeleteComments() 133 XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in testCreateEditDeleteComments() local 137 ,4, xAnnotations.getCount()); in testCreateEditDeleteComments() 140 xAnnotations.removeByIndex(1); in testCreateEditDeleteComments() 144 ,3, xAnnotations.getCount()); in testCreateEditDeleteComments() 185 XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in testShowHideComments() local 186 xAnnotations.insertNew(aAddress, "This is an annotation"); in testShowHideComments()
|
/aoo4110/test/testuno/source/fvt/uno/sc/cell/ |
H A D | DeleteContents.java | 146 XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in testDeleteContents() local 150 ,0, xAnnotations.getCount()); in testDeleteContents()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLExportIterator.cxx | 790 uno::Reference<container::XEnumeration> xAnnotations(xAnnotationAccess->createEnumeration()); in SetCurrentTable() local 791 if (xAnnotations.is()) in SetCurrentTable() 793 while (xAnnotations->hasMoreElements()) in SetCurrentTable() 796 aAnnotation.xAnnotation.set(xAnnotations->nextElement(), uno::UNO_QUERY); in SetCurrentTable()
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 168 unoidl.com.sun.star.sheet.XSheetAnnotations xAnnotations = in doCellSamples() 170 xAnnotations.insertNew( aAddress, "This is an annotation" ); in doCellSamples()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 283 com.sun.star.sheet.XSheetAnnotations xAnnotations = xAnnotationsSupp.getAnnotations(); in doCellSamples() local 284 xAnnotations.insertNew( aAddress, "This is an annotation" ); in doCellSamples()
|
Completed in 41 milliseconds