Home
last modified time | relevance | path

Searched refs:pInst (Results 1 – 25 of 66) sorted by relevance

123

/trunk/main/svl/source/svdde/
H A Dddesvr.cxx256 pInst->hCurConvSvr = hConv; in SV_IMPL_VARARR()
459 if( !pInst ) in DdeService()
460 pInst = ImpInitInstData(); in DdeService()
461 pInst->nRefCount++; in DdeService()
462 pInst->nInstanceSvr++; in DdeService()
464 if ( !pInst->hDdeInstSvr ) in DdeService()
479 if ( pInst->pServicesSvr ) in DdeService()
504 if ( pInst->pServicesSvr ) in ~DdeService()
516 pInst->nInstanceSvr--; in ~DdeService()
517 pInst->nRefCount--; in ~DdeService()
[all …]
H A Dddecli.cxx159 if( !pInst ) in DdeConnection()
160 pInst = ImpInitInstData(); in DdeConnection()
161 pInst->nRefCount++; in DdeConnection()
162 pInst->nInstanceCli++; in DdeConnection()
163 if ( !pInst->hDdeInstCli ) in DdeConnection()
184 if ( pInst->pConnections ) in DdeConnection()
200 if ( pInst->pConnections ) in ~DdeConnection()
203 pInst->nInstanceCli--; in ~DdeConnection()
204 pInst->nRefCount--; in ~DdeConnection()
205 if ( !pInst->nInstanceCli && pInst->hDdeInstCli ) in ~DdeConnection()
[all …]
/trunk/main/vcl/os2/source/app/
H A Dsalinst.cxx186 if ( !pInst ) in ImplSalYieldMutexAcquireWithWait()
235 if ( pInst ) in ImplSalYieldMutexTryToAcquire()
246 if ( pInst ) in ImplSalYieldMutexAcquire()
255 if ( pInst ) in ImplSalYieldMutexRelease()
264 if ( !pInst ) in ImplSalReleaseYieldMutex()
284 if ( !pInst ) in ImplSalAcquireYieldMutex()
450 pInst->mhAB = pSalData->mhAB; in CreateSalInstance()
454 pInst->mhComWnd = hComWnd; in CreateSalInstance()
462 return pInst; in CreateSalInstance()
484 delete pInst; in DestroySalInstance()
[all …]
/trunk/main/vcl/unx/generic/plugadapt/
H A Dsalplug.cxx60 SalInstance* pInst = NULL; in tryInstance() local
81 pInst ); in tryInstance()
83 if( pInst ) in tryInstance()
127 return pInst; in tryInstance()
196 if( pInst ) in autodetect_plugin()
202 return pInst; in autodetect_plugin()
229 if( ! pInst ) in CreateSalInstance()
233 if( ! pInst ) in CreateSalInstance()
236 if( ! pInst ) in CreateSalInstance()
245 return pInst; in CreateSalInstance()
[all …]
/trunk/main/vcl/win/source/app/
H A Dsalinst.cxx213 if ( !pInst ) in ImplSalYieldMutexAcquireWithWait()
241 pInst->mnYieldWaitCount++; in ImplSalYieldMutexAcquireWithWait()
262 if ( pInst ) in ImplSalYieldMutexTryToAcquire()
273 if ( pInst ) in ImplSalYieldMutexAcquire()
282 if ( pInst ) in ImplSalYieldMutexRelease()
294 if ( !pInst ) in ImplSalReleaseYieldMutex()
314 if ( !pInst ) in ImplSalAcquireYieldMutex()
584 pInst->mhComWnd = hComWnd; in CreateSalInstance()
589 return pInst; in CreateSalInstance()
606 delete pInst; in DestroySalInstance()
[all …]
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx717 xPropHelper = pInst; in PropertyHelper_Thesaurus()
726 pInst->AddAsPropListener(); in AddAsPropListener()
731 pInst->RemoveAsPropListener(); in RemoveAsPropListener()
746 xPropHelper = pInst; in PropertyHelper_Hyphenation()
755 pInst->AddAsPropListener(); in AddAsPropListener()
760 pInst->RemoveAsPropListener(); in RemoveAsPropListener()
770 return pInst->GetMinLeading(); in GetMinLeading()
775 return pInst->GetMinTrailing(); in GetMinTrailing()
806 xPropHelper = pInst; in PropertyHelper_Spelling()
815 pInst->AddAsPropListener(); in AddAsPropListener()
[all …]
/trunk/main/dtrans/source/win32/mtaole/
H A DMtaOleClipb.cxx820 CMtaOleClipboard* pInst = in oleThreadProc() local
822 OSL_ASSERT( NULL != pInst ); in oleThreadProc()
824 return pInst->run( ); in oleThreadProc()
834 OSL_ASSERT( NULL != pInst ); in clipboardChangedNotifierThreadProc()
840 while ( pInst->m_bRunClipboardNotifierThread ) in clipboardChangedNotifierThreadProc()
847 if ( pInst->m_ClipboardChangedEventCount > 0 ) in clipboardChangedNotifierThreadProc()
849 pInst->m_ClipboardChangedEventCount--; in clipboardChangedNotifierThreadProc()
850 if ( 0 == pInst->m_ClipboardChangedEventCount ) in clipboardChangedNotifierThreadProc()
851 ResetEvent( pInst->m_hClipboardChangedEvent ); in clipboardChangedNotifierThreadProc()
859 if ( pInst->m_pfncClipViewerCallback ) in clipboardChangedNotifierThreadProc()
[all …]
/trunk/main/rsc/source/res/
H A Drscflag.cxx123 RSCINST RscFlag::CreateBasic( RSCINST * pInst ) in CreateBasic() argument
127 if( !pInst ){ in CreateBasic()
132 aInst = *pInst; in CreateBasic()
146 RSCINST RscFlag::Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool bOwnClass ) in Create() argument
148 RSCINST aInst = CreateBasic( pInst ); in Create()
177 RSCINST RscFlag::CreateClient( RSCINST * pInst, const RSCINST & rDfltI, in CreateClient() argument
180 RSCINST aInst = CreateBasic( pInst ); in CreateClient()
458 RSCINST RscClient::Create( RSCINST * pInst, const RSCINST & rDflt, in Create() argument
463 if( pInst ){ in Create()
465 aTmpI.pData = pInst->pData; in Create()
[all …]
H A Drscrange.cxx162 RSCINST RscRange::Create( RSCINST * pInst, const RSCINST & rDflt, in Create() argument
167 if( !pInst ) in Create()
174 aInst = *pInst; in Create()
370 RSCINST RscLongRange::Create( RSCINST * pInst, const RSCINST & rDflt, in Create() argument
375 if( !pInst ) in Create()
382 aInst = *pInst; in Create()
515 RSCINST RscIdRange::Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool bOwnClass ){ in Create() argument
519 if( !pInst ){ in Create()
524 aInst = *pInst; in Create()
832 RSCINST RscBreakRange::Create( RSCINST * pInst, const RSCINST & rDflt, in Create() argument
[all …]
H A Drscclass.cxx249 RSCINST * pInst, in Create() argument
259 if( !pInst ) in Create()
265 aInst = *pInst; in Create()
481 RSCINST * pInst = (RSCINST *) in GetVariable() local
484 *pInst = pCreateClass->Create( NULL, aDefInst ); in GetVariable()
486 *pInst = aTmpI.pClass->Create( NULL, aDefInst ); in GetVariable()
487 aTmpI = *pInst; in GetVariable()
H A Drsctop.cxx621 RSCINST RscTop::Create( RSCINST * pInst, const RSCINST & rDefInst, sal_Bool bOwnRange ) in Create() argument
625 Create( pInst, rDefInst, bOwnRange ); in Create()
627 if( pInst ) in Create()
628 return *pInst; in Create()
H A Drscconst.cxx331 RSCINST RscEnum::Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool bOwnClass ){ in Create() argument
334 if( !pInst ){ in Create()
340 aInst = *pInst; in Create()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx474 Window* pInst = m_aTable.GetWindowInstance(); in getForeground() local
475 if ( pInst ) in getForeground()
477 if ( pInst->IsControlForeground() ) in getForeground()
478 nColor = pInst->GetControlForeground().GetColor(); in getForeground()
482 if ( pInst->IsControlFont() ) in getForeground()
483 aFont = pInst->GetControlFont(); in getForeground()
485 aFont = pInst->GetFont(); in getForeground()
498 Window* pInst = m_aTable.GetWindowInstance(); in getBackground() local
499 if ( pInst ) in getBackground()
501 if ( pInst->IsControlBackground() ) in getBackground()
[all …]
H A DAccessibleBrowseBoxBase.cxx572 Window* pInst = mpBrowseBox->GetWindowInstance(); in getForeground() local
573 if ( pInst ) in getForeground()
575 if ( pInst->IsControlForeground() ) in getForeground()
576 nColor = pInst->GetControlForeground().GetColor(); in getForeground()
580 if ( pInst->IsControlFont() ) in getForeground()
581 aFont = pInst->GetControlFont(); in getForeground()
583 aFont = pInst->GetFont(); in getForeground()
597 Window* pInst = mpBrowseBox->GetWindowInstance(); in getBackground() local
598 if ( pInst ) in getBackground()
600 if ( pInst->IsControlBackground() ) in getBackground()
[all …]
/trunk/main/basic/source/runtime/
H A Druntime.cxx51 SbiInstance* pInst = pINST; in isVBAEnabled() local
52 if ( pInst && pINST->pRun ) in isVBAEnabled()
53 result = pInst->pRun->bVBAEnabled; in isVBAEnabled()
547 pIosys = pInst->pIosys; in SbiRuntime()
776 pInst->nErr = err; in Step()
777 pInst->nErl = nLine; in Step()
856 pInst->Abort(); in Step()
878 String aMsg = pInst->GetErrorMsg(); in Error()
885 pInst->aErrorMsg = aMsg; in Error()
897 if ( pInst->pRun == this ) in Error()
[all …]
H A Dmethods.cxx836 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC()
992 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC()
995 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC()
1073 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC()
1076 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC()
1409 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC()
1412 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC()
1593 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC()
1637 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC()
1640 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC()
[all …]
H A Dstep1.cxx354 pInst->aErrorMsg = String(); in StepERRHDL()
355 pInst->nErr = 0; in StepERRHDL()
356 pInst->nErl = 0; in StepERRHDL()
384 pInst->aErrorMsg = String(); in StepRESUME()
385 pInst->nErr = 0; in StepRESUME()
386 pInst->nErl = 0; in StepRESUME()
H A Dstep0.cxx1220 pInst->Stop(); in StepSTOP()
1273 pInst->aErrorMsg = String(); in StepSTDERROR()
1274 pInst->nErr = 0L; in StepSTDERROR()
1275 pInst->nErl = 0; in StepSTDERROR()
1282 pInst->aErrorMsg = String(); in StepNOERROR()
1283 pInst->nErr = 0L; in StepNOERROR()
1284 pInst->nErl = 0; in StepNOERROR()
1432 pInst->Error( error ); in StepERROR()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx385 if ( pInst ) in ImplSalYieldMutexTryToAcquire()
386 return pInst->mpSalYieldMutex->tryToAcquire(); in ImplSalYieldMutexTryToAcquire()
394 if ( pInst ) in ImplSalYieldMutexAcquire()
395 pInst->mpSalYieldMutex->acquire(); in ImplSalYieldMutexAcquire()
401 if ( pInst ) in ImplSalYieldMutexRelease()
402 pInst->mpSalYieldMutex->release(); in ImplSalYieldMutexRelease()
416 AquaSalInstance* pInst = new AquaSalInstance; in CreateSalInstance() local
419 pSalData->mpFirstInstance = pInst; in CreateSalInstance()
433 return pInst; in CreateSalInstance()
438 void DestroySalInstance( SalInstance* pInst ) in DestroySalInstance() argument
[all …]
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx560 ShutdownIcon* pInst = getInstance(); in addTerminateListener() local
561 if ( ! pInst) in addTerminateListener()
564 if (pInst->m_bListenForTermination) in addTerminateListener()
567 Reference< XDesktop > xDesktop = pInst->m_xDesktop; in addTerminateListener()
571 xDesktop->addTerminateListener( pInst ); in addTerminateListener()
572 pInst->m_bListenForTermination = true; in addTerminateListener()
579 ShutdownIcon* pInst = getInstance(); in terminateDesktop() local
580 if ( ! pInst) in terminateDesktop()
583 Reference< XDesktop > xDesktop = pInst->m_xDesktop; in terminateDesktop()
588 pInst->m_bListenForTermination = true; in terminateDesktop()
[all …]
/trunk/main/rsc/inc/
H A Drscflag.hxx37 RSCINST CreateBasic( RSCINST * pInst );
40 RSCINST Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool );
41 RSCINST CreateClient( RSCINST * pInst, const RSCINST & rDflt,
75 RSCINST Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool );
H A Drscrange.hxx45 RSCINST Create( RSCINST * pInst, const RSCINST & rDfltInst, sal_Bool );
86 RSCINST Create( RSCINST * pInst, const RSCINST & rDfltInst, sal_Bool );
139 RSCINST Create( RSCINST * pInst, const RSCINST & rDfltInst, sal_Bool );
201 RSCINST Create( RSCINST * pInst, const RSCINST & rDfltInst, sal_Bool );
/trunk/main/tools/inc/tools/
H A Dlink.hxx102 void* pInst; member in Link
123 pInst = 0; in Link()
129 pInst = pLinkHdl; in Link()
135 return pFunc ? (*pFunc)(pInst, pCaller) : 0; in Call()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx773 SbiInstance* pInst = pINST; in unoToSbxValue() local
774 if( pInst && pInst->IsCompatibility() ) in unoToSbxValue()
956 SbiInstance* pInst = pINST; in getUnoTypeForSbxBaseType() local
957 if( pInst && pInst->IsCompatibility() ) in getUnoTypeForSbxBaseType()
1364 SbiInstance* pInst = pINST; in sbxToUnoValue() local
1365 if( pInst && pInst->IsCompatibility() ) in sbxToUnoValue()
2230 if( pInst && pInst->IsCompatibility() ) in TYPEINIT1()
2681 SbiInstance* pInst = pINST; in GetInfo() local
2682 if( pInst && pInst->IsCompatibility() ) in GetInfo()
4560 SbiInstance* pInst = pINST; in invoke() local
[all …]
/trunk/main/fpicker/source/win32/filepicker/
H A Dasynceventnotifier.cxx317 CAsyncEventNotifier* pInst = reinterpret_cast< CAsyncEventNotifier* >(pParam); in ThreadProc() local
318 OSL_ASSERT(pInst); in ThreadProc()
320 pInst->run(); in ThreadProc()

Completed in 184 milliseconds

123