Home
last modified time | relevance | path

Searched refs:aVect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx499 SgfVector aVect; in SgfFilterVect() local
516 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()
/trunk/main/udkapi/com/sun/star/container/
H A DXEnumeration.idl52 <p>For example (Java), to print all elements of a vector <var>aVect</var>:
56 for ( XEnumeration xEnum = aVect.elements() ;

Completed in 8 milliseconds