Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx3509 maTableStack.push(pTableDesc); in StartTable()
3569 && !maTableStack.empty() && !InEqualApo(nNewInTable) ) in StartTable()
3631 static_cast<sal_Int32>(maTableStack.size()))); in StartTable()
3719 if (maTableStack.empty()) in PopTableDesc()
3723 pTableDesc = maTableStack.top(); in PopTableDesc()
3724 maTableStack.pop(); in PopTableDesc()
3743 if (!maTableStack.empty()) in StopTable()
3746 static_cast<sal_Int32>(maTableStack.size()))); in StopTable()
H A Dww8par.hxx1089 std::stack<WW8TabDesc*> maTableStack; member in SwWW8ImplReader

Completed in 43 milliseconds