Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx195 SectionPropertyMap * pSectionContext = m_pImpl->GetSectionContext(); in lcl_attribute() local
2147 OSL_ENSURE(pSectionContext, "SectionContext unavailable!"); in lcl_attribute()
2148 if(pSectionContext) in lcl_attribute()
2150pSectionContext->SetGridLinePitch( ConversionHelper::convertTwipToMM100( nIntValue ) ); in lcl_attribute()
2157 OSL_ENSURE(pSectionContext, "SectionContext unavailable!"); in lcl_attribute()
2158 if(pSectionContext) in lcl_attribute()
2160 pSectionContext->SetDxtCharSpace( nIntValue ); in lcl_attribute()
2167 if (pSectionContext != NULL) in lcl_attribute()
2169 pSectionContext->SetGridType(nIntValue); in lcl_attribute()
2212 SectionPropertyMap * pSectionContext = m_pImpl->GetSectionContext(); in sprmWithProps() local
[all …]
H A DDomainMapper_Impl.cxx264 SectionPropertyMap* pSectionContext = 0; in PushProperties() local
270 pSectionContext = new SectionPropertyMap( m_bIsFirstSection ); in PushProperties()
271 pInsert.reset(pSectionContext); in PushProperties()
1233 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageHeader() local
1234 if(pSectionContext) in PushPageHeader()
1237 pSectionContext->GetPageStyle( in PushPageHeader()
1272 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageFooter() local
1273 if(pSectionContext) in PushPageFooter()
1276 pSectionContext->GetPageStyle( in PushPageFooter()
4078 SectionPropertyMap* pSectionContext = 0; in GetSectionContext() local
[all …]