Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx1129 RowTops_t::const_iterator aTopsIt = getRowTopsBegin(); in addShadowCells() local
1131 while (aTopsIt != getRowTopsEnd()) in addShadowCells()
1134 long nTop = *aTopsIt; in addShadowCells()
1196 aTopsIt++; in addShadowCells()
1205 RowTops_t::const_iterator aTopsIt = getRowTopsBegin(); in connectCells() local
1209 while (aTopsIt != getRowTopsEnd()) in connectCells()
1305 aTopsIt++; in connectCells()
1316 RowTops_t::const_iterator aTopsIt = getRowTopsBegin(); in toString() local
1318 while (aTopsIt != getRowTopsEnd()) in toString()
1320 sprintf(sBuffer, "<row y=\"%ld\">", *aTopsIt); in toString()
[all …]

Completed in 11 milliseconds