/trunk/main/sc/source/core/tool/ |
H A D | collect.cxx | 357 TypedScStrCollection::TypedScStrCollection( sal_uInt16 nLim , sal_uInt16 nDel , sal_Bool bDup ) in TypedScStrCollection() function in TypedScStrCollection 363 TypedScStrCollection::~TypedScStrCollection() in ~TypedScStrCollection() 365 ScDataObject* TypedScStrCollection::Clone() const in Clone() 367 return new TypedScStrCollection(*this); in Clone() 370 TypedStrData* TypedScStrCollection::operator[]( const sal_uInt16 nIndex) const in operator []() 375 void TypedScStrCollection::SetCaseSensitive( sal_Bool bSet ) in SetCaseSensitive() 380 short TypedScStrCollection::Compare( ScDataObject* pKey1, ScDataObject* pKey2 ) const in Compare() 422 sal_Bool TypedScStrCollection::FindText( const String& rStart, String& rResult, in FindText() 501 sal_Bool TypedScStrCollection::GetExactMatch( String& rString ) const in GetExactMatch()
|
/trunk/main/sc/inc/ |
H A D | collect.hxx | 170 friend class TypedScStrCollection; 177 class SC_DLLPUBLIC TypedScStrCollection : public ScSortedCollection class 183 TypedScStrCollection( sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False ); 185 TypedScStrCollection( const TypedScStrCollection& rCpy ) in TypedScStrCollection() function in TypedScStrCollection 187 ~TypedScStrCollection();
|
H A D | validat.hxx | 35 class TypedScStrCollection; 129 … bool FillSelectionList( TypedScStrCollection& rStrings, const ScAddress& rPos ) const; 163 bool GetSelectionFromFormula( TypedScStrCollection* pStrings,
|
H A D | column.hxx | 57 class TypedScStrCollection; 380 …void GetFilterEntries(SCROW nStartRow, SCROW nEndRow, TypedScStrCollection& rStrings, bool& rHasD… 381 sal_Bool GetDataEntries(SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
|
H A D | dpobject.hxx | 60 class TypedScStrCollection; 200 void FillPageList( TypedScStrCollection& rStrings, long nField );
|
H A D | table.hxx | 778 …void GetFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, TypedScStrCollection& rStrings,… 779 …SCCOL nCol, SCROW nRow1, SCROW nRow2, const ScQueryParam& rParam, TypedScStrCollection& rStrings, … 780 sal_Bool GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
|
H A D | document.hxx | 117 class TypedScStrCollection; 1523 bool bFilter, TypedScStrCollection& rStrings, bool& rHasDates); 1525 SCTAB nTab, TypedScStrCollection& rStrings, bool& rHasDates ); 1527 TypedScStrCollection& rStrings, sal_Bool bLimit = sal_False ); 1528 sal_Bool GetFormulaEntries( TypedScStrCollection& rStrings );
|
/trunk/main/sc/source/ui/inc/ |
H A D | inputhdl.hxx | 43 class TypedScStrCollection; 64 TypedScStrCollection* pColumnData; 65 TypedScStrCollection* pFormulaData; 66 TypedScStrCollection* pFormulaDataPara;
|
H A D | pfiltdlg.hxx | 57 class TypedScStrCollection; 122 TypedScStrCollection* pEntryLists[MAXCOLCOUNT];
|
H A D | filtdlg.hxx | 49 class TypedScStrCollection; 168 TypedScStrCollection* pEntryLists[MAXCOLCOUNT];
|
/trunk/main/sc/source/core/data/ |
H A D | validat.cxx | 618 void lclInsertStringToCollection( TypedScStrCollection& rStrColl, TypedStrData* pData, bool bSorted… in lclInsertStringToCollection() 633 bool ScValidationData::GetSelectionFromFormula( TypedScStrCollection* pStrings, in GetSelectionFromFormula() 812 bool ScValidationData::FillSelectionList( TypedScStrCollection& rStrColl, const ScAddress& rPos ) c… in FillSelectionList()
|
H A D | documen3.cxx | 1359 … SCCOL nCol, SCROW nRow, SCTAB nTab, bool bFilter, TypedScStrCollection& rStrings, bool& rHasDates) in GetFilterEntries() 1429 … SCTAB nTab, TypedScStrCollection& rStrings, bool& rHasDates ) in GetFilterEntriesArea() 1445 TypedScStrCollection& rStrings, sal_Bool bLimit ) in GetDataEntries() 1477 sal_Bool ScDocument::GetFormulaEntries( TypedScStrCollection& rStrings ) in GetFormulaEntries()
|
H A D | table3.cxx | 1881 void ScTable::GetFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, TypedScStrCollection& rStrings… in GetFilterEntries() 1887 …SCCOL nCol, SCROW nRow1, SCROW nRow2, const ScQueryParam& rParam, TypedScStrCollection& rStrings, … in GetFilteredFilterEntries() 1920 sal_Bool ScTable::GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool b… in GetDataEntries()
|
H A D | column3.cxx | 1489 void ScColumn::GetFilterEntries(SCROW nStartRow, SCROW nEndRow, TypedScStrCollection& rStrings, boo… in GetFilterEntries() 1571 sal_Bool ScColumn::GetDataEntries(SCROW nStartRow, TypedScStrCollection& rStrings, sal_Bool bLimit) in GetDataEntries()
|
H A D | dpobject.cxx | 945 void ScDPObject::FillPageList( TypedScStrCollection& rStrings, long nField ) in FillPageList()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | pfiltdlg.cxx | 349 pEntryLists[nColumn] = new TypedScStrCollection( 128, 128 ); in UpdateValueList() 355 TypedScStrCollection* pColl = pEntryLists[nColumn]; in UpdateValueList()
|
H A D | filtdlg.cxx | 514 pEntryLists[nColumn] = new TypedScStrCollection( 128, 128 ); in UpdateValueList() 523 TypedScStrCollection aHdrColl( 1, 1 ); in UpdateValueList() 542 TypedScStrCollection* pColl = pEntryLists[nColumn]; in UpdateValueList()
|
/trunk/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 645 pFormulaData = new TypedScStrCollection; in GetFormulaData() 650 pFormulaDataPara = new TypedScStrCollection; in GetFormulaData() 1443 pColumnData = new TypedScStrCollection; in GetColData()
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 612 TypedScStrCollection aStrings( 128, 128 ); in LaunchPageFieldMenu() 961 TypedScStrCollection aStrings( 128, 128 ); in DoAutoFilterMenue()
|