Home
last modified time | relevance | path

Searched refs:xRet (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/AOO42X/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx159 Reference< XFastContextHandler > xRet; in createFastChildContext() local
164 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
170 if( !xRet.is() ) in createFastChildContext()
171 xRet.set( this ); in createFastChildContext()
173 return xRet; in createFastChildContext()
225 Reference< XFastContextHandler > xRet; in createFastChildContext() local
230 xRet.set( new CommonBehaviorContext ( *this, xAttribs, mpNode ) ); in createFastChildContext()
234 xRet.set( new AnimVariantContext( *this, aElementToken, maTo ) ); in createFastChildContext()
240 if( !xRet.is() ) in createFastChildContext()
241 xRet.set( this ); in createFastChildContext()
[all …]
H A Dslidefragmenthandler.cxx75 Reference< XFastContextHandler > xRet; in createFastChildContext() local
117 xRet.set( new PPTShapeGroupContext( in createFastChildContext()
124 xRet = getFastContextHandler(); in createFastChildContext()
134 return xRet; in createFastChildContext()
137 xRet.set( new SlideTimingContext( *this, mpSlidePersistPtr->getTimeNodeList() ) ); in createFastChildContext()
140 xRet.set( new SlideTransitionContext( *this, xAttribs, maSlideProperties ) ); in createFastChildContext()
143xRet.set( new HeaderFooterContext( *this, xAttribs, mpSlidePersistPtr->getHeaderFooter() ) ); in createFastChildContext()
150 xRet.set( new BackgroundPropertiesContext( *this, *pFillPropertiesPtr ) ); in createFastChildContext()
164 xRet.set( new ColorContext( *this, mpSlidePersistPtr->getBackgroundColor() ) ); in createFastChildContext()
172 xRet.set( new oox::drawingml::clrMapContext( *this, xAttribs, *pClrMapPtr ) ); in createFastChildContext()
[all …]
H A Dpptshapegroupcontext.cxx64 Reference< XFastContextHandler > xRet; in createFastChildContext() local
83 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
86 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
94xRet.set( new oox::drawingml::ConnectorShapeContext( *this, mpGroupShapePtr, oox::drawingml::Shape… in createFastChildContext()
97xRet.set( new PPTShapeGroupContext( *this, mpSlidePersistPtr, meShapeLocation, mpGroupShapePtr, oo… in createFastChildContext()
100xRet.set( new PPTShapeContext( *this, mpSlidePersistPtr, mpGroupShapePtr, oox::drawingml::ShapePtr… in createFastChildContext()
103xRet.set( new oox::drawingml::GraphicShapeContext( *this, mpGroupShapePtr, oox::drawingml::ShapeP… in createFastChildContext()
106xRet.set( new oox::drawingml::GraphicalObjectFrameContext( *this, mpGroupShapePtr, oox::drawingml:… in createFastChildContext()
110 if( !xRet.is() ) in createFastChildContext()
111 xRet.set( this ); in createFastChildContext()
[all …]
/AOO42X/main/oox/source/drawingml/diagram/
H A Ddatamodelcontext.cxx65 Reference< XFastContextHandler > xRet; in createFastChildContext() local
70 return xRet; in createFastChildContext()
74 if( !xRet.is() ) in createFastChildContext()
75 xRet.set( this ); in createFastChildContext()
76 return xRet; in createFastChildContext()
98 Reference< XFastContextHandler > xRet; in createFastChildContext() local
106 xRet.set( new CxnContext( *this, xAttribs, pConnection ) ); in createFastChildContext()
112 if( !xRet.is() ) in createFastChildContext()
113 xRet.set( this ); in createFastChildContext()
114 return xRet; in createFastChildContext()
[all …]
H A Ddiagramfragmenthandler.cxx63 Reference< XFastContextHandler > xRet; in createFastChildContext() local
68 xRet.set( new DataModelContext( *this, mpDataPtr ) ); in createFastChildContext()
74 if( !xRet.is() ) in createFastChildContext()
75 xRet = getFastContextHandler(); in createFastChildContext()
77 return xRet; in createFastChildContext()
108 Reference< XFastContextHandler > xRet; in createFastChildContext() local
113 xRet.set( new DiagramDefinitionContext( *this, xAttribs, mpDataPtr ) ); in createFastChildContext()
119 if( !xRet.is() ) in createFastChildContext()
120 xRet = getFastContextHandler(); in createFastChildContext()
122 return xRet; in createFastChildContext()
[all …]
H A Dlayoutnodecontext.cxx96 Reference< XFastContextHandler > xRet; in createFastChildContext() local
105 xRet.set( new IfContext( *this, xAttribs, pAtom ) ); in createFastChildContext()
114 xRet.set( new IfContext( *this, xAttribs, pAtom ) ); in createFastChildContext()
126 if( !xRet.is() ) in createFastChildContext()
127 xRet.set(this); in createFastChildContext()
129 return xRet; in createFastChildContext()
174 Reference< XFastContextHandler > xRet; in createFastChildContext() local
181 if( !xRet.is() ) in createFastChildContext()
182 xRet.set(this); in createFastChildContext()
184 return xRet; in createFastChildContext()
[all …]
/AOO42X/main/sc/source/ui/unoobj/
H A Dservuno.cxx387 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()
[all …]
/AOO42X/main/svtools/source/graphic/
H A Dprovider.cxx160 uno::Reference< ::graphic::XGraphic > xRet; in implLoadGraphicObject() local
171 xRet = pUnoGraphic; in implLoadGraphicObject()
173 return xRet; in implLoadGraphicObject()
178 uno::Reference< ::graphic::XGraphic > xRet; in implLoadMemory() local
190 xRet = pUnoGraphic; in implLoadMemory()
194 return xRet; in implLoadMemory()
201 uno::Reference< ::graphic::XGraphic > xRet; in implLoadRepositoryImage() local
211 xRet = aImage.GetXGraphic(); in implLoadRepositoryImage()
214 return xRet; in implLoadRepositoryImage()
222 uno::Reference< ::graphic::XGraphic > xRet; in implLoadStandardImage() local
[all …]
/AOO42X/main/oox/source/drawingml/
H A Dgraphicshapecontext.cxx63 Reference< XFastContextHandler > xRet; in createFastChildContext() local
69 xRet.set( new Transform2DContext( *this, xAttribs, *mpShapePtr ) ); in createFastChildContext()
72xRet.set( new BlipFillContext( *this, xAttribs, mpShapePtr->getGraphicProperties().maBlipProps ) ); in createFastChildContext()
89 if( !xRet.is() ) in createFastChildContext()
90 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext()
92 return xRet; in createFastChildContext()
106 Reference< XFastContextHandler > xRet; in createFastChildContext() local
114 xRet.set( new Transform2DContext( *this, xAttribs, *mpShapePtr ) ); in createFastChildContext()
117 xRet.set( this ); in createFastChildContext()
124 xRet.set( new OleObjectGraphicDataContext( *this, mpShapePtr ) ); in createFastChildContext()
[all …]
H A Dtextliststylecontext.cxx58 Reference< XFastContextHandler > xRet; in createFastChildContext() local
62xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext()
65xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getAggregation… in createFastChildContext()
68xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getAggregation… in createFastChildContext()
71xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext()
74xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext()
77xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext()
80xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext()
83xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext()
86xRet.set( new TextParagraphPropertiesContext( *this, rxAttributes, *mrTextListStyle.getListStyle()… in createFastChildContext()
[all …]
H A Dtextbodycontext.cxx75 Reference< XFastContextHandler > xRet; in createFastChildContext() local
84 xRet.set( new RegularTextRunContext( *this, pRun ) ); in createFastChildContext()
92 xRet.set( new RegularTextRunContext( *this, pRun ) ); in createFastChildContext()
99 xRet.set( new TextFieldContext( *this, xAttribs, *pField ) ); in createFastChildContext()
103xRet.set( new TextParagraphPropertiesContext( *this, xAttribs, mrParagraph.getProperties() ) ); in createFastChildContext()
106xRet.set( new TextCharacterPropertiesContext( *this, xAttribs, mrParagraph.getEndProperties() ) ); in createFastChildContext()
110 return xRet; in createFastChildContext()
154 Reference< XFastContextHandler > xRet( this ); in createFastChildContext() local
159xRet.set( new TextCharacterPropertiesContext( *this, xAttribs, mpRunPtr->getTextCharacterPropertie… in createFastChildContext()
166 return xRet; in createFastChildContext()
[all …]
H A Dshapegroupcontext.cxx63 Reference< XFastContextHandler > xRet; in createFastChildContext() local
82 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
85 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
93xRet.set( new ConnectorShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.dr… in createFastChildContext()
96xRet.set( new ShapeGroupContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.drawin… in createFastChildContext()
99xRet.set( new ShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.drawing.Cus… in createFastChildContext()
102xRet.set( new GraphicShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.draw… in createFastChildContext()
105xRet.set( new GraphicalObjectFrameContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.s… in createFastChildContext()
108 if( !xRet.is() ) in createFastChildContext()
109 xRet.set( this ); in createFastChildContext()
[all …]
H A Dtextparagraphpropertiescontext.cxx180 Reference< XFastContextHandler > xRet; in createFastChildContext() local
184 xRet.set( new TextSpacingContext( *this, maLineSpacing ) ); in createFastChildContext()
187 xRet.set( new TextSpacingContext( *this, mrSpaceBefore ) ); in createFastChildContext()
190 xRet.set( new TextSpacingContext( *this, mrSpaceAfter ) ); in createFastChildContext()
198 xRet.set( new ColorContext( *this, *mrBulletList.maBulletColorPtr ) ); in createFastChildContext()
260 xRet.set( new BlipFillContext( *this, rXAttributes, *mxBlipProps ) ); in createFastChildContext()
265 xRet.set( new TextTabStopListContext( *this, maTabList ) ); in createFastChildContext()
268xRet.set( new TextCharacterPropertiesContext( *this, rXAttributes, mrTextParagraphProperties.getTe… in createFastChildContext()
271 if ( !xRet.is() ) in createFastChildContext()
272 xRet.set( this ); in createFastChildContext()
[all …]
/AOO42X/main/oox/source/drawingml/table/
H A Dtablestylecontext.cxx55 uno::Reference< xml::sax::XFastContextHandler > xRet; in createFastChildContext() local
60 xRet = new TableBackgroundStyleContext( *this, mrTableStyle ); in createFastChildContext()
63 xRet = new TablePartStyleContext( *this, mrTableStyle.getWholeTbl() ); in createFastChildContext()
66 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand1H() ); in createFastChildContext()
69 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand2H() ); in createFastChildContext()
72 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand1V() ); in createFastChildContext()
75 xRet = new TablePartStyleContext( *this, mrTableStyle.getBand2V() ); in createFastChildContext()
78 xRet = new TablePartStyleContext( *this, mrTableStyle.getLastCol() ); in createFastChildContext()
81 xRet = new TablePartStyleContext( *this, mrTableStyle.getFirstCol() ); in createFastChildContext()
84 xRet = new TablePartStyleContext( *this, mrTableStyle.getLastRow() ); in createFastChildContext()
[all …]
H A Dtablecellcontext.cxx60 uno::Reference< xml::sax::XFastContextHandler > xRet; in createFastChildContext() local
68 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); in createFastChildContext()
86xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
89xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
92xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
95xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
98xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
101xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
110xRet.set( FillPropertiesContext::createFillContext( *this, aElementToken, xAttribs, mrTableCell.ma… in createFastChildContext()
114 if ( !xRet.is() ) in createFastChildContext()
[all …]
/AOO42X/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java309 DateTime xRet = new DateTime(); in toDateTime() local
311 xRet.Day = aDate.Day; in toDateTime()
312 xRet.Month = aDate.Month; in toDateTime()
313 xRet.Year = aDate.Year; in toDateTime()
315 xRet.HundredthSeconds = aTime.HundredthSeconds; in toDateTime()
316 xRet.Minutes = aTime.Minutes; in toDateTime()
317 xRet.Seconds = aTime.Seconds; in toDateTime()
318 xRet.Hours = aTime.Hours; in toDateTime()
321 return xRet; in toDateTime()
366 Time xRet = new Time(); in toTime() local
[all …]
/AOO42X/main/connectivity/source/commontools/
H A Ddbconversion.cxx368 Time xRet; in toTime() local
375 xRet.HundredthSeconds = (sal_uInt16)(nHundredthSeconds % 100); in toTime()
376 xRet.Seconds = (sal_uInt16)(nSeconds % 60); in toTime()
377 xRet.Hours = (sal_uInt16)(nMinutes / 60); in toTime()
378 xRet.Minutes = (sal_uInt16)(nMinutes % 60); in toTime()
381 …sal_Int32 nTime = (sal_Int32)(xRet.HundredthSeconds + (xRet.Seconds*100) + (xRet.Minutes*10000) + … in toTime()
385 xRet.HundredthSeconds = 99; in toTime()
386 xRet.Minutes = 59; in toTime()
387 xRet.Seconds = 59; in toTime()
388 xRet.Hours = 23; in toTime()
[all …]
/AOO42X/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx154 Reference< deployment::XPackageManager > xRet; in getPackageManager() local
159 xRet = iFind->second; in getPackageManager()
160 if (xRet.is()) in getPackageManager()
161 return xRet; in getPackageManager()
165 xRet.set( PackageManagerImpl::create( m_xComponentContext, context ) ); in getPackageManager()
168 m_managers.insert( t_string2weakref::value_type( context, xRet ) ) ); in getPackageManager()
171 OSL_ASSERT( insertion.first->second.get() == xRet ); in getPackageManager()
174 m_xUserMgr = xRet; in getPackageManager()
176 m_xSharedMgr = xRet; in getPackageManager()
178 m_xBundledMgr = xRet; in getPackageManager()
[all …]
/AOO42X/main/unoxml/source/dom/
H A Ddocument.cxx129 ::rtl::Reference< CElement > const xRet( in GetDocumentElement()
131 return xRet; in GetDocumentElement()
494 Reference< XCDATASection > const xRet( in createCDATASection() local
497 return xRet; in createCDATASection()
509 Reference< XComment > const xRet( in createComment() local
512 return xRet; in createComment()
522 Reference< XDocumentFragment > const xRet( in createDocumentFragment() local
525 return xRet; in createDocumentFragment()
537 Reference< XElement > const xRet( in createElement() local
540 return xRet; in createElement()
[all …]
/AOO42X/main/sw/source/core/unocore/
H A Dunoflatpara.cxx341 uno::Reference< text::XFlatParagraph > xRet; in getNextPara() local
343 return xRet; in getNextPara()
362 return xRet; in getNextPara()
432 xRet = new SwXFlatParagraph( *pRet, aExpandText, pConversionMap ); in getNextPara()
434 m_aFlatParaList.insert( xRet ); in getNextPara()
437 return xRet; in getNextPara()
451 uno::Reference< text::XFlatParagraph > xRet; in getParaAfter() local
453 return xRet; in getParaAfter()
460 return xRet; in getParaAfter()
465 return xRet; in getParaAfter()
[all …]
H A Dunocoll.cxx325 uno::Reference< uno::XInterface > xRet; in MakeInstance() local
331 xRet = (cppu::OWeakObject*)pTextTable; in MakeInstance()
337 xRet = (cppu::OWeakObject*)(SwXFrame*)pTextFrame; in MakeInstance()
344 xRet = (cppu::OWeakObject*)(SwXFrame*)pGraphic; in MakeInstance()
351 xRet = (cppu::OWeakObject*)(SwXFrame*)pOle; in MakeInstance()
357 xRet = (cppu::OWeakObject*)pBookmark; in MakeInstance()
363 xRet = (cppu::OWeakObject*)pFieldmark; in MakeInstance()
369 xRet = (cppu::OWeakObject*)pFieldmark; in MakeInstance()
373 xRet = (cppu::OWeakObject*)new SwXFootnote(sal_False); in MakeInstance()
376 xRet = (cppu::OWeakObject*)new SwXFootnote(sal_True); in MakeInstance()
[all …]
/AOO42X/main/io/test/stm/
H A Dtestfactreg.cxx133 Reference< XSingleServiceFactory > xRet; in component_getFactory() local
141 xRet = createSingleFactory( xSMgr, aImplementationName, in component_getFactory()
147 xRet = createSingleFactory( xSMgr, aImplementationName, in component_getFactory()
153 xRet = createSingleFactory( xSMgr , aImplementationName, in component_getFactory()
158 xRet = createSingleFactory( xSMgr , aImplementationName, in component_getFactory()
163 xRet = createSingleFactory( xSMgr , aImplementationName, in component_getFactory()
168 xRet = createSingleFactory( xSMgr , aImplementationName, in component_getFactory()
173 xRet = createSingleFactory( xSMgr , aImplementationName, in component_getFactory()
178 xRet = createSingleFactory( xSMgr , aImplementationName, in component_getFactory()
183 xRet = createSingleFactory( xSMgr , aImplementationName, in component_getFactory()
[all …]
/AOO42X/main/reportdesign/source/core/api/
H A DSection.cxx338 uno::Reference< report::XReportDefinition > xRet = m_xReportDefinition; in checkNotPageHeaderFooter() local
339 if ( xRet.is() ) in checkNotPageHeaderFooter()
341 if ( xRet->getPageHeaderOn() && xRet->getPageHeader() == *this ) in checkNotPageHeaderFooter()
343 if ( xRet->getPageFooterOn() && xRet->getPageFooter() == *this ) in checkNotPageHeaderFooter()
452 uno::Reference< report::XReportDefinition > xRet = m_xReportDefinition; in getReportDefinition() local
454 if ( !xRet.is() && xGroup.is() ) in getReportDefinition()
458 xRet = xGroups->getReportDefinition(); in getReportDefinition()
461 return xRet; in getReportDefinition()
487 uno::Reference< report::XReportComponent > xRet; in createReportComponent() local
492xRet.set(xFac->createInstance(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.form.compo… in createReportComponent()
[all …]
/AOO42X/main/extensions/test/stm/
H A Dtestfactreg.cxx94 XInterfaceRef xRet; in UNO_INTERFACE() local
102 xRet = createSingleFactory( xSMgr, implementationName, in UNO_INTERFACE()
107 xRet = createSingleFactory( xSMgr , implementationName, in UNO_INTERFACE()
112 xRet = createSingleFactory( xSMgr , implementationName, in UNO_INTERFACE()
117 xRet = createSingleFactory( xSMgr , implementationName, in UNO_INTERFACE()
122 xRet = createSingleFactory( xSMgr , implementationName, in UNO_INTERFACE()
127 xRet = createSingleFactory( xSMgr , implementationName, in UNO_INTERFACE()
132 xRet = createSingleFactory( xSMgr , implementationName, in UNO_INTERFACE()
137 xRet = createSingleFactory( xSMgr , implementationName, in UNO_INTERFACE()
141 if (xRet.is()) in UNO_INTERFACE()
[all …]
/AOO42X/main/accessibility/source/extended/
H A DAccessibleBrowseBox.cxx148 Reference< XAccessible > xRet; in getAccessibleChild() local
152 xRet = implGetFixedChild( nChildIndex ); in getAccessibleChild()
158 xRet = mpBrowseBox->CreateAccessibleControl( nChildIndex ); in getAccessibleChild()
162 if( !xRet.is() ) in getAccessibleChild()
164 return xRet; in getAccessibleChild()
270 Reference< XAccessible > xRet; in implGetHeaderBar() local
292 xRet = *pxMember; in implGetHeaderBar()
294 return xRet; in implGetHeaderBar()
301 Reference< XAccessible > xRet; in implGetFixedChild() local
305 xRet = implGetHeaderBar( BBTYPE_COLUMNHEADERBAR ); in implGetFixedChild()
[all …]

12345678910>>...14