Searched refs:ScDetOpType (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/inc/ |
H A D | detdata.hxx | 37 enum ScDetOpType enum 51 ScDetOpType eOperation; 54 ScDetOpData( const ScAddress& rP, ScDetOpType eOp ) : in ScDetOpData() 61 ScDetOpType GetOperation() const { return eOperation; } in GetOperation()
|
/trunk/main/sc/source/filter/xml/ |
H A D | XMLConverter.hxx | 88 ScDetOpType& rDetOpType, 98 const ScDetOpType eOpType,
|
H A D | XMLExportIterator.hxx | 263 ScDetOpType eOpType; 281 void AddOperation( ScDetOpType eOpType, const ScAddress& rPosition, sal_uInt32 nIndex );
|
H A D | XMLConverter.cxx | 236 sal_Bool ScXMLConverter::GetDetOpTypeFromString( ScDetOpType& rDetOpType, const OUString& rString ) in GetDetOpTypeFromString() 283 const ScDetOpType eOpType, in GetStringFromDetOpType()
|
H A D | XMLDetectiveContext.hxx | 56 ScDetOpType eOpType;
|
H A D | XMLExportIterator.cxx | 562 void ScMyDetectiveOpContainer::AddOperation( ScDetOpType eOpType, const ScAddress& rPosition, sal_u… in AddOperation()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 980 switch ( (ScDetOpType) nAction ) in GetComment() 1014 if ( pData->GetOperation() == (ScDetOpType) nAction && pData->GetPos() == aPos ) in Undo() 1041 pDoc->AddDetectiveOperation( ScDetOpData( aPos, (ScDetOpType) nAction ) ); in Redo()
|
Completed in 40 milliseconds