Home
last modified time | relevance | path

Searched refs:xReturn (Results 51 – 75 of 85) sorted by relevance

1234

/aoo42x/main/forms/source/richtext/
H A Drichtextcontrol.cxx698 Reference< XDispatch > xReturn; in queryDispatch() local
702 return xReturn; in queryDispatch()
725 xReturn = aDispatcherPos->second.getRef(); in queryDispatch()
729 return xReturn; in queryDispatch()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx687 Reference< XConnection > xReturn; in buildLowLevelConnection() local
763xReturn = xManager->getConnectionWithInfo(m_pImpl->m_sConnectURL, ::comphelper::concatSequences(aU… in buildLowLevelConnection()
765 xReturn = xManager->getConnectionWithInfo(m_pImpl->m_sConnectURL,aDriverInfo); in buildLowLevelConnection()
771 Reference< XFlushable > xFlushable( xReturn, UNO_QUERY ); in buildLowLevelConnection()
780 if ( !xReturn.is() ) in buildLowLevelConnection()
791 return xReturn; in buildLowLevelConnection()
/aoo42x/main/connectivity/source/drivers/file/
H A DFConnection.cxx229 Reference< XStatement > xReturn = new OStatement(this); in createStatement() local
230 m_aStatements.push_back(WeakReferenceHelper(xReturn)); in createStatement()
231 return xReturn; in createStatement()
/aoo42x/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx186 Reference< XContainer > xReturn; in lcl_getControlContainer() local
190 xReturn = xReturn.query( _pView->GetSdrPageView()->GetControlContainer( *_pWin ) ); in lcl_getControlContainer()
192 return xReturn; in lcl_getControlContainer()
/aoo42x/main/sfx2/inc/sfx2/
H A Dsfxuno.hxx559 UNOREFERENCE< UNOXSINGLESERVICEFACTORY > xReturn ( \
565 return xReturn ; \
575 UNOREFERENCE< UNOXSINGLESERVICEFACTORY > xReturn( \
581 return xReturn ; \
/aoo42x/main/sc/source/core/data/
H A Ddocumen5.cxx250 uno::Reference< chart2::XChartDocument > xReturn; in GetChartByName() local
267 xReturn.set( ScChartHelper::GetChartFromSdrObject( pObject ) ); in GetChartByName()
268 return xReturn; in GetChartByName()
274 return xReturn; in GetChartByName()
/aoo42x/main/framework/source/fwi/uielement/
H A Drootitemcontainer.cxx201 Reference< XIndexAccess > xReturn; in deepCopyContainer() local
210xReturn = Reference< XIndexAccess >( static_cast< OWeakObject* >( pSubContainer ), UNO_QUERY ); in deepCopyContainer()
213 return xReturn; in deepCopyContainer()
H A Dconstitemcontainer.cxx272 Reference< XIndexAccess > xReturn; in deepCopyContainer() local
281xReturn = Reference< XIndexAccess >( static_cast< OWeakObject* >( pSubContainer ), UNO_QUERY ); in deepCopyContainer()
284 return xReturn; in deepCopyContainer()
/aoo42x/main/xmlsecurity/source/component/
H A Dcertificatecontainer.cxx160 Reference< XSingleServiceFactory > xReturn( ::cppu::createOneInstanceFactory( ServiceManager, in impl_createFactory() local
165 return xReturn; in impl_createFactory()
/aoo42x/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx474 Reference<XTextCursor> xReturn; in CreateRedlineTextSection() local
515 xReturn = static_cast<text::XWordCursor*>(pXCursor); in CreateRedlineTextSection()
519 return xReturn; in CreateRedlineTextSection()
/aoo42x/main/sc/source/core/tool/
H A Dcharthelper.cxx213 uno::Reference< chart2::XChartDocument > xReturn; in GetChartFromSdrObject() local
223xReturn.set( uno::Reference< chart2::XChartDocument >( xComponent, uno::UNO_QUERY ) ); in GetChartFromSdrObject()
227 return xReturn; in GetChartFromSdrObject()
/aoo42x/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx431 …Reference< XResultSet > xReturn( impl_callResultSetMethodWithStrings( "getTablePrivileges", mID, c… in getTablePrivileges() local
433 if ( xReturn.is() ) in getTablePrivileges()
437 Reference< XResultSetMetaDataSupplier > xMetaSup(xReturn,UNO_QUERY); in getTablePrivileges()
472 Reference< XResultSet > xTemp = xReturn; in getTablePrivileges()
473 xReturn = pNewPrivRes; in getTablePrivileges()
498 return xReturn; in getTablePrivileges()
H A DJConnection.cxx509 Reference< XPreparedStatement > xReturn( pStatement ); in prepareStatement() local
510 m_aStatements.push_back(WeakReferenceHelper(xReturn)); in prepareStatement()
513 return xReturn; in prepareStatement()
/aoo42x/main/xmloff/source/forms/
H A Dlayerimport.cxx491 Reference< XPropertySet > xReturn; in lookupControlId() local
496 xReturn = aPos->second; in lookupControlId()
500 return xReturn; in lookupControlId()
/aoo42x/main/extensions/source/bibliography/
H A Dbibload.cxx464 Reference< sdb::XColumn > xReturn; in GetIdentifierColumn() local
467 xReturn = Reference< XColumn > (*(Reference< XInterface > *) in GetIdentifierColumn()
470 return xReturn; in GetIdentifierColumn()
/aoo42x/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1746 uno::Reference< report::XFunctionsSupplier> xReturn; in fillScope_throw() local
1760 xReturn = xGroup.get(); in fillScope_throw()
1773 xReturn = xGroup2.get(); in fillScope_throw()
1778 xReturn = xReportDefinition.get(); in fillScope_throw()
1784 xReturn = xReportDefinition.get(); in fillScope_throw()
1800 xReturn = xGroup.get(); in fillScope_throw()
1806 OSL_ENSURE(xReturn.is(),"Why don't we have a functionssupplier here!"); in fillScope_throw()
1808 return xReturn; in fillScope_throw()
/aoo42x/main/extensions/source/propctrlr/
H A Deventhandler.cxx1112 Reference< XInterface > xReturn; in impl_getSecondaryComponentForEventInspection_throw() local
1123 xReturn = xController; in impl_getSecondaryComponentForEventInspection_throw()
1130 xReturn = m_aContext.createComponent( sControlService ); in impl_getSecondaryComponentForEventInspection_throw()
1132 return xReturn; in impl_getSecondaryComponentForEventInspection_throw()
/aoo42x/main/reportdesign/source/core/sdr/
H A DRptObject.cxx1256 uno::Reference< style::XStyle> xReturn; in getUsedStyle() local
1260 for(;pIter != pEnd && !xReturn.is() ;++pIter) in getUsedStyle()
1264 xReturn = xStyle; in getUsedStyle()
1266 return xReturn; in getUsedStyle()
/aoo42x/main/svx/source/form/
H A Dfmvwimp.cxx841 Reference< XControl > xReturn; in lcl_firstFocussableControl() local
853 xReturn = *pControls; in lcl_firstFocussableControl()
858 if ( !xReturn.is() && _rControls.getLength() ) in lcl_firstFocussableControl()
859 xReturn = _rControls[0]; in lcl_firstFocussableControl()
861 return xReturn; in lcl_firstFocussableControl()
/aoo42x/main/avmedia/source/framework/
H A Dsoundhandler.cxx244 css::uno::Reference< css::lang::XSingleServiceFactory > xReturn ( cppu::createSingleFactory ( in impl_createFactory() local
251 return xReturn; in impl_createFactory()
/aoo42x/main/unoxml/source/dom/
H A Dnode.cxx791 Reference<XNode> xReturn( xOldChild ); in removeChild() local
803 xReturn.clear(); in removeChild()
836 return xReturn; in removeChild()
/aoo42x/main/svx/source/svdraw/
H A Dsvdpagv.cxx250 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlContainer > xReturn; in GetControlContainer()
254 xReturn = pCandidate->GetControlContainer( true ); in GetControlContainer()
256 return xReturn; in GetControlContainer()
/aoo42x/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx767 Reference< XDispatch > xReturn; in queryDispatch() local
780 xReturn = this; in queryDispatch()
785 xReturn = m_xSlaveDispatcher->queryDispatch(aURL, aTargetFrameName, nSearchFlags); in queryDispatch()
789 return xReturn; in queryDispatch()
/aoo42x/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx647 uno::Reference< accessibility::XAccessible > xReturn( mpAccessible ); in CreateAccessible() local
649 mxAccessible = xReturn; in CreateAccessible()
650 return xReturn; in CreateAccessible()
/aoo42x/main/framework/source/services/
H A Dbackingcomp.cxx393 css::uno::Reference< css::lang::XSingleServiceFactory > xReturn( in impl_createFactory() local
399 return xReturn; in impl_createFactory()

Completed in 164 milliseconds

1234