Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dtextuno.hxx384 class ScCellTextObj : public ScCellTextData, public SvxUnoText class
387 ScCellTextObj(ScDocShell* pDocSh, const ScAddress& rP);
388 virtual ~ScCellTextObj() throw();
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx1126 ScCellTextObj::ScCellTextObj(ScDocShell* pDocSh, const ScAddress& rP) : in ScCellTextObj() function in ScCellTextObj
1132 ScCellTextObj::~ScCellTextObj() throw() in ~ScCellTextObj()
H A Dcellsuno.cxx5983 pUnoText = new ScCellTextObj( GetDocShell(), aCellPos ); in GetUnoText()