Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx3960 const _PageMar& rPageMar = m_pImpl->GetPageMargins(); in sprmWithProps() local
3961 pSectionContext->SetTopMargin( rPageMar.top ); in sprmWithProps()
3962 pSectionContext->SetRightMargin( rPageMar.right ); in sprmWithProps()
3963 pSectionContext->SetBottomMargin( rPageMar.bottom ); in sprmWithProps()
3964 pSectionContext->SetLeftMargin( rPageMar.left ); in sprmWithProps()
3965 pSectionContext->SetHeaderTop( rPageMar.header ); in sprmWithProps()
3966 pSectionContext->SetHeaderBottom( rPageMar.footer ); in sprmWithProps()

Completed in 27 milliseconds