Home
last modified time | relevance | path

Searched refs:TypedScStrCollection (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dcollect.cxx357 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 Dcollect.hxx170 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 Dvalidat.hxx35 class TypedScStrCollection;
129 … bool FillSelectionList( TypedScStrCollection& rStrings, const ScAddress& rPos ) const;
163 bool GetSelectionFromFormula( TypedScStrCollection* pStrings,
H A Dcolumn.hxx57 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 Ddpobject.hxx60 class TypedScStrCollection;
200 void FillPageList( TypedScStrCollection& rStrings, long nField );
H A Dtable.hxx778 …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 Ddocument.hxx117 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 Dinputhdl.hxx43 class TypedScStrCollection;
64 TypedScStrCollection* pColumnData;
65 TypedScStrCollection* pFormulaData;
66 TypedScStrCollection* pFormulaDataPara;
H A Dpfiltdlg.hxx57 class TypedScStrCollection;
122 TypedScStrCollection* pEntryLists[MAXCOLCOUNT];
H A Dfiltdlg.hxx49 class TypedScStrCollection;
168 TypedScStrCollection* pEntryLists[MAXCOLCOUNT];
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx618 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 Ddocumen3.cxx1359 … 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 Dtable3.cxx1881 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 Dcolumn3.cxx1489 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 Ddpobject.cxx945 void ScDPObject::FillPageList( TypedScStrCollection& rStrings, long nField ) in FillPageList()
/trunk/main/sc/source/ui/dbgui/
H A Dpfiltdlg.cxx349 pEntryLists[nColumn] = new TypedScStrCollection( 128, 128 ); in UpdateValueList()
355 TypedScStrCollection* pColl = pEntryLists[nColumn]; in UpdateValueList()
H A Dfiltdlg.cxx514 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 Dinputhdl.cxx645 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 Dgridwin.cxx612 TypedScStrCollection aStrings( 128, 128 ); in LaunchPageFieldMenu()
961 TypedScStrCollection aStrings( 128, 128 ); in DoAutoFilterMenue()

Completed in 145 milliseconds