Home
last modified time | relevance | path

Searched refs:pFunc (Results 1 – 25 of 62) sorted by path

123

/trunk/main/basctl/source/dlged/
H A Ddlged.cxx216 ,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()
/trunk/main/basctl/source/inc/
H A Ddlged.hxx114 DlgEdFunc* pFunc; member in DlgEditor
/trunk/main/basegfx/test/
H A Dgenericclipper.cxx84 B2DPolyPolygon (*pFunc)(const B2DPolyPolygon&, const B2DPolyPolygon&)) in validate()
104 pFunc(aSelfIntersect, aRect); in validate()
/trunk/main/basic/source/inc/
H A Dobject.hxx67 pMeth pFunc; // Function Pointer member
/trunk/main/basic/source/runtime/
H A Dstdobj.cxx64 RtlCall pFunc; // Function Pointer member
756 RtlCall p = (RtlCall) aMethods[ nCallId-1 ].pFunc; in SFX_NOTIFY()
/trunk/main/basic/source/sample/
H A Dobject.cxx197 (this->*(aMethods[ nIndex ].pFunc))( pVar, pPar_, bWrite ); in SFX_NOTIFY()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx242 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod() local
244 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3]); in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx124 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod() local
168 (*pFunc)(r3, r4, r5, r6, r7, r8, r9, r10); in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx175 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod() local
195 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3], pGPR[4], pGPR[5]); in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx242 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod() local
244 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3]); in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcall.cxx125 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod() local
132 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3]); in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx204 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod() local
231 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3], pGPR[4], pGPR[5], pGPR[6], pGPR[7]); in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx124 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod() local
129 long d0 = (*pFunc)(); in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx124 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod() local
168 (*pFunc)(r3, r4, r5, r6, r7, r8, r9, r10); in callVirtualMethod()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx172 FunctionCall pFunc = (FunctionCall)pMethod; in callVirtualMethod() local
191 (*pFunc)(pGPR[0], pGPR[1], pGPR[2], pGPR[3], pGPR[4]); in callVirtualMethod()
/trunk/main/extensions/source/preload/
H A Doemwiz.cxx86 CreateTabPage pFunc = pFact->GetTabPageCreatorFunc(RID_SFXPAGE_GENERAL); in OEMPreloadDialog_Impl() local
87 pUserDataPage = (*pFunc)(pDialog, *pSet); in OEMPreloadDialog_Impl()
/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx62 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 …]
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx697 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()
H A Dvendorbase.cxx42 rtl::Reference<VendorBase> createInstance(createInstance_func pFunc,
H A Dvendorbase.hxx175 createInstance_func pFunc,
/trunk/main/jvmfwk/source/
H A Dframework.cxx355 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()
/trunk/main/o3tl/inc/o3tl/
H A Dlazy_update.hxx152 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()
/trunk/main/oox/inc/oox/helper/
H A Drefmap.hxx81 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 Drefvector.hxx82 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 …]
/trunk/main/oox/source/export/
H A Dooxml-export-notes.txt217 …#27 0x00002b0fcb17f398 in SfxShell::CallExec (this=0xf44d60, pFunc=0x2b0fcb0a5c56 <SfxStubSfxObjec…

Completed in 152 milliseconds

123