Searched refs:xNotes (Results 1 – 2 of 2) sorted by relevance
1200 XSheetAnnotationsRef xNotes = xSheet->getAnnotations(); in lcl_Notes() local1201 if (!xNotes) return; in lcl_Notes()1202 XIndexAccessRef xNIndex = (XIndexAccess*)xNotes->queryInterface(XIndexAccess::getSmartUik()); in lcl_Notes()1209 xNotes->addAnnotation( L"neu", aPos ); in lcl_Notes()1214 XSheetAnnotationRef xAnn = xNotes->getAnnotationByIndex((UINT16)i); in lcl_Notes()
588 XclExpRecordRef xNotes = mxCellTable->CreateRecord( EXC_ID_NOTE ); in FillAsXmlTable() local589 …ordList< XclExpNote >* xNoteList = dynamic_cast< XclExpRecordList< XclExpNote >* >( xNotes.get() ); in FillAsXmlTable()
Completed in 28 milliseconds