Searched refs:aTableEnd (Results 1 – 4 of 4) sorted by relevance
59 aTableEnd() in ScMyOpenCloseColumnRowGroup()70 aTableEnd.clear(); in NewTable()76 aTableEnd.push_back(nEndField); in AddGroup()134 if (!aTableEnd.empty()) in IsGroupEnd()136 if (*(aTableEnd.begin()) == nField) in IsGroupEnd()149 ScMyFieldGroupVec::iterator aItr(aTableEnd.begin()); in CloseGroups()150 ScMyFieldGroupVec::iterator aEndItr(aTableEnd.end()); in CloseGroups()157 aItr = aTableEnd.erase(aItr); in CloseGroups()167 ScMyFieldGroupVec::iterator i(aTableEnd.begin()); in GetLast()168 ScMyFieldGroupVec::iterator endi(aTableEnd.end()); in GetLast()[all …]
50 ScMyFieldGroupVec aTableEnd; member in ScMyOpenCloseColumnRowGroup
2260 std::vector<ScCellStyleEntry>::const_iterator aTableEnd = rTableEntries.end(); in _ExportAutoStyles() local2261 while (aTableIter != aTableEnd) in _ExportAutoStyles()
754 SwPosition aTableEnd(*pTableEnd); in insertTextContentAfter() local755 bRet = GetDoc()->AppendTxtNode( aTableEnd ); in insertTextContentAfter()756 pTxtNode = aTableEnd.nNode.GetNode().GetTxtNode(); in insertTextContentAfter()1703 SwPosition aTableEnd(*pTableEnd); in convertToTextFrame() local1704 bParaAfterInserted = GetDoc()->AppendTxtNode( aTableEnd ); in convertToTextFrame()1706 *pEndPam->GetPoint() = aTableEnd; in convertToTextFrame()
Completed in 43 milliseconds