Home
last modified time | relevance | path

Searched refs:rDetOp (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLDetectiveContext.hxx60 sal_Bool operator<(const ScMyImpDetectiveOp& rDetOp) const;
74 inline void AddDetectiveOp( const ScMyImpDetectiveOp& rDetOp ) in AddDetectiveOp() argument
75 { aDetectiveOpList.push_back( rDetOp ); } in AddDetectiveOp()
78 sal_Bool GetFirstOp( ScMyImpDetectiveOp& rDetOp );
H A DXMLDetectiveContext.cxx57 sal_Bool ScMyImpDetectiveOp::operator<(const ScMyImpDetectiveOp& rDetOp) const in operator <()
59 return (nIndex < rDetOp.nIndex); in operator <()
67 sal_Bool ScMyImpDetectiveOpArray::GetFirstOp( ScMyImpDetectiveOp& rDetOp ) in GetFirstOp() argument
72 rDetOp = *aItr; in GetFirstOp()
H A DXMLExportIterator.cxx543 sal_Bool ScMyDetectiveOp::operator<( const ScMyDetectiveOp& rDetOp) const in operator <()
545 if( aPosition.Sheet != rDetOp.aPosition.Sheet ) in operator <()
546 return (aPosition.Sheet < rDetOp.aPosition.Sheet); in operator <()
547 else if( aPosition.Row != rDetOp.aPosition.Row ) in operator <()
548 return (aPosition.Row < rDetOp.aPosition.Row); in operator <()
550 return (aPosition.Column < rDetOp.aPosition.Column); in operator <()
H A DXMLExportIterator.hxx265 sal_Bool operator<(const ScMyDetectiveOp& rDetOp) const;
H A Dxmlexprt.hxx146 void GetDetectiveOpList( ScMyDetectiveOpContainer& rDetOp );
H A Dxmlexprt.cxx903 void ScXMLExport::GetDetectiveOpList( ScMyDetectiveOpContainer& rDetOp ) in GetDetectiveOpList() argument
920 rDetOp.AddOperation( pDetData->GetOperation(), rDetPos, nIndex ); in GetDetectiveOpList()
928 rDetOp.Sort(); in GetDetectiveOpList()

Completed in 54 milliseconds