Home
last modified time | relevance | path

Searched refs:GetCurrentFunction (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dlog.h28 # if !defined(GetCurrentFunction)
31 # define GetCurrentFunction() (__func__) macro
33 # define GetCurrentFunction() (__FUNCTION__)
35 # define GetCurrentFunction() ("unknown")
44 # define GetMagickModule() __FILE__,GetCurrentFunction(),__LINE__
H A Dmemory.c173 MEMORY_LIMIT_CHECK(GetCurrentFunction(),size); in MagickMalloc()
231 MEMORY_LIMIT_CHECK(GetCurrentFunction(),size); in MagickMallocAligned()
495 MEMORY_LIMIT_CHECK(GetCurrentFunction(),size); in MagickRealloc()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviewse.cxx150 rtl::Reference<FuPoor> xFunc( GetCurrentFunction() ); in FuPermanent()
182 SetOldFunction( GetCurrentFunction() ); in FuPermanent()
186 if(GetOldFunction() == GetCurrentFunction()) in FuPermanent()
202 nOldSId = GetCurrentFunction()->GetSlotID(); in FuPermanent()
213 GetCurrentFunction()->Deactivate(); in FuPermanent()
235 GetCurrentFunction()->DoExecute(rReq); in FuPermanent()
581 GetCurrentFunction()->Activate(); in FuPermanent()
582 SetOldFunction( GetCurrentFunction() ); in FuPermanent()
829 GetCurrentFunction()->DoCut(); in FuSupport()
853 GetCurrentFunction()->DoCopy(); in FuSupport()
[all …]
H A Dviewshel.cxx330 GetCurrentFunction()->Activate(); in Activate()
379 GetCurrentFunction()->Deactivate(); in Deactivate()
427 bReturn = GetCurrentFunction()->KeyInput(rKEvt); in KeyInput()
434 FuText* pTextFunction = dynamic_cast<FuText*>(GetCurrentFunction().get()); in KeyInput()
495 GetCurrentFunction()->MouseButtonDown(rMEvt); in MouseButtonDown()
501 FuText* pTextFunction = dynamic_cast<FuText*>(GetCurrentFunction().get()); in MouseButtonDown()
583 GetCurrentFunction()->MouseMove(rMEvt); in MouseMove()
603 GetCurrentFunction()->MouseButtonUp(rMEvt); in MouseButtonUp()
609 FuText* pTextFunction = dynamic_cast<FuText*>(GetCurrentFunction().get()); in MouseButtonUp()
645 GetCurrentFunction()->Command(rCEvt); in Command()
[all …]
H A Ddrbezob.cxx87 rtl::Reference<FuPoor> xFunc( mpViewSh->GetCurrentFunction() ); in GetAttrState()
293 rtl::Reference<FuPoor> xFunc( mpViewSh->GetCurrentFunction() ); in Execute()
H A Doutlnvsh.cxx441 GetCurrentFunction()->DoCut(); in FuSupport()
456 GetCurrentFunction()->DoCopy(); in FuSupport()
473 GetCurrentFunction()->DoPaste(); in FuSupport()
490 GetCurrentFunction()->DoPasteUnformatted(); in FuSupport()
520 rtl::Reference<FuPoor> xFunc( GetCurrentFunction() ); in FuSupport()
693 GetCurrentFunction()->Activate(); in FuPermanent()
694 SetOldFunction(GetCurrentFunction()); in FuPermanent()
1384 bReturn = GetCurrentFunction()->KeyInput(rKEvt); in KeyInput()
H A Dpresvish.cxx146 GetCurrentFunction()->Activate(); in Activate()
H A Doutlnvs2.cxx313 GetCurrentFunction()->Activate(); in FuTemporary()
612 GetCurrentFunction()->Activate(); in FuTemporaryModify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviewse.cxx151 rtl::Reference<FuPoor> xFunc( GetCurrentFunction() ); in FuPermanent()
185 SetOldFunction( GetCurrentFunction() ); in FuPermanent()
189 if(GetOldFunction() == GetCurrentFunction()) in FuPermanent()
205 nOldSId = GetCurrentFunction()->GetSlotID(); in FuPermanent()
216 GetCurrentFunction()->Deactivate(); in FuPermanent()
238 GetCurrentFunction()->DoExecute(rReq); in FuPermanent()
582 GetCurrentFunction()->Activate(); in FuPermanent()
583 SetOldFunction( GetCurrentFunction() ); in FuPermanent()
826 GetCurrentFunction()->DoCut(); in FuSupport()
850 GetCurrentFunction()->DoCopy(); in FuSupport()
[all …]
H A Dviewshel.cxx327 GetCurrentFunction()->Activate(); in Activate()
376 GetCurrentFunction()->Deactivate(); in Deactivate()
424 bReturn = GetCurrentFunction()->KeyInput(rKEvt); in KeyInput()
431 FuText* pTextFunction = dynamic_cast<FuText*>(GetCurrentFunction().get()); in KeyInput()
492 GetCurrentFunction()->MouseButtonDown(rMEvt); in MouseButtonDown()
498 FuText* pTextFunction = dynamic_cast<FuText*>(GetCurrentFunction().get()); in MouseButtonDown()
580 GetCurrentFunction()->MouseMove(rMEvt); in MouseMove()
600 GetCurrentFunction()->MouseButtonUp(rMEvt); in MouseButtonUp()
606 FuText* pTextFunction = dynamic_cast<FuText*>(GetCurrentFunction().get()); in MouseButtonUp()
642 GetCurrentFunction()->Command(rCEvt); in Command()
[all …]
H A Ddrbezob.cxx87 rtl::Reference<FuPoor> xFunc( mpViewSh->GetCurrentFunction() ); in GetAttrState()
293 rtl::Reference<FuPoor> xFunc( mpViewSh->GetCurrentFunction() ); in Execute()
H A Doutlnvsh.cxx439 GetCurrentFunction()->DoCut(); in FuSupport()
454 GetCurrentFunction()->DoCopy(); in FuSupport()
471 GetCurrentFunction()->DoPaste(); in FuSupport()
488 GetCurrentFunction()->DoPasteUnformatted(); in FuSupport()
518 rtl::Reference<FuPoor> xFunc( GetCurrentFunction() ); in FuSupport()
691 GetCurrentFunction()->Activate(); in FuPermanent()
692 SetOldFunction(GetCurrentFunction()); in FuPermanent()
1382 bReturn = GetCurrentFunction()->KeyInput(rKEvt); in KeyInput()
H A Dpresvish.cxx121 GetCurrentFunction()->Activate(); in Activate()
H A Doutlnvs2.cxx312 GetCurrentFunction()->Activate(); in FuTemporary()
611 GetCurrentFunction()->Activate(); in FuTemporaryModify()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/serial/impl/
H A Dtypeinfo.inl69 m_ReadHookData.GetCurrentFunction()(in, this, object);
75 m_WriteHookData.GetCurrentFunction()(out, this, object);
81 m_CopyHookData.GetCurrentFunction()(copier, this);
87 m_SkipHookData.GetCurrentFunction()(in, this);
H A Dmember.inl104 m_ReadHookData.GetCurrentFunction().m_Main(stream, this, classPtr);
111 m_ReadHookData.GetCurrentFunction().m_Missing(stream, this, classPtr);
118 m_WriteHookData.GetCurrentFunction()(stream, this, classPtr);
124 m_SkipHookData.GetCurrentFunction().m_Main(stream, this);
130 m_SkipHookData.GetCurrentFunction().m_Missing(stream, this);
136 m_CopyHookData.GetCurrentFunction().m_Main(stream, this);
142 m_CopyHookData.GetCurrentFunction().m_Missing(stream, this);
H A Dvariant.inl165 m_ReadHookData.GetCurrentFunction()(stream, this, choicePtr);
172 m_WriteHookData.GetCurrentFunction()(stream, this, choicePtr);
178 m_SkipHookData.GetCurrentFunction()(stream, this);
184 m_CopyHookData.GetCurrentFunction()(stream, this);
H A Dhookdata.hpp123 TFunction GetCurrentFunction(void) const in GetCurrentFunction() function in CHookData
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/serial/impl/
H A Dtypeinfo.inl69 m_ReadHookData.GetCurrentFunction()(in, this, object);
75 m_WriteHookData.GetCurrentFunction()(out, this, object);
81 m_CopyHookData.GetCurrentFunction()(copier, this);
87 m_SkipHookData.GetCurrentFunction()(in, this);
H A Dmember.inl104 m_ReadHookData.GetCurrentFunction().m_Main(stream, this, classPtr);
111 m_ReadHookData.GetCurrentFunction().m_Missing(stream, this, classPtr);
118 m_WriteHookData.GetCurrentFunction()(stream, this, classPtr);
124 m_SkipHookData.GetCurrentFunction().m_Main(stream, this);
130 m_SkipHookData.GetCurrentFunction().m_Missing(stream, this);
136 m_CopyHookData.GetCurrentFunction().m_Main(stream, this);
142 m_CopyHookData.GetCurrentFunction().m_Missing(stream, this);
H A Dvariant.inl165 m_ReadHookData.GetCurrentFunction()(stream, this, choicePtr);
172 m_WriteHookData.GetCurrentFunction()(stream, this, choicePtr);
178 m_SkipHookData.GetCurrentFunction()(stream, this);
184 m_CopyHookData.GetCurrentFunction()(stream, this);
H A Dhookdata.hpp123 TFunction GetCurrentFunction(void) const in GetCurrentFunction() function in CHookData
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx309 if(pShell->GetCurrentFunction().is()) in FuPermanent()
312 if (pShell->GetOldFunction() == pShell->GetCurrentFunction()) in FuPermanent()
315 pShell->GetCurrentFunction()->Deactivate(); in FuPermanent()
337 if(pShell->GetCurrentFunction().is()) in FuPermanent()
339 pShell->GetCurrentFunction()->Activate(); in FuPermanent()
340 pShell->SetOldFunction(pShell->GetCurrentFunction()); in FuPermanent()
534 if (pShell!=nullptr && pShell->GetCurrentFunction().is()) in GetMenuState()
536 sal_uInt16 nSId = pShell->GetCurrentFunction()->GetSlotID(); in GetMenuState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx311 if(pShell->GetCurrentFunction().is()) in FuPermanent()
314 if (pShell->GetOldFunction() == pShell->GetCurrentFunction()) in FuPermanent()
317 pShell->GetCurrentFunction()->Deactivate(); in FuPermanent()
339 if(pShell->GetCurrentFunction().is()) in FuPermanent()
341 pShell->GetCurrentFunction()->Activate(); in FuPermanent()
342 pShell->SetOldFunction(pShell->GetCurrentFunction()); in FuPermanent()
536 if (pShell!=nullptr && pShell->GetCurrentFunction().is()) in GetMenuState()
538 sal_uInt16 nSId = pShell->GetCurrentFunction()->GetSlotID(); in GetMenuState()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/debugger/
H A DDebuggerServer.cpp384 temp.f = mBreakInterpreter->GetCurrentFunction ( ); in HandleInspectCallstack()
527 if ( ( interpreter->GetCurrentFunction ( ) == mBreakStepOverFunc1 || in CheckBreakpoints()
528 interpreter->GetCurrentFunction ( ) == mBreakStepOverFunc2 )&& in CheckBreakpoints()

123