Searched refs:nFoundIndex (Results 1 – 4 of 4) sorted by relevance
1194 sal_uInt16 nFoundIndex = 0; in ImplGetLabeledBy() local1197 nFoundIndex, in ImplGetLabeledBy()1212 if( nFoundIndex > nSearchIndex || nSearchIndex == 0 ) in ImplGetLabeledBy()1291 sal_uInt16 nFoundIndex = 0; in GetAccessibleRelationMemberOf() local1294 nFoundIndex, in GetAccessibleRelationMemberOf()1303 if( nFoundIndex > nSearchIndex || nSearchIndex == 0 ) in GetAccessibleRelationMemberOf()
894 sal_Int32 nFoundIndex = -1; in Init() local899 nFoundIndex = j; in Init()905 DBG_ASSERT(nFoundIndex != -1, "FmSearchEngine::Init : Invalid field name were given !"); in Init()906 m_arrFieldMapping.push_back(nFoundIndex); in Init()
1371 sal_uInt16 nFoundIndex; in SetInfoText() local1374 nFoundIndex = aStr.Search( _LF, nStrIndex ); in SetInfoText()1375 XubString aTextParagraph = aStr.Copy( nStrIndex, nFoundIndex-nStrIndex ); in SetInfoText()1407 nStrIndex = nFoundIndex+1; in SetInfoText()1409 while ( nFoundIndex != STRING_NOTFOUND ); in SetInfoText()
2484 sal_uInt16 nFoundIndex = EXC_XF_NOTFOUND; in Finalize() local2489 nFoundIndex = EXC_XF_DEFAULTCELL; in Finalize()2492 … (nSearchPos < nSearchEnd) && (nFoundIndex == EXC_XF_NOTFOUND); ++nSearchPos ) in Finalize()2495 nFoundIndex = static_cast< sal_uInt16 >( nSearchPos ); in Finalize()2498 if( nFoundIndex != EXC_XF_NOTFOUND ) in Finalize()2500 maXFIndexVec[ nId ] = nFoundIndex; in Finalize()
Completed in 51 milliseconds