Searched refs:ScChangeActionContent (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 1395 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 …]
|
/aoo41x/main/sc/inc/ |
H A D | chgtrack.hxx | 203 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 …]
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingExportHelper.cxx | 158 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() 487 …ScChangeActionContent* 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 D | XMLChangeTrackingImportHelper.cxx | 548 …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 D | XMLChangeTrackingImportHelper.hxx | 237 void SetContentDependencies(ScMyContentAction* pAction, ScChangeActionContent* pActContent);
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | conflictsdlg.cxx | 852 …ScChangeActionContent* pNextContent = ( dynamic_cast< ScChangeActionContent* >( pAction ) )->GetNe… in UpdateView() 873 …ScChangeActionContent* pNextContent = ( dynamic_cast< ScChangeActionContent* >( pAction ) )->GetNe… in UpdateView()
|
H A D | acredlin.cxx | 699 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()
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | XclExpChangeTrack.cxx | 568 *((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 D | XclImpChangeTrack.cxx | 368 ScChangeActionContent* pNewAction = in ReadChTrCellContent()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 973 ((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()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | acredlin.hxx | 215 SvLBoxEntry* InsertChangeActionContent(const ScChangeActionContent* pScChangeAction,
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen4.cxx | 1183 ScChangeActionContent* pAction = new ScChangeActionContent( aRange ); in CompareDocument()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | XclExpChangeTrack.hxx | 473 const ScChangeActionContent& rAction,
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk3.cxx | 1125 ScChangeActionContent* pContent = new ScChangeActionContent( in SetChangeTrack()
|
Completed in 101 milliseconds