Searched refs:pSectHdl (Results 1 – 1 of 1) sorted by relevance
3968 SectionColumnHandlerPtr pSectHdl( new SectionColumnHandler ); in sprmWithProps() local3969 pProperties->resolve(*pSectHdl); in sprmWithProps()3972 if( pSectHdl->IsEqualWidth() ) in sprmWithProps()3975 pSectionContext->SetColumnCount( (sal_Int16) (pSectHdl->GetNum() - 1) ); in sprmWithProps()3976 pSectionContext->SetColumnDistance( pSectHdl->GetSpace() ); in sprmWithProps()3977 pSectionContext->SetSeparatorLine( pSectHdl->IsSeparator() ); in sprmWithProps()3979 else if( !pSectHdl->GetColumns().empty() ) in sprmWithProps()3982 pSectionContext->SetColumnDistance( pSectHdl->GetSpace() ); in sprmWithProps()3983 pSectionContext->SetColumnCount( (sal_Int16)(pSectHdl->GetColumns().size() -1)); in sprmWithProps()3984 std::vector<_Column>::const_iterator tmpIter = pSectHdl->GetColumns().begin(); in sprmWithProps()[all …]