Searched refs:importOoxFragment (Results 1 – 7 of 7) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | workbookfragment.cxx | 197 … importOoxFragment( new ThemeFragmentHandler( getFilter(), aThemeFragmentPath, getTheme() ) ); in finalizeImport() 203 importOoxFragment( new StylesFragment( *this, aStylesFragmentPath ) ); in finalizeImport() 209 importOoxFragment( new SharedStringsFragment( *this, aSstFragmentPath ) ); in finalizeImport() 215 importOoxFragment( new ConnectionsFragment( *this, aConnFragmentPath ) ); in finalizeImport() 294 importOoxFragment( aIt->second ); in finalizeImport() 350 importOoxFragment( new ExternalLinkFragment( *this, aFragmentPath, rExtLink ) ); in importExternalLinkFragment()
|
H A D | worksheetfragment.cxx | 219 importOoxFragment( new TableFragment( *this, getFragmentPathFromRelation( aIt->second ) ) ); in WorksheetFragment() 224 importOoxFragment( new CommentsFragment( *this, aCommentsFragmentPath ) ); in WorksheetFragment() 474 … importOoxFragment( new QueryTableFragment( *this, getFragmentPathFromRelation( aIt->second ) ) ); in initializeImport() 479 … importOoxFragment( new PivotTableFragment( *this, getFragmentPathFromRelation( aIt->second ) ) ); in initializeImport()
|
H A D | pivotcachefragment.cxx | 211 … importOoxFragment( new PivotCacheRecordsFragment( *xSheetGlob, aRecFragmentPath, mrPivotCache ) ); in finalizeImport()
|
H A D | worksheethelper.cxx | 1335 importOoxFragment( new DrawingFragment( *this, maDrawingPath ) ); in finalizeDrawings() 1337 importOoxFragment( new VmlDrawingFragment( *this, maVmlDrawingPath ) ); in finalizeDrawings()
|
H A D | workbookhelper.cxx | 859 bool WorkbookHelper::importOoxFragment( const ::rtl::Reference< FragmentHandler >& rxHandler ) in importOoxFragment() function in oox::xls::WorkbookHelper
|
H A D | pivotcachebuffer.cxx | 1506 importOoxFragment( new PivotCacheDefinitionFragment( *this, aIt->second, rCache ) ); in importPivotCacheFragment()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | workbookhelper.hxx | 255 …bool importOoxFragment( const ::rtl::Reference< ::oox::core::FragmentHandler >& rxH…
|
Completed in 49 milliseconds