Home
last modified time | relevance | path

Searched refs:nStrings (Results 1 – 9 of 9) sorted by path

/trunk/main/basic/source/classes/
H A Dimage.cxx40 nStrings = 0; in SbiImage()
66 nStrings = 0; in Clear()
229 for( short j = 0; j < nStrings; j++ ) in Load()
351 if( nStrings ) in Save()
358 for( i = 0; i < nStrings && SbiGood( r ); i++ ) in Save()
363 for( i = 0; i < nStrings; i++ ) in Save()
390 nStrings = 0; in MakeStrings()
398 nStrings = nSize; in MakeStrings()
412 if( nStringIdx >= nStrings ) in AddString()
444 if( nStringIdx >= nStrings ) in AddString()
[all …]
/trunk/main/basic/source/inc/
H A Dimage.hxx49 short nStrings; // Anzahl Strings member in SbiImage
/trunk/main/sc/source/filter/excel/
H A Dxecontent.cxx189 … size_t nMaxIx = ::std::min( nIx + nInc, nSize ), nCount = 0, nMaxCount = 0, nStrings = 0; in Save() local
194 nStrings += nSubIx * aVec[ nSubIx ]; in Save()
201 aStr.Append( '\t' ).APPENDINT( nStrings ).Append( '\n' ); in Save()
/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx276 sal_uLong nStrings = SwAutoCompleteString::GetElementCount(); in ~SwAutoCompleteWord() local
278 DBG_ASSERT(!nStrings && !nClients, "AutoComplete: clients or string count mismatch"); in ~SwAutoCompleteWord()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx3648 sal_uInt16 nStrings; in WW8ReadSTTBF() local
3651 rStrm >> nStrings; in WW8ReadSTTBF()
3653 nStrings = nLen2; in WW8ReadSTTBF()
3657 for( sal_uInt16 i=0; i < nStrings; i++ ) in WW8ReadSTTBF()
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx46 : pGlossary(0), rStrm(refStrm), xStg(pStg), nStrings(0) in WW8Glossary()
216 if ( 0 != (nStrings = static_cast< sal_uInt16 >(aStrings.size()))) in Load()
H A Dww8glsy.hxx68 sal_uInt16 GetNoStrings() const { return nStrings; } in GetNoStrings()
75 sal_uInt16 nStrings; member in WW8Glossary
H A Dww8scan.cxx4034 sal_uInt16 nStrings; in WW8ReadSTTBF() local
4037 rStrm >> nStrings; in WW8ReadSTTBF()
4039 nStrings = nLen2; in WW8ReadSTTBF()
4043 for( sal_uInt16 i=0; i < nStrings; i++ ) in WW8ReadSTTBF()
4077 for( sal_uInt16 i=0; i < nStrings; i++ ) in WW8ReadSTTBF()
/trunk/main/unotools/source/misc/
H A Datom.cxx272 int nStrings = 0, i; in getAtomDescriptions() local
274 nStrings += atoms.getConstArray()[ i ].atoms.getLength(); in getAtomDescriptions()
275 Sequence< ::rtl::OUString > aRet( nStrings ); in getAtomDescriptions()
276 for( i = 0, nStrings = 0; i < atoms.getLength(); i++ ) in getAtomDescriptions()
280 …aRet.getArray()[ nStrings++ ] = m_aProvider.getString( rRequest.atomClass, rRequest.atoms.getConst… in getAtomDescriptions()

Completed in 87 milliseconds