Home
last modified time | relevance | path

Searched refs:m_pProps (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/sw/source/core/unocore/
H A Dunosect.cxx127 ::std::auto_ptr<SwTextSectionProperties_Impl> m_pProps;
138 , m_pProps((pFmt) ? 0 : new SwTextSectionProperties_Impl()) in Impl()
333 SectionType eType = (m_pImpl->m_pProps->m_bDDE) in attach()
335 : ((m_pImpl->m_pProps->m_sLinkFileName.getLength() || in attach()
336 m_pImpl->m_pProps->m_sSectionRegion.getLength()) in attach()
371 aSect.SetCondition(m_pImpl->m_pProps->m_sCondition); in attach()
372 ::rtl::OUStringBuffer sLinkNameBuf(m_pImpl->m_pProps->m_sLinkFileName); in attach()
374 sLinkNameBuf.append(m_pImpl->m_pProps->m_sSectionFilter); in attach()
376 sLinkNameBuf.append(m_pImpl->m_pProps->m_sSectionRegion); in attach()
379 aSect.SetHidden(m_pImpl->m_pProps->m_bHidden); in attach()
[all …]
H A Dunofield.cxx1108 , m_pProps( new SwFieldProperties_Impl() ) in SwXTextField()
1116 m_pProps->bBool2 = sal_True; in SwXTextField()
1120 m_pProps->bBool1 = sal_True; in SwXTextField()
1124 m_pProps->nUSHORT2 = USHRT_MAX; in SwXTextField()
1139 , m_pProps(0) in SwXTextField()
1152 delete m_pProps; in ~SwXTextField()
1247 if (m_pProps->pDateTime) in attachToRange()
1249 aDateTime.SetYear(m_pProps->pDateTime->Year); in attachToRange()
1250 aDateTime.SetMonth(m_pProps->pDateTime->Month); in attachToRange()
1251 aDateTime.SetDay(m_pProps->pDateTime->Day); in attachToRange()
[all …]
H A Dunoidx.cxx354 ::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()
1388 lcl_ReAssignTOXType(pDoc, rTOXBase, m_pImpl->m_pProps->GetTypeName()); in attach()
1394 pDoc->SetTOXBaseName(*pTOX, m_pImpl->m_pProps->GetTOXBase().GetTOXName()); in attach()
[all …]
/AOO41X/main/ucb/source/ucp/webdav/
H A Dwebdavcontentcaps.cxx64 if ( !m_pProps ) in getProperty()
67 if ( !m_pProps ) in getProperty()
69 m_pProps = new PropertyMap; 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()
[all …]
H A Dwebdavprovider.cxx81 m_pProps( 0 ) in ContentProvider()
138 delete m_pProps; in ~ContentProvider()
H A Dwebdavprovider.hxx74 PropertyMap * m_pProps; member in http_dav_ucp::ContentProvider
/AOO41X/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx57 m_pProps( 0 ), in PropertySetInfo()
66 delete m_pProps; in ~PropertySetInfo()
99 if ( !m_pProps ) in getProperties()
102 if ( !m_pProps ) in getProperties()
112 m_pProps = new uno::Sequence< beans::Property >( aProps ); in getProperties()
120 m_pProps = new uno::Sequence< beans::Property >( 0 ); 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()
[all …]
H A Dresultset.cxx95 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()
/AOO41X/main/ucb/source/core/
H A Ducbprops.cxx316 : 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 Ducbstore.cxx149 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 Ducbprops.hxx52 m_pProps; member in UcbPropertiesManager
/AOO41X/main/ucbhelper/inc/ucbhelper/
H A Dcontentinfo.hxx63 m_pProps; member in ucbhelper::PropertySetInfo
/AOO41X/main/sw/inc/
H A Dunofield.hxx141 SwFieldProperties_Impl* m_pProps; member in SwXTextField