Home
last modified time | relevance | path

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

/trunk/main/oox/source/core/
H A Drelations.cxx86 const Relation* pRelation = getRelationFromRelId( rRelId ); in getExternalTargetFromRelId() local
87 return (pRelation && pRelation->mbExternal) ? pRelation->maTarget : OUString(); in getExternalTargetFromRelId()
92 const Relation* pRelation = getRelationFromFirstType( rType ); in getExternalTargetFromFirstType() local
93 return (pRelation && pRelation->mbExternal) ? pRelation->maTarget : OUString(); in getExternalTargetFromFirstType()
131 const Relation* pRelation = getRelationFromRelId( rRelId ); in getFragmentPathFromRelId() local
132 return pRelation ? getFragmentPathFromRelation( *pRelation ) : OUString(); in getFragmentPathFromRelId()
137 const Relation* pRelation = getRelationFromFirstType( rType ); in getFragmentPathFromFirstType() local
138 return pRelation ? getFragmentPathFromRelation( *pRelation ) : OUString(); in getFragmentPathFromFirstType()
/trunk/main/oox/source/drawingml/
H A Dgraphicshapecontext.cxx172 …const Relation* pRelation = getRelations().getRelationFromRelId( aAttribs.getString( R_TOKEN( id )… in createFastChildContext() local
173 …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()
/trunk/main/oox/source/xls/
H A Dworkbookfragment.cxx231 …const Relation* pRelation = getRelations().getRelationFromRelId( rWorksheets.getWorksheetRelId( nW… in finalizeImport() local
232 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()
H A Dexternallinkbuffer.cxx858 if( const Relation* pRelation = rRelations.getRelationFromRelId( rRelId ) ) in parseExternalReference() local
859 setExternalTargetUrl( pRelation->maTarget, pRelation->maType ); in parseExternalReference()
/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp1722 IAccessibleRelation* pRelation = NULL; in get_relation() local
1726 (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() local
1789 (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 47 milliseconds