Searched refs:pSectionContext (Results 1 – 2 of 2) sorted by relevance
195 SectionPropertyMap * pSectionContext = m_pImpl->GetSectionContext(); in lcl_attribute() local2148 OSL_ENSURE(pSectionContext, "SectionContext unavailable!"); in lcl_attribute()2149 if(pSectionContext) in lcl_attribute()2151 … pSectionContext->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 …]
253 SectionPropertyMap* pSectionContext = 0; in PushProperties() local255 (pSectionContext = new SectionPropertyMap( m_bIsFirstSection )) : in PushProperties()1046 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageHeader() local1047 if(pSectionContext) in PushPageHeader()1050 pSectionContext->GetPageStyle( in PushPageHeader()1084 SectionPropertyMap* pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in PushPageFooter() local1085 if(pSectionContext) in PushPageFooter()1088 pSectionContext->GetPageStyle( in PushPageFooter()3886 SectionPropertyMap* pSectionContext = 0; in GetSectionContext() local3892 pSectionContext = dynamic_cast< SectionPropertyMap* >( pContext.get() ); in GetSectionContext()[all …]