Searched refs:ScDetOpData (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/inc/ |
H A D | detdata.hxx | 48 class ScDetOpData class 54 ScDetOpData( const ScAddress& rP, ScDetOpType eOp ) : in ScDetOpData() function in ScDetOpData 57 ScDetOpData( const ScDetOpData& rData ) : in ScDetOpData() function in ScDetOpData 66 int operator== ( const ScDetOpData& r ) const in operator ==() 76 typedef ScDetOpData* ScDetOpDataPtr; 95 void Append( ScDetOpData* pData );
|
H A D | document.hxx | 93 class ScDetOpData; 1209 void AddDetectiveOperation( const ScDetOpData& rData );
|
/trunk/main/sc/source/core/tool/ |
H A D | detdata.cxx | 50 Append( new ScDetOpData(*rList[i]) ); in ScDetOpList() 91 void ScDetOpList::Append( ScDetOpData* pDetOpData ) in Append()
|
/trunk/main/sc/source/ui/inc/ |
H A D | undocell.hxx | 36 class ScDetOpData; 317 SdrUndoAction* pDraw, const ScDetOpData* pOperation,
|
/trunk/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 955 SdrUndoAction* pDraw, const ScDetOpData* pOperation, in ScUndoDetective() 1013 ScDetOpData* pData = (*pList)[nPos]; in Undo() 1041 pDoc->AddDetectiveOperation( ScDetOpData( aPos, (ScDetOpType) nAction ) ); in Redo()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlbodyi.cxx | 273 ScDetOpData aOpData( aDetOp.aPosition, aDetOp.eOpType ); in EndElement()
|
H A D | xmlexprt.cxx | 913 ScDetOpData* pDetData(pOpList->GetObject( static_cast<sal_uInt16>(nIndex) )); in GetDetectiveOpList()
|
/trunk/main/sc/source/core/data/ |
H A D | documen4.cxx | 727 void ScDocument::AddDetectiveOperation( const ScDetOpData& rData ) in AddDetectiveOperation() 732 pDetOpList->Append( new ScDetOpData( rData ) ); in AddDetectiveOperation()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 200 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDPRED ); in DetectiveAddPred() 241 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_DELPRED ); in DetectiveDelPred() 280 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDSUCC ); in DetectiveAddSucc() 321 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_DELSUCC ); in DetectiveDelSucc() 360 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDERROR ); in DetectiveAddError() 487 ScDetOpData* pData = (*pList)[i]; in DetectiveRefresh()
|
Completed in 443 milliseconds