Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx287 EscherPropSortStruct aVertices; in Commit() local
290 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()
/aoo42x/main/oox/source/export/
H A Dvmlexport.cxx425 EscherPropSortStruct aVertices; in Commit() local
428 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 21 milliseconds