/aoo41x/main/sw/source/core/text/ |
H A D | txttab.cxx | 115 SwTwips nLinePos = GetLeftMargin(); in NewTabPortion() local 118 Point aPoint( nLinePos, 0 ); in NewTabPortion() 120 nLinePos = aPoint.X(); in NewTabPortion() 136 nLinePos - nTabPos : in NewTabPortion() 137 nLinePos + nTabPos; in NewTabPortion() 284 nNextPos += bRTL ? nLinePos - nTabLeft : nTabLeft - nLinePos; in NewTabPortion()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 635 long nLinePos = mnHeaderPos + (mbMirrorEntries ? 0 : (mnHeaderSize - 1)); in Paint() local 636 DrawLineRel( 0, nLinePos, nLevelEnd, nLinePos ); in Paint() 675 long nLinePos = nLevelPos; in Paint() local 677 nLinePos += SC_OL_BITMAPSIZE - 1; // align with right edge of bitmap in Paint() 678 DrawRectRel( nLinePos, nEntryPos1, nLinePos + nLevelsSign, nEntryPos2 ); in Paint() 681 DrawRectRel( nLinePos, nEntryPos2 - nEntriesSign, in Paint() 682 nLinePos + ( SC_OL_BITMAPSIZE / 3 ) * nLevelsSign, nEntryPos2 ); in Paint()
|
/aoo41x/main/svtools/source/svhtml/ |
H A D | parhtml.cxx | 466 sal_uLong nLinePos = GetLinePos(); in ScanText() local 579 DBG_ASSERT( nlLinePos-nLinePos == in ScanText() 583 nlLinePos = nLinePos; in ScanText() 624 DBG_ASSERT( nlLinePos-nLinePos == in ScanText() 628 nlLinePos = nLinePos; in ScanText() 692 nlLinePos = nLinePos-1; in ScanText() 908 sal_uLong nLinePos = GetLinePos(); in _GetNextRawToken() local 1006 SetLinePos( nLinePos ); in _GetNextRawToken() 1140 sal_uLong nLinePos = GetLinePos(); in _GetNextToken() local 1261 SetLinePos( nLinePos ); in _GetNextToken() [all …]
|
/aoo41x/main/sw/source/core/inc/ |
H A D | tblrwcl.hxx | 140 sal_uInt16 nLinePos; member 143 : pLines( &rTable.GetTabLines() ), pShareFmts(0), nLinePos( 0 ) {} in _SwGCLineBorder() 146 : pLines( &rBox.GetTabLines() ), pShareFmts(0), nLinePos( 0 ) {} in _SwGCLineBorder() 147 sal_Bool IsLastLine() const { return nLinePos + 1 >= pLines->Count(); } in IsLastLine()
|
/aoo41x/main/svx/source/dialog/ |
H A D | frmsel.cxx | 565 long nLinePos = 0; in DrawArrows() local 569 case FRAMEBORDER_TOP: nLinePos = mnLine1; break; in DrawArrows() 571 case FRAMEBORDER_HOR: nLinePos = mnLine2; break; in DrawArrows() 573 case FRAMEBORDER_BOTTOM: nLinePos = mnLine3; break; in DrawArrows() 576 nLinePos -= mnArrowSize / 2; in DrawArrows() 587 aPos1 = Point( nLinePos, nTLPos ); nImgId1 = 1; in DrawArrows() 588 aPos2 = Point( nLinePos, nBRPos ); nImgId2 = 2; in DrawArrows() 594 aPos1 = Point( nTLPos, nLinePos ); nImgId1 = 3; in DrawArrows() 595 aPos2 = Point( nBRPos, nLinePos ); nImgId2 = 4; in DrawArrows()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 3652 long nLinePos; in ImplDrawWaveTextLine() local 3657 nLinePos = pFontEntry->maMetric.mnAboveWUnderlineOffset; in ImplDrawWaveTextLine() 3662 nLinePos = pFontEntry->maMetric.mnWUnderlineOffset; in ImplDrawWaveTextLine() 3671 nLinePos += nDistY - (nLineHeight / 2); in ImplDrawWaveTextLine() 3691 nLinePos -= nLineWidthHeight-nLineDY2; in ImplDrawWaveTextLine() 3694 nLinePos += nLineWidthHeight+nLineDY; in ImplDrawWaveTextLine() 3700 nLinePos -= nLineWidthHeight/2; in ImplDrawWaveTextLine() 3716 long nLinePos = 0; in ImplDrawStraightTextLine() local 3947 long nLinePos = 0; in ImplDrawStrikeoutLine() local 3959 nLinePos = nY + pFontEntry->maMetric.mnStrikeoutOffset; in ImplDrawStrikeoutLine() [all …]
|
H A D | pdfwriter_impl.cxx | 8026 long nLinePos = 0; in drawWaveTextLine() local 8036 nLinePos = HCONV( pFontEntry->maMetric.mnAboveWUnderlineOffset ); in drawWaveTextLine() 8043 nLinePos = HCONV( pFontEntry->maMetric.mnWUnderlineOffset ); in drawWaveTextLine() 8076 nLinePos -= nLineWidth-nLineDY2; in drawWaveTextLine() 8080 nLinePos += nLineWidth+nLineDY; in drawWaveTextLine() 8086 nLinePos -= nLineWidth/2; in drawWaveTextLine() 8096 long nLinePos = 0; in drawStraightTextLine() local 8144 nLinePos += nLineHeight/2; in drawStraightTextLine() 8265 long nLinePos = 0; in drawStrikeoutLine() local 8277 nLinePos = HCONV( pFontEntry->maMetric.mnStrikeoutOffset ); in drawStrikeoutLine() [all …]
|
/aoo41x/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 1564 sal_uInt16 nLinePos = GetTabLines().C40_GETPOS(SwTableLine, pLine); in PrepareDelBoxes() local 1565 ASSERT( nLinePos < USHRT_MAX, "Box/table mismatch" ) in PrepareDelBoxes() 1568 if( ++nLinePos < GetTabLines().Count() ) in PrepareDelBoxes() 1570 pLine = GetTabLines()[ nLinePos ]; in PrepareDelBoxes() 1577 else if( nLinePos > 0 ) in PrepareDelBoxes() 1581 pLine = GetTabLines()[ --nLinePos ]; in PrepareDelBoxes() 1599 while( nRowSpan < 0 && nLinePos > 0 ); in PrepareDelBoxes()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 3477 sal_uInt16 nLinePos = rTbl.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in SplitTable() local 3478 if( USHRT_MAX == nLinePos || in SplitTable() 3479 ( bAfter ? ++nLinePos >= rTbl.GetTabLines().Count() : !nLinePos )) in SplitTable() 3483 SwTableLine* pNextLine = rTbl.GetTabLines()[ nLinePos ]; in SplitTable() 3513 rNewTbl.GetTabLines().Insert( &rTbl.GetTabLines(), 0, nLinePos ); in SplitTable() 3522 for (sal_uInt16 k = nLinePos; k < rTbl.GetTabLines().Count(); ++k) in SplitTable() 3524 sal_uInt16 nLineIdx = (rTbl.GetTabLines().Count() - 1) - k + nLinePos; in SplitTable() 3535 sal_uInt16 nDeleted = rTbl.GetTabLines().Count() - nLinePos; in SplitTable() 3536 rTbl.GetTabLines().Remove( nLinePos, nDeleted ); in SplitTable() 3727 aPara.nLinePos = --nOldSize; in MergeTable()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | gctable.cxx | 222 const SwTableLine* pNextLine = (*pGCPara->pLines)[ pGCPara->nLinePos+1 ]; in lcl_GC_Line_Border() 310 ++pGCPara->nLinePos; in lcl_GC_Line_Border()
|
H A D | tblrwcl.cxx | 955 sal_uInt16 nLinePos, sal_Bool bNxt, in lcl_FndNxtPrvDelBox() argument 961 ++nLinePos; in lcl_FndNxtPrvDelBox() 963 --nLinePos; in lcl_FndNxtPrvDelBox() 964 SwTableLine* pLine = rTblLns[ nLinePos ]; in lcl_FndNxtPrvDelBox() 1004 } while( bNxt ? ( nLinePos + 1 < rTblLns.Count() ) : nLinePos ); in lcl_FndNxtPrvDelBox()
|