Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx3977 SectionColumnHandlerPtr pSectHdl( new SectionColumnHandler ); in sprmWithProps() local
3978 pProperties->resolve(*pSectHdl); in sprmWithProps()
3981 if( pSectHdl->IsEqualWidth() ) in sprmWithProps()
3984 pSectionContext->SetColumnCount( (sal_Int16) (pSectHdl->GetNum() - 1) ); 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()
3992 pSectionContext->SetColumnCount( (sal_Int16)(pSectHdl->GetColumns().size() -1)); in sprmWithProps()
3993 std::vector<_Column>::const_iterator tmpIter = pSectHdl->GetColumns().begin(); in sprmWithProps()
[all …]