| /AOO41X/main/vcl/os2/source/app/ |
| H A D | salinst.cxx | 185 Os2SalInstance* pInst = GetSalData()->mpFirstInstance; in ImplSalYieldMutexAcquireWithWait() local 186 if ( !pInst ) in ImplSalYieldMutexAcquireWithWait() 202 if ( pInst->mpSalYieldMutex->tryToAcquire() ) in ImplSalYieldMutexAcquireWithWait() 206 pInst->mpSalWaitMutex->acquire(); in ImplSalYieldMutexAcquireWithWait() 207 if ( pInst->mpSalYieldMutex->tryToAcquire() ) in ImplSalYieldMutexAcquireWithWait() 210 pInst->mpSalWaitMutex->release(); in ImplSalYieldMutexAcquireWithWait() 214 pInst->mnYieldWaitCount++; in ImplSalYieldMutexAcquireWithWait() 215 pInst->mpSalWaitMutex->release(); in ImplSalYieldMutexAcquireWithWait() 217 …WinGetMsg( pSalData->mhAB, &aTmpMsg, pInst->mhComWnd, SAL_MSG_RELEASEWAITYIELD, SAL_MSG_RELEASEWAI… in ImplSalYieldMutexAcquireWithWait() 218 pInst->mnYieldWaitCount--; in ImplSalYieldMutexAcquireWithWait() [all …]
|
| /AOO41X/main/svl/source/svdde/ |
| H A D | ddecli.cxx | 75 DdeInstData* pInst = ImpGetInstData(); in CliCallback() local 76 DBG_ASSERT(pInst,"SVDDE:No instance data"); in CliCallback() 104 : DdeGetLastError( pInst->hDdeInstCli ); in CliCallback() 158 DdeInstData* pInst = ImpGetInstData(); in DdeConnection() local 159 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() 165 pImp->nStatus = DdeInitialize( &pInst->hDdeInstCli, in DdeConnection() [all …]
|
| H A D | ddesvr.cxx | 81 DdeInstData* pInst = ImpGetInstData(); in SV_IMPL_VARARR() local 82 DBG_ASSERT(pInst,"SVDDE:No instance data"); in SV_IMPL_VARARR() 93 DdeQueryString( pInst->hDdeInstSvr, hText1, chTopicBuf, in SV_IMPL_VARARR() 165 DdeString aDStr( pInst->hDdeInstSvr, s ); in SV_IMPL_VARARR() 183 pInst->hDdeInstSvr, (LPBYTE) pPairs, in SV_IMPL_VARARR() 256 pInst->hCurConvSvr = (long)hConv; in SV_IMPL_VARARR() 290 return DdeCreateDataHandle( pInst->hDdeInstSvr, in SV_IMPL_VARARR() 312 pInst->hCurConvSvr = NULL; in SV_IMPL_VARARR() 342 pInst->hCurConvSvr = NULL; in SV_IMPL_VARARR() 350 pInst->hCurConvSvr = NULL; in SV_IMPL_VARARR() [all …]
|
| /AOO41X/main/vcl/unx/generic/plugadapt/ |
| H A D | salplug.cxx | 60 SalInstance* pInst = NULL; in tryInstance() local 77 pInst = aProc( aMod ); in tryInstance() 81 pInst ); in tryInstance() 83 if( pInst ) in tryInstance() 127 return pInst; in tryInstance() 190 SalInstance* pInst = NULL; in autodetect_plugin() local 191 while( pList[nListEntry] && pInst == NULL ) in autodetect_plugin() 194 pInst = tryInstance( aTry ); in autodetect_plugin() 196 if( pInst ) in autodetect_plugin() 202 return pInst; in autodetect_plugin() [all …]
|
| /AOO41X/main/vcl/win/source/app/ |
| H A D | salinst.cxx | 212 WinSalInstance* pInst = GetSalData()->mpFirstInstance; in ImplSalYieldMutexAcquireWithWait() local 213 if ( !pInst ) in ImplSalYieldMutexAcquireWithWait() 229 if ( pInst->mpSalYieldMutex->tryToAcquire() ) in ImplSalYieldMutexAcquireWithWait() 233 pInst->mpSalWaitMutex->acquire(); in ImplSalYieldMutexAcquireWithWait() 234 if ( pInst->mpSalYieldMutex->tryToAcquire() ) in ImplSalYieldMutexAcquireWithWait() 237 pInst->mpSalWaitMutex->release(); in ImplSalYieldMutexAcquireWithWait() 241 pInst->mnYieldWaitCount++; in ImplSalYieldMutexAcquireWithWait() 242 pInst->mpSalWaitMutex->release(); in ImplSalYieldMutexAcquireWithWait() 244 … ImplGetMessage( &aTmpMsg, pInst->mhComWnd, SAL_MSG_RELEASEWAITYIELD, SAL_MSG_RELEASEWAITYIELD ); in ImplSalYieldMutexAcquireWithWait() 245 pInst->mnYieldWaitCount--; in ImplSalYieldMutexAcquireWithWait() [all …]
|
| /AOO41X/main/dtrans/source/win32/mtaole/ |
| H A D | MtaOleClipb.cxx | 820 CMtaOleClipboard* pInst = in oleThreadProc() local 822 OSL_ASSERT( NULL != pInst ); in oleThreadProc() 824 return pInst->run( ); in oleThreadProc() 833 CMtaOleClipboard* pInst = reinterpret_cast< CMtaOleClipboard* >( pParam ); in clipboardChangedNotifierThreadProc() local 834 OSL_ASSERT( NULL != pInst ); in clipboardChangedNotifierThreadProc() 840 while ( pInst->m_bRunClipboardNotifierThread ) in clipboardChangedNotifierThreadProc() 843 WaitForMultipleObjects( 2, pInst->m_hClipboardChangedNotifierEvents, false, INFINITE ); in clipboardChangedNotifierThreadProc() 845 ClearableMutexGuard aGuard( pInst->m_ClipboardChangedEventCountMutex ); in clipboardChangedNotifierThreadProc() 847 if ( pInst->m_ClipboardChangedEventCount > 0 ) in clipboardChangedNotifierThreadProc() 849 pInst->m_ClipboardChangedEventCount--; in clipboardChangedNotifierThreadProc() [all …]
|
| /AOO41X/main/rsc/source/res/ |
| H A D | rscflag.cxx | 123 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 D | rscrange.cxx | 162 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 D | rscclass.cxx | 249 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 D | rsctop.cxx | 621 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 D | rscconst.cxx | 331 RSCINST RscEnum::Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool bOwnClass ){ in Create() argument 334 if( !pInst ){ in Create() 340 aInst = *pInst; in Create()
|
| H A D | rscstr.cxx | 163 RSCINST RscString::Create( RSCINST * pInst, const RSCINST & rDflt, in Create() argument 168 if( !pInst ){ in Create() 174 aInst = *pInst; in Create()
|
| /AOO41X/main/accessibility/source/extended/ |
| H A D | AccessibleGridControlBase.cxx | 474 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 D | AccessibleBrowseBoxBase.cxx | 572 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 …]
|
| /AOO41X/main/basic/source/runtime/ |
| H A D | runtime.cxx | 51 SbiInstance* pInst = pINST; in isVBAEnabled() local 52 if ( pInst && pINST->pRun ) in isVBAEnabled() 53 result = pInst->pRun->bVBAEnabled; in isVBAEnabled() 543 : rBasic( *(StarBASIC*)pm->pParent ), pInst( pINST ), in SbiRuntime() 547 pIosys = pInst->pIosys; in SbiRuntime() 710 if( !( ++nOps & 0xF ) && pInst->IsReschedule() && bStaticGlobalEnableReschedule ) in Step() 723 if( pInst->IsReschedule() && bStaticGlobalEnableReschedule ) in Step() 776 pInst->nErr = err; in Step() 777 pInst->nErl = nLine; in Step() 856 pInst->Abort(); in Step() [all …]
|
| H A D | methods.cxx | 835 SbiInstance* pInst = pINST; in RTLFUNC() local 836 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() 990 SbiInstance* pInst = pINST; in RTLFUNC() local 992 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() 995 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() 1071 SbiInstance* pInst = pINST; in RTLFUNC() local 1073 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() 1076 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC() 1296 SbiInstance* pInst = pINST; in RTLFUNC() local 1297 bool bCompatibility = ( pInst && pInst->IsCompatibility() ); in RTLFUNC() [all …]
|
| H A D | step1.cxx | 354 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 D | step0.cxx | 1220 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()
|
| /AOO41X/main/vcl/aqua/source/app/ |
| H A D | salinst.cxx | 384 AquaSalInstance* pInst = (AquaSalInstance*) GetSalData()->mpFirstInstance; in ImplSalYieldMutexTryToAcquire() local 385 if ( pInst ) in ImplSalYieldMutexTryToAcquire() 386 return pInst->mpSalYieldMutex->tryToAcquire(); in ImplSalYieldMutexTryToAcquire() 393 AquaSalInstance* pInst = (AquaSalInstance*) GetSalData()->mpFirstInstance; in ImplSalYieldMutexAcquire() local 394 if ( pInst ) in ImplSalYieldMutexAcquire() 395 pInst->mpSalYieldMutex->acquire(); in ImplSalYieldMutexAcquire() 400 AquaSalInstance* pInst = (AquaSalInstance*) GetSalData()->mpFirstInstance; in ImplSalYieldMutexRelease() local 401 if ( pInst ) in ImplSalYieldMutexRelease() 402 pInst->mpSalYieldMutex->release(); in ImplSalYieldMutexRelease() 416 AquaSalInstance* pInst = new AquaSalInstance; in CreateSalInstance() local [all …]
|
| /AOO41X/main/sfx2/source/appl/ |
| H A D | shutdownicon.cxx | 560 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 …]
|
| /AOO41X/main/rsc/inc/ |
| H A D | rscflag.hxx | 37 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 D | rscrange.hxx | 45 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 );
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | link.hxx | 102 void* pInst; member in Link 123 pInst = 0; in Link() 129 pInst = pLinkHdl; in Link() 135 return pFunc ? (*pFunc)(pInst, pCaller) : 0; in Call()
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 773 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() 2229 SbiInstance* pInst = pINST; in TYPEINIT1() local 2230 if( pInst && pInst->IsCompatibility() ) in TYPEINIT1() 2681 SbiInstance* pInst = pINST; in GetInfo() local 2682 if( pInst && pInst->IsCompatibility() ) in GetInfo() [all …]
|
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | asynceventnotifier.cxx | 317 CAsyncEventNotifier* pInst = reinterpret_cast< CAsyncEventNotifier* >(pParam); in ThreadProc() local 318 OSL_ASSERT(pInst); in ThreadProc() 320 pInst->run(); in ThreadProc()
|