Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx386 void ReadLine(sal_Bool bGivenPos, sal_uInt16 nOrderLen);
387 void ReadRelLine(sal_Bool bGivenPos, sal_uInt16 nOrderLen);
390 … void ReadChrStr(sal_Bool bGivenPos, sal_Bool bMove, sal_Bool bExtra, sal_uInt16 nOrderLen);
395 void ReadBezier(sal_Bool bGivenPos, sal_uInt16 nOrderLen);
396 void ReadFillet(sal_Bool bGivenPos, sal_uInt16 nOrderLen);
397 void ReadFilletSharp(sal_Bool bGivenPos, sal_uInt16 nOrderLen);
398 void ReadMarker(sal_Bool bGivenPos, sal_uInt16 nOrderLen);
399 void ReadOrder(sal_uInt16 nOrderID, sal_uInt16 nOrderLen);
802 void OS2METReader::ReadLine(sal_Bool bGivenPos, sal_uInt16 nOrderLen) in ReadLine() argument
806 if (bCoord32) nPolySize=nOrderLen/8; else nPolySize=nOrderLen/4; in ReadLine()
[all …]