Searched refs:nScrW (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | output.cxx | 197 nScrW = 0; in ScOutputData() 199 nScrW += pRowInfo[0].pCellInfo[nX+1].nWidth; in ScOutputData() 201 nMirrorW = nScrW; in ScOutputData() 576 aGrid.AddHorLine( nScrX, nScrX+nScrW-nOneX, nPosY-nOneY ); in DrawGrid() 1100 Size( nScrW+1-nOneX, nRowHeight+1-nOneY) ); in DrawClear() 1414 Rectangle aClipRect( Point(nScrX, nScrY), Size(nScrW, nScrH) ); in DrawRotatedFrame() 1677 aDrawingRect.Right() = nScrX+nScrW-1; in GetChangedAreaRegion() 1716 aDrawingRect.Right() = nScrX+nScrW-1; in SetChangedClip() 1876 long nMaxX = nScrX+nScrW-1; in DrawRefMark() 1982 long nMaxX = nScrX+nScrW-1; in DrawOneChange() [all …]
|
H A D | output2.cxx | 1685 …tside = ( aAreaParam.maClipRect.Right() < nScrX || aAreaParam.maClipRect.Left() >= nScrX + nScrW ); in DrawStrings() 1691 if ( aAreaParam.maClipRect.Right() > nScrX + nScrW ) in DrawStrings() 1693 aAreaParam.maClipRect.Right() = nScrX + nScrW; //! minus one? in DrawStrings() 1791 aAreaParam.maClipRect.Right() = nScrX+nScrW; in DrawStrings() 2667 …tside = ( aAreaParam.maClipRect.Right() < nScrX || aAreaParam.maClipRect.Left() >= nScrX + nScrW ); in DrawEdit() 2673 if ( aAreaParam.maClipRect.Right() > nScrX + nScrW ) in DrawEdit() 2675 aAreaParam.maClipRect.Right() = nScrX + nScrW; //! minus one? in DrawEdit() 3369 Size aClipSize = Size( nScrX+nScrW-nStartX, nScrY+nScrH-nStartY ); in DrawRotated() 3475 aClipSize.Width() = nScrW; in DrawRotated()
|
H A D | printfun.cxx | 1247 void ScPrintFunc::DrawBorder( long nScrX, long nScrY, long nScrW, long nScrH, in DrawBorder() argument 1275 Size(nScrW-nLeft-nRight, nScrH-nTop-nBottom) ); in DrawBorder() 1286 long nEffWidth = nScrW - nLeft - nRight; in DrawBorder()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | output.hxx | 92 long nScrW; // Ausgabe Groesse (Pixel) member in ScOutputData 218 long GetScrW() const { return nScrW; } in GetScrW()
|
H A D | printfun.hxx | 345 void DrawBorder( long nScrX, long nScrY, long nScrW, long nScrH,
|
Completed in 55 milliseconds