Home
last modified time | relevance | path

Searched refs:pInfo (Results 26 – 50 of 357) sorted by path

12345678910>>...15

/trunk/main/comphelper/inc/comphelper/
H A DSettingsHelper.hxx54 SettingsHelperNoState ( ComphelperBaseInfo *pInfo, ::vos::IMutex *pMutex = NULL) in SettingsHelperNoState() argument
55 : ComphelperBase ( pInfo, pMutex ) in SettingsHelperNoState()
H A Dgenericpropertyset.hxx33 …:com::sun::star::beans::XPropertySet > GenericPropertySet_CreateInstance( PropertySetInfo* pInfo );
H A Dpropertysethelper.hxx61 void setInfo( comphelper::PropertySetInfo* pInfo ) throw();
65 PropertySetHelper( comphelper::PropertySetInfo* pInfo ) throw();
66 PropertySetHelper( comphelper::PropertySetInfo* pInfo, __sal_NoAcquire ) throw();
/trunk/main/comphelper/source/property/
H A DChainablePropertySet.cxx41 ChainablePropertySet::ChainablePropertySet( comphelper::ChainablePropertySetInfo* pInfo, vos::IMute… in ChainablePropertySet() argument
43 : mpInfo ( pInfo ) in ChainablePropertySet()
45 , mxInfo ( pInfo ) in ChainablePropertySet()
H A DChainablePropertySetInfo.cxx102 PropertyInfo* pInfo = (*aIter).second; in getProperties() local
104 pProperties->Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties()
105 pProperties->Handle = pInfo->mnHandle; in getProperties()
107 GenerateCppuType ( pInfo->meCppuType, pType); in getProperties()
109 pProperties->Attributes = pInfo->mnAttributes; in getProperties()
123 PropertyInfo *pInfo = (*aIter).second; in getPropertyByName() local
125 aProperty.Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getPropertyByName()
126 aProperty.Handle = pInfo->mnHandle; in getPropertyByName()
128 GenerateCppuType ( pInfo->meCppuType, pType ); in getPropertyByName()
130 aProperty.Attributes = pInfo->mnAttributes; in getPropertyByName()
H A DMasterPropertySet.cxx81 MasterPropertySet::MasterPropertySet( comphelper::MasterPropertySetInfo* pInfo, IMutex *pMutex ) in MasterPropertySet() argument
83 : mpInfo ( pInfo ) in MasterPropertySet()
86 , mxInfo ( pInfo ) in MasterPropertySet()
H A DMasterPropertySetInfo.cxx129 PropertyInfo* pInfo = (*aIter).second->mpInfo; in getProperties() local
131 pProperties->Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getProperties()
132 pProperties->Handle = pInfo->mnHandle; in getProperties()
134 GenerateCppuType ( pInfo->meCppuType, pType); in getProperties()
136 pProperties->Attributes = pInfo->mnAttributes; in getProperties()
150 PropertyInfo *pInfo = (*aIter).second->mpInfo; in getPropertyByName() local
152 aProperty.Name = OUString( pInfo->mpName, pInfo->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in getPropertyByName()
153 aProperty.Handle = pInfo->mnHandle; in getPropertyByName()
155 GenerateCppuType ( pInfo->meCppuType, pType ); in getPropertyByName()
158 aProperty.Attributes = pInfo->mnAttributes; in getPropertyByName()
H A Dgenericpropertyset.cxx76 GenericPropertySet( PropertySetInfo* pInfo ) throw();
103 GenericPropertySet::GenericPropertySet( PropertySetInfo* pInfo ) throw() in GenericPropertySet() argument
104 : PropertySetHelper( pInfo ) in GenericPropertySet()
293 …:XPropertySet > comphelper::GenericPropertySet_CreateInstance( comphelper::PropertySetInfo* pInfo ) in GenericPropertySet_CreateInstance() argument
295 return (XPropertySet*)new GenericPropertySet( pInfo ); in GenericPropertySet_CreateInstance()
H A Dpropertysethelper.cxx73 PropertySetHelper::PropertySetHelper( comphelper::PropertySetInfo* pInfo ) throw() in PropertySetHelper() argument
76 mp->mpInfo = pInfo; in PropertySetHelper()
77 pInfo->acquire(); in PropertySetHelper()
80 PropertySetHelper::PropertySetHelper( comphelper::PropertySetInfo* pInfo, __sal_NoAcquire ) throw() in PropertySetHelper() argument
83 mp->mpInfo = pInfo; in PropertySetHelper()
92 void PropertySetHelper::setInfo( comphelper::PropertySetInfo* pInfo ) throw() in setInfo() argument
94 OSL_ENSURE( pInfo != NULL, "need pInfo" ); in setInfo()
98 mp->mpInfo = pInfo; in setInfo()
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx549 OExtendedTypeInfo* pInfo = aIter->second; in getTypeInfoFromType() local
551 ::rtl::OUString sDBTypeName = pInfo->aSimpleType.aTypeName; in getTypeInfoFromType()
552 … sal_Int32 nDBTypePrecision = pInfo->aSimpleType.nPrecision; (void)nDBTypePrecision; in getTypeInfoFromType()
553 sal_Int32 nDBTypeScale = pInfo->aSimpleType.nMaximumScale; (void)nDBTypeScale; in getTypeInfoFromType()
554 sal_Int32 nAdoType = pInfo->eType; (void)nAdoType; in getTypeInfoFromType()
557 || (pInfo->aSimpleType.aTypeName.equalsIgnoreAsciiCase(_sTypeName)) in getTypeInfoFromType()
559 && (pInfo->aSimpleType.nPrecision >= _nPrecision) in getTypeInfoFromType()
560 && (pInfo->aSimpleType.nMaximumScale >= _nScale) in getTypeInfoFromType()
/trunk/main/connectivity/source/drivers/file/
H A DFDatabaseMetaData.cxx222 NumberedSortingInfo* pInfo = aSortInfo.getArray(); in getTables() local
223 pInfo[ 0 ].ColumnIndex = 1; in getTables()
224 pInfo[ 0 ].Ascending = sal_True; in getTables()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx560 pEntry->SetUserData(pInfo); in InitModule()
686 SfxGroupInfo_Impl *pInfo = in Init() local
692 pNewEntry->SetUserData( pInfo ); in Init()
694 aArr.Insert( pInfo, aArr.Count() ); in Init()
758 SfxGroupInfo_Impl* pInfo = in Init() local
771 pNewEntry->SetUserData( pInfo ); in Init()
772 aArr.Insert( pInfo, aArr.Count() ); in Init()
805 pEntry->SetUserData( pInfo ); in Init()
996 switch ( pInfo->nKind ) in GroupSelected()
1155 pInfo->bWasOpened = sal_True; in RequestingChilds()
[all …]
H A Dselector.cxx155 SvxGroupInfo_Impl *pInfo = in GetHelpText() local
158 if ( pInfo ) in GetHelpText()
162 OUString aCmdURL( pInfo->sURL ); in GetHelpText()
170 return pInfo->sHelpText; in GetHelpText()
388 SvxGroupInfo_Impl* pInfo = in fillScriptList() local
537 SvxGroupInfo_Impl *pInfo = in Init() local
541 pEntry->SetUserData( pInfo ); in Init()
570 SvxGroupInfo_Impl *pInfo = in Init() local
727 switch ( pInfo->nKind ) in GroupSelected()
937 pInfo->bWasOpened = sal_True; in RequestingChilds()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx584 const GalleryThemeEntry* pInfo = pGal->GetThemeInfo( i ); in IMPL_LINK() local
586 if( ( pInfo->GetId() == nId ) && ( pInfo->GetThemeName() != pThm->GetName() ) ) in IMPL_LINK()
591 aStr += pInfo->GetThemeName(); in IMPL_LINK()
/trunk/main/cui/source/options/
H A Doptjava.cxx188 JavaInfo* pInfo = *pIter; in ~SvxJavaOptionsPage() local
189 jfw_freeJavaInfo( pInfo ); in ~SvxJavaOptionsPage()
418 JavaInfo* pInfo = *parInfo++; in ClearJavaInfo() local
419 jfw_freeJavaInfo( pInfo ); in ClearJavaInfo()
453 JavaInfo* pInfo = *parInfo++; in LoadJREs() local
454 AddJRE( pInfo ); in LoadJREs()
461 JavaInfo* pInfo = *pIter; in LoadJREs() local
462 AddJRE( pInfo ); in LoadJREs()
531 JavaInfo* pInfo = NULL; in AddFolder() local
565 AddJRE( pInfo ); in AddFolder()
[all …]
H A Doptlingu.cxx669 pInfo = &rTmp; in GetInfoByImplName()
671 return pInfo; in GetInfoByImplName()
1015 pInfo = pTmp; in Reconfigure()
1020 if (pInfo) in Reconfigure()
1030 if (pInfo->xSpell.is()) in Reconfigure()
1062 if (pInfo->xHyph.is()) in Reconfigure()
1078 if (pInfo->xThes.is()) in Reconfigure()
2323 if (pInfo) in IMPL_LINK()
2367 if (pInfo) in IMPL_LINK()
2411 if (pInfo) in IMPL_LINK()
[all …]
H A Dtreeopt.cxx699 OptionsGroupInfo* pInfo = in AddGroup() local
701 pEntry->SetUserData(pInfo); in AddGroup()
1050 OptionsGroupInfo* pInfo = static_cast<OptionsGroupInfo*>(pEntry->GetUserData()); in DataChanged() local
1055 if ( aHelpTextsArr.GetValue(i) == pInfo->m_nDialogId ) in DataChanged()
1057 aHelpImg.SetImage( pImgLst->GetImage( pInfo->m_nDialogId ) ); in DataChanged()
2590 OptionsPageInfo* pInfo = pDlg->AddTabPage( 0, pLeaf->m_sLabel, nGrpId ); in lcl_insertLeaf() local
2591 pInfo->m_sPageURL = pLeaf->m_sPageURL; in lcl_insertLeaf()
2592 pInfo->m_sEventHdl = pLeaf->m_sEventHdl; in lcl_insertLeaf()
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx282 while( pInfo ) in ~SvxLineTabPage()
284 delete pInfo->pBrushItem; in ~SvxLineTabPage()
285 delete pInfo; in ~SvxLineTabPage()
286 pInfo = (SvxBmpItemInfo*)aGrfBrushItems.Next(); in ~SvxLineTabPage()
1696 SvxBmpItemInfo* pInfo = new SvxBmpItemInfo(); in IMPL_LINK() local
1697 pInfo->pBrushItem = pBrushItem; in IMPL_LINK()
1699 aGrfBrushItems.Insert(pInfo, i); in IMPL_LINK()
1786 pInfo->pBrushItem = pBrushItem; in IMPL_LINK()
1825 if( pInfo->pBrushItem == pItem ) in IMPL_STATIC_LINK()
1827 pBmpInfo = pInfo; break; in IMPL_STATIC_LINK()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx2595 IMPL_LINK(SbaXDataBrowserController, OnFoundData, FmFoundRecordInformation*, pInfo) in IMPL_LINK() argument
2601 xCursor->moveToBookmark(pInfo->aPosition); in IMPL_LINK()
2619 if (pInfo->nFieldPos) in IMPL_LINK()
2620 --pInfo->nFieldPos; in IMPL_LINK()
2633 IMPL_LINK(SbaXDataBrowserController, OnCanceledNotFound, FmFoundRecordInformation*, pInfo) in IMPL_LINK() argument
2641 xCursor->moveToBookmark(pInfo->aPosition); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx804 PropertyValue* pInfo = _rInfo.getArray(); in fillDatasourceInfo() local
808 for (sal_Int32 i = 0; i < nCount; ++i, ++pInfo) in fillDatasourceInfo()
810 aSearchFor.Name = pInfo->Name; in fillDatasourceInfo()
814 if ( !::comphelper::compare(pInfo->Value,aOverwrittenSetting->Value) ) in fillDatasourceInfo()
815 *pInfo = *aOverwrittenSetting; in fillDatasourceInfo()
818 else if (0 == pInfo->Name.compareToAscii("JDBCDRV")) in fillDatasourceInfo()
823 aPreservedSettings[i] = pInfo->Name; in fillDatasourceInfo()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx705 pInfo->aTypeName = aValue; in fillTypeInfo()
708 pInfo->nType = aValue; in fillTypeInfo()
752 if( pInfo->nPrecision < 0) in fillTypeInfo()
753 pInfo->nPrecision = 0; in fillTypeInfo()
755 pInfo->nMinimumScale = 0; in fillTypeInfo()
757 pInfo->nMaximumScale = 0; in fillTypeInfo()
760 switch(pInfo->nType) in fillTypeInfo()
857 pInfo->aUIName += aB1; in fillTypeInfo()
859 pInfo->aUIName += pInfo->aTypeName; in fillTypeInfo()
861 pInfo->aUIName += aB2; in fillTypeInfo()
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DQTableWindow.cxx189 OTableFieldInfo* pInfo = new OTableFieldInfo(); in createUserData() local
190 pInfo->SetKey(_bPrimaryKey ? TAB_PRIMARY_FIELD : TAB_NORMAL_FIELD); in createUserData()
192 pInfo->SetDataType(::comphelper::getINT32(_xColumn->getPropertyValue(PROPERTY_TYPE))); in createUserData()
193 return pInfo; in createUserData()
/trunk/main/desktop/source/app/
H A Dofficeipcthread.cxx290 OSignalHandler::TSignalAction SAL_CALL SalMainPipeExchangeSignalHandler::signal(TSignalInfo *pInfo) in signal() argument
292 if( pInfo->Signal == osl_Signal_Terminate ) in signal()
H A Dofficeipcthread.hxx45 virtual TSignalAction SAL_CALL signal(TSignalInfo *pInfo);
/trunk/main/extensions/source/logging/
H A Dsysloghandler.cxx286 oslProcessInfo pInfo; in publish() local
287 pInfo.Size = sizeof(oslProcessInfo); in publish()
288 oslProcessError prerr = osl_getProcessInfo( NULL, osl_Process_IDENTIFIER, &pInfo ); in publish()
290 buffer.append( (sal_Int64) pInfo.Ident ); in publish()

Completed in 147 milliseconds

12345678910>>...15