Searched refs:rPageMar (Results 1 – 1 of 1) sorted by relevance
3960 const _PageMar& rPageMar = m_pImpl->GetPageMargins(); in sprmWithProps() local3961 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 30 milliseconds