Searched refs:aVertices (Results 1 – 2 of 2) sorted by relevance
287 EscherPropSortStruct aVertices; in Commit() local290 if ( rProps.GetOpt( ESCHER_Prop_pVertices, aVertices ) && in Commit()293 const sal_uInt8 *pVerticesIt = aVertices.pBuf + 6; in Commit()299 sal_uInt16 nPointSize = aVertices.pBuf[4] + ( aVertices.pBuf[5] << 8 ); in Commit()
425 EscherPropSortStruct aVertices; in Commit() local428 if ( rProps.GetOpt( ESCHER_Prop_pVertices, aVertices ) && in Commit()431 const sal_uInt8 *pVerticesIt = aVertices.pBuf + 6; in Commit()435 sal_uInt16 nPointSize = aVertices.pBuf[4] + ( aVertices.pBuf[5] << 8 ); in Commit()
Completed in 14 milliseconds