Home
last modified time | relevance | path

Searched refs:pInfo (Results 1 – 25 of 357) sorted by path

12345678910>>...15

/trunk/main/UnoControls/source/controls/
H A Dframecontrol.cxx409 static OPropertyArrayHelper* pInfo ; in getInfoHelper() local
411 if (!pInfo) in getInfoHelper()
416 if (!pInfo) in getInfoHelper()
418 pInfo = new OPropertyArrayHelper( impl_getStaticPropertyDescriptor(), sal_True ); in getInfoHelper()
422 return *pInfo ; in getInfoHelper()
456 static Reference< XPropertySetInfo >* pInfo = (Reference< XPropertySetInfo >*)0 ; in getPropertySetInfo() local
457 if ( pInfo == (Reference< XPropertySetInfo >*)0 ) in getPropertySetInfo()
462 if ( pInfo == (Reference< XPropertySetInfo >*)0 ) in getPropertySetInfo()
467 pInfo = &xInfo ; in getPropertySetInfo()
470 return ( *pInfo ) ; in getPropertySetInfo()
/trunk/main/autodoc/inc/ary/idl/
H A Di_comrela.hxx59 pInfo(i_pInfo) in CommentedRelation()
63 doc::OldIdlDocu * Info() const { return pInfo; } in Info()
68 doc::OldIdlDocu * pInfo; member in ary::idl::CommentedRelation
/trunk/main/autodoc/source/display/html/
H A Dhd_chlst.cxx88 pInfo = dynamic_cast< const ary::doc::OldCppDocu* >( i_rCe.Docu().Data() ); in ShortDocu() local
89 if (pInfo == 0) in ShortDocu()
92 return pInfo->Short().CText(); in ShortDocu()
/trunk/main/avmedia/source/framework/
H A Dmediaplayer.cxx44 …:MediaPlayer( Window* _pParent, sal_uInt16 nId, SfxBindings* _pBindings, SfxChildWinInfo* pInfo ) : in MediaPlayer() argument
49 static_cast< MediaFloater* >( pWindow )->Initialize( pInfo ); in MediaPlayer()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1636 SbxInfo* pInfo = pMethod->GetInfo(); in IMPL_LINK_INLINE_END() local
1647 else if ( pInfo ) in IMPL_LINK_INLINE_END()
1649 const SbxParamInfo* pParam = pInfo->GetParam( nParam ); in IMPL_LINK_INLINE_END()
/trunk/main/basctl/source/dlged/
H A Dpropbrw.cxx88 SfxBindings *pBindings, SfxChildWinInfo* pInfo) in SFX_IMPL_FLOATINGWINDOW()
102 ((SfxFloatingWindow*)pWindow)->Initialize( pInfo ); in SFX_IMPL_FLOATINGWINDOW()
/trunk/main/basctl/source/inc/
H A Dpropbrw.hxx45 PropBrwMgr(Window *pParent, sal_uInt16 nId, SfxBindings *pBindings, SfxChildWinInfo *pInfo);
/trunk/main/basic/inc/basic/
H A Dsbxvar.hxx454 SbxInfoRef pInfo; // Probably called information member in SbxVariable
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx610 BasicLibInfo* pInfo = new BasicLibInfo; in Create() local
626 pInfo->bDoLoad = bDoLoad; in Create()
631 pInfo->SetLibName( aName ); in Create()
652 return pInfo; in Create()
987 …if ( pInfo->GetRelStorageName().Len() && ( ! pInfo->GetRelStorageName().EqualsAscii(szImbedded) ) ) in LoadBasicManager()
1007 pInfo->SetFoundInPath( sal_True ); in LoadBasicManager()
1012 pLibs->Insert( pInfo, LIST_APPEND ); in LoadBasicManager()
1015 if ( bLoadLibs && pInfo->DoLoad() && in LoadBasicManager()
1016 ( ( !pInfo->IsExtern() ) || ( pInfo->IsReference() ) ) ) in LoadBasicManager()
1751 DBG_ASSERT( pInfo, "Info?!" ); in SetFlagToAllLibs()
[all …]
/trunk/main/basic/source/classes/
H A Dpropacc.cxx103 SbPropertySetInfo *pInfo = new SbPropertySetInfo( _aPropVals ); in getPropertySetInfo() local
104 ((SbPropertyValues*)this)->_xInfo = (XPropertySetInfo*)pInfo; in getPropertySetInfo()
H A Dsbunoobj.cxx2679 if( !pInfo && m_xUnoMethod.is() ) in GetInfo()
2684 pInfo = new SbxInfo(); in GetInfo()
2698 pInfo->AddParam( aParamName, t, nFlags_ ); in GetInfo()
2702 return pInfo; in GetInfo()
H A Dsbxmod.cxx265 SbxInfo* pInfo = pMethod->GetInfo(); in invoke() local
266 if ( pInfo ) in invoke()
270 …for ( const SbxParamInfo* pParamInfo = pInfo->GetParam( n ); pParamInfo; pParamInfo = pInfo->GetPa… in invoke()
2051 return pInfo; in GetInfo()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx266 SbxInfo* pInfo = pMeth->GetInfo(); in Save() local
269 if( pInfo ) in Save()
272 aHelpFile = pInfo->GetHelpFile(); in Save()
273 aComment = pInfo->GetComment(); in Save()
274 nHelpId = pInfo->GetHelpId(); in Save()
277 pInfo = new SbxInfo( aHelpFile, nHelpId ); in Save()
278 pInfo->SetComment( aComment ); in Save()
294 pInfo->AddParam( pPar->GetName(), t, nFlags ); in Save()
306 SbxParamInfo* pParam = (SbxParamInfo*)pInfo->GetParam( i ); in Save()
310 pMeth->SetInfo( pInfo ); in Save()
H A Dsbcomp.cxx320 SbxInfo* pInfo = pMethod->GetInfo(); in lcl_dumpMethodParameters() local
331 else if ( pInfo ) in lcl_dumpMethodParameters()
333 const SbxParamInfo* pParam = pInfo->GetParam( nParam ); in lcl_dumpMethodParameters()
/trunk/main/basic/source/runtime/
H A Dmethods1.cxx1976 IntervalInfo* pInfo = NULL; in getIntervalInfo() local
1984 return pInfo; in getIntervalInfo()
2028 if( !pInfo ) in RTLFUNC()
2037 if( pInfo->mbSimple ) in RTLFUNC()
2039 double dAdd = pInfo->mdValue * lNumber; in RTLFUNC()
2051 switch( pInfo->meInterval ) in RTLFUNC()
2069 if( pInfo->meInterval == INTERVAL_Q ) in RTLFUNC()
2153 if( !pInfo ) in RTLFUNC()
2163 switch( pInfo->meInterval ) in RTLFUNC()
2353 if( !pInfo ) in RTLFUNC()
[all …]
H A Druntime.cxx613 SbxInfo* pInfo = pMeth ? pMeth->GetInfo() : NULL; in SetParameters() local
619 const SbxParamInfo* p = pInfo ? pInfo->GetParam( i ) : NULL; in SetParameters()
639 pInfo = NULL; in SetParameters()
686 if( pInfo ) in SetParameters()
689 const SbxParamInfo* p = pInfo->GetParam( nParamCount ); in SetParameters()
H A Dstep2.cxx310 SbxInfo* pInfo = pMeth->GetInfo(); in FindElementExtern() local
311 if( pInfo && refParams ) in FindElementExtern()
315 const SbxParamInfo* pParam = pInfo->GetParam( j ); in FindElementExtern()
332 pParam = pInfo->GetParam( ++j ); in FindElementExtern()
375 SbxInfo* pInfo = p->GetInfo(); in SetupArgs() local
376 if( !pInfo ) in SetupArgs()
431 pInfo = meth->GetInfo(); in SetupArgs()
432 if( pInfo ) in SetupArgs()
461 pParam = pInfo->GetParam( ++j ); in SetupArgs()
741 SbxInfo* pInfo = pMeth->GetInfo(); in StepPARAM() local
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx691 VbaFormatInfo* pInfo = NULL; in getFormatInfo() local
693 while( (pInfo = pFormatInfoTable + i )->mpVbaFormat != NULL ) in getFormatInfo()
695 if( rFmt.EqualsIgnoreCaseAscii( pInfo->mpVbaFormat ) ) in getFormatInfo()
699 return pInfo; in getFormatInfo()
763 VbaFormatInfo* pInfo = getFormatInfo( aFmtStr ); in Format() local
764 if( pInfo && pInfo->meType != VBA_FORMAT_TYPE_NULL ) in Format()
766 if( pInfo->meType == VBA_FORMAT_TYPE_OFFSET ) in Format()
768 nIndex = aFormatter.GetFormatIndex( pInfo->meOffset, eLangType ); in Format()
772 aFmtStr.AssignAscii( pInfo->mpOOoFormat ); in Format()
H A Dsbxvar.cxx90 : SvRefBase( r ), SbxValue( r ), mpPar( r.mpPar ), pInfo( r.pInfo ) in SbxVariable()
194 if( !pInfo ) in GetInfo()
197 if( pInfo.Is() ) in GetInfo()
200 return pInfo; in GetInfo()
205 pInfo = p; in SetInfo()
230 if( !pInfo in GetName()
520 pInfo = new SbxInfo; in LoadData()
521 pInfo->LoadData( rStrm, (sal_uInt16) cMark ); in LoadData()
560 if( pInfo.Is() ) in StoreData()
563 pInfo->StoreData( rStrm ); in StoreData()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx404 const char* pInfo, in cc50_solaris_intel_fillUnoException() argument
408 OSL_ASSERT( pInfo != 0 ); in cc50_solaris_intel_fillUnoException()
409 OString uno_name( toUNOname( pInfo ) ); in cc50_solaris_intel_fillUnoException()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dexcept.cxx397 const char* pInfo, in cc50_solaris_sparc_fillUnoException() argument
401 OSL_ASSERT( pInfo != 0 ); in cc50_solaris_sparc_fillUnoException()
402 OString uno_name( toUNOname( pInfo ) ); in cc50_solaris_sparc_fillUnoException()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx424 pInfo = &m_pLightSourceInfoList[1]; in IMPL_LINK()
429 pInfo = &m_pLightSourceInfoList[2]; in IMPL_LINK()
434 pInfo = &m_pLightSourceInfoList[3]; in IMPL_LINK()
505 pInfo = 0; in IMPL_LINK()
507 if(pInfo) in IMPL_LINK()
526 LightSourceInfo* pInfo = 0; in IMPL_LINK() local
533 pInfo = 0; in IMPL_LINK()
535 if(pInfo) in IMPL_LINK()
550 LightSourceInfo* pInfo = 0; in IMPL_LINK() local
566 if(pInfo) in IMPL_LINK()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A DChainablePropertySet.hxx107 ChainablePropertySet( comphelper::ChainablePropertySetInfo* pInfo, vos::IMutex *pMutex = NULL )
H A DMasterPropertySet.hxx104 MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo, ::vos::IMutex *pMutex = NULL )
H A DPropertyInfoHash.hxx45 PropertyData ( sal_uInt8 nMapId, PropertyInfo *pInfo ) in PropertyData()
47 , mpInfo ( pInfo ) {} in PropertyData()

Completed in 144 milliseconds

12345678910>>...15