Searched refs:pRelation (Results 1 – 5 of 5) sorted by relevance
86 const Relation* pRelation = getRelationFromRelId( rRelId ); in getExternalTargetFromRelId() local87 return (pRelation && pRelation->mbExternal) ? pRelation->maTarget : OUString(); in getExternalTargetFromRelId()92 const Relation* pRelation = getRelationFromFirstType( rType ); in getExternalTargetFromFirstType() local93 return (pRelation && pRelation->mbExternal) ? pRelation->maTarget : OUString(); in getExternalTargetFromFirstType()131 const Relation* pRelation = getRelationFromRelId( rRelId ); in getFragmentPathFromRelId() local132 return pRelation ? getFragmentPathFromRelation( *pRelation ) : OUString(); in getFragmentPathFromRelId()137 const Relation* pRelation = getRelationFromFirstType( rType ); in getFragmentPathFromFirstType() local138 return pRelation ? getFragmentPathFromRelation( *pRelation ) : OUString(); in getFragmentPathFromFirstType()
172 …const Relation* pRelation = getRelations().getRelationFromRelId( aAttribs.getString( R_TOKEN( id )… in createFastChildContext() local173 …OSL_ENSURE( pRelation, "OleObjectGraphicDataContext::createFastChildContext - missing relation for… in createFastChildContext()174 if( pRelation ) in createFastChildContext()176 mrOleObjectInfo.mbLinked = pRelation->mbExternal; in createFastChildContext()177 if( pRelation->mbExternal ) in createFastChildContext()179 … mrOleObjectInfo.maTargetLink = getFilter().getAbsoluteUrl( pRelation->maTarget ); in createFastChildContext()183 OUString aFragmentPath = getFragmentPathFromRelation( *pRelation ); in createFastChildContext()
231 …const Relation* pRelation = getRelations().getRelationFromRelId( rWorksheets.getWorksheetRelId( nW… in finalizeImport() local232 if( (nCalcSheet >= 0) && pRelation ) in finalizeImport()235 OUString aFragmentPath = getFragmentPathFromRelation( *pRelation ); in finalizeImport()244 if( pRelation->maType == CREATE_OFFICEDOC_RELATION_TYPE( "worksheet" ) ) in finalizeImport()246 else if( pRelation->maType == CREATE_OFFICEDOC_RELATION_TYPE( "chartsheet" ) ) in finalizeImport()248 else if( (pRelation->maType == CREATE_MSOFFICE_RELATION_TYPE( "xlMacrosheet" )) || in finalizeImport()249 … (pRelation->maType == CREATE_MSOFFICE_RELATION_TYPE( "xlIntlMacrosheet" )) ) in finalizeImport()251 else if( pRelation->maType == CREATE_OFFICEDOC_RELATION_TYPE( "dialogsheet" ) ) in finalizeImport()
858 if( const Relation* pRelation = rRelations.getRelationFromRelId( rRelId ) ) in parseExternalReference() local859 setExternalTargetUrl( pRelation->maTarget, pRelation->maType ); in parseExternalReference()
1722 IAccessibleRelation* pRelation = NULL; in get_relation() local1726 (void **)&pRelation); in get_relation()1731 hr = pRelation->QueryInterface(IID_IUNOXWrapper, (void**)&wrapper); in get_relation()1737 *relation = pRelation; in get_relation()1785 IAccessibleRelation* pRelation = NULL; in get_relations() local1789 (void **)&pRelation); in get_relations()1794 hr = pRelation->QueryInterface(IID_IUNOXWrapper, (void**)&wrapper); in get_relations()1801 (relation)[i] = pRelation; in get_relations()
Completed in 46 milliseconds