Searched refs:rDetOp (Results 1 – 6 of 6) sorted by relevance
60 sal_Bool operator<(const ScMyImpDetectiveOp& rDetOp) const;74 inline void AddDetectiveOp( const ScMyImpDetectiveOp& rDetOp ) in AddDetectiveOp() argument75 { aDetectiveOpList.push_back( rDetOp ); } in AddDetectiveOp()78 sal_Bool GetFirstOp( ScMyImpDetectiveOp& rDetOp );
57 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() argument72 rDetOp = *aItr; in GetFirstOp()
543 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 <()
265 sal_Bool operator<(const ScMyDetectiveOp& rDetOp) const;
146 void GetDetectiveOpList( ScMyDetectiveOpContainer& rDetOp );
903 void ScXMLExport::GetDetectiveOpList( ScMyDetectiveOpContainer& rDetOp ) in GetDetectiveOpList() argument920 rDetOp.AddOperation( pDetData->GetOperation(), rDetPos, nIndex ); in GetDetectiveOpList()928 rDetOp.Sort(); in GetDetectiveOpList()
Completed in 56 milliseconds