Searched refs:pSectHdl (Results 1 – 1 of 1) sorted by relevance
3977 SectionColumnHandlerPtr pSectHdl( new SectionColumnHandler ); in sprmWithProps() local3978 pProperties->resolve(*pSectHdl); in sprmWithProps()3981 if( pSectHdl->IsEqualWidth() ) in sprmWithProps()3985 pSectionContext->SetColumnDistance( pSectHdl->GetSpace() ); in sprmWithProps()3986 pSectionContext->SetSeparatorLine( pSectHdl->IsSeparator() ); in sprmWithProps()3988 else if( !pSectHdl->GetColumns().empty() ) in sprmWithProps()3991 pSectionContext->SetColumnDistance( pSectHdl->GetSpace() ); in sprmWithProps()3994 for (; tmpIter != pSectHdl->GetColumns().end(); tmpIter++) in sprmWithProps()4000 pSectionContext->SetSeparatorLine( pSectHdl->IsSeparator() ); in sprmWithProps()4002 else if( pSectHdl->GetNum() > 0 ) in sprmWithProps()[all …]
Completed in 30 milliseconds