Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/transform/
H A DChartPlotAreaOOoTContext.cxx167 XMLAxisContextVector::iterator aIter = m_aChildContexts.begin(); in CreateChildContext()
171 for( ; ! bFound && aIter != m_aChildContexts.end(); ++aIter ) in CreateChildContext()
222 m_aChildContexts.push_back( aVal ); in AddContent()
228 XMLAxisContextVector::iterator aIter = m_aChildContexts.begin(); in ExportContent()
230 for( ; aIter != m_aChildContexts.end(); ++aIter ) in ExportContent()
235 m_aChildContexts.clear(); in ExportContent()
H A DDeepTContext.cxx49 m_aChildContexts.push_back( aVal ); in AddContent()
163 m_aChildContexts.push_back( aVal ); in CreateChildContext()
170 XMLTransformerContextVector::iterator aIter = m_aChildContexts.begin(); in ExportContent()
172 for( ; aIter != m_aChildContexts.end(); ++aIter ) in ExportContent()
H A DMergeElemTContext.cxx157 XMLPersTextContentTContextVector::iterator aIter = m_aChildContexts.begin(); in ExportStartElement()
159 for( ; aIter != m_aChildContexts.end(); ++aIter ) in ExportStartElement()
252 m_aChildContexts.push_back( aVal ); in CreateChildContext()
264 m_aChildContexts.push_back( aVal ); in CreateChildContext()
H A DDeepTContext.hxx35 XMLTransformerContextVector m_aChildContexts; member in XMLPersElemContentTContext
73 return static_cast<sal_Bool>( !m_aChildContexts.empty() ); in HasElementContent()
H A DChartPlotAreaOOoTContext.hxx56 XMLAxisContextVector m_aChildContexts; member in XMLChartPlotAreaOOoTContext
H A DMergeElemTContext.hxx38 XMLPersTextContentTContextVector m_aChildContexts; member in XMLMergeElemTransformerContext

Completed in 24 milliseconds