Searched refs:nFoundIdx (Results 1 – 3 of 3) sorted by relevance
467 sal_Int32 nFoundIdx = -1; in ConvertTbxMacro() local471 (nFoundIdx < 0) && (nFormIdx < nFormCount); ++nFormIdx ) in ConvertTbxMacro()478 (nFoundIdx < 0) && (nCtrlIdx < nCtrlCount); ++nCtrlIdx ) in ConvertTbxMacro()483 nFoundIdx = nCtrlIdx; in ConvertTbxMacro()490 if( xFormIA.is() && (nFoundIdx >= 0) ) in ConvertTbxMacro()494 … const Sequence< ScriptEventDescriptor > aEventSeq( xEventMgr->getScriptEvents( nFoundIdx ) ); in ConvertTbxMacro()
346 sal_uInt32 nFoundIdx = 0; in InsertColor() local347 XclListColor* pEntry = SearchListEntry( rColor, nFoundIdx ); in InsertColor()349 pEntry = CreateListEntry( rColor, nFoundIdx ); in InsertColor()615 sal_uInt32 nFoundIdx = 0; in RawReducePalette() local616 XclListColor* pNewEntry = SearchListEntry( aNewColor, nFoundIdx ); in RawReducePalette()618 pNewEntry = CreateListEntry( aNewColor, nFoundIdx ); in RawReducePalette()620 aListIndexMap.push_back( nFoundIdx ); in RawReducePalette()
1544 sal_Int32 nFoundIdx = 0; in GetDPDimension() local1550 if( nFoundIdx == maFieldId.mnFieldIdx ) in GetDPDimension()1552 ++nFoundIdx; in GetDPDimension()
Completed in 40 milliseconds