Searched refs:nPageLeft (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8esh.cxx | 589 sal_Int16 eHoriOri, sal_Int16 eHoriRel, SwTwips nPageLeft, in RTLGraphicsHack() argument 606 rLeft = nPageSize - nPageLeft - nPageRight - rLeft; in RTLGraphicsHack() 616 sal_Int16 eHoriOri, sal_Int16 eHoriRel, SwTwips nPageLeft, in RTLDrawingsHack() argument 633 rLeft = nPageSize - nPageLeft - nPageRight + rLeft; in RTLDrawingsHack() 648 SwTwips nPageLeft, nPageRight; in MiserableRTLFrmFmtHack() local 649 SwTwips nPageSize = CurrentPageWidth(nPageLeft, nPageRight); in MiserableRTLFrmFmtHack() 658 rHOr.GetRelationOrient(), nPageLeft, nPageRight, nPageSize)) in MiserableRTLFrmFmtHack() 666 rHOr.GetRelationOrient(), nPageLeft, nPageRight, nPageSize)) in MiserableRTLFrmFmtHack()
|
H A D | ww8par.hxx | 1774 sal_Int16 eHoriOri, sal_Int16 eHoriRel, SwTwips nPageLeft, 1779 sal_Int16 eHoriOri, sal_Int16 eHoriRel, SwTwips nPageLeft,
|
H A D | ww8par6.cxx | 729 long nPageLeft = rLR.GetLeft(); in InsertSection() local 731 long nSectionLeft = rSection.GetPageLeft() - nPageLeft; in InsertSection()
|
/aoo41x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1194 SwTwips nPageLeft = 0; in VisPortChgd() local 1200 nPageLeft = aPageRect.Left() - nBorderWidth - nSidebarWidth; in VisPortChgd() 1206 nPageLeft = aPageRect.Left() - nBorderWidth; in VisPortChgd() 1214 if( nPageLeft < nMinLeft ) in VisPortChgd() 1215 nMinLeft = nPageLeft; in VisPortChgd()
|
Completed in 96 milliseconds