Home
last modified time | relevance | path

Searched refs:aDetOp (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlbodyi.cxx264 ScMyImpDetectiveOp aDetOp; in EndElement() local
271 while( pDetOpArray->GetFirstOp( aDetOp ) ) in EndElement()
273 ScDetOpData aOpData( aDetOp.aPosition, aDetOp.eOpType ); in EndElement()
H A DXMLExportIterator.cxx564 ScMyDetectiveOp aDetOp; in AddOperation() local
565 aDetOp.eOpType = eOpType; in AddOperation()
566 ScUnoConversion::FillApiAddress( aDetOp.aPosition, rPosition ); in AddOperation()
567 aDetOp.nIndex = nIndex; in AddOperation()
568 aDetectiveOpList.push_back( aDetOp ); in AddOperation()

Completed in 27 milliseconds