Home
last modified time | relevance | path

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

/trunk/main/vcl/aqua/source/gdi/
H A Dsalmathutils.cxx106 unsigned long Euclidian2Norm ( const LRectCoorVector pVec ) in Euclidian2Norm() argument
110 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()
/trunk/main/sc/source/filter/excel/
H A Dxipage.cxx127 ScfUInt16Vec* pVec = 0; in ReadPageBreaks() local
130 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DConnectionLineAccess.cxx123 const ::std::vector<OTableConnection*>* pVec = m_pLine->GetParent()->getTableConnections(); in getAccessibleIndexInParent() local
124 ::std::vector<OTableConnection*>::const_iterator aIter = pVec->begin(); in getAccessibleIndexInParent()
125 ::std::vector<OTableConnection*>::const_iterator aEnd = pVec->end(); in getAccessibleIndexInParent()
/trunk/main/vcl/inc/aqua/
H A Dsalmathutils.hxx75 unsigned long Euclidian2Norm ( const LRectCoorVector pVec );
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1319 const ODatabaseExport::TColumnVector* pVec = getDestVector(); in createTable() local
1320 appendColumns( xSuppDestinationColumns, pVec ); in createTable()
1323 appendKey(xKeySup,pVec); in createTable()
/trunk/main/sw/source/core/text/
H A Dpormulti.cxx566 std::vector<long>* pVec = pCurr->GetpLLSpaceAdd(); in ChgSpaceAdd() local
567 pVec->insert( pVec->begin(), nMultiSpace ); in ChgSpaceAdd()

Completed in 61 milliseconds