Home
last modified time | relevance | path

Searched refs:ScChangeActionContent (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1395 ScChangeActionContent* pContent = (ScChangeActionContent*) p; in Reject()
1461 ScChangeActionContent::~ScChangeActionContent() in ~ScChangeActionContent()
1477 ScChangeActionContent* ScChangeActionContent::GetTopContent() const in GetTopContent()
1714 ScChangeActionContent* pNew = new ScChangeActionContent( aRange ); in Select()
2751 ScChangeActionContent* pAct = new ScChangeActionContent( aRange ); in AppendContent()
2773 ScChangeActionContent* pAct = new ScChangeActionContent( aRange ); in AppendContent()
2794 ScChangeActionContent* pAct = new ScChangeActionContent( aRange ); in AppendContent()
2958 ScChangeActionContent* pAct = new ScChangeActionContent( aRange ); in AppendContentOnTheFly()
2994 ScChangeActionContent* pContent = new ScChangeActionContent( in GenerateDelContent()
4164 ScChangeActionContent* pContent = (ScChangeActionContent*) pCur; in GetDependents()
[all …]
/trunk/main/sc/inc/
H A Dchgtrack.hxx203 class ScChangeActionContent;
213 ScChangeActionContent* pContent;
216 ScChangeActionContent* pContentP, in ScChangeActionCellListEntry()
234 class ScChangeActionContent;
242 friend class ScChangeActionContent;
730 ScChangeActionContent* pPrevContent;
732 ScChangeActionContent** ppPrevInSlot;
845 virtual ~ScChangeActionContent();
936 friend class ScChangeActionContent;
1031 ScChangeActionContent** ppContentSlots;
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx158 static_cast<const ScChangeActionContent*>(pGeneratedAction)->GetNewString(sValue); in WriteGenerated()
159 WriteCell(static_cast<const ScChangeActionContent*>(pGeneratedAction)->GetNewCell(), sValue); in WriteGenerated()
167 …const ScChangeActionContent* pContentAction = static_cast<const ScChangeActionContent*>(pDeletedAc… in WriteDeleted()
174 …if (static_cast<const ScChangeActionContent*>(pDeletedAction)->IsTopContent() && pDeletedAction->I… in WriteDeleted()
487ScChangeActionContent* pPrevAction = static_cast<ScChangeActionContent*>(pAction)->GetPrevContent(… in WriteContentChange()
492 static_cast<ScChangeActionContent*>(pAction)->GetOldString(sValue); in WriteContentChange()
493 WriteCell(static_cast<ScChangeActionContent*>(pAction)->GetOldCell(), sValue); in WriteContentChange()
729 CollectCellAutoStyles(static_cast<ScChangeActionContent*>(pAction)->GetNewCell()); in CollectActionAutoStyles()
732 CollectCellAutoStyles(static_cast<ScChangeActionContent*>(pAction)->GetOldCell()); in CollectActionAutoStyles()
733 if (static_cast<ScChangeActionContent*>(pAction)->IsTopContent() && pAction->IsDeletedIn()) in CollectActionAutoStyles()
[all …]
H A DXMLChangeTrackingImportHelper.cxx548 …ScChangeAction* pNewAction = new ScChangeActionContent(pAction->nActionNumber, pAction->nActionSta… in CreateContentAction()
665 …gImportHelper::SetContentDependencies(ScMyContentAction* pAction, ScChangeActionContent* pActConte… in SetContentDependencies()
673 ScChangeActionContent* pPrevActContent = static_cast<ScChangeActionContent*>(pPrevAct); in SetContentDependencies()
718 ScChangeActionContent* pContentAct = static_cast<ScChangeActionContent*>(pDeletedAct); in SetDependencies()
741 …tDependencies(static_cast<ScMyContentAction*>(pAction), static_cast<ScChangeActionContent*>(pAct)); in SetDependencies()
754 ScChangeActionContent* pChangeActionContent = static_cast<ScChangeActionContent*>(pChangeAction); in SetNewCell()
H A DXMLChangeTrackingImportHelper.hxx237 void SetContentDependencies(ScMyContentAction* pAction, ScChangeActionContent* pActContent);
/trunk/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx852ScChangeActionContent* pNextContent = ( dynamic_cast< ScChangeActionContent* >( pAction ) )->GetNe… in UpdateView()
873ScChangeActionContent* pNextContent = ( dynamic_cast< ScChangeActionContent* >( pAction ) )->GetNe… in UpdateView()
H A Dacredlin.cxx699 SvLBoxEntry* ScAcceptChgDlg::InsertChangeActionContent(const ScChangeActionContent* pScChangeAction, in InsertChangeActionContent()
1287 ((const ScChangeActionContent*)pScChangeAction)->IsMatrixOrigin() ) in InsertContentChilds()
1295 const ScChangeActionContent* pCChild=(const ScChangeActionContent*)pActionTable->First(); in InsertContentChilds()
1300 pCChild=(const ScChangeActionContent*)pActionTable->Next(); in InsertContentChilds()
1325 pCChild=(const ScChangeActionContent*)pActionTable->Next(); in InsertContentChilds()
1330 pEntry=InsertChangeActionContent((const ScChangeActionContent*) in InsertContentChilds()
/trunk/main/sc/source/filter/xcl97/
H A DXclExpChangeTrack.cxx568 *((const ScChangeActionContent*) pDepAction), rRoot, rIdBuffer ) ); in AddDependentContents()
685 const ScChangeActionContent& rAction, in XclExpChTrCellContent()
1181 …pXclAction = new XclExpChTrCellContent( (const ScChangeActionContent&) rAction, GetRoot(), *pTabId… in PushActionRecord()
H A DXclImpChangeTrack.cxx368 ScChangeActionContent* pNewAction = in ReadChTrCellContent()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx973 ((const ScChangeActionContent*)pSourceAction)->GetNewString( aValue ); in MergeDocument()
1037 ((const ScChangeActionContent*)pSourceAction)->GetNewString( aValue ); in MergeDocument()
1039 const ScBaseCell* pCell = ((const ScChangeActionContent*)pSourceAction)->GetNewCell(); in MergeDocument()
/trunk/main/sc/source/ui/inc/
H A Dacredlin.hxx215 SvLBoxEntry* InsertChangeActionContent(const ScChangeActionContent* pScChangeAction,
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx1183 ScChangeActionContent* pAction = new ScChangeActionContent( aRange ); in CompareDocument()
/trunk/main/sc/source/filter/inc/
H A DXclExpChangeTrack.hxx473 const ScChangeActionContent& rAction,
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx1125 ScChangeActionContent* pContent = new ScChangeActionContent( in SetChangeTrack()

Completed in 108 milliseconds