Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/core/
H A Dxmlfilterbase.cxx232 RelationsRef& rxRelations = mxImpl->maRelationsMap[ rFragmentPath ]; in importRelations() local
233 if( !rxRelations ) in importRelations()
236 rxRelations.reset( new Relations( rFragmentPath ) ); in importRelations()
237 importFragment( new RelationsFragment( *this, rxRelations ) ); in importRelations()
239 return rxRelations; in importRelations()

Completed in 15 milliseconds