Searched refs:pLinkMove (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingExportHelper.cxx | 645 const ScChangeActionDelMoveEntry* pLinkMove = pAction->GetFirstMoveEntry(); in WriteCutOffs() local 646 if (pCutOffIns || pLinkMove) in WriteCutOffs() 657 while (pLinkMove) in WriteCutOffs() 659 …rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_ID, GetChangeID(pLinkMove->GetAction()->GetActionNum… in WriteCutOffs() 660 if (pLinkMove->GetCutOffFrom() == pLinkMove->GetCutOffTo()) in WriteCutOffs() 662 SvXMLUnitConverter::convertNumber(sBuffer, static_cast<sal_Int32>(pLinkMove->GetCutOffFrom())); in WriteCutOffs() 667 SvXMLUnitConverter::convertNumber(sBuffer, static_cast<sal_Int32>(pLinkMove->GetCutOffFrom())); in WriteCutOffs() 669 SvXMLUnitConverter::convertNumber(sBuffer, static_cast<sal_Int32>(pLinkMove->GetCutOffTo())); in WriteCutOffs() 673 pLinkMove = pLinkMove->GetNext(); in WriteCutOffs()
|
/trunk/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 905 pLinkMove( NULL ), in ScChangeActionDel() 944 pLinkMove( NULL ), in ScChangeActionDel() 957 while ( pLinkMove ) in ~ScChangeActionDel() 958 delete pLinkMove; in ~ScChangeActionDel() 1181 while ( pLinkMove ) in UndoCutOffMoves() 1184 short nFrom = pLinkMove->GetCutOffFrom(); in UndoCutOffMoves() 1185 short nTo = pLinkMove->GetCutOffTo(); in UndoCutOffMoves() 1223 delete pLinkMove; // rueckt sich selbst hoch in UndoCutOffMoves() 2258 pLinkMove = NULL; in Init() 2482 &pLinkMove, pAppend ); in MasterLinks() [all …]
|
/trunk/main/sc/inc/ |
H A D | chgtrack.hxx | 561 ScChangeActionDelMoveEntry* pLinkMove; member in ScChangeActionDel 619 { return pLinkMove; } in GetFirstMoveEntry() 634 &pLinkMove, pMove, nFrom, nTo ); in AddCutOffMove() 1036 ScChangeActionLinkEntry* pLinkMove; member in ScChangeTrack
|
Completed in 48 milliseconds