Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1908 maOldApos.swap(pRdr->maApos); in WW8ReaderSave()
1954 pRdr->maApos.swap(maOldApos); in Restore()
2386 while(maApos.size() > 1) in EndSpecial()
2389 maApos.pop_back(); in EndSpecial()
2391 if (maApos[nInTable] == true) in EndSpecial()
2395 if (maApos[0] == true) in EndSpecial()
2536 maApos.pop_back(); in ProcessSpecial()
2542 maApos[nInTable] = false; in ProcessSpecial()
2547 maApos[nInTable] = StartApo(aApo, pTabPos); in ProcessSpecial()
2567 maApos.push_back(false); in ProcessSpecial()
[all …]
H A Dww8par.hxx1047 std::deque<bool> maApos; member in SwWW8ImplReader
H A Dww8par5.cxx3528 if (!maApos.back()) //a para end in apo doesn't count in Read_F_Tox()