Searched refs:rRelations (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/oox/inc/oox/xls/ |
H A D | pagesettings.hxx | 98 …void importPageSetup( const ::oox::core::Relations& rRelations, const AttributeList… 100 …void importChartPageSetup( const ::oox::core::Relations& rRelations, const Attribut… 106 …void importPicture( const ::oox::core::Relations& rRelations, const AttributeList& … 113 …void importPageSetup( const ::oox::core::Relations& rRelations, SequenceInputStream… 115 …void importChartPageSetup( const ::oox::core::Relations& rRelations, SequenceInputS… 119 …void importPicture( const ::oox::core::Relations& rRelations, SequenceInputStream& … 154 …void importPictureData( const ::oox::core::Relations& rRelations, const ::rtl::OUSt…
|
H A D | externallinkbuffer.hxx | 211 …void importExternalBook( const ::oox::core::Relations& rRelations, const AttributeL… 221 …void importOleLink( const ::oox::core::Relations& rRelations, const AttributeList& … 226 …void importExternalBook( const ::oox::core::Relations& rRelations, SequenceInputStr… 287 …void parseExternalReference( const ::oox::core::Relations& rRelations, const ::rtl:…
|
H A D | pivotcachebuffer.hxx | 389 … importWorksheetSource( const AttributeList& rAttribs, const ::oox::core::Relations& rRelations ); 396 … importPCDSheetSource( SequenceInputStream& rStrm, const ::oox::core::Relations& rRelations );
|
/aoo41x/main/oox/source/xls/ |
H A D | pagesettings.cxx | 180 void PageSettings::importPageSetup( const Relations& rRelations, const AttributeList& rAttribs ) in importPageSetup() argument 235 void PageSettings::importPicture( const Relations& rRelations, const AttributeList& rAttribs ) in importPicture() argument 237 importPictureData( rRelations, rAttribs.getString( R_TOKEN( id ), OUString() ) ); in importPicture() 257 void PageSettings::importPageSetup( const Relations& rRelations, SequenceInputStream& rStrm ) in importPageSetup() argument 267 maModel.maBinSettPath = rRelations.getFragmentPathFromRelId( aRelId ); in importPageSetup() 277 void PageSettings::importChartPageSetup( const Relations& rRelations, SequenceInputStream& rStrm ) in importChartPageSetup() argument 283 maModel.maBinSettPath = rRelations.getFragmentPathFromRelId( aRelId ); in importChartPageSetup() 303 void PageSettings::importPicture( const Relations& rRelations, SequenceInputStream& rStrm ) in importPicture() argument 305 importPictureData( rRelations, BiffHelper::readString( rStrm ) ); in importPicture() 431 void PageSettings::importPictureData( const Relations& rRelations, const OUString& rRelId ) in importPictureData() argument [all …]
|
H A D | externallinkbuffer.cxx | 497 void ExternalLink::importExternalBook( const Relations& rRelations, const AttributeList& rAttribs ) in importExternalBook() argument 499 parseExternalReference( rRelations, rAttribs.getString( R_TOKEN( id ), OUString() ) ); in importExternalBook() 526 void ExternalLink::importOleLink( const Relations& rRelations, const AttributeList& rAttribs ) in importOleLink() argument 529 …OUString aTargetUrl = rRelations.getExternalTargetFromRelId( rAttribs.getString( R_TOKEN( id ), OU… in importOleLink() 560 void ExternalLink::importExternalBook( const Relations& rRelations, SequenceInputStream& rStrm ) in importExternalBook() argument 565 parseExternalReference( rRelations, BiffHelper::readString( rStrm ) ); in importExternalBook() 576 … OUString aTargetUrl = rRelations.getExternalTargetFromRelId( BiffHelper::readString( rStrm ) ); in importExternalBook() 856 void ExternalLink::parseExternalReference( const Relations& rRelations, const OUString& rRelId ) in parseExternalReference() argument 858 if( const Relation* pRelation = rRelations.getRelationFromRelId( rRelId ) ) in parseExternalReference()
|
H A D | pivotcachebuffer.cxx | 1076 void PivotCache::importWorksheetSource( const AttributeList& rAttribs, const Relations& rRelations ) in importWorksheetSource() argument 1083 maTargetUrl = rRelations.getExternalTargetFromRelId( maSheetSrcModel.maRelId ); in importWorksheetSource() 1118 void PivotCache::importPCDSheetSource( SequenceInputStream& rStrm, const Relations& rRelations ) in importPCDSheetSource() argument 1143 maTargetUrl = rRelations.getExternalTargetFromRelId( maSheetSrcModel.maRelId ); in importPCDSheetSource()
|
/aoo41x/main/oox/source/drawingml/ |
H A D | embeddedwavaudiofile.cxx | 37 void getEmbeddedWAVAudioFile( const Relations& rRelations, in getEmbeddedWAVAudioFile() argument 43 aAudio.msEmbed = rRelations.getFragmentPathFromRelId( sId ); in getEmbeddedWAVAudioFile()
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | embeddedwavaudiofile.hxx | 46 const ::oox::core::Relations& rRelations,
|
Completed in 67 milliseconds