Home
last modified time | relevance | path

Searched refs:CreateNoteFromCaption (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/inc/ !
H A Dpostit.hxx194 static ScPostIt* CreateNoteFromCaption(
/trunk/main/sc/source/core/data/ !
H A Dpostit.cxx851 ScPostIt* ScNoteUtil::CreateNoteFromCaption( in CreateNoteFromCaption() function in ScNoteUtil
/trunk/main/sc/source/filter/xml/ !
H A Dxmlcelli.cxx626 pNote = ScNoteUtil::CreateNoteFromCaption( *pDoc, aPos, *pCaption, true ); in SetAnnotation()