Searched refs:m_pProps (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sw/source/core/unocore/ |
H A D | unosect.cxx | 392 if (m_pImpl->m_pProps->m_pBrushItem.get()) in attach() 396 if (m_pImpl->m_pProps->m_pColItem.get()) in attach() 400 if (m_pImpl->m_pProps->m_pFtnItem.get()) in attach() 404 if (m_pImpl->m_pProps->m_pEndItem.get()) in attach() 408 if (m_pImpl->m_pProps->m_pXMLAttr.get()) in attach() 443 if (m_pImpl->m_pProps->m_bDDE) in attach() 456 m_pImpl->m_pProps.reset(); in attach() 669 if (!m_pProps->m_bDDE) in SetPropertyValues_Impl() 1054 ? m_pProps->m_sCondition in GetPropertyValues_Impl() 1066 if (m_pProps->m_bDDE) in GetPropertyValues_Impl() [all …]
|
H A D | unofield.cxx | 1139 , m_pProps(0) in SwXTextField() 1152 delete m_pProps; in ~SwXTextField() 1276 m_pProps->sPar1, m_pProps->sPar2, in attachToRange() 1355 m_pProps->sPar2, m_pProps->sPar3, in attachToRange() 1393 m_pProps->nUSHORT1, m_pProps->sPar2, m_pProps->sPar1); in attachToRange() 1536 m_pProps->sPar3, in attachToRange() 1585 m_pProps->sPar2, in attachToRange() 1587 m_pProps->nUSHORT2 : m_pProps->nFormat); in attachToRange() 1638 m_pProps->sPar1, nSubType, m_pProps->nFormat); in attachToRange() 1678 aName, m_pProps->sPar1, m_pProps->sPar3 ); in attachToRange() [all …]
|
H A D | unoidx.cxx | 354 ::std::auto_ptr<SwDocIndexDescriptorProperties_Impl> m_pProps; 370 , m_pProps((m_bIsDescriptor) in Impl() 385 ? &m_pProps->GetTOXBase() in GetTOXSectionOrThrow() 720 m_pImpl->m_pProps->SetTypeName(sNewName); in setPropertyValue() 984 pTOXBase = &m_pImpl->m_pProps->GetTOXBase(); in getPropertyValue() 1042 sTmp = m_pImpl->m_pProps->GetTypeName(); in getPropertyValue() 1383 SwTOXBase & rTOXBase = m_pImpl->m_pProps->GetTOXBase(); in attach() 1386 !m_pImpl->m_pProps->GetTypeName().equals(pTOXType->GetTypeName())) in attach() 1401 m_pImpl->m_pProps.reset(); in attach() 1514 uRet = OUString(m_pImpl->m_pProps->GetTOXBase().GetTOXName()); in getName() [all …]
|
/aoo42x/main/ucb/source/ucp/webdav/ |
H A D | webdavcontentcaps.cxx | 64 if ( !m_pProps ) in getProperty() 67 if ( !m_pProps ) in getProperty() 76 m_pProps->insert( in getProperty() 85 m_pProps->insert( in getProperty() 94 m_pProps->insert( in getProperty() 102 m_pProps->insert( in getProperty() 111 m_pProps->insert( in getProperty() 120 m_pProps->insert( in getProperty() 129 m_pProps->insert( in getProperty() 137 m_pProps->insert( in getProperty() [all …]
|
H A D | webdavprovider.cxx | 74 m_pProps( 0 ) in ContentProvider() 131 delete m_pProps; in ~ContentProvider()
|
H A D | webdavprovider.hxx | 74 PropertyMap * m_pProps; member in http_dav_ucp::ContentProvider
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | contentinfo.cxx | 57 m_pProps( 0 ), in PropertySetInfo() 66 delete m_pProps; in ~PropertySetInfo() 99 if ( !m_pProps ) in getProperties() 102 if ( !m_pProps ) in getProperties() 142 sal_Int32 nPos = m_pProps->getLength(); in getProperties() 143 m_pProps->realloc( nPos + nAddProps ); in getProperties() 145 beans::Property* pProps = m_pProps->getArray(); in getProperties() 156 return *m_pProps; in getProperties() 191 delete m_pProps; in reset() 192 m_pProps = 0; in reset() [all …]
|
H A D | resultset.cxx | 95 uno::Sequence< beans::Property >* m_pProps; member in ucbhelper_impl::PropertySetInfo 1588 m_pProps = new uno::Sequence< beans::Property >( nProps ); in PropertySetInfo() 1593 beans::Property* pProperties = m_pProps->getArray(); in PropertySetInfo() 1613 delete m_pProps; in ~PropertySetInfo() 1646 return uno::Sequence< beans::Property >( *m_pProps ); in getProperties() 1676 sal_Int32 nCount = m_pProps->getLength(); in queryProperty() 1677 const beans::Property* pProps = m_pProps->getConstArray(); in queryProperty()
|
/aoo42x/main/ucb/source/core/ |
H A D | ucbprops.cxx | 316 : m_pProps( 0 ) in UcbPropertiesManager() 324 delete m_pProps; in ~UcbPropertiesManager() 381 if ( !m_pProps ) in getProperties() 383 m_pProps = new Sequence< Property >( 128 ); in getProperties() 384 Property* pProps = m_pProps->getArray(); in getProperties() 386 sal_Int32 nSize = m_pProps->getLength(); in getProperties() 401 m_pProps->realloc( 128 ); in getProperties() 418 m_pProps->realloc( nPos ); in getProperties() 419 nSize = m_pProps->getLength(); in getProperties() 422 return *m_pProps; in getProperties() [all …]
|
H A D | ucbstore.cxx | 149 Sequence< Property >* m_pProps; member in PropertySetInfo_Impl 172 void reset() { delete m_pProps; m_pProps = 0; } in reset() 2464 m_pProps( NULL ), in PropertySetInfo_Impl() 2473 delete m_pProps; in ~PropertySetInfo_Impl() 2508 if ( !m_pProps ) in getProperties() 2641 m_pProps = pPropSeq; in getProperties() 2642 return *m_pProps; in getProperties() 2652 m_pProps = new Sequence< Property >( 0 ); in getProperties() 2655 return *m_pProps; in getProperties()
|
H A D | ucbprops.hxx | 52 m_pProps; member in UcbPropertiesManager
|
/aoo42x/main/ucbhelper/inc/ucbhelper/ |
H A D | contentinfo.hxx | 63 m_pProps; member in ucbhelper::PropertySetInfo
|
/aoo42x/main/sw/inc/ |
H A D | unofield.hxx | 141 SwFieldProperties_Impl* m_pProps; member in SwXTextField
|
Completed in 102 milliseconds