Searched refs:GetCellIndex (Results 1 – 4 of 4) sorted by relevance
/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()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 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()
|
/aoo41x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 188 size_t GetCellIndex( size_t nCol, size_t nRow, bool bRTL = false) const;
|
/aoo41x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 402 size_t Array::GetCellIndex( size_t nCol, size_t nRow, bool bRTL ) const in GetCellIndex() function in svx::frame::Array
|
Completed in 34 milliseconds