Searched refs:nPageRight (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 579 SwTwips nPageRight, SwTwips nPageSize) in RTLGraphicsHack() argument 595 rLeft = nPageSize - nPageLeft - nPageRight - rLeft; in RTLGraphicsHack() 606 SwTwips nPageRight, SwTwips nPageSize) in RTLDrawingsHack() argument 622 rLeft = nPageSize - nPageLeft - nPageRight + rLeft; in RTLDrawingsHack() 637 SwTwips nPageLeft, nPageRight; in MiserableRTLFrmFmtHack() local 638 SwTwips nPageSize = CurrentPageWidth(nPageLeft, nPageRight); in MiserableRTLFrmFmtHack() 647 rHOr.GetRelationOrient(), nPageLeft, nPageRight, nPageSize)) in MiserableRTLFrmFmtHack() 655 rHOr.GetRelationOrient(), nPageLeft, nPageRight, nPageSize)) in MiserableRTLFrmFmtHack()
|
H A D | ww8par.hxx | 1775 SwTwips nPageRight, SwTwips nPageSize); 1780 SwTwips nPageRight, SwTwips nPageSize);
|
H A D | ww8par6.cxx | 730 long nPageRight = rLR.GetRight(); in InsertSection() local 732 long nSectionRight = rSection.GetPageRight() - nPageRight; in InsertSection()
|
/aoo42x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1195 SwTwips nPageRight = 0; in VisPortChgd() local 1201 nPageRight = aPageRect.Right() + nBorderWidth; in VisPortChgd() 1207 nPageRight = aPageRect.Right() + nBorderWidth + nSidebarWidth; in VisPortChgd() 1216 if( nPageRight > nMaxRight ) in VisPortChgd() 1217 nMaxRight = nPageRight; in VisPortChgd()
|
Completed in 417 milliseconds