Lines Matching refs:ImpRemap3DDepth
63 class ImpRemap3DDepth class
72 ImpRemap3DDepth(sal_uInt32 nOrdNum, double fMinimalDepth);
73 ImpRemap3DDepth(sal_uInt32 nOrdNum);
74 ~ImpRemap3DDepth();
77 bool operator<(const ImpRemap3DDepth& rComp) const;
83 ImpRemap3DDepth::ImpRemap3DDepth(sal_uInt32 nOrdNum, double fMinimalDepth) in ImpRemap3DDepth() function in ImpRemap3DDepth
90 ImpRemap3DDepth::ImpRemap3DDepth(sal_uInt32 nOrdNum) in ImpRemap3DDepth() function in ImpRemap3DDepth
96 ImpRemap3DDepth::~ImpRemap3DDepth() in ~ImpRemap3DDepth()
100 bool ImpRemap3DDepth::operator<(const ImpRemap3DDepth& rComp) const in operator <()
120 typedef ::std::vector< ImpRemap3DDepth > ImpRemap3DDepthVector;
152 ImpRemap3DDepth aEntry(a, fMinimalDepth); in Imp3DDepthRemapper()
158 ImpRemap3DDepth aEntry(a); in Imp3DDepthRemapper()