Searched refs:aVect (Results 1 – 2 of 2) sorted by relevance
499 SgfVector aVect; in SgfFilterVect() local516 rInp>>aVect; RecNr++; in SgfFilterVect()517 nFarb=(sal_uInt8) (aVect.Flag & 0x000F); in SgfFilterVect()518 nLTyp=(sal_uInt8)((aVect.Flag & 0x00F0) >>4); in SgfFilterVect()519 nOTyp=(sal_uInt8)((aVect.Flag & 0x0F00) >>8); in SgfFilterVect()520 bEoDt=(aVect.Flag & 0x4000) !=0; in SgfFilterVect()521 bPDwn=(aVect.Flag & 0x8000) !=0; in SgfFilterVect()523 long x=aVect.x-rHead.Xoffs; in SgfFilterVect()524 long y=rHead.Ysize-(aVect.y-rHead.Yoffs); in SgfFilterVect()
52 <p>For example (Java), to print all elements of a vector <var>aVect</var>: 56 for ( XEnumeration xEnum = aVect.elements() ;
Completed in 16 milliseconds