Home
last modified time | relevance | path

Searched refs:aReturn (Results 151 – 175 of 210) sorted by relevance

123456789

/trunk/main/reportdesign/source/filter/xml/
H A DxmlImportDocumentHandler.cxx376 uno::Any aReturn = ImportDocumentHandler_BASE::queryInterface(_rType); in queryInterface() local
377 …return aReturn.hasValue() ? aReturn : (m_xProxy.is() ? m_xProxy->queryAggregation(_rType) : aRetur… in queryInterface()
H A DxmlExportDocumentHandler.cxx363 uno::Any aReturn = ExportDocumentHandler_BASE::queryInterface(_rType); in queryInterface() local
364 …return aReturn.hasValue() ? aReturn : (m_xProxy.is() ? m_xProxy->queryAggregation(_rType) : aRetur… in queryInterface()
/trunk/main/svx/source/form/
H A Dformdispatchinterceptor.cxx125 Sequence< Reference< XDispatch> > aReturn(aDescripts.getLength()); in queryDispatches() local
126 Reference< XDispatch>* pReturn = aReturn.getArray(); in queryDispatches()
132 return aReturn; in queryDispatches()
H A Ddbtoolsclient.cxx247 SQLContext aReturn; in prependContextInfo() local
249aReturn = m_xDataAccessTools->prependContextInfo(_rException, _rxContext, _rContextDescription, _r… in prependContextInfo()
250 return aReturn; in prependContextInfo()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOSubComponent.hxx200 ::com::sun::star::uno::Sequence<T> aReturn(nReturnLen); in concatSequences()
201 T* pReturn = aReturn.getArray(); in concatSequences()
206 return aReturn; in concatSequences()
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx126 Any aReturn = SbaXFormAdapter_BASE1::queryInterface( _rType ); in queryInterface() local
128 if (!aReturn.hasValue()) in queryInterface()
129 aReturn = SbaXFormAdapter_BASE2::queryInterface( _rType ); in queryInterface()
131 if (!aReturn.hasValue()) in queryInterface()
132 aReturn = SbaXFormAdapter_BASE3::queryInterface( _rType ); in queryInterface()
134 return aReturn; in queryInterface()
1328 Sequence< Any> aReturn = xSet->getPropertyValues(aPropertyNames); in getPropertyValues() local
1332 Any* pValues = aReturn.getArray(); in getPropertyValues()
1341 return aReturn; in getPropertyValues()
1440 ::com::sun::star::beans::PropertyState* pStates = aReturn.getArray(); in getPropertyStates()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleEditObject.cxx141 ::com::sun::star::uno::Any aReturn = ScAccessibleContextBase::queryInterface (rType); in queryInterface()
142 if ( ! aReturn.hasValue()) in queryInterface()
143 aReturn = ::cppu::queryInterface (rType, in queryInterface()
146 return aReturn; in queryInterface()
/trunk/main/toolkit/source/awt/
H A Dvclxdialog.cxx181 ::com::sun::star::uno::Any aReturn; in getProperty()
190 aReturn = VCLXWindow::getProperty( PropertyName ); in getProperty()
195 return aReturn; in getProperty()
/trunk/main/mysqlc/source/
H A Dmysqlc_subcomponent.hxx207 ::com::sun::star::uno::Sequence<T> aReturn(nReturnLen); in concatSequences()
208 T* pReturn = aReturn.getArray(); in concatSequences()
213 return aReturn; in concatSequences()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentevents.cxx216 Any aReturn; in getByName() local
219 aReturn <<= rEventDesc; in getByName()
220 return aReturn; in getByName()
H A Ddefinitioncontainer.cxx213 Sequence< ::rtl::OUString > aReturn(2); in getSupportedServiceNames() local
214aReturn.getArray()[0] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sdb.DefinitionCo… in getSupportedServiceNames()
215 aReturn.getArray()[1] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.ucb.Content")); in getSupportedServiceNames()
216 return aReturn; in getSupportedServiceNames()
H A Dbookmarkcontainer.cxx138 Sequence< ::rtl::OUString > aReturn(1); in getSupportedServiceNames() local
139 aReturn.getArray()[0] = ::rtl::OUString::createFromAscii("com.sun.star.sdb.DefinitionContainer"); in getSupportedServiceNames()
140 return aReturn; in getSupportedServiceNames()
H A Ddatasource.cxx254 Sequence< RememberAuthentication > aReturn(1); in getRememberPasswordModes() local
255 _reDefault = aReturn[0] = RememberAuthentication_SESSION; in getRememberPasswordModes()
256 return aReturn; in getRememberPasswordModes()
280 Sequence < RememberAuthentication > aReturn(1); in getRememberAccountModes() local
281 aReturn[0] = RememberAuthentication_NO; in getRememberAccountModes()
283 return aReturn; in getRememberAccountModes()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx241 Any aReturn = ORichTextModel_BASE::queryInterface( _rType ); in queryAggregation() local
243 if ( !aReturn.hasValue() ) in queryAggregation()
244 aReturn = OControlModel::queryAggregation( _rType ); in queryAggregation()
246 return aReturn; in queryAggregation()
/trunk/main/sc/source/ui/unoobj/
H A Dmiscuno.cxx239 uno::Any aReturn; in nextElement() local
242 aReturn = xIndex->getByIndex(nPos++); in nextElement()
248 return aReturn; in nextElement()
H A Ddispuno.cxx145 uno::Sequence< uno::Reference< frame::XDispatch> > aReturn(aDescripts.getLength()); in queryDispatches() local
146 uno::Reference< frame::XDispatch>* pReturn = aReturn.getArray(); in queryDispatches()
153 return aReturn; in queryDispatches()
/trunk/main/connectivity/source/cpool/
H A DZPoolCollection.cxx455 Any aReturn; in getNodeValue() local
460 aReturn = xDirectAccess->getByName(_rPath); in getNodeValue()
464 aReturn = xHierarchyAccess->getByHierarchicalName(_rPath); in getNodeValue()
475 return aReturn; in getNodeValue()
/trunk/main/extensions/source/propctrlr/
H A Deventhandler.cxx457 Sequence< ::rtl::OUString > aReturn( m_aEventIndexAccess.size() ); in getElementNames() local
458 ::rtl::OUString* pReturn = aReturn.getArray(); in getElementNames()
474 return aReturn; in getElementNames()
842 StlSyntaxSequence< Property > aReturn( aOrderedProperties.size() ); in getSupportedProperties() local
843 ::std::transform( aOrderedProperties.begin(), aOrderedProperties.end(), aReturn.begin(), in getSupportedProperties()
845 return aReturn; in getSupportedProperties()
/trunk/main/cui/source/options/
H A Doptpath.cxx161 String aReturn; in Convert_Impl() local
167 aReturn += String(aObj.PathToFileName()); in Convert_Impl()
169 aReturn += String(aObj.GetURLPath( INetURLObject::DECODE_WITH_CHARSET )); in Convert_Impl()
171 aReturn += MULTIPATH_DELIMITER; in Convert_Impl()
174 return aReturn; in Convert_Impl()
/trunk/main/sfx2/source/appl/
H A Dhelpinterceptor.cxx181 Sequence< Reference< XDispatch > > aReturn( aDescripts.getLength() ); in queryDispatches() local
182 Reference< XDispatch >* pReturn = aReturn.getArray(); in queryDispatches()
188 return aReturn; in queryDispatches()
/trunk/main/forms/source/component/
H A DEdit.cxx89 Any aReturn = OBoundControl::queryAggregation(_rType); in queryAggregation() local
90 if (!aReturn.hasValue()) in queryAggregation()
91 aReturn = OEditControl_BASE::queryInterface(_rType); in queryAggregation()
93 return aReturn; in queryAggregation()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx293 ::com::sun::star::uno::Any aReturn = AccessibleTextHelper_BASE::queryInterface( _rType ); in IMPLEMENT_FORWARD_REFCOUNT()
294 if ( !aReturn.hasValue() ) in IMPLEMENT_FORWARD_REFCOUNT()
295 aReturn = VCLXAccessibleToolBoxItem_BASE::queryInterface( _rType ); in IMPLEMENT_FORWARD_REFCOUNT()
296 return aReturn; in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/comphelper/source/property/
H A Dcomposedprops.cxx231 Sequence< PropertyState > aReturn(nCount); in getPropertyStates() local
233 PropertyState* pStates = aReturn.getArray(); in getPropertyStates()
236 return aReturn; in getPropertyStates()
/trunk/main/UnoControls/source/base/
H A Dmultiplexer.cxx124 Any aReturn ( ::cppu::queryInterface( rType , in queryInterface() local
137 if ( aReturn.hasValue() == sal_True ) in queryInterface()
140 return aReturn ; in queryInterface()
/trunk/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx366 uno::Any aReturn; in queryInterface() local
374 aReturn <<= ::cppu::queryInterface( in queryInterface()
389 if ( aReturn.hasValue() ) in queryInterface()
390 return aReturn; in queryInterface()

Completed in 292 milliseconds

123456789