Home
last modified time | relevance | path

Searched refs:getRelations (Results 1 – 12 of 12) sorted by relevance

/trunk/main/oox/source/xls/
H A Dchartsheetfragment.cxx65 …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 Dworksheetfragment.cxx217 …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 Dpivotcachefragment.cxx140 …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 Dexternallinkfragment.cxx188 …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 Dworkbookfragment.cxx231 …const Relation* pRelation = getRelations().getRelationFromRelId( rWorksheets.getWorksheetRelId( nW… in finalizeImport()
/trunk/main/oox/source/ppt/
H A Dsoundactioncontext.cxx73 RelationsRef xRel = getHandler()->getRelations(); in endFastElement()
106 drawingml::getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio); in createFastChildContext()
H A Dtimetargetelementcontext.cxx144 drawingml::getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio); in createFastChildContext()
/trunk/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx51 sHref = getRelations().getExternalTargetFromRelId( aRelId ); in HyperLinkContext()
162 getEmbeddedWAVAudioFile( getRelations(), xAttribs, aAudio ); in createFastChildContext()
H A Dgraphicshapecontext.cxx172 …const Relation* pRelation = getRelations().getRelationFromRelId( aAttribs.getString( R_TOKEN( id )… in createFastChildContext()
H A Dfillpropertiesgroupcontext.cxx175 …OUString aTargetLink = getFilter().getAbsoluteUrl( getRelations().getExternalTargetFromRelId( aRel… in BlipContext()
/trunk/main/oox/source/core/
H A Dcontexthandler.cxx60 const Relations& ContextHandler::getRelations() const in getRelations() function in oox::core::ContextHandler
/trunk/main/oox/inc/oox/core/
H A Dcontexthandler.hxx67 const Relations& getRelations() const;

Completed in 69 milliseconds