Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/core/
H A Dfragmenthandler.hxx52 RelationsRef mxRelations;
57 RelationsRef xRelations );
122 …ntHandler( XmlFilterBase& rFilter, const ::rtl::OUString& rFragmentPath, RelationsRef xRelations );
H A Drelationshandler.hxx39 RelationsRef xRelations );
52 RelationsRef mxRelations;
H A Drelations.hxx66 typedef ::boost::shared_ptr< Relations > RelationsRef; typedef
81 RelationsRef getRelationsFromType( const ::rtl::OUString& rType ) const;
H A Dxmlfilterbase.hxx115 RelationsRef importRelations( const ::rtl::OUString& rFragmentPath );
/trunk/main/oox/source/core/
H A Dfragmenthandler.cxx41 …ragmentBaseData( XmlFilterBase& rFilter, const OUString& rFragmentPath, RelationsRef xRelations ) : in FragmentBaseData()
55 …FragmentHandler( XmlFilterBase& rFilter, const OUString& rFragmentPath, RelationsRef xRelations ) : in FragmentHandler()
H A Drelations.cxx75 RelationsRef Relations::getRelationsFromType( const OUString& rType ) const in getRelationsFromType()
77 RelationsRef xRelations( new Relations( maFragmentPath ) ); in getRelationsFromType()
H A Dxmlfilterbase.cxx229 RelationsRef XmlFilterBase::importRelations( const OUString& rFragmentPath ) in importRelations()
232 RelationsRef& rxRelations = mxImpl->maRelationsMap[ rFragmentPath ]; in importRelations()
H A Drelationshandler.cxx64 RelationsFragment::RelationsFragment( XmlFilterBase& rFilter, RelationsRef xRelations ) : in RelationsFragment()
/trunk/main/oox/source/xls/
H A Dworksheetfragment.cxx217RelationsRef xTableRels = getRelations().getRelationsFromType( CREATE_OFFICEDOC_RELATION_TYPE( "ta… in WorksheetFragment()
472RelationsRef xQueryRels = getRelations().getRelationsFromType( CREATE_OFFICEDOC_RELATION_TYPE( "qu… in initializeImport()
477RelationsRef xPivotRels = getRelations().getRelationsFromType( CREATE_OFFICEDOC_RELATION_TYPE( "pi… in initializeImport()
/trunk/main/oox/source/ppt/
H A Dsoundactioncontext.cxx73 RelationsRef xRel = getHandler()->getRelations(); in endFastElement()
H A Dpresentationfragmenthandler.cxx184 RelationsRef xLayoutRelations = rFilter.importRelations( aLayoutFragmentPath ); in endDocument()