Home
last modified time | relevance | path

Searched refs:nStringCount (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dsharedstringsbuffer.cxx53 sal_Int32 nStringCount = rStrm.readInt32(); in importSst() local
54 if( nStringCount > 0 ) in importSst()
57 maStrings.reserve( static_cast< size_t >( nStringCount ) ); in importSst()
58 for( ; !rStrm.isEof() && (nStringCount > 0); --nStringCount ) in importSst()
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx199 …sal_uInt16 nInt, nIntCount = 0, nStringCount = 0, nFloatCount = 0, nDLLCount = 0, nIntArray[ nBufS… in Convert() local
249 sStringArray[ nStringCount ] = aTmp; in Convert()
250 nStringCount++; in Convert()
258 i = 0, nIntCount = 0, nFloatCount = 0, nDLLCount = 0, nArgCount = 0, nStringCount =0; in Convert()
365 aLabel = sStringArray[ nStringCount ]; in Convert()
367 nStringCount++; in Convert()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx405 sal_Int16 nStringCount = static_cast< sal_Int16 >( aSuggestions.getLength() ); in SwSpellPopup() local
413 if( nStringCount ) in SwSpellPopup()
428 for (sal_uInt16 i = 0; i < nStringCount; ++i) in SwSpellPopup()
603 sal_Int32 nStringCount = aSuggestions.getLength(); in SwSpellPopup() local
604 if ( nStringCount ) // suggestions available... in SwSpellPopup()
616 for (sal_uInt16 i = 0; i < nStringCount; ++i) in SwSpellPopup()
/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx71 int nStringCount; in GetSystemLook() local
83 && XTextPropertyToStringList( &aTextProperty, &ppStringList, &nStringCount ) in GetSystemLook()
90 for( i=0; i < nStringCount; i++ ) in GetSystemLook()

Completed in 32 milliseconds