Searched refs:LineBundle (Results 1 – 6 of 6) sorted by relevance
57 class LineBundle : public Bundle class64 LineBundle() {}; in LineBundle() function in LineBundle65 virtual Bundle* Clone() { return new LineBundle( *this ); }; in Clone()66 LineBundle& operator=( LineBundle& rLineBundle );67 virtual ~LineBundle() {}; in ~LineBundle()
54 LineBundle& LineBundle::operator=( LineBundle& rSource ) in operator =()
80 LineBundle* pLineBundle; // Pointer to the current LineBundleIndex81 LineBundle aLineBundle;
152 LineBundle aTempLineBundle; in ImplDoClass2()
101 pLineBundle = (LineBundle*)GetBundle( aLineList, rSource.pLineBundle->GetIndex() ); in operator =()
39 …pElement->pLineBundle = (LineBundle*)pElement->GetBundleIndex( ImplGetI( pElement->nIndexPrecision… in ImplDoClass5()
Completed in 24 milliseconds