Searched refs:ScUndoQuery (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 62 TYPEINIT1(ScUndoQuery, ScDBFuncUndo); 922 ScUndoQuery::ScUndoQuery( ScDocShell* pNewDocShell, SCTAB nNewTab, const ScQueryParam& rParam, in ScUndoQuery() function in ScUndoQuery 951 __EXPORT ScUndoQuery::~ScUndoQuery() in ~ScUndoQuery() 959 String __EXPORT ScUndoQuery::GetComment() const in GetComment() 964 void __EXPORT ScUndoQuery::Undo() in Undo() 1067 void __EXPORT ScUndoQuery::Redo() in Redo() 1085 void __EXPORT ScUndoQuery::Repeat(SfxRepeatTarget& /* rTarget */) in Repeat() 1089 sal_Bool __EXPORT ScUndoQuery::CanRepeat(SfxRepeatTarget& /* rTarget */) const in CanRepeat()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 265 class ScUndoQuery: public ScDBFuncUndo class 269 ScUndoQuery( ScDocShell* pNewDocShell, SCTAB nNewTab, 273 virtual ~ScUndoQuery();
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 953 new ScUndoQuery( &rDocShell, nTab, rQueryParam, pUndoDoc, pUndoDB, in Query()
|
Completed in 42 milliseconds