Searched refs:nPointSize (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/oox/source/export/ |
H A D | vmlexport.cxx | 298 inline sal_Int32 impl_GetPointComponent( const sal_uInt8* &pVal, sal_uInt16 nPointSize ) in impl_GetPointComponent() argument 301 if ( ( nPointSize == 0xfff0 ) || ( nPointSize == 4 ) ) in impl_GetPointComponent() 308 else if ( nPointSize == 8 ) in impl_GetPointComponent() 435 sal_uInt16 nPointSize = aVertices.pBuf[4] + ( aVertices.pBuf[5] << 8 ); in Commit() local 448 … sal_Int32 nX = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() 449 … sal_Int32 nY = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() 458 … sal_Int32 nX = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() 459 … sal_Int32 nY = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() 465 … sal_Int32 nX1 = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() 466 … sal_Int32 nY1 = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.cxx | 148 inline sal_Int32 impl_GetPointComponent( const sal_uInt8* &pVal, sal_uInt16 nPointSize ) in impl_GetPointComponent() argument 151 if ( ( nPointSize == 0xfff0 ) || ( nPointSize == 4 ) ) in impl_GetPointComponent() 158 else if ( nPointSize == 8 ) in impl_GetPointComponent() 299 sal_uInt16 nPointSize = aVertices.pBuf[4] + ( aVertices.pBuf[5] << 8 ); in Commit() local 316 … sal_Int32 nX = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() 317 … sal_Int32 nY = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() 326 … sal_Int32 nX = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit() 327 … sal_Int32 nY = impl_GetPointComponent( pVerticesIt, nPointSize ); in Commit()
|
Completed in 24 milliseconds