Home
last modified time | relevance | path

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

123

/trunk/main/accessibility/bridge/source/java/
H A DWindowsAccessBridgeAdapter.cxx64 long VCLEventListenerLinkFunc(void * pInst, void * pData);
/trunk/main/accessibility/source/extended/
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 …]
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 …]
/trunk/main/basic/source/classes/
H A Dsb.cxx2297 SbiInstance* pInst = pINST; in CollRemove() local
2298 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in CollRemove()
H A Dsbintern.cxx49 pInst = NULL; in SbiGlobals()
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 …]
H A Dsbxmod.cxx721 SbiInstance* pInst = pINST; in Find() local
722 if( pInst && pInst->IsCompatibility() ) in Find()
/trunk/main/basic/source/inc/
H A Druntime.hxx285 SbiInstance* pInst; // aktiver Thread member in SbiRuntime
H A Dsbintern.hxx101 SbiInstance* pInst; // alle aktiven Runtime-Instanzen member
135 #define pINST GetSbData()->pInst
/trunk/main/basic/source/runtime/
H A Diosys.cxx831 SbiInstance* pInst = pINST; in SbGetIoSystem() local
832 return pInst ? pInst->GetIoSystem() : NULL; in SbGetIoSystem()
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 Dmethods1.cxx190 SbiInstance* pInst = pINST; in RTLFUNC() local
191 SbiRuntime* pRT = pInst ? pInst->pRun : NULL; in RTLFUNC()
2649 SbiInstance* pInst = pINST; in RTLFUNC() local
2650 if( pInst ) in RTLFUNC()
2653 pInst->EnableCompatibility( rPar.Get(1)->GetBool() ); in RTLFUNC()
2655 bEnabled = pInst->IsCompatibility(); in RTLFUNC()
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 Dstdobj.cxx696 SbiInstance* pInst = pINST; in Find() local
697 if( !pInst || !pInst->IsCompatibility() ) in Find()
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()
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 Dstep2.cxx897 if( pInst->nCallLvl <= pInst->nBreakCallLvl ) in StepSTMNT()
904 pInst->CalcBreakCallLevel( nNewFlags ); in StepSTMNT()
916 pInst->CalcBreakCallLevel( nNewFlags ); in StepSTMNT()
/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/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()
/trunk/main/fpicker/source/win32/folderpicker/
H A DMtaFop.cxx754 CMtaFolderPicker* pInst = in StaThreadProc() local
757 OSL_ASSERT( pInst ); in StaThreadProc()
761 unsigned int result = pInst->run( ); in StaThreadProc()
/trunk/main/linguistic/inc/linguistic/
H A Dlngprophelp.hxx182 PropertyHelper_Thes* pInst; member in linguistic::PropertyHelper_Thesaurus
257 PropertyHelper_Spell* pInst; member in linguistic::PropertyHelper_Spelling
337 PropertyHelper_Hyphen* pInst; member in linguistic::PropertyHelper_Hyphenation
/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/rsc/inc/
H A Drscarray.hxx79 RSCINST Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool );
H A Drscclass.hxx90 RSCINST Create( RSCINST * pInst, const RSCINST & rDflt, sal_Bool );
H A Drscconst.hxx66 RSCINST Create( RSCINST * pInst, const RSCINST & rDfltInst, sal_Bool );

Completed in 158 milliseconds

123