Home
last modified time | relevance | path

Searched refs:nIdx (Results 1 – 25 of 402) sorted by path

12345678910>>...17

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx516 sal_Int32 nIdx = m_pToolBox->GetIndexForPoint( aPnt, nItemId ); in getIndexAtPoint() local
517 if ( nIdx != -1 && nItemId == m_nItemId ) in getIndexAtPoint()
518 nIndex = nIdx; in getIndexAtPoint()
/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx120 void setTargetPolygonIndex( std::ptrdiff_t nIdx ) { mnPolygonIdx = nIdx; } in setTargetPolygonIndex() argument
275 void setPolygonPoolIndex( std::ptrdiff_t nIdx ) { mnIdx = nIdx; } in setPolygonPoolIndex() argument
/trunk/main/basic/inc/basic/
H A Dsbx.hxx173 void PutDirect( SbxVariable* pVar, sal_uInt32 nIdx );
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx1033 sal_Int32 nIdx = nLower; in getUnoTypeForSbxValue() local
1034 for( sal_Int32 i = 0 ; i < nSize ; i++,nIdx++ ) in getUnoTypeForSbxValue()
1036 SbxVariableRef xVar = pArray->Get32( &nIdx ); in getUnoTypeForSbxValue()
1490 sal_Int32 nIdx = nLower; in sbxToUnoValue() local
1491 for( sal_Int32 i = 0 ; i < nSeqSize ; i++,nIdx++ ) in sbxToUnoValue()
1493 SbxVariableRef xVar = pArray->Get32( &nIdx ); in sbxToUnoValue()
/trunk/main/basic/source/comp/
H A Dscanner.cxx459 sal_uInt16 nIdx = 0; in NextSym() local
462 nIdx = aSym.Search( s, nIdx ); in NextSym()
463 if( nIdx == STRING_NOTFOUND ) in NextSym()
465 aSym.Erase( nIdx, 1 ); in NextSym()
466 nIdx++; in NextSym()
/trunk/main/basic/source/inc/
H A Dobject.hxx78 SbxInfo* GetInfo( short nIdx );
/trunk/main/basic/source/runtime/
H A Dstdobj.cxx775 SbxInfo* SbiStdObject::GetInfo( short nIdx ) in GetInfo() argument
777 if( !nIdx ) in GetInfo()
779 Methods* p = &aMethods[ --nIdx ]; in GetInfo()
/trunk/main/basic/source/sample/
H A Dobject.cxx208 SbxInfo* SampleObject::GetInfo( short nIdx ) in GetInfo() argument
210 Methods* p = &aMethods[ nIdx ]; in GetInfo()
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx154 nIdx = 0; in GetRef32()
172 nIdx = 0; in GetRef()
301 if( nIdx > nSize ) in Insert32()
302 nIdx = nSize; in Insert32()
305 if( nIdx == nSize ) in Insert32()
521 sal_uInt16 nIdx; in LoadData() local
522 rStrm >> nIdx; in LoadData()
715 if( nIdx < p->nLbound || nIdx > p->nUbound ) in Offset32()
733 short nIdx = *pIdx++; in Offset() local
734 if( nIdx < p->nLbound || nIdx > p->nUbound ) in Offset()
[all …]
H A Dsbxobj.cxx482 sal_uInt16 nIdx; in Insert() local
487 if( nIdx < pArray->Count() ) in Insert()
492 nIdx = pArray->Count(); in Insert()
523 pArray->Put( pVar, nIdx ); in Insert()
618 sal_uInt16 nIdx; in Remove() local
634 pArray->Remove( nIdx ); in Remove()
645 sal_uInt16 nIdx; in VCPtrRemove() local
655 pArray->Remove( nIdx ); in VCPtrRemove()
695 sal_uInt16 nIdx; in SetPos() local
701 if( nIdx < ( pArray->Count() - 1 ) ) in SetPos()
[all …]
H A Dsbxvar.cxx375 for ( sal_uInt16 nIdx = 0; !bFound && nIdx < pChilds->Count(); ++nIdx ) in SetParent() local
376 bFound = ( this == pChilds->Get(nIdx) ); in SetParent()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx160 for( sal_Int32 nIdx=0; nIdx<aLSeq.getLength(); ++nIdx ) in lcl_getSharedSequences() local
162 Reference< chart2::data::XDataSequence > xValues( aLSeq[nIdx]->getValues()); in lcl_getSharedSequences()
171 aResult.push_back( aLSeq[nIdx] ); in lcl_getSharedSequences()
/trunk/main/chart2/source/tools/
H A DConfigColorScheme.cxx90 for( sal_Int32 nIdx=0; nIdx<aPropertyNames.getLength(); ++nIdx ) in Notify() local
92 if( m_aPropertiesToNotify.find( aPropertyNames[nIdx] ) != m_aPropertiesToNotify.end()) in Notify()
93 m_rListener.notify( aPropertyNames[nIdx] ); in Notify()
H A DInternalDataProvider.cxx618 for( sal_Int32 nIdx=0; nIdx<nCount; ++nIdx ) in createDataSource() local
622 lcl_createDataSequenceAndAddToMap( OUString::valueOf( nIdx )), in createDataSource()
623 … lcl_createDataSequenceAndAddToMap( lcl_aLabelRangePrefix + OUString::valueOf( nIdx )))); in createDataSource()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx2133 for( sal_Int32 nIdx=0; nIdx<aCategoryNames.getLength(); ++nIdx ) in createLegendEntriesForSeries() local
2140 rSeries, nIdx, xSymbolGroup, xShapeFactory ) ); in createLegendEntriesForSeries()
2147 …ng aChildParticle( ObjectIdentifier::createChildParticleWithIndex( OBJECTTYPE_DATA_POINT, nIdx ) ); in createLegendEntriesForSeries()
2154 aLabelText = aCategoryNames[nIdx]; in createLegendEntriesForSeries()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx2304 for( sal_Int32 nIdx = 0, nCount = rPoly.SequenceX.getLength(); nIdx < nCount; ++nIdx ) in hasPolygonAnyLines() local
2305 if( rPoly.SequenceX[ nIdx ].getLength() > 1 ) in hasPolygonAnyLines()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx265 sal_Int32 nIdx=0; in GetObjectNames() local
267 aSeq[nIdx++] = (*aIt++).first; in GetObjectNames()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx487 sal_Int32 nIdx, in detachAll_Impl() argument
495 pMgr->detach( nIdx, (*aObjIt).xTarget ); in detachAll_Impl()
504 sal_Int32 nIdx, in attachAll_Impl() argument
512 pMgr->attach( nIdx, (*aObjIt).xTarget, (*aObjIt).aHelper ); in attachAll_Impl()
/trunk/main/comphelper/source/misc/
H A Dserviceinfohelper.cxx75 sal_Int32 nIdx; in concatSequences() local
77 for( nIdx = 0; nIdx < nLen1; nIdx++ ) in concatSequences()
81 for( nIdx = 0; nIdx < nLen2; nIdx++ ) in concatSequences()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx416 sal_Int32 nIdx = 0; in SpellContinue_Impl() local
419 aControls[nIdx]->Enable(sal_True); in SpellContinue_Impl()
421 while(aControls[++nIdx]); in SpellContinue_Impl()
2142 sal_Int32 nIdx = 0; in SetUndoEditMode() local
2145 aControls[nIdx]->Enable(sal_False); in SetUndoEditMode()
2147 while(aControls[++nIdx]); in SetUndoEditMode()
H A Dhyphen.cxx301 xub_StrLen nIdx = STRING_NOTFOUND; in EraseUnusableHyphens_Impl() local
319 nIdx = nPos; in EraseUnusableHyphens_Impl()
325 DBG_ASSERT(nIdx != STRING_NOTFOUND, "no usable hyphenation position"); in EraseUnusableHyphens_Impl()
328 nPos = nIdx == STRING_NOTFOUND ? 0 : nIdx + 1; in EraseUnusableHyphens_Impl()
/trunk/main/cui/source/inc/
H A Doptlingu.hxx150 …m::sun::star::uno::Reference< com::sun::star::linguistic2::XDictionary > &rxDic, sal_uInt16 nIdx );
151 …m::sun::star::uno::Reference< com::sun::star::linguistic2::XDictionary > &rxDic, sal_uInt16 nIdx );
/trunk/main/cui/source/options/
H A Doptchart.cxx217 sal_uInt16 nIdx = aLbChartColors.GetSelectEntryPos(); in IMPL_LINK() local
218 if( nIdx != LISTBOX_ENTRY_NOTFOUND ) in IMPL_LINK()
222 aLbChartColors.Modify( aEntry, nIdx ); in IMPL_LINK()
223 pColorConfig->ReplaceColorByIndex( nIdx, aEntry ); in IMPL_LINK()
225 aLbChartColors.SelectEntryPos( nIdx ); // reselect entry in IMPL_LINK()
H A Doptjava.cxx1068 xub_StrLen i, nIdx = 0; in SetClassPath() local
1072 String sToken = _rPath.GetToken( 0, CLASSPATH_DELIMITER, nIdx ); in SetClassPath()
H A Doptlingu.cxx626 sal_Int32 nIdx = aRes.getLength(); in GetSortedImplNames() local
647 if (nIdx < aRes.getLength()) in GetSortedImplNames()
648 pRes[ nIdx++ ] = aImplName; in GetSortedImplNames()
654 aRes.realloc( nIdx ); in GetSortedImplNames()
785 sal_Int32 nIdx; in SvxLinguData_Impl() local
786 for(nIdx = 0; nIdx < aSpellNames.getLength(); nIdx++) in SvxLinguData_Impl()
810 for(nIdx = 0; nIdx < aGrammarNames.getLength(); nIdx++) in SvxLinguData_Impl()
834 for(nIdx = 0; nIdx < aHyphNames.getLength(); nIdx++) in SvxLinguData_Impl()
858 for(nIdx = 0; nIdx < aThesNames.getLength(); nIdx++) in SvxLinguData_Impl()
1462 nRes = DicUserData( nIdx, in GetDicUserData()
[all …]

Completed in 262 milliseconds

12345678910>>...17