Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx420 sal_uInt16 nSeg = (sal_uInt16)(fdA/4.0 + 0.5); in CalcBoundingBox() local
421 if (nSeg<1) nSeg=1; in CalcBoundingBox()
422 for (sal_uInt16 nA=0; nA<=nSeg; nA++) { in CalcBoundingBox()
424 (fA1 + fdA*(double)nA/(double)nSeg); in CalcBoundingBox()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()