Home
last modified time | relevance | path

Searched refs:pFunc (Results 51 – 62 of 62) sorted by relevance

123

/aoo41x/main/sc/source/core/data/
H A Ddpobject.cxx1212 bool bAllowBracket, sheet::GeneralFunction* pFunc ) in lcl_IsAtStart() argument
1246 if ( nQuoteEnd < nListLen && rList.GetChar(nQuoteEnd) == ';' && pFunc ) in lcl_IsAtStart()
1249 if ( lcl_ParseFunction( rList, nQuoteEnd + 1, nFuncEnd, *pFunc ) ) in lcl_IsAtStart()
1268 if ( nSemiPos != STRING_NOTFOUND && nSemiPos < nClosePos && pFunc ) in lcl_IsAtStart()
1271 if ( lcl_ParseFunction( rList, nSemiPos + 1, nFuncEnd, *pFunc ) ) in lcl_IsAtStart()
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dvendorbase.cxx42 rtl::Reference<VendorBase> createInstance(createInstance_func pFunc,
/aoo41x/main/tools/inc/tools/
H A Dpstm.hxx54 void Register( sal_uInt16 nClassId, SvCreateInstancePersist pFunc );
/aoo41x/main/basctl/source/inc/
H A Ddlged.hxx114 DlgEdFunc* pFunc; member in DlgEditor
/aoo41x/main/basic/source/sample/
H A Dobject.cxx197 (this->*(aMethods[ nIndex ].pFunc))( pVar, pPar_, bWrite ); in SFX_NOTIFY()
/aoo41x/main/sc/source/ui/unoobj/
H A Dviewuno.cxx771 FuPoor* pFunc = pViewSh->GetDrawFuncPtr(); in select() local
772 if ( pFunc && pFunc->GetSlotID() != SID_OBJECT_SELECT ) in select()
777 pDisp->Execute( pFunc->GetSlotID(), SFX_CALLMODE_SYNCHRON ); in select()
/aoo41x/main/basic/source/runtime/
H A Dstdobj.cxx64 RtlCall pFunc; // Function Pointer member
755 RtlCall p = (RtlCall) aMethods[ nCallId-1 ].pFunc; in SFX_NOTIFY()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalprn.cxx455 oslGenericFunction pFunc = NULL; in GetDefaultPrinter() local
457 pFunc = osl_getAsciiFunctionSymbol( pLib, "GetDefaultPrinterW" ); in GetDefaultPrinter()
459 pGetDefaultPrinter = (sal_Bool(WINAPI*)(LPWSTR,LPDWORD)) pFunc; in GetDefaultPrinter()
/aoo41x/main/starmath/source/
H A Dparse.cxx1570 SmNode *pFunc = m_aNodeStack.Pop(); in Term() local
1582 SmStructureNode *pSNode = new SmExpressionNode(pFunc->GetToken()); in Term()
1583 pSNode->SetSubNodes(pFunc, m_aNodeStack.Pop()); in Term()
/aoo41x/main/sw/source/core/doc/
H A Ddocedt.cxx1511 bool (SwDoc::*pFunc)(SwPaM&, bool), const bool bForceJoinNext = false) in lcl_DoWithBreaks()
1519 return (rDoc.*pFunc)(rPam, bForceJoinNext); in lcl_DoWithBreaks()
1541 bRet &= (rDoc.*pFunc)(aPam, bForceJoinNext); in lcl_DoWithBreaks()
1550 bRet &= (rDoc.*pFunc)(aPam, bForceJoinNext); in lcl_DoWithBreaks()
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx379 oslGenericFunction pFunc = NULL; in ImplSalCreateFrame() local
381 pFunc = osl_getAsciiFunctionSymbol( pLib, "SetLayeredWindowAttributes" ); in ImplSalCreateFrame()
383 lpfnSetLayeredWindowAttributes = ( SetLayeredWindowAttributes_Proc_T ) pFunc; in ImplSalCreateFrame()
385 bLayeredAPI = pFunc ? 1 : 0; in ImplSalCreateFrame()
/aoo41x/main/oox/source/export/
H A Dooxml-export-notes.txt217 …#27 0x00002b0fcb17f398 in SfxShell::CallExec (this=0xf44d60, pFunc=0x2b0fcb0a5c56 <SfxStubSfxObjec…

Completed in 163 milliseconds

123