Home
last modified time | relevance | path

Searched refs:pReturn (Results 1 – 25 of 112) sorted by relevance

12345

/AOO42X/main/tools/bootstrp/
H A Dmkcreate.cxx89 CodedDependency *pReturn = NULL; in AddCodedDependency() local
93 pReturn = new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()
94 pCodedDependencies->PutString(( ByteString * ) pReturn ); in AddCodedDependency()
100 pReturn = in AddCodedDependency()
102 pCodedDependencies->PutString(( ByteString * ) pReturn ); in AddCodedDependency()
105 pReturn = in AddCodedDependency()
107 pReturn->TryToMerge( rCodedIdentifier, nOperatingSystems ); in AddCodedDependency()
110 return pReturn; in AddCodedDependency()
118 CodedDependency *pReturn = NULL; in AddCodedIdentifier() local
122 pReturn = new CodedDependency( rCodedIdentifier, nOperatingSystems ); in AddCodedIdentifier()
[all …]
/AOO42X/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx126 void * pReturn, in s_Proxy_dispatch() argument
142 if (pReturn) in s_Proxy_dispatch()
178 pReturn, in s_Proxy_dispatch()
390 void * pReturn = va_arg(*pParam, void *); in s_dispatcher_v() local
394 pUnoI->pDispatcher(pUnoI, pMemberType, pReturn, pArgs, ppException); in s_dispatcher_v()
402 void * pReturn, in dispatch() argument
414 pReturn, in dispatch()
421 void * ret = pReturn; in dispatch()
479 if (ret != pReturn) in dispatch()
481 uno_type_copyAndConvertData(pReturn, in dispatch()
[all …]
/AOO42X/main/extensions/source/propctrlr/
H A Ddefaultforminspection.cxx165 Any* pReturn = aReturn.getArray(); in getHandlerFactories() local
170 *pReturn++ <<= ::rtl::OUString::createFromAscii( aFactories[i].serviceName ); in getHandlerFactories()
172 aReturn.realloc( pReturn - aReturn.getArray() ); in getHandlerFactories()
195 PropertyCategoryDescriptor* pReturn = aReturn.getArray(); in describeCategories() local
196 for ( sal_Int32 i=0; i<nCategories; ++i, ++pReturn ) in describeCategories()
198pReturn->ProgrammaticName = ::rtl::OUString::createFromAscii( aCategories[i].programmaticName ); in describeCategories()
199 pReturn->UIName = String( PcrRes( aCategories[i].uiNameResId ) ); in describeCategories()
200 pReturn->HelpURL = HelpIdUrl::getHelpURL( aCategories[i].helpId ); in describeCategories()
/AOO42X/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx176 void * pReturn, void * pArgs[], uno_Any ** ppException );
179 void * pReturn, void * pArgs[], uno_Any ** ppException );
182 void * pReturn, void * pArgs[], uno_Any ** ppException );
399 void * pReturn, void * [], uno_Any ** ppException ) in getValue() argument
421 pReturn, in getValue()
468 void * pReturn, void * pArgs[], uno_Any ** ppException ) in invoke() argument
571 pReturn, in invoke()
612 void * pReturn, void * pArgs[], uno_Any ** ppException ) in adapter_dispatch() argument
636 (uno_Any *)pReturn, &pUnoI2, in adapter_dispatch()
643 ::uno_any_construct( (uno_Any *)pReturn, 0, 0, 0 ); // clear() in adapter_dispatch()
[all …]
/AOO42X/main/forms/source/richtext/
H A Drtattributehandler.cxx168 ::rtl::Reference< IAttributeHandler > pReturn; in getHandlerFor()
175 pReturn = new ParaAlignmentHandler( _nAttributeId ); in getHandlerFor()
181 pReturn = new LineSpacingHandler( _nAttributeId ); in getHandlerFor()
186 pReturn = new EscapementHandler( _nAttributeId ); in getHandlerFor()
193pReturn = new FontSizeHandler( _nAttributeId, lcl_implGetWhich( _rEditEnginePool, _nAttributeId ) … in getHandlerFor()
198 pReturn = new ParagraphDirectionHandler( _nAttributeId ); in getHandlerFor()
204pReturn = new BooleanHandler( _nAttributeId, lcl_implGetWhich( _rEditEnginePool, _nAttributeId ) ); in getHandlerFor()
208pReturn = new SlotHandler( (SfxSlotId)_nAttributeId, lcl_implGetWhich( _rEditEnginePool, _nAttribu… in getHandlerFor()
213 return pReturn; in getHandlerFor()
H A Drichtextengine.cxx61 RichTextEngine* pReturn = new RichTextEngine( pPool ); in Create() local
62 OutputDevice* pOutputDevice = pReturn->GetRefDevice(); in Create()
65 pReturn->SetStatusEventHdl( LINK( pReturn, RichTextEngine, EditEngineStatusChanged ) ); in Create()
85 return pReturn; in Create()
/AOO42X/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx800 Reference< XDispatch >* pReturn = aReturn.getArray(); in queryDispatches() local
804 for ( ; pReturn != pReturnEnd; ++ pReturn, ++pDescripts ) in queryDispatches()
806 …*pReturn = queryDispatch( pDescripts->FeatureURL, pDescripts->FrameName, pDescripts->SearchFlags ); in queryDispatches()
1279 const sal_Char* pReturn = NULL; in lcl_getModuleHelpModuleName() local
1337 pReturn = *pHelpModuleName; in lcl_getModuleHelpModuleName()
1346 if ( !pReturn ) in lcl_getModuleHelpModuleName()
1352 pReturn = "swriter"; in lcl_getModuleHelpModuleName()
1354 pReturn = "sdatabase"; in lcl_getModuleHelpModuleName()
1356 pReturn = "scalc"; in lcl_getModuleHelpModuleName()
1358 pReturn = "simpress"; in lcl_getModuleHelpModuleName()
[all …]
/AOO42X/main/fpicker/source/office/
H A Diodlg.cxx2839 Control* pReturn = NULL; in getControl() local
2844 pReturn = _bLabelControl ? NULL : static_cast< Control* >( _pFileView ); in getControl()
2848 pReturn = _bLabelControl in getControl()
2854 pReturn = static_cast< Control* >( _pImp->_pFtFileName ); in getControl()
2858 pReturn = _pImp->_pCbAutoExtension; in getControl()
2862 pReturn = _pImp->_pCbPassword; in getControl()
2866 pReturn = _pImp->_pCbOptions; in getControl()
2870 pReturn = _pCbReadOnly; in getControl()
2874 pReturn = _pCbLinkBox; in getControl()
2878 pReturn = _pCbPreviewBox; in getControl()
[all …]
/AOO42X/main/reportdesign/source/ui/inspection/
H A DDefaultInspection.cxx147 Any* pReturn = aReturn.getArray(); in getHandlerFactories() local
150 *pReturn++ <<= ::rtl::OUString::createFromAscii( aFactories[i].serviceName ); in getHandlerFactories()
245 PropertyCategoryDescriptor* pReturn = aReturn.getArray(); in describeCategories() local
246 for ( size_t i=0; i<nCategories; ++i, ++pReturn ) in describeCategories()
248pReturn->ProgrammaticName = ::rtl::OUString::createFromAscii( aCategories[i].programmaticName ); in describeCategories()
249 pReturn->UIName = String( ModuleRes( aCategories[i].uiNameResId ) ); in describeCategories()
250 pReturn->HelpURL = HelpIdUrl::getHelpURL( aCategories[i].helpId ); in describeCategories()
/AOO42X/main/comphelper/inc/comphelper/
H A Dsequence.hxx80 T* pReturn = aReturn.getArray(); in concatSequences() local
82 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
83 internal::implCopySequence(pRight, pReturn, nRight); in concatSequences()
100 T* pReturn = aReturn.getArray(); in concatSequences() local
102 internal::implCopySequence(pLeft, pReturn, nLeft); in concatSequences()
103 internal::implCopySequence(pMiddle, pReturn, nMiddle); in concatSequences()
104 internal::implCopySequence(pRight, pReturn, nRight); in concatSequences()
/AOO42X/main/sw/source/core/edit/
H A Dedsect.cxx322 const SwNode* pReturn = NULL; in lcl_SpecialInsertNode() local
395 pReturn = pInnermostNode->EndOfSectionNode(); in lcl_SpecialInsertNode()
397 pReturn = pInnermostNode; in lcl_SpecialInsertNode()
403 DBG_ASSERT( ( pReturn == NULL ) || pReturn->IsStartNode() || in lcl_SpecialInsertNode()
404 pReturn->IsEndNode(), in lcl_SpecialInsertNode()
406 return pReturn; in lcl_SpecialInsertNode()
/AOO42X/main/connectivity/source/drivers/file/
H A DFTable.cxx238 …SvStream* pReturn = ::utl::UcbStreamHelper::CreateStream( _rFileName, _eOpenMode, (_eOpenMode & ST… in createStream_simpleError() local
239 if (pReturn && (ERRCODE_NONE != pReturn->GetErrorCode())) in createStream_simpleError()
241 delete pReturn; in createStream_simpleError()
242 pReturn = NULL; in createStream_simpleError()
244 return pReturn; in createStream_simpleError()
/AOO42X/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx274 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
290 if (pReturn) in unoInterfaceProxyDispatch()
297 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
319 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
358 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
375 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx308 void * pReturn, void * pArgs[], uno_Any ** ppException ) throw () in cppu_unoInterfaceProxy_dispatch() argument
325 if (pReturn) in cppu_unoInterfaceProxy_dispatch()
332 pReturn, pArgs, ppException ); in cppu_unoInterfaceProxy_dispatch()
353 pReturn, pArgs, ppException ); in cppu_unoInterfaceProxy_dispatch()
394 reinterpret_cast< uno_Any * >( pReturn ), in cppu_unoInterfaceProxy_dispatch()
411 pReturn, pArgs, ppException ); in cppu_unoInterfaceProxy_dispatch()
/AOO42X/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx320 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
336 if (pReturn) in unoInterfaceProxyDispatch()
343 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
365 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
404 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
421 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx334 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
349 if (pReturn) in unoInterfaceProxyDispatch()
356 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
378 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
417 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
434 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx365 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
380 if (pReturn) in unoInterfaceProxyDispatch()
387 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
409 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
448 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
465 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx473 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
494 if (pReturn) in unoInterfaceProxyDispatch()
501 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
523 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
562 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
579 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx329 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
345 if (pReturn) in unoInterfaceProxyDispatch()
352 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
374 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
413 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
430 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx296 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
312 if (pReturn) in unoInterfaceProxyDispatch()
319 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
341 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
380 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
397 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx379 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
394 if (pReturn) in unoInterfaceProxyDispatch()
401 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
423 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
462 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
479 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx468 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
489 if (pReturn) in unoInterfaceProxyDispatch()
496 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
518 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
557 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
574 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/svtools/source/misc/
H A Dimageresourceaccess.cxx148 SvStream* pReturn = NULL; in getImageStream() local
159 return pReturn; in getImageStream()
168 return pReturn; in getImageStream()
185 pReturn = pMemBuffer; in getImageStream()
192 return pReturn; in getImageStream()
/AOO42X/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx361 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument
381 if (pReturn) in unoInterfaceProxyDispatch()
388 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
410 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
453 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch()
470 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
/AOO42X/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx402 void * pReturn, void * pArgs[], uno_Any ** ppException) in unoInterfaceProxyDispatch() argument
414 if (pReturn != NULL) { in unoInterfaceProxyDispatch()
421 0, NULL, pReturn, pArgs, ppException); in unoInterfaceProxyDispatch()
435 call(proxy, slot, rtd, 1, &param, pReturn, pArgs, ppException); in unoInterfaceProxyDispatch()
473 reinterpret_cast< uno_Any * >(pReturn), in unoInterfaceProxyDispatch()
495 pReturn, pArgs, ppException); in unoInterfaceProxyDispatch()

12345