Searched refs:maArray (Results 1 – 10 of 10) sorted by relevance
/aoo42x/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 …]
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 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() 868 maArray.SetColWidth( 0, mnLabelColWidth ); in CalcCellArray() 869 maArray.SetColWidth( 4, mnLabelColWidth ); in CalcCellArray() 871 maArray.SetYOffset( 2 ); in CalcCellArray() 872 maArray.SetAllRowHeights( mnRowHeight ); in CalcCellArray() 874 aPrvSize.Width() = maArray.GetWidth() + 4; in CalcCellArray() 875 aPrvSize.Height() = maArray.GetHeight() + 4; in CalcCellArray() [all …]
|
/aoo42x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 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() 937 maArray.SetColWidth( 0, nLabelColWidth ); in CalcCellArray() 938 maArray.SetColWidth( 4, nLabelColWidth ); in CalcCellArray() 940 maArray.SetYOffset( 2 ); in CalcCellArray() 941 maArray.SetAllRowHeights( nRowHeight ); in CalcCellArray() 943 aPrvSize.Width() = maArray.GetWidth() + 4; in CalcCellArray() 944 aPrvSize.Height() = maArray.GetHeight() + 4; in CalcCellArray() [all …]
|
/aoo42x/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() 398 maArray.SetYOffset( mnLine1 ); in InitBorderGeometry() 401 Rectangle aTLRect( maArray.GetCellRect( 0, 0 ) ); in InitBorderGeometry() 419 Rectangle aRect( maArray.GetCellRect( nCol, nRow ) ); in InitBorderGeometry() 639 maArray.SetColumnStyleLeft( 0, maLeft.GetUIStyle() ); in DrawAllFrameBorders() 643 maArray.SetRowStyleTop( 0, maTop.GetUIStyle() ); in DrawAllFrameBorders() 644 if( mbHor ) maArray.SetRowStyleTop( 1, maHor.GetUIStyle() ); in DrawAllFrameBorders() 647 for( size_t nCol = 0; nCol < maArray.GetColCount(); ++nCol ) in DrawAllFrameBorders() [all …]
|
/aoo42x/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()
|
/aoo42x/main/sc/inc/ |
H A D | fillinfo.hxx | 133 svx::frame::Array maArray; member
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | autofmt.hxx | 141 svx::frame::Array maArray; /// Implementation to draw the frame borders. member in ScAutoFmtPreview
|
/aoo42x/main/svx/source/inc/ |
H A D | frmselimpl.hxx | 121 frame::Array maArray; /// Frame link array to draw an array of frame borders. member
|
/aoo42x/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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 897 svx::frame::Array& rArray = rTabInfo.maArray; in FillInfo()
|
Completed in 125 milliseconds