Lines Matching refs:xRet

387 	uno::Reference<uno::XInterface> xRet;  in MakeInstance()  local
392 xRet.set((sheet::XSpreadsheet*)new ScTableSheetObj(NULL,0)); in MakeInstance()
395 xRet.set((text::XTextField*)new ScCellFieldObj( NULL, ScAddress(), ESelection() )); in MakeInstance()
404 xRet.set((text::XTextField*)new ScHeaderFieldObj( NULL, 0, nType, ESelection() )); in MakeInstance()
407 xRet.set((style::XStyle*)new ScStyleObj( NULL, SFX_STYLE_FAMILY_PARA, String() )); in MakeInstance()
410 xRet.set((style::XStyle*)new ScStyleObj( NULL, SFX_STYLE_FAMILY_PAGE, String() )); in MakeInstance()
413 xRet.set((container::XIndexAccess*)new ScAutoFormatObj( SC_AFMTOBJ_INVALID )); in MakeInstance()
419 xRet.set((sheet::XSheetCellRanges*)new ScCellRangesObj( pDocShell, ScRangeList() )); in MakeInstance()
424 xRet.set((beans::XPropertySet*)new ScDocDefaultsObj( pDocShell )); in MakeInstance()
428 xRet.set((beans::XPropertySet*)new ScDrawDefaultsObj( pDocShell )); in MakeInstance()
437 xRet.set(SvxUnoGradientTable_createInstance( pDocShell->MakeDrawLayer() )); in MakeInstance()
441 xRet.set(SvxUnoHatchTable_createInstance( pDocShell->MakeDrawLayer() )); in MakeInstance()
445 xRet.set(SvxUnoBitmapTable_createInstance( pDocShell->MakeDrawLayer() )); in MakeInstance()
449 xRet.set(SvxUnoTransGradientTable_createInstance( pDocShell->MakeDrawLayer() )); in MakeInstance()
453 xRet.set(SvxUnoMarkerTable_createInstance( pDocShell->MakeDrawLayer() )); in MakeInstance()
457 xRet.set(SvxUnoDashTable_createInstance( pDocShell->MakeDrawLayer() )); in MakeInstance()
461 xRet.set(SvxCreateNumRule( pDocShell->MakeDrawLayer() )); in MakeInstance()
467 xRet.set((beans::XPropertySet*)new ScDocumentConfiguration(pDocShell)); in MakeInstance()
471 xRet.set(SvUnoImageMapRectangleObject_createInstance( ScShapeObj::GetSupportedMacroItems() )); in MakeInstance()
474 xRet.set(SvUnoImageMapCircleObject_createInstance( ScShapeObj::GetSupportedMacroItems() )); in MakeInstance()
477 xRet.set(SvUnoImageMapPolygonObject_createInstance( ScShapeObj::GetSupportedMacroItems() )); in MakeInstance()
482 xRet.set((::cppu::OWeakObject * )new SvXMLGraphicHelper( GRAPHICHELPER_MODE_WRITE )); in MakeInstance()
486 xRet.set((::cppu::OWeakObject * )new SvXMLGraphicHelper( GRAPHICHELPER_MODE_READ )); in MakeInstance()
491xRet.set((::cppu::OWeakObject * )new SvXMLEmbeddedObjectHelper( *pDocShell, EMBEDDEDOBJECTHELPER_M… in MakeInstance()
496xRet.set((::cppu::OWeakObject * )new SvXMLEmbeddedObjectHelper( *pDocShell, EMBEDDEDOBJECTHELPER_M… in MakeInstance()
505 xRet.set(*new calc::OCellValueBinding( xDoc, bListPos )); in MakeInstance()
512 xRet.set(*new calc::OCellListSource( xDoc )); in MakeInstance()
520 xRet.set(*new ScAddressConversionObj( pDocShell, bRange )); in MakeInstance()
526 xRet = *new ScChart2DataProvider( pDocShell->GetDocument() ); in MakeInstance()
531 xRet.set(static_cast<sheet::XFormulaParser*>(new ScFormulaParserObj( pDocShell ))); in MakeInstance()
541xRet.set(static_cast<sheet::XFormulaOpCodeMapper*>(new ScFormulaOpCodeMapperObj(::std::auto_ptr<fo… in MakeInstance()
548xRet.set(static_cast<container::XNameAccess*>(new ScVbaObjectForCodeNameProvider( pDocShell ))); in MakeInstance()
555 xRet.set(static_cast<document::XCodeNameQuery*>(new ScVbaCodeNameProvider( pDocShell ))); in MakeInstance()
566xRet = ::comphelper::getProcessServiceFactory()->createInstanceWithArguments( rtl::OUString( RTL_C… in MakeInstance()
567 pDocShell->GetBasicManager()->SetGlobalUNOConstant( "VBAGlobals", uno::Any( xRet ) ); in MakeInstance()
581 return xRet; in MakeInstance()