Lines Matching refs:Array

290     explicit            MergedCellIterator( const Array& rArray, size_t nCol, size_t nRow );
309 MergedCellIterator::MergedCellIterator( const Array& rArray, size_t nCol, size_t nRow ) in MergedCellIterator()
348 Array::Array() in Array() function in svx::frame::Array
353 Array::Array( size_t nWidth, size_t nHeight ) in Array() function in svx::frame::Array
358 Array::~Array() in ~Array()
364 void Array::Initialize( size_t nWidth, size_t nHeight ) in Initialize()
370 void Array::Clear() in Clear()
375 size_t Array::GetColCount() const in GetColCount()
380 size_t Array::GetRowCount() const in GetRowCount()
385 size_t Array::GetCellCount() const in GetCellCount()
390 size_t Array::GetColFromIndex( size_t nCellIndex ) const in GetColFromIndex()
396 size_t Array::GetRowFromIndex( size_t nCellIndex ) const in GetRowFromIndex()
402 size_t Array::GetCellIndex( size_t nCol, size_t nRow, bool bRTL ) const in GetCellIndex()
412 void Array::SetCellStyleLeft( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleLeft()
418 void Array::SetCellStyleRight( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleRight()
424 void Array::SetCellStyleTop( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleTop()
430 void Array::SetCellStyleBottom( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleBottom()
436 void Array::SetCellStyleTLBR( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleTLBR()
442 void Array::SetCellStyleBLTR( size_t nCol, size_t nRow, const Style& rStyle ) in SetCellStyleBLTR()
448 void Array::SetCellStyleDiag( size_t nCol, size_t nRow, const Style& rTLBR, const Style& rBLTR ) in SetCellStyleDiag()
456 void Array::SetColumnStyleLeft( size_t nCol, const Style& rStyle ) in SetColumnStyleLeft()
463 void Array::SetColumnStyleRight( size_t nCol, const Style& rStyle ) in SetColumnStyleRight()
470 void Array::SetRowStyleTop( size_t nRow, const Style& rStyle ) in SetRowStyleTop()
477 void Array::SetRowStyleBottom( size_t nRow, const Style& rStyle ) in SetRowStyleBottom()
484 const Style& Array::GetCellStyleLeft( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleLeft()
505 const Style& Array::GetCellStyleRight( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleRight()
526 const Style& Array::GetCellStyleTop( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleTop()
547 const Style& Array::GetCellStyleBottom( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleBottom()
568 const Style& Array::GetCellStyleTLBR( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleTLBR()
574 const Style& Array::GetCellStyleBLTR( size_t nCol, size_t nRow, bool bSimple ) const in GetCellStyleBLTR()
580 const Style& Array::GetCellStyleTL( size_t nCol, size_t nRow ) const in GetCellStyleTL()
592 const Style& Array::GetCellStyleBR( size_t nCol, size_t nRow ) const in GetCellStyleBR()
604 const Style& Array::GetCellStyleBL( size_t nCol, size_t nRow ) const in GetCellStyleBL()
616 const Style& Array::GetCellStyleTR( size_t nCol, size_t nRow ) const in GetCellStyleTR()
630 void Array::SetMergedRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in SetMergedRange()
647 void Array::RemoveMergedRange( size_t nCol, size_t nRow ) in RemoveMergedRange()
658 void Array::SetAddMergedLeftSize( size_t nCol, size_t nRow, long nAddSize ) in SetAddMergedLeftSize()
666 void Array::SetAddMergedRightSize( size_t nCol, size_t nRow, long nAddSize ) in SetAddMergedRightSize()
674 void Array::SetAddMergedTopSize( size_t nCol, size_t nRow, long nAddSize ) in SetAddMergedTopSize()
682 void Array::SetAddMergedBottomSize( size_t nCol, size_t nRow, long nAddSize ) in SetAddMergedBottomSize()
690 bool Array::IsMerged( size_t nCol, size_t nRow ) const in IsMerged()
696 bool Array::IsMergedOrigin( size_t nCol, size_t nRow ) const in IsMergedOrigin()
702 bool Array::IsMergedOverlapped( size_t nCol, size_t nRow ) const in IsMergedOverlapped()
708 bool Array::IsMergedOverlappedLeft( size_t nCol, size_t nRow ) const in IsMergedOverlappedLeft()
714 bool Array::IsMergedOverlappedRight( size_t nCol, size_t nRow ) const in IsMergedOverlappedRight()
720 bool Array::IsMergedOverlappedTop( size_t nCol, size_t nRow ) const in IsMergedOverlappedTop()
726 bool Array::IsMergedOverlappedBottom( size_t nCol, size_t nRow ) const in IsMergedOverlappedBottom()
732 void Array::GetMergedOrigin( size_t& rnFirstCol, size_t& rnFirstRow, size_t nCol, size_t nRow ) con… in GetMergedOrigin()
739 void Array::GetMergedSize( size_t& rnWidth, size_t& rnHeight, size_t nCol, size_t nRow ) const in GetMergedSize()
747 void Array::GetMergedRange( size_t& rnFirstCol, size_t& rnFirstRow, in GetMergedRange()
757 void Array::SetClipRange( size_t nFirstCol, size_t nFirstRow, size_t nLastCol, size_t nLastRow ) in SetClipRange()
767 void Array::RemoveClipRange() in RemoveClipRange()
773 bool Array::IsInClipRange( size_t nCol, size_t nRow ) const in IsInClipRange()
779 Rectangle Array::GetClipRangeRectangle() const in GetClipRangeRectangle()
790 void Array::SetXOffset( long nXOffset ) in SetXOffset()
796 void Array::SetYOffset( long nYOffset ) in SetYOffset()
802 void Array::SetColWidth( size_t nCol, long nWidth ) in SetColWidth()
809 void Array::SetRowHeight( size_t nRow, long nHeight ) in SetRowHeight()
816 void Array::SetAllColWidths( long nWidth ) in SetAllColWidths()
822 void Array::SetAllRowHeights( long nHeight ) in SetAllRowHeights()
828 long Array::GetColPosition( size_t nCol ) const in GetColPosition()
834 long Array::GetRowPosition( size_t nRow ) const in GetRowPosition()
840 long Array::GetColWidth( size_t nCol ) const in GetColWidth()
846 long Array::GetColWidth( size_t nFirstCol, size_t nLastCol ) const in GetColWidth()
853 long Array::GetRowHeight( size_t nRow ) const in GetRowHeight()
859 long Array::GetRowHeight( size_t nFirstRow, size_t nLastRow ) const in GetRowHeight()
866 long Array::GetWidth() const in GetWidth()
871 long Array::GetHeight() const in GetHeight()
876 Point Array::GetCellPosition( size_t nCol, size_t nRow, bool bSimple ) const in GetCellPosition()
883 Size Array::GetCellSize( size_t nCol, size_t nRow, bool bSimple ) const in GetCellSize()
892 Rectangle Array::GetCellRect( size_t nCol, size_t nRow, bool bSimple ) const in GetCellRect()
910 double Array::GetHorDiagAngle( size_t nCol, size_t nRow, bool bSimple ) const in GetHorDiagAngle()
916 double Array::GetVerDiagAngle( size_t nCol, size_t nRow, bool bSimple ) const in GetVerDiagAngle()
922 void Array::SetUseDiagDoubleClipping( bool bSet ) in SetUseDiagDoubleClipping()
927 bool Array::GetUseDiagDoubleClipping() const in GetUseDiagDoubleClipping()
934 void Array::MirrorSelfX( bool bMirrorStyles, bool bSwapDiag ) in MirrorSelfX()
968 void Array::MirrorSelfY( bool bMirrorStyles, bool bSwapDiag ) in MirrorSelfY()
1004 void Array::DrawCell( OutputDevice& rDev, size_t nCol, size_t nRow, const Color* pForceColor ) const in DrawCell()
1009 void Array::DrawRange( OutputDevice& rDev, in DrawRange()
1215 void Array::DrawArray( OutputDevice& rDev, const Color* pForceColor ) const in DrawArray()