Searched refs:getRelations (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/oox/source/xls/ |
H A D | chartsheetfragment.cxx | 65 …LS_TOKEN( pageSetup ): getPageSettings().importChartPageSetup( getRelations(), rAttribs ); … in onCreateContext() 67 …case XLS_TOKEN( picture ): getPageSettings().importPicture( getRelations(), rAttribs ); … in onCreateContext() 122 …se BIFF12_ID_CHARTPAGESETUP: getPageSettings().importChartPageSetup( getRelations(), rStrm ); … in onCreateRecordContext() 124 …case BIFF12_ID_PICTURE: getPageSettings().importPicture( getRelations(), rStrm ); … in onCreateRecordContext()
|
H A D | worksheetfragment.cxx | 217 …RelationsRef xTableRels = getRelations().getRelationsFromType( CREATE_OFFICEDOC_RELATION_TYPE( "ta… in WorksheetFragment() 269 …case XLS_TOKEN( pageSetup ): getPageSettings().importPageSetup( getRelations(), rAttribs );… in onCreateContext() 271 …case XLS_TOKEN( picture ): getPageSettings().importPicture( getRelations(), rAttribs ); … in onCreateContext() 383 … case BIFF12_ID_PAGESETUP: getPageSettings().importPageSetup( getRelations(), rStrm ); break; in onCreateRecordContext() 386 … case BIFF12_ID_PICTURE: getPageSettings().importPicture( getRelations(), rStrm ); break; in onCreateRecordContext() 472 …RelationsRef xQueryRels = getRelations().getRelationsFromType( CREATE_OFFICEDOC_RELATION_TYPE( "qu… in initializeImport() 477 …RelationsRef xPivotRels = getRelations().getRelationsFromType( CREATE_OFFICEDOC_RELATION_TYPE( "pi… in initializeImport() 549 …aModel.maTarget = getRelations().getExternalTargetFromRelId( rAttribs.getString( R_TOKEN( id ), … in importHyperlink() 675 … aModel.maTarget = getRelations().getExternalTargetFromRelId( BiffHelper::readString( rStrm ) ); in importHyperlink()
|
H A D | pivotcachefragment.cxx | 140 …t == XLS_TOKEN( worksheetSource ) ) mrPivotCache.importWorksheetSource( rAttribs, getRelations() ); in onCreateContext() 167 …f( nRecId == BIFF12_ID_PCDSHEETSOURCE ) mrPivotCache.importPCDSheetSource( rStrm, getRelations() ); in onCreateRecordContext() 205 …OUString aRecFragmentPath = getRelations().getFragmentPathFromRelId( mrPivotCache.getRecordsRelId(… in finalizeImport()
|
H A D | externallinkfragment.cxx | 188 …case XLS_TOKEN( externalBook ): mrExtLink.importExternalBook( getRelations(), rAttribs ); return… in onCreateContext() 190 …case XLS_TOKEN( oleLink ): mrExtLink.importOleLink( getRelations(), rAttribs ); return… in onCreateContext() 286 mrExtLink.importExternalBook( getRelations(), rStrm ); in onCreateRecordContext()
|
H A D | workbookfragment.cxx | 231 …const Relation* pRelation = getRelations().getRelationFromRelId( rWorksheets.getWorksheetRelId( nW… in finalizeImport()
|
/aoo4110/main/oox/source/ppt/ |
H A D | soundactioncontext.cxx | 73 RelationsRef xRel = getHandler()->getRelations(); in endFastElement() 106 drawingml::getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio); in createFastChildContext()
|
H A D | timetargetelementcontext.cxx | 144 drawingml::getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio); in createFastChildContext()
|
/aoo4110/main/oox/source/drawingml/ |
H A D | hyperlinkcontext.cxx | 51 sHref = getRelations().getExternalTargetFromRelId( aRelId ); in HyperLinkContext() 162 getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio ); in createFastChildContext()
|
H A D | graphicshapecontext.cxx | 172 …const Relation* pRelation = getRelations().getRelationFromRelId( aAttribs.getString( R_TOKEN( id )… in createFastChildContext()
|
H A D | fillpropertiesgroupcontext.cxx | 175 …OUString aTargetLink = getFilter().getAbsoluteUrl( getRelations().getExternalTargetFromRelId( aRel… in BlipContext()
|
/aoo4110/main/oox/source/core/ |
H A D | contexthandler.cxx | 60 const Relations& ContextHandler::getRelations() const in getRelations() function in oox::core::ContextHandler
|
/aoo4110/main/oox/inc/oox/core/ |
H A D | contexthandler.hxx | 67 const Relations& getRelations() const;
|
Completed in 56 milliseconds