Home
last modified time | relevance | path

Searched refs:nListEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/plugadapt/
H A Dsalplug.cxx175 int nListEntry = 0; in autodetect_plugin() local
185 nListEntry = 1; in autodetect_plugin()
191 while( pList[nListEntry] && pInst == NULL ) in autodetect_plugin()
193 rtl::OUString aTry( rtl::OUString::createFromAscii( pList[nListEntry] ) ); in autodetect_plugin()
197 std::fprintf( stderr, "plugin autodetection: %s\n", pList[nListEntry] ); in autodetect_plugin()
199 nListEntry++; in autodetect_plugin()
/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx112 sal_uInt16 nListEntry = 0; in SetRubyList() local
135 const SwRubyListEntry* pEntry = rList[ nListEntry++ ]; in SetRubyList()
167 const SwRubyListEntry* pEntry = rList[ nListEntry++ ]; in SetRubyList()
184 } while( nListEntry < rList.Count() && *aPam.GetPoint() < *pEnd ); in SetRubyList()
191 return nListEntry; in SetRubyList()

Completed in 20 milliseconds