/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.cxx | 94 if( !pFunc ) return; in InitRenderLib() 98 if( !pFunc ) return; in InitRenderLib() 102 if( !pFunc ) return; in InitRenderLib() 106 if( !pFunc ) return; in InitRenderLib() 110 if( !pFunc ) return; in InitRenderLib() 115 if( !pFunc ) return; in InitRenderLib() 119 if( !pFunc ) return; in InitRenderLib() 123 if( !pFunc ) return; in InitRenderLib() 128 if( !pFunc ) return; in InitRenderLib() 132 if( !pFunc ) return; in InitRenderLib() [all …]
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 62 inline void forEachMem(FuncType pFunc) in forEachMem() argument 64 forEach( ::boost::bind(pFunc, _1 )); in forEachMem() 68 inline void forEachMem(FuncType pFunc, ParamType aParam) const in forEachMem() argument 70 forEach( ::boost::bind(pFunc, _1, aParam)); in forEachMem() 76 forEach( ::boost::bind(pFunc, _1, aParam1, aParam2 )); in forEachMem() 82 forEach( ::boost::bind(pFunc, _1, aParam1, aParam2, aParam3 )); in forEachMem() 92 inline void forEachMemWithKey(FuncType pFunc) const in forEachMemWithKey() 94 forEachWithKey( ::boost::bind(pFunc, _2, _1)); in forEachMemWithKey() 98 inline void forEachMemWithKey(FuncType pFunc, ParamType aParam1) const in forEachMemWithKey() argument 100 forEachWithKey( ::boost::bind(pFunc, _2, _1, aParam1) ); in forEachMemWithKey() [all …]
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | refmap.hxx | 81 inline void forEachMem( FuncType pFunc ) const in forEachMem() 83 forEach( ::boost::bind( pFunc, _1 ) ); in forEachMem() 89 inline void forEachMem( FuncType pFunc, ParamType aParam ) const in forEachMem() argument 91 forEach( ::boost::bind( pFunc, _1, aParam ) ); in forEachMem() 99 forEach( ::boost::bind( pFunc, _1, aParam1, aParam2 ) ); in forEachMem() 107 forEach( ::boost::bind( pFunc, _1, aParam1, aParam2, aParam3 ) ); in forEachMem() 120 inline void forEachMemWithKey( FuncType pFunc ) const in forEachMemWithKey() 122 forEachWithKey( ::boost::bind( pFunc, _2, _1 ) ); in forEachMemWithKey() 128 inline void forEachMemWithKey( FuncType pFunc, ParamType aParam ) const in forEachMemWithKey() argument 130 forEachWithKey( ::boost::bind( pFunc, _2, _1, aParam ) ); in forEachMemWithKey() [all …]
|
H A D | refvector.hxx | 82 inline void forEachMem( FuncType pFunc ) const in forEachMem() 84 forEach( ::boost::bind( pFunc, _1 ) ); in forEachMem() 90 inline void forEachMem( FuncType pFunc, ParamType aParam ) const in forEachMem() argument 92 forEach( ::boost::bind( pFunc, _1, aParam ) ); in forEachMem() 98 inline void forEachMem( FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2 ) const in forEachMem() argument 100 forEach( ::boost::bind( pFunc, _1, aParam1, aParam2 ) ); in forEachMem() 108 forEach( ::boost::bind( pFunc, _1, aParam1, aParam2, aParam3 ) ); in forEachMem() 122 inline void forEachMemWithIndex( FuncType pFunc ) const in forEachMemWithIndex() 124 forEachWithIndex( ::boost::bind( pFunc, _2, _1 ) ); in forEachMemWithIndex() 130 inline void forEachMemWithIndex( FuncType pFunc, ParamType aParam ) const in forEachMemWithIndex() argument [all …]
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | genlink.hxx | 33 CFuncPtr pFunc; member in GenLink 36 GenLink(): pFunc(0) {} in GenLink() 37 GenLink( CFuncPtr pCFunc ): pFunc(pCFunc) {} in GenLink() 38 GenLink( const Link& rLink ): aLink(rLink), pFunc(0) {} in GenLink() 40 aLink(rOrig.aLink), pFunc(rOrig.pFunc) {} in GenLink() 43 { pFunc = rOrig.pFunc; aLink = rOrig.aLink; return *this; } in operator =() 45 sal_Bool operator!() const { return !aLink && !pFunc; } in operator !() 46 sal_Bool IsSet() const { return aLink.IsSet() || pFunc; } in IsSet() 49 { return pFunc ? (*pFunc)(pCaller) : aLink.Call(pCaller); } in Call()
|
H A D | shell.hxx | 199 void CallExec( SfxExecFunc pFunc, SfxRequest &rReq ) in CallExec() argument 200 { (*pFunc)(this, rReq); } in CallExec() 201 void CallState( SfxStateFunc pFunc, SfxItemSet &rSet ) in CallState() argument 202 { (*pFunc)(this, rSet); } in CallState()
|
/aoo42x/main/tools/inc/tools/ |
H A D | link.hxx | 103 PSTUB pFunc; member in Link 118 { return ((sal_uIntPtr)rLink.pFunc < (sal_uIntPtr)pFunc); } in operator <() 124 pFunc = 0; in Link() 130 pFunc = pMemFunc; in Link() 135 return pFunc ? (*pFunc)(pInst, pCaller) : 0; in Call() 140 if ( pFunc ) in IsSet() 148 if ( !pFunc ) in operator !()
|
/aoo42x/main/sal/rtl/source/ |
H A D | tres.c | 445 rtl_FuncState* pFunc = pData->m_state; in rtl_tres_state() local 451 pFunc = rtl_tres_link_funcstate( pFunc->m_prev, in rtl_tres_state() 455 rtl_tres_setbit( pFunc, rtl_tres_Flag_SUB ); in rtl_tres_state() 458 if ( pFunc->m_prev != pData->m_state ) in rtl_tres_state() 459 rtl_tres_setbit( pFunc->m_prev, rtl_tres_Flag_PASSED ); in rtl_tres_state() 477 rtl_tres_clearbit( pFunc, rtl_tres_Flag_OK ); in rtl_tres_state() 484 if (! pFunc->m_cmp ) in rtl_tres_state() 485 pFunc->m_cmp = rtl_tres_create_cmpstate( state, msg ); in rtl_tres_state() 487 rtl_tres_link_cmpstate( pFunc->m_cmp, in rtl_tres_state() 491 if ( v || ( pFunc->m_next->m_flags & rtl_tres_Flag_VERBOSE ) ) in rtl_tres_state() [all …]
|
H A D | unload.cxx | 210 component_canUnloadFunc pFunc= in rtl_registerModuleForUnloading() local 212 if (pFunc) in rtl_registerModuleForUnloading() 215 moduleMap[module]= std::make_pair((sal_uInt32)1, pFunc); in rtl_registerModuleForUnloading()
|
/aoo42x/main/sal/qa/osl/module/ |
H A D | osl_Module.cxx | 246 FuncPtr pFunc = ( FuncPtr ) aMod.getSymbol( rtl::OUString::createFromAscii( "firstfunc" ) ); in TEST_F() local 249 bRes = osl::Module::getUrlFromAddress( ( void* )pFunc, aFileURL ); in TEST_F() 378 FuncPtr pFunc = ( FuncPtr ) aMod.getSymbol( rtl::OUString::createFromAscii( "firstfunc" ) ); in TEST_F() local 380 if ( pFunc ) in TEST_F() 381 bRes = pFunc( bRes ); in TEST_F() 415 FuncPtr pFunc = ( FuncPtr ) osl_getSymbol( (oslModule)aMod, funcName.pData ); in TEST_F() local 417 if ( pFunc ) in TEST_F() 418 bRes = pFunc( bRes ); in TEST_F()
|
/aoo42x/main/o3tl/inc/o3tl/ |
H A D | lazy_update.hxx | 152 explicit FunctionPointer( function_type const& pFunc ) : in FunctionPointer() 153 m_pFunc(pFunc), in FunctionPointer() 214 explicit LazyUpdate( OutputType (*pFunc)( InputType const& ) ) : in LazyUpdate() 220 OutputType (*)( InputType const& )> >(pFunc) in LazyUpdate() 222 LazyUpdate( OutputType (*pFunc)( InputType const& ), in LazyUpdate() 229 OutputType (*)( InputType const& )> >(pFunc,rIn) in LazyUpdate()
|
/aoo42x/main/sfx2/source/control/ |
H A D | shell.cxx | 870 SfxStateFunc pFunc = rSlot.GetStateFnc(); in CanExecuteSlot_Impl() local 871 CallState( pFunc, aSet ); in CanExecuteSlot_Impl() 954 SfxExecFunc pFunc = pSlot->GetExecFnc(); in ExecuteSlot() local 955 if ( pFunc ) in ExecuteSlot() 956 CallExec( pFunc, rReq ); in ExecuteSlot() 1030 SfxStateFunc pFunc = pSlot->GetStateFnc(); in GetSlotState() local 1031 if ( pFunc ) in GetSlotState() 1032 CallState( pFunc, aSet ); in GetSlotState()
|
/aoo42x/main/soltools/testSHL/util/ |
H A D | tstMgr.cxx | 137 tstFunc* pFunc; // entry pointer in test_Entry_Impl() local 144 pFunc = (tstFunc*) oMod.getSymbol( in test_Entry_Impl() 147 if ( pFunc ) { in test_Entry_Impl() 149 pFunc( oRes ); in test_Entry_Impl()
|
/aoo42x/main/basctl/source/dlged/ |
H A D | dlged.cxx | 216 ,pFunc(NULL) in DlgEditor() 240 pFunc = new DlgEdFuncSelect( this ); in DlgEditor() 269 delete pFunc; in ~DlgEditor() 508 pFunc->MouseButtonDown( rMEvt ); in MouseButtonDown() 515 sal_Bool bRet = pFunc->MouseButtonUp( rMEvt ); in MouseButtonUp() 525 pFunc->MouseMove( rMEvt ); in MouseMove() 532 return pFunc->KeyInput( rKEvt ); in KeyInput() 677 delete pFunc; in SetMode() 680 pFunc = new DlgEdFuncInsert( this ); in SetMode() 682 pFunc = new DlgEdFuncSelect( this ); in SetMode()
|
/aoo42x/main/tools/source/ref/ |
H A D | pstm.cxx | 36 void SvClassManager::Register( sal_uInt16 nClassId, SvCreateInstancePersist pFunc ) in Register() argument 41 DBG_ASSERT( !p || p == pFunc, "register class with same id" ); in Register() 43 aAssocTable.insert(Map::value_type(nClassId, pFunc)); in Register() 748 SvCreateInstancePersist pFunc = rClassMgr.Get( nClassId ); in ReadObj() local 753 if( !pFunc ) in ReadObj() 764 pFunc( &rpObj ); in ReadObj()
|
/aoo42x/main/sc/source/ui/formdlg/ |
H A D | formula.cxx | 416 const IFunctionDescription* pFunc = getCurrentFunctionDescription(); in SetReference() local 417 if ( pFunc && pFunc->getSuppressedArgumentCount() > 0 ) in SetReference() 480 const IFunctionDescription* pFunc = getCurrentFunctionDescription(); in SetActive() local 481 if ( pFunc && pFunc->getSuppressedArgumentCount() > 0 ) in SetActive()
|
/aoo42x/main/tools/source/generic/ |
H A D | link.cxx | 40 if ( pFunc == rLink.pFunc ) in operator ==() 42 if ( pFunc ) in operator ==()
|
/aoo42x/main/svtools/workben/cui/ |
H A D | loadlib.cxx | 61 … void* pFunc = osl_getSymbol( aLibrary, OUString::createFromAscii( "GetVersionInfo" ).pData ); in main() local 62 if ( pFunc ) in main() 63 pInfo = (*(GetVersionInfo)pFunc)(); in main()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | colrowba.cxx | 69 ScHeaderFunctionSet* pFunc, ScHeaderSelectionEngine* pEng ) : in ScColBar() argument 73 pFuncSet( pFunc ), in ScColBar() 242 ScHeaderFunctionSet* pFunc, ScHeaderSelectionEngine* pEng ) : in ScRowBar() argument 246 pFuncSet( pFunc ), in ScRowBar()
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fuconuno.cxx | 77 FuConstructUnoControl* pFunc; in Create() local 78 FunctionReference xFunc( pFunc = new FuConstructUnoControl( pViewSh, pWin, pView, pDoc, rReq ) ); in Create() 80 pFunc->SetPermanent(bPermanent); in Create()
|
H A D | fuconarc.cxx | 75 FuConstructArc* pFunc; in Create() local 76 FunctionReference xFunc( pFunc = new FuConstructArc( pViewSh, pWin, pView, pDoc, rReq ) ); in Create() 78 pFunc->SetPermanent(bPermanent); in Create()
|
H A D | fuconcs.cxx | 103 FuConstructCustomShape* pFunc; in Create() local 104 FunctionReference xFunc( pFunc = new FuConstructCustomShape( pViewSh, pWin, pView, pDoc, rReq ) ); in Create() 106 pFunc->SetPermanent( bPermanent ); in Create()
|
H A D | fuediglu.cxx | 75 FuEditGluePoints* pFunc; in Create() local 76 FunctionReference xFunc( pFunc = new FuEditGluePoints( pViewSh, pWin, pView, pDoc, rReq ) ); in Create() 78 pFunc->SetPermanent( bPermanent ); in Create()
|
/aoo42x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 697 getJavaExePaths_func pFunc = gVendorMap[pos].getJavaFunc; in getJREInfoFromBinPath() local 700 char const* const* arExePaths = (*pFunc)(&size); in getJREInfoFromBinPath() 897 getJavaExePaths_func pFunc = gVendorMap[pos].getJavaFunc; in getJREInfoByPath() local 900 char const* const* arExePaths = (*pFunc)(&size); in getJREInfoByPath() 1058 Reference<VendorBase> createInstance(createInstance_func pFunc, in createInstance() argument 1062 Reference<VendorBase> aBase = (*pFunc)(); in createInstance()
|
/aoo42x/main/jvmfwk/source/ |
H A D | framework.cxx | 355 jfw_plugin_startJavaVirtualMachine_ptr pFunc = in jfw_startVM() 358 if (pFunc == NULL) in jfw_startVM() 398 javaPluginError plerr = (*pFunc)(aInfo, arOpt, index, & pVm, ppEnv); in jfw_startVM() 1125 jfw_plugin_existJRE_ptr pFunc = in jfw_existJRE() local 1128 if (pFunc == NULL) in jfw_existJRE() 1131 javaPluginError plerr = (*pFunc)(pInfo, exist); in jfw_existJRE()
|