Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8par2.cxx3480 maTableStack.push(pTableDesc); in StartTable()
3540 && !maTableStack.empty() && !InEqualApo(nNewInTable) ) in StartTable()
3602 static_cast<sal_Int32>(maTableStack.size()))); in StartTable()
3690 if (maTableStack.empty()) in PopTableDesc()
3694 pTableDesc = maTableStack.top(); in PopTableDesc()
3695 maTableStack.pop(); in PopTableDesc()
3714 if (!maTableStack.empty()) in StopTable()
3717 static_cast<sal_Int32>(maTableStack.size()))); in StopTable()
H A Dww8par.hxx1089 std::stack<WW8TabDesc*> maTableStack; member in SwWW8ImplReader

Completed in 40 milliseconds