Searched refs:nSeg (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.cxx | 309 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()
|
/aoo42x/main/oox/source/export/ |
H A D | vmlexport.cxx | 443 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()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xehelper.cxx | 118 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()
|
/aoo42x/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1219 sal_uInt16 nSeg, nBezPos, nStartPos; in ReadBezier() local 1220 for( nSeg = 0, nBezPos = 0, nStartPos = 0; nSeg < nSegments; nSeg++, nStartPos += 4 ) in ReadBezier()
|
Completed in 33 milliseconds