Home
last modified time | relevance | path

Searched refs:pChangeAction (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dredcom.cxx107 pChangeAction=pAction; in ReInit()
108 if(pChangeAction!=NULL && pDocShell !=NULL) in ReInit()
113 aComment=pChangeAction->GetComment(); in ReInit()
115 sal_Bool bNext=FindNext(pChangeAction)!=NULL; in ReInit()
116 sal_Bool bPrev=FindPrev(pChangeAction)!=NULL; in ReInit()
119 String aAuthor = pChangeAction->GetUser(); in ReInit()
121 DateTime aDT = pChangeAction->GetDateTime(); in ReInit()
146 if(pChangeAction!=NULL) in SelectCell()
148 const ScChangeAction* pAction=pChangeAction; in SelectCell()
166 ReInit(FindPrev(pChangeAction)); in IMPL_LINK()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingImportHelper.cxx604 ScChangeAction* pChangeAction = pTrack->GetAction(pAction->pInsCutOff->nID); in SetDeletionDependencies() local
605 if (pChangeAction && pChangeAction->IsInsertType()) in SetDeletionDependencies()
607 ScChangeActionIns* pInsAction = static_cast<ScChangeActionIns*>(pChangeAction); in SetDeletionDependencies()
625 ScChangeAction* pChangeAction = pTrack->GetAction(aItr->nID); in SetDeletionDependencies() local
626 if (pChangeAction && (pChangeAction->GetType() == SC_CAT_MOVE)) in SetDeletionDependencies()
628 ScChangeActionMove* pMoveAction = static_cast<ScChangeActionMove*>(pChangeAction); in SetDeletionDependencies()
751 ScChangeAction* pChangeAction = pTrack->GetAction(pAction->nActionNumber); in SetNewCell() local
752 if (pChangeAction) in SetNewCell()
754 ScChangeActionContent* pChangeActionContent = static_cast<ScChangeActionContent*>(pChangeAction); in SetNewCell()
/trunk/main/sc/source/ui/inc/
H A Dredcom.hxx40 ScChangeAction *pChangeAction; member in ScRedComDialog
H A Dacredlin.hxx226 …sal_Bool InsertDeletedChilds(const ScChangeAction *pChangeAction, ScChangeActionTable* pActionTa…

Completed in 25 milliseconds