Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx195 SectionPropertyMap * pSectionContext = m_pImpl->GetSectionContext(); in lcl_attribute() local
2148 OSL_ENSURE(pSectionContext, "SectionContext unavailable!"); in lcl_attribute()
2149 if(pSectionContext) in lcl_attribute()
2151pSectionContext->SetGridLinePitch( ConversionHelper::convertTwipToMM100( nIntValue ) ); in lcl_attribute()
2158 OSL_ENSURE(pSectionContext, "SectionContext unavailable!"); in lcl_attribute()
2159 if(pSectionContext) in lcl_attribute()
2161 pSectionContext->SetDxtCharSpace( nIntValue ); in lcl_attribute()
2168 if (pSectionContext != NULL) in lcl_attribute()
2170 pSectionContext->SetGridType(nIntValue); in lcl_attribute()
2213 SectionPropertyMap * pSectionContext = m_pImpl->GetSectionContext(); in sprmWithProps() local
[all …]
H A DDomainMapper_Impl.cxx253 SectionPropertyMap* pSectionContext = 0; in PushProperties() local
255 (pSectionContext = new SectionPropertyMap( m_bIsFirstSection )) : in PushProperties()
1046 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageHeader() local
1047 if(pSectionContext) in PushPageHeader()
1050 pSectionContext->GetPageStyle( in PushPageHeader()
1084 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageFooter() local
1085 if(pSectionContext) in PushPageFooter()
1088 pSectionContext->GetPageStyle( in PushPageFooter()
3886 SectionPropertyMap* pSectionContext = 0; in GetSectionContext() local
3892 pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in GetSectionContext()
[all …]