Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/xml/
H A DXMLColumnRowGroupExport.cxx59 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 …]
H A DXMLColumnRowGroupExport.hxx50 ScMyFieldGroupVec aTableEnd; member in ScMyOpenCloseColumnRowGroup
H A Dxmlexprt.cxx2260 std::vector<ScCellStyleEntry>::const_iterator aTableEnd = rTableEntries.end(); in _ExportAutoStyles() local
2261 while (aTableIter != aTableEnd) in _ExportAutoStyles()
/aoo41x/main/sw/source/core/unocore/
H A Dunotext.cxx754 SwPosition aTableEnd(*pTableEnd); in insertTextContentAfter() local
755 bRet = GetDoc()->AppendTxtNode( aTableEnd ); in insertTextContentAfter()
756 pTxtNode = aTableEnd.nNode.GetNode().GetTxtNode(); in insertTextContentAfter()
1703 SwPosition aTableEnd(*pTableEnd); in convertToTextFrame() local
1704 bParaAfterInserted = GetDoc()->AppendTxtNode( aTableEnd ); in convertToTextFrame()
1706 *pEndPam->GetPoint() = aTableEnd; in convertToTextFrame()

Completed in 53 milliseconds