Searched refs:pSectionContext (Results 1 – 2 of 2) sorted by relevance
195 SectionPropertyMap * pSectionContext = m_pImpl->GetSectionContext(); in lcl_attribute() local2147 OSL_ENSURE(pSectionContext, "SectionContext unavailable!"); in lcl_attribute()2148 if(pSectionContext) in lcl_attribute()2150 … pSectionContext->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 …]
264 SectionPropertyMap* pSectionContext = 0; in PushProperties() local270 pSectionContext = new SectionPropertyMap( m_bIsFirstSection ); in PushProperties()271 pInsert.reset(pSectionContext); in PushProperties()1233 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageHeader() local1234 if(pSectionContext) in PushPageHeader()1237 pSectionContext->GetPageStyle( in PushPageHeader()1272 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageFooter() local1273 if(pSectionContext) in PushPageFooter()1276 pSectionContext->GetPageStyle( in PushPageFooter()4078 SectionPropertyMap* pSectionContext = 0; in GetSectionContext() local[all …]