Home
last modified time | relevance | path

Searched refs:rStrings (Results 1 – 21 of 21) sorted by path

/trunk/main/basic/source/comp/
H A Dsymtbl.cxx103 SbiSymPool::SbiSymPool( SbiStringPool& r, SbiSymScope s ) : rStrings( r ) in SbiSymPool()
142 p->nId = rStrings.Add( rName ); in AddSym()
154 p->nId = rStrings.Add( rName ); in AddProc()
190 pDef->nId = rStrings.Add( aName ); in Add()
332 aName = pIn->rStrings.Find( nId ); in GetName()
/trunk/main/basic/source/inc/
H A Dsymtbl.hxx74 SbiStringPool& rStrings; // verwendeter Stringpool member in SbiSymPool
/trunk/main/chart2/source/tools/
H A DExplicitCategoriesProvider.cxx283 const uno::Sequence< rtl::OUString >& rStrings in lcl_DataSequenceToComplexCategoryVector()
288 sal_Int32 nMaxCount = rStrings.getLength(); in lcl_DataSequenceToComplexCategoryVector()
293 OUString aCurrent = rStrings[nN]; in lcl_DataSequenceToComplexCategoryVector()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx1558 sal_Bool lcl_FindInArray(SvStringsDtor& rStrings, const String& rString) in lcl_FindInArray() argument
1560 for(sal_uInt16 i = 0; i < rStrings.Count(); i++) in lcl_FindInArray()
1561 if(rString == *rStrings.GetObject(i)) in lcl_FindInArray()
/trunk/main/sal/inc/osl/
H A Dprofile.hxx92 sal_uInt32 nFirstId, const std::list< rtl::OString >& rStrings, in readIdent()
95 int nItems = rStrings.size(); in readIdent()
97 std::list< rtl::OString >::const_iterator it = rStrings.begin(); in readIdent()
99 while( it != rStrings.end() ) in readIdent()
122 sal_uInt32 nFirstId, const std::list< rtl::OString >& rStrings, in writeIdent()
125 int nItems = rStrings.size(); in writeIdent()
127 std::list< rtl::OString >::const_iterator it = rStrings.begin(); in writeIdent()
129 while( it != rStrings.end() ) in writeIdent()
/trunk/main/sc/inc/
H A Dcolumn.hxx380 …void GetFilterEntries(SCROW nStartRow, SCROW nEndRow, TypedScStrCollection& rStrings, bool& rHasD…
381 sal_Bool GetDataEntries(SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
H A Ddocument.hxx1523 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 );
H A Ddpobject.hxx200 void FillPageList( TypedScStrCollection& rStrings, long nField );
H A Dtable.hxx778 …lterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, TypedScStrCollection& rStrings, bool& rHasDates);
779 …W nRow1, SCROW nRow2, const ScQueryParam& rParam, TypedScStrCollection& rStrings, bool& rHasDates …
780 sal_Bool GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool bLimit);
H A Dvalidat.hxx129 … bool FillSelectionList( TypedScStrCollection& rStrings, const ScAddress& rPos ) const;
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1489 void ScColumn::GetFilterEntries(SCROW nStartRow, SCROW nEndRow, TypedScStrCollection& rStrings, boo… in GetFilterEntries() argument
1552 if ( !rStrings.Insert( pData ) ) in GetFilterEntries()
1571 sal_Bool ScColumn::GetDataEntries(SCROW nStartRow, TypedScStrCollection& rStrings, sal_Bool bLimit) in GetDataEntries() argument
1603 if ( !rStrings.Insert( pData ) ) in GetDataEntries()
1605 else if ( bLimit && rStrings.GetCount() >= DATENT_MAX ) in GetDataEntries()
1628 if ( !rStrings.Insert( pData ) ) in GetDataEntries()
1630 else if ( bLimit && rStrings.GetCount() >= DATENT_MAX ) in GetDataEntries()
H A Ddocumen3.cxx1359 … SCCOL nCol, SCROW nRow, SCTAB nTab, bool bFilter, TypedScStrCollection& rStrings, bool& rHasDates) in GetFilterEntries() argument
1391 rStrings.SetCaseSensitive( aParam.bCaseSens ); in GetFilterEntries()
1414 pTab[nTab]->GetFilterEntries( nCol, nStartRow, nEndRow, rStrings, rHasDates ); in GetFilterEntries()
1429 … SCTAB nTab, TypedScStrCollection& rStrings, bool& rHasDates ) in GetFilterEntriesArea() argument
1433 pTab[nTab]->GetFilterEntries( nCol, nStartRow, nEndRow, rStrings, rHasDates ); in GetFilterEntriesArea()
1445 TypedScStrCollection& rStrings, sal_Bool bLimit ) in GetDataEntries() argument
1456 if( pData && pData->FillSelectionList( rStrings, ScAddress( nCol, nRow, nTab ) ) ) in GetDataEntries()
1477 sal_Bool ScDocument::GetFormulaEntries( TypedScStrCollection& rStrings ) in GetFormulaEntries() argument
1494 if ( !rStrings.Insert(pNew) ) in GetFormulaEntries()
1513 if ( !rStrings.Insert(pNew) ) in GetFormulaEntries()
[all …]
H A Ddpobject.cxx945 void ScDPObject::FillPageList( TypedScStrCollection& rStrings, long nField ) in FillPageList() argument
1027 if ( !rStrings.AtInsert( rStrings.GetCount(), pData ) ) in FillPageList()
1034 if ( !rStrings.AtInsert( 0, pAllData ) ) in FillPageList()
H A Dtable3.cxx1881 void ScTable::GetFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, TypedScStrCollection& rStrings in GetFilterEntries() argument
1883 aCol[nCol].GetFilterEntries( nRow1, nRow2, rStrings, rHasDates ); in GetFilterEntries()
1887 …W nRow1, SCROW nRow2, const ScQueryParam& rParam, TypedScStrCollection& rStrings, bool& rHasDates ) in GetFilteredFilterEntries() argument
1911 aCol[nCol].GetFilterEntries( j, j, rStrings, bThisHasDates ); in GetFilteredFilterEntries()
1920 sal_Bool ScTable::GetDataEntries(SCCOL nCol, SCROW nRow, TypedScStrCollection& rStrings, sal_Bool b… in GetDataEntries() argument
1922 return aCol[nCol].GetDataEntries( nRow, rStrings, bLimit ); in GetDataEntries()
/trunk/main/sc/source/ui/dbgui/
H A Dpvfundlg.cxx67 bool lclFillListBox( ListBoxType& rLBox, const Sequence< OUString >& rStrings, sal_uInt16 nEmptyPos… in lclFillListBox() argument
70 if( const OUString* pStr = rStrings.getConstArray() ) in lclFillListBox()
72 for( const OUString* pEnd = pStr + rStrings.getLength(); pStr != pEnd; ++pStr ) in lclFillListBox()
/trunk/main/sw/inc/
H A Dshellio.hxx282 SvStrings& rStrings ) const;
/trunk/main/sw/source/filter/inc/
H A Dfltini.hxx63 SvStrings& rStrings ) const;
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.cxx1565 void WW8Export::WriteAsStringTable(const std::vector<String>& rStrings, in WriteAsStringTable() argument
1568 sal_uInt16 n, nCount = static_cast< sal_uInt16 >(rStrings.size()); in WriteAsStringTable()
1581 const String& rNm = rStrings[n]; in WriteAsStringTable()
1593 const String aNm(rStrings[n].Copy(0, 255)); in WriteAsStringTable()
H A Dww8glsy.cxx89 bool bSaveRelFile, const std::vector<String>& rStrings, in MakeEntries() argument
157 const String &rLNm = rStrings[nGlosEntry]; in MakeEntries()
H A Dww8glsy.hxx78 const ::std::vector<String>& rStrings,
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx1061 SvStrings& rStrings ) const in GetSectionList()
1089 …eference< xml::sax::XDocumentHandler > xFilter = new SwXMLSectionList( xServiceFactory, rStrings ); in GetSectionList()
1116 return rStrings.Count(); in GetSectionList()

Completed in 145 milliseconds