Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/tox/
H A Dtox.cxx453 SwFormTokens aCurrentPattern = GetPattern(nLevel); in AdjustTabStops() local
454 SwFormTokens::iterator aIt = aCurrentPattern.begin(); in AdjustTabStops()
475 aCurrentPattern.push_back(aToken); in AdjustTabStops()
481 aIt = find_if(aIt, aCurrentPattern.end(), in AdjustTabStops()
484 if ( aIt != aCurrentPattern.end() ) in AdjustTabStops()
502 SetPattern(nLevel, aCurrentPattern); // #i21237# in AdjustTabStops()

Completed in 18 milliseconds