Searched refs:pVec (Results 1 – 6 of 6) sorted by relevance
106 unsigned long Euclidian2Norm ( const LRectCoorVector pVec ) in Euclidian2Norm() argument110 if ( pVec ) in Euclidian2Norm()121 nDX = pVec[1].x - pVec[0].x; in Euclidian2Norm()122 nDY = pVec[1].y - pVec[0].y; in Euclidian2Norm()123 nDZ = pVec[1].z - pVec[0].z; in Euclidian2Norm()
127 ScfUInt16Vec* pVec = 0; in ReadPageBreaks() local130 case EXC_ID_HORPAGEBREAKS: pVec = &maData.maHorPageBreaks; break; in ReadPageBreaks()131 case EXC_ID_VERPAGEBREAKS: pVec = &maData.maVerPageBreaks; break; in ReadPageBreaks()135 if( pVec ) in ReadPageBreaks()141 pVec->clear(); in ReadPageBreaks()142 pVec->reserve( nCount ); in ReadPageBreaks()148 pVec->push_back( nBreak ); in ReadPageBreaks()
123 const ::std::vector<OTableConnection*>* pVec = m_pLine->GetParent()->getTableConnections(); in getAccessibleIndexInParent() local124 ::std::vector<OTableConnection*>::const_iterator aIter = pVec->begin(); in getAccessibleIndexInParent()125 ::std::vector<OTableConnection*>::const_iterator aEnd = pVec->end(); in getAccessibleIndexInParent()
75 unsigned long Euclidian2Norm ( const LRectCoorVector pVec );
1319 const ODatabaseExport::TColumnVector* pVec = getDestVector(); in createTable() local1320 appendColumns( xSuppDestinationColumns, pVec ); in createTable()1323 appendKey(xKeySup,pVec); in createTable()
566 std::vector<long>* pVec = pCurr->GetpLLSpaceAdd(); in ChgSpaceAdd() local567 pVec->insert( pVec->begin(), nMultiSpace ); in ChgSpaceAdd()
Completed in 51 milliseconds