Home
last modified time | relevance | path

Searched refs:ScDetOpType (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/inc/
H A Ddetdata.hxx37 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 DXMLConverter.hxx88 ScDetOpType& rDetOpType,
98 const ScDetOpType eOpType,
H A DXMLExportIterator.hxx263 ScDetOpType eOpType;
281 void AddOperation( ScDetOpType eOpType, const ScAddress& rPosition, sal_uInt32 nIndex );
H A DXMLConverter.cxx236 sal_Bool ScXMLConverter::GetDetOpTypeFromString( ScDetOpType& rDetOpType, const OUString& rString ) in GetDetOpTypeFromString()
283 const ScDetOpType eOpType, in GetStringFromDetOpType()
H A DXMLDetectiveContext.hxx56 ScDetOpType eOpType;
H A DXMLExportIterator.cxx562 void ScMyDetectiveOpContainer::AddOperation( ScDetOpType eOpType, const ScAddress& rPosition, sal_u… in AddOperation()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx980 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 68 milliseconds