Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/core/
H A Dxmlfilterbase.cxx262 OUString lclAddRelation( const Reference< XRelationshipAccess > xRelations, sal_Int32 nId, const OU… in lclAddRelation() argument
276 xRelations->insertRelationshipByID( sId, aEntry, sal_True ); in lclAddRelation()
285 Reference< XRelationshipAccess > xRelations( getStorage()->getXStorage(), UNO_QUERY ); in addRelation() local
286 if( xRelations.is() ) in addRelation()
287 return lclAddRelation( xRelations, mnRelId ++, rType, rTarget, bExternal ); in addRelation()
302 Reference< XRelationshipAccess > xRelations( xOutputStream, UNO_QUERY ); in addRelation() local
303 if( xRelations.is() ) in addRelation()
304 return lclAddRelation( xRelations, nId, rType, rTarget, bExternal ); in addRelation()
H A Drelationshandler.cxx64 RelationsFragment::RelationsFragment( XmlFilterBase& rFilter, RelationsRef xRelations ) : in RelationsFragment() argument
65 FragmentHandler( rFilter, lclGetRelationsPath( xRelations->getFragmentPath() ), xRelations ), in RelationsFragment()
66 mxRelations( xRelations ) in RelationsFragment()
H A Dfragmenthandler.cxx41 …ragmentBaseData( XmlFilterBase& rFilter, const OUString& rFragmentPath, RelationsRef xRelations ) : in FragmentBaseData() argument
44 mxRelations( xRelations ) in FragmentBaseData()
55 …FragmentHandler( XmlFilterBase& rFilter, const OUString& rFragmentPath, RelationsRef xRelations ) : in FragmentHandler() argument
56 …ntHandler_BASE( FragmentBaseDataRef( new FragmentBaseData( rFilter, rFragmentPath, xRelations ) ) ) in FragmentHandler()
H A Drelations.cxx77 RelationsRef xRelations( new Relations( maFragmentPath ) ); in getRelationsFromType() local
80 (*xRelations)[ aIt->first ] = aIt->second; in getRelationsFromType()
81 return xRelations; in getRelationsFromType()
/aoo41x/main/oox/inc/oox/core/
H A Dfragmenthandler.hxx57 RelationsRef xRelations );
122 …ntHandler( XmlFilterBase& rFilter, const ::rtl::OUString& rFragmentPath, RelationsRef xRelations );
H A Drelationshandler.hxx39 RelationsRef xRelations );

Completed in 29 milliseconds