Searched refs:GetDataEntries (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sc/inc/ |
H A D | column.hxx | 381 sal_Bool GetDataEntries(SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
|
H A D | table.hxx | 780 sal_Bool GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
|
H A D | document.hxx | 1526 sal_Bool GetDataEntries( SCCOL nCol, SCROW nRow, SCTAB nTab,
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen3.cxx | 1444 sal_Bool ScDocument::GetDataEntries( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetDataEntries() function in ScDocument 1461 … return ValidTab(nTab) && pTab[nTab] && pTab[nTab]->GetDataEntries( nCol, nRow, rStrings, bLimit ); in GetDataEntries()
|
H A D | table3.cxx | 1920 sal_Bool ScTable::GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool b… in GetDataEntries() function in ScTable 1922 return aCol[nCol].GetDataEntries( nRow, rStrings, bLimit ); in GetDataEntries()
|
H A D | column3.cxx | 1571 sal_Bool ScColumn::GetDataEntries(SCROW nStartRow, TypedScStrCollection& rStrings, sal_Bool bLimit) in GetDataEntries() function in ScColumn
|
/aoo4110/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 1447 pDoc->GetDataEntries( aCursorPos.Col(), aCursorPos.Row(), aCursorPos.Tab(), in GetColData()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 964 pDoc->GetDataEntries( nCol, nRow, nTab, aStrings ); in DoAutoFilterMenue()
|
Completed in 125 milliseconds