Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Ddlgctrl.cxx1194 sal_uInt16 nFoundIndex = 0; in ImplGetLabeledBy() local
1197 nFoundIndex, in ImplGetLabeledBy()
1212 if( nFoundIndex > nSearchIndex || nSearchIndex == 0 ) in ImplGetLabeledBy()
1291 sal_uInt16 nFoundIndex = 0; in GetAccessibleRelationMemberOf() local
1294 nFoundIndex, in GetAccessibleRelationMemberOf()
1303 if( nFoundIndex > nSearchIndex || nSearchIndex == 0 ) in GetAccessibleRelationMemberOf()
/trunk/main/svx/source/form/
H A Dfmsrcimp.cxx894 sal_Int32 nFoundIndex = -1; in Init() local
899 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()
/trunk/main/vcl/source/app/
H A Ddbggui.cxx1371 sal_uInt16 nFoundIndex; in SetInfoText() local
1374 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()
/trunk/main/sc/source/filter/excel/
H A Dxestyle.cxx2484 sal_uInt16 nFoundIndex = EXC_XF_NOTFOUND; in Finalize() local
2489 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 68 milliseconds