Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/table/
H A Dswtable.cxx1203 static void lcl_CalcNewWidths( std::list<sal_uInt16> &rSpanPos, ChangeList& rChanges, in lcl_CalcNewWidths() argument
1208 rSpanPos.clear(); in lcl_CalcNewWidths()
1211 if( !rSpanPos.size() ) in lcl_CalcNewWidths()
1220 std::list<sal_uInt16>::iterator pSpan = rSpanPos.begin(); in lcl_CalcNewWidths()
1256 while( pSpan != rSpanPos.end() && *pSpan < nCurr ) in lcl_CalcNewWidths()
1258 if( pSpan != rSpanPos.end() && *pSpan == nCurr ) in lcl_CalcNewWidths()
1336 rSpanPos.clear(); in lcl_CalcNewWidths()
1339 rSpanPos.push_back( *pSpCopy++ ); in lcl_CalcNewWidths()

Completed in 38 milliseconds