Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8par.cxx1909 maOldApos.swap(pRdr->maApos); in WW8ReaderSave()
1955 pRdr->maApos.swap(maOldApos); in Restore()
2387 while(maApos.size() > 1) in EndSpecial()
2390 maApos.pop_back(); in EndSpecial()
2392 if (maApos[nInTable] == true) in EndSpecial()
2396 if (maApos[0] == true) in EndSpecial()
2537 maApos.pop_back(); in ProcessSpecial()
2543 maApos[nInTable] = false; in ProcessSpecial()
2548 maApos[nInTable] = StartApo(aApo, pTabPos); in ProcessSpecial()
2568 maApos.push_back(false); in ProcessSpecial()
[all …]
H A Dww8par.hxx1048 std::deque<bool> maApos; member in SwWW8ImplReader
H A Dww8par5.cxx3525 if (!maApos.back()) //a para end in apo doesn't count in Read_F_Tox()