Home
last modified time | relevance | path

Searched refs:nSeg (Results 1 – 4 of 4) sorted by path

/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1219 sal_uInt16 nSeg, nBezPos, nStartPos; in ReadBezier() local
1220 for( nSeg = 0, nBezPos = 0, nStartPos = 0; nSeg < nSegments; nSeg++, nStartPos += 4 ) in ReadBezier()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx443 sal_uInt16 nSeg = impl_GetUInt16( pSegmentIt ); in Commit() local
444 switch ( nSeg ) in Commit()
490 … fprintf( stderr, "TODO: unhandled segment '%x' in the path\n", nSeg ); in Commit()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx118 sal_Int32 nSeg = maSubSegRowCreate[ GetCurrScTab() ]; in ActivateCreateRowsSegment() local
119 …DBG_ASSERT( nSeg != SCF_INV_SEGMENT, "XclExpProgressBar::ActivateCreateRowsSegment - invalid segme… in ActivateCreateRowsSegment()
120 if( nSeg != SCF_INV_SEGMENT ) in ActivateCreateRowsSegment()
123 mpSubProgress->ActivateSegment( nSeg ); in ActivateCreateRowsSegment()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx309 sal_uInt16 nSeg = impl_GetUInt16( pSegmentIt ); in Commit() local
310 aSegmentInfo.append(';').append((sal_Int32)nSeg); in Commit()
311 switch ( nSeg ) in Commit()
341 … OSL_TRACE("%s: unhandled segment '%x' in the path", OSL_THIS_FUNC, nSeg); in Commit()

Completed in 27 milliseconds