Home
last modified time | relevance | path

Searched refs:m_lPropDesc (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/services/
H A Dpathsettings.cxx519 sal_Int32 c = m_lPropDesc.getLength(); in impl_mapPathName2IDList()
523 const css::beans::Property& rProp = m_lPropDesc[i]; in impl_mapPathName2IDList()
554 sal_Int32 nMaxID = m_lPropDesc.getLength()-1; in impl_notifyPropListener()
745 m_lPropDesc.realloc(c*IDGROUP_COUNT); in impl_rebuildPropertyDescriptor()
755 pProp = &(m_lPropDesc[i]); in impl_rebuildPropertyDescriptor()
764 pProp = &(m_lPropDesc[i]); in impl_rebuildPropertyDescriptor()
772 pProp = &(m_lPropDesc[i]); in impl_rebuildPropertyDescriptor()
781 pProp = &(m_lPropDesc[i]); in impl_rebuildPropertyDescriptor()
793 …m_pPropHelp = new ::cppu::OPropertyArrayHelper(m_lPropDesc, sal_False); // false => not sorted ...… in impl_rebuildPropertyDescriptor()
1009 if (nHandle > (m_lPropDesc.getLength()-1)) in impl_getPathAccess()
[all …]
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx146 css::uno::Sequence< css::beans::Property > m_lPropDesc; member in framework::PathSettings