Searched refs:maArray (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/svx/inc/svx/ |
| H A D | svdmark.hxx | 44 Container maArray; member in SdrUShortCont 52 : maArray(nBlock, nInit, nResize), in SdrUShortCont() 57 : maArray(rCont.maArray), in SdrUShortCont() 66 maArray = rCont.maArray; in operator =() 73 return maArray == rCont.maArray; in operator ==() 78 return maArray != rCont.maArray; in operator !=() 83 maArray.Clear(); in Clear() 99 maArray.Insert((void*)sal_uLong(nElem),nPos); in Insert() 109 maArray.Remove(nPos); in Remove() 114 maArray.Replace((void*)sal_uLong(nElem), nPos); in Replace() [all …]
|
| /AOO41X/main/sc/source/ui/miscdlgs/ |
| H A D | autofmt.cxx | 590 return pnFmtMap[ maArray.GetCellIndex( nCol, nRow, mbRTL ) ]; in GetFormatIndex() 620 sal_uInt16 nIndex = static_cast< sal_uInt16 >( maArray.GetCellIndex( nCol, nRow, mbRTL ) ); in DrawString() 672 Rectangle cellRect = maArray.GetCellRect( nCol, nRow ); in DrawString() 815 aVD.DrawRect( maArray.GetCellRect( nCol, nRow ) ); in DrawBackground() 837 maArray.DrawArray( aVD ); in PaintCells() 846 maArray.Initialize( 5, 5 ); in Init() 847 maArray.SetUseDiagDoubleClipping( false ); in Init() 866 maArray.SetXOffset( 2 ); in CalcCellArray() 867 maArray.SetAllColWidths( bFitWidthP ? mnDataColWidth2 : mnDataColWidth1 ); in CalcCellArray() 868 maArray.SetColWidth( 0, mnLabelColWidth ); in CalcCellArray() [all …]
|
| /AOO41X/main/sw/source/ui/table/ |
| H A D | tautofmt.cxx | 84 svx::frame::Array maArray; /// Implementation to draw the frame borders. member in AutoFmtPreview 682 return pnFmtMap[ maArray.GetCellIndex( nCol, nRow, mbRTL ) ]; in GetFormatIndex() 700 sal_uInt8 nIndex = static_cast< sal_uInt8 >( maArray.GetCellIndex( nCol, nRow, mbRTL ) ); in DrawString() 760 Rectangle cellRect = maArray.GetCellRect( nCol, nRow ); in DrawString() 895 aVD.DrawRect( maArray.GetCellRect( nCol, nRow ) ); in DrawBackground() 915 maArray.DrawArray( aVD ); in PaintCells() 924 maArray.Initialize( 5, 5 ); in Init() 925 maArray.SetUseDiagDoubleClipping( false ); in Init() 935 maArray.SetXOffset( 2 ); in CalcCellArray() 936 maArray.SetAllColWidths( _bFitWidth ? nDataColWidth2 : nDataColWidth1 ); in CalcCellArray() [all …]
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | frmsel.cxx | 392 maArray.Initialize( mbVer ? 2 : 1, mbHor ? 2 : 1 ); in InitBorderGeometry() 393 maArray.SetUseDiagDoubleClipping( true ); in InitBorderGeometry() 395 maArray.SetXOffset( mnLine1 ); in InitBorderGeometry() 396 maArray.SetAllColWidths( (mbVer ? mnLine2 : mnLine3) - mnLine1 ); in InitBorderGeometry() 398 maArray.SetYOffset( mnLine1 ); in InitBorderGeometry() 399 maArray.SetAllRowHeights( (mbHor ? mnLine2 : mnLine3) - mnLine1 ); in InitBorderGeometry() 401 Rectangle aTLRect( maArray.GetCellRect( 0, 0 ) ); in InitBorderGeometry() 415 for( nCol = 0, nCols = maArray.GetColCount(); nCol < nCols; ++nCol ) in InitBorderGeometry() 417 for( nRow = 0, nRows = maArray.GetRowCount(); nRow < nRows; ++nRow ) in InitBorderGeometry() 419 Rectangle aRect( maArray.GetCellRect( nCol, nRow ) ); in InitBorderGeometry() [all …]
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdmark.cxx | 69 ImpSdrUShortContSorter aSort(*((Container*)(&maArray))); in Sort() 97 sal_uLong nAnz(maArray.Count()); in CheckSort() 125 sal_uInt32 nAnz = maArray.Count(); in getContainer()
|
| /AOO41X/main/sc/inc/ |
| H A D | fillinfo.hxx | 133 svx::frame::Array maArray; member
|
| /AOO41X/main/sc/source/ui/inc/ |
| H A D | autofmt.hxx | 141 svx::frame::Array maArray; /// Implementation to draw the frame borders. member in ScAutoFmtPreview
|
| /AOO41X/main/svx/source/inc/ |
| H A D | frmselimpl.hxx | 121 frame::Array maArray; /// Frame link array to draw an array of frame borders. member
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | output.cxx | 1179 svx::frame::Array& rArray = mrTabInfo.maArray; in DrawFrame() 1423 svx::frame::Array& rArray = mrTabInfo.maArray; in DrawRotatedFrame()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | fillinfo.cxx | 897 svx::frame::Array& rArray = rTabInfo.maArray; in FillInfo()
|