Searched refs:GetMaxStringLen (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | documen4.cxx | 428 sal_Int32 ScDocument::GetMaxStringLen( SCTAB nTab, SCCOL nCol, in GetMaxStringLen() function in ScDocument 432 return pTab[nTab]->GetMaxStringLen( nCol, nRowStart, nRowEnd, eCharSet ); in GetMaxStringLen()
|
H A D | table3.cxx | 1962 sal_Int32 ScTable::GetMaxStringLen( SCCOL nCol, SCROW nRowStart, in GetMaxStringLen() function in ScTable 1966 return aCol[nCol].GetMaxStringLen( nRowStart, nRowEnd, eCharSet ); in GetMaxStringLen()
|
H A D | column3.cxx | 1959 sal_Int32 ScColumn::GetMaxStringLen( SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const in GetMaxStringLen() function in ScColumn
|
/aoo41x/main/sc/inc/ |
H A D | column.hxx | 403 sal_Int32 GetMaxStringLen( SCROW nRowStart, SCROW nRowEnd, CharSet eCharSet ) const;
|
H A D | table.hxx | 788 sal_Int32 GetMaxStringLen( SCCOL nCol,
|
H A D | document.hxx | 1792 sal_Int32 GetMaxStringLen( SCTAB nTab, SCCOL nCol,
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 581 nFieldLen = pDoc->GetMaxStringLen( nTab, nCol, nFirstDataRow, in lcl_GetColumnTypes()
|
Completed in 61 milliseconds