Home
last modified time | relevance | path

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

/aoo4110/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx3968 SectionColumnHandlerPtr pSectHdl( new SectionColumnHandler ); in sprmWithProps() local
3969 pProperties->resolve(*pSectHdl); in sprmWithProps()
3972 if( pSectHdl->IsEqualWidth() ) 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()
3985 for (; tmpIter != pSectHdl->GetColumns().end(); tmpIter++) in sprmWithProps()
3991 pSectionContext->SetSeparatorLine( pSectHdl->IsSeparator() ); in sprmWithProps()
3993 else if( pSectHdl->GetNum() > 0 ) in sprmWithProps()
[all …]

Completed in 23 milliseconds