Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/table/
H A Dswtable.cxx1137 static void lcl_CalcNewWidths( std::list<sal_uInt16> &rSpanPos, ChangeList& rChanges, in lcl_CalcNewWidths() argument
1142 rSpanPos.clear(); in lcl_CalcNewWidths()
1145 if( !rSpanPos.size() ) in lcl_CalcNewWidths()
1154 std::list<sal_uInt16>::iterator pSpan = rSpanPos.begin(); in lcl_CalcNewWidths()
1190 while( pSpan != rSpanPos.end() && *pSpan < nCurr ) in lcl_CalcNewWidths()
1192 if( pSpan != rSpanPos.end() && *pSpan == nCurr ) in lcl_CalcNewWidths()
1270 rSpanPos.clear(); in lcl_CalcNewWidths()
1273 rSpanPos.push_back( *pSpCopy++ ); in lcl_CalcNewWidths()

Completed in 36 milliseconds