/trunk/main/tools/bootstrp/ |
H A D | mkcreate.cxx | 89 CodedDependency *pReturn = NULL; in AddCodedDependency() local 100 pReturn = in AddCodedDependency() 105 pReturn = in AddCodedDependency() 110 return pReturn; in AddCodedDependency() 118 CodedDependency *pReturn = NULL; in AddCodedIdentifier() local 123 pCodedIdentifier->PutString(( ByteString * ) pReturn ); in AddCodedIdentifier() 129 pReturn = in AddCodedIdentifier() 131 pCodedIdentifier->PutString(( ByteString * ) pReturn ); in AddCodedIdentifier() 134 pReturn = in AddCodedIdentifier() 142 return pReturn; in AddCodedIdentifier() [all …]
|
/trunk/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Proxy.cxx | 126 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 …]
|
/trunk/main/extensions/source/propctrlr/ |
H A D | defaultforminspection.cxx | 165 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() 198 … pReturn->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()
|
/trunk/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 176 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() 661 that->invoke( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch() [all …]
|
/trunk/main/forms/source/richtext/ |
H A D | rtattributehandler.cxx | 168 ::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() 193 …pReturn = new FontSizeHandler( _nAttributeId, lcl_implGetWhich( _rEditEnginePool, _nAttributeId ) … in getHandlerFor() 198 pReturn = new ParagraphDirectionHandler( _nAttributeId ); in getHandlerFor() 204 …pReturn = new BooleanHandler( _nAttributeId, lcl_implGetWhich( _rEditEnginePool, _nAttributeId ) ); in getHandlerFor() 208 …pReturn = new SlotHandler( (SfxSlotId)_nAttributeId, lcl_implGetWhich( _rEditEnginePool, _nAttribu… in getHandlerFor() 213 return pReturn; in getHandlerFor()
|
H A D | richtextengine.cxx | 61 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()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | genericcontroller.cxx | 804 for ( ; pReturn != pReturnEnd; ++ pReturn, ++pDescripts ) in queryDispatches() 1346 if ( !pReturn ) in lcl_getModuleHelpModuleName() 1352 pReturn = "swriter"; in lcl_getModuleHelpModuleName() 1356 pReturn = "scalc"; in lcl_getModuleHelpModuleName() 1358 pReturn = "simpress"; in lcl_getModuleHelpModuleName() 1360 pReturn = "sdraw"; in lcl_getModuleHelpModuleName() 1362 pReturn = "smath"; in lcl_getModuleHelpModuleName() 1364 pReturn = "schart"; in lcl_getModuleHelpModuleName() 1366 pReturn = "sbasic"; in lcl_getModuleHelpModuleName() 1378 if ( !pReturn ) in lcl_getModuleHelpModuleName() [all …]
|
/trunk/main/fpicker/source/office/ |
H A D | iodlg.cxx | 2839 Control* pReturn = NULL; in getControl() local 2848 pReturn = _bLabelControl in getControl() 2870 pReturn = _pCbReadOnly; in getControl() 2874 pReturn = _pCbLinkBox; in getControl() 2878 pReturn = _pCbPreviewBox; in getControl() 2882 pReturn = _pCbSelection; in getControl() 2898 pReturn = _bLabelControl in getControl() 2904 pReturn = _bLabelControl in getControl() 2910 pReturn = _bLabelControl in getControl() 2936 pReturn = _pPbPlay; in getControl() [all …]
|
/trunk/main/reportdesign/source/ui/inspection/ |
H A D | DefaultInspection.cxx | 147 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() 248 … pReturn->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()
|
/trunk/main/comphelper/inc/comphelper/ |
H A D | sequence.hxx | 80 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()
|
/trunk/main/sw/source/core/edit/ |
H A D | edsect.cxx | 322 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()
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FTable.cxx | 238 …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()
|
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | uno2cpp.cxx | 274 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()
|
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/ |
H A D | uno2cpp.cxx | 246 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument 262 if (pReturn) in unoInterfaceProxyDispatch() 269 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch() 291 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch() 331 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch() 348 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ |
H A D | uno2cpp.cxx | 339 void * pReturn, void * pArgs[], uno_Any ** ppException ) in unoInterfaceProxyDispatch() argument 354 if (pReturn) in unoInterfaceProxyDispatch() 361 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch() 383 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch() 422 reinterpret_cast< uno_Any * >( pReturn ), in unoInterfaceProxyDispatch() 439 pReturn, pArgs, ppException ); in unoInterfaceProxyDispatch()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/ |
H A D | uno2cpp.cxx | 334 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ |
H A D | uno2cpp.cxx | 308 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/ |
H A D | uno2cpp.cxx | 320 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()
|
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | uno2cpp.cxx | 296 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/ |
H A D | uno2cpp.cxx | 473 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/ |
H A D | uno2cpp.cxx | 329 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()
|
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/ |
H A D | uno2cpp.cxx | 468 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()
|
/trunk/main/bridges/source/cpp_uno/mingw_intel/ |
H A D | uno2cpp.cxx | 379 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()
|
/trunk/main/svtools/source/misc/ |
H A D | imageresourceaccess.cxx | 148 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()
|
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | uno2cpp.cxx | 402 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, ¶m, pReturn, pArgs, ppException); in unoInterfaceProxyDispatch() 473 reinterpret_cast< uno_Any * >(pReturn), in unoInterfaceProxyDispatch() 495 pReturn, pArgs, ppException); in unoInterfaceProxyDispatch()
|