/aoo41x/main/sc/inc/ |
H A D | collect.hxx | 112 friend class ScStrCollection; 128 class SC_DLLPUBLIC ScStrCollection : public ScSortedCollection class 131 ScStrCollection(sal_uInt16 nLim = 4, sal_uInt16 nDel = 4, sal_Bool bDup = sal_False) : in ScStrCollection() function in ScStrCollection 133 ScStrCollection(const ScStrCollection& rScStrCollection) : in ScStrCollection() function in ScStrCollection
|
H A D | dpoutput.hxx | 47 class ScStrCollection; 158 void GetMemberResultNames( ScStrCollection& rNames, long nDimension );
|
H A D | chartlis.hxx | 140 class ScChartListenerCollection : public ScStrCollection 161 using ScStrCollection::operator==;
|
H A D | dpdimsave.hxx | 36 class ScStrCollection; 110 bool HasOnlyHidden( const ScStrCollection& rVisible );
|
H A D | chgtrack.hxx | 53 const ScStrCollection& rUsers; 1023 ScStrCollection aUserCollection; 1151 const ScStrCollection& ); // only to use in the XML import 1188 const ScStrCollection& GetUserCollection() const in GetUserCollection()
|
H A D | dpobject.hxx | 59 class ScStrCollection; 198 void GetMemberResultNames( ScStrCollection& rNames, long nDimension );
|
H A D | unitconv.hxx | 53 class ScUnitConverter : public ScStrCollection
|
H A D | document.hxx | 116 class ScStrCollection; 287 ScStrCollection* pOtherObjects; // non-chart OLE objects
|
/aoo41x/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 767 void ScDBFunc::GetSelectedMemberList( ScStrCollection& rEntries, long& rDimension ) in GetSelectedMemberList() 847 ScStrCollection aEntries; in HasSelectionForDateGroup() 960 ScStrCollection aEntries; in HasSelectionForNumGroup() 1020 ScStrCollection aEntries; in DateGroupDataPilot() 1150 ScStrCollection aEntries; in NumGroupDataPilot() 1194 ScStrCollection aEntries; in GroupDataPilot() 1338 ScStrCollection aEntries; in UngroupDataPilot() 1379 ScStrCollection aVisibleEntries; in UngroupDataPilot() 2008 ScStrCollection aEntries; in HasSelectionForDrillDown() 2043 ScStrCollection aEntries; in SetDataPilotDetails() [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | collect.cxx | 311 short ScStrCollection::Compare(ScDataObject* pKey1, ScDataObject* pKey2) const in Compare() 324 ScDataObject* ScStrCollection::Clone() const in Clone() 326 return new ScStrCollection(*this); in Clone()
|
H A D | chartlis.cxx | 470 ScStrCollection( 4, 4, sal_False ), in ScChartListenerCollection() 478 ScStrCollection( rColl ), in ScChartListenerCollection()
|
H A D | unitconv.cxx | 102 ScStrCollection( nInit, nDeltaP, sal_False ) in ScUnitConverter()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | dbfunc.hxx | 39 class ScStrCollection; 47 void GetSelectedMemberList( ScStrCollection& rEntries, long& rDimension );
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen5.cxx | 699 sal_Bool lcl_StringInCollection( const ScStrCollection* pColl, const String& rStr ) in lcl_StringInCollection() 790 pOtherObjects = new ScStrCollection; in UpdateChartListenerCollection() 807 pOtherObjects = new ScStrCollection; in AddOLEObjectToCollection()
|
H A D | dpdimsave.cxx | 252 bool ScDPSaveGroupDimension::HasOnlyHidden( const ScStrCollection& rVisible ) in HasOnlyHidden()
|
H A D | table3.cxx | 1473 ScStrCollection aScStrCollection; in Query()
|
H A D | dpoutput.cxx | 1028 void ScDPOutput::GetMemberResultNames( ScStrCollection& rNames, long nDimension ) in GetMemberResultNames()
|
H A D | dpobject.cxx | 1091 void ScDPObject::GetMemberResultNames( ScStrCollection& rNames, long nDimension ) in GetMemberResultNames()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | linkuno.cxx | 421 ScStrCollection aNames; // um doppelte wegzulassen in GetObjectByIndex_Impl() 482 ScStrCollection aNames; // um doppelte wegzulassen in getCount() 568 ScStrCollection aNames; // um doppelte wegzulassen in getElementNames()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingImportHelper.hxx | 184 ScStrCollection aUsers;
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | highred.cxx | 129 ScStrCollection aUserColl=pChanges->GetUserCollection(); in Init()
|
H A D | acredlin.cxx | 258 ScStrCollection aUserColl=pChanges->GetUserCollection(); in Init()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 364 ScStrCollection aNames; in UpdateLinks()
|
H A D | docsh8.cxx | 426 ScStrCollection aFieldNamesCollection; in lcl_GetColumnTypes()
|
/aoo41x/main/sc/source/filter/xcl97/ |
H A D | XclExpChangeTrack.cxx | 118 const ScStrCollection& rStrColl = rChangeTrack.GetUserCollection(); in XclExpUserBViewList()
|