Home
last modified time | relevance | path

Searched refs:nIdx (Results 76 – 100 of 402) sorted by relevance

12345678910>>...17

/trunk/main/sw/source/core/edit/
H A Dedfld.cxx73 sal_uInt16 nIdx = 0; in GetFldTypeCount() local
78 nIdx++; in GetFldTypeCount()
80 return nIdx; in GetFldTypeCount()
112 sal_uInt16 nIdx = 0; in GetFldType() local
120 if(nIdx == nFld) in GetFldType()
122 nIdx++; in GetFldType()
150 sal_uInt16 nIdx = 0; in RemoveFldType() local
154 nIdx++ == nFld ) in RemoveFldType()
/trunk/main/sw/source/core/doc/
H A Ddocftn.cxx432 sal_uLong nIdx; in SetCurFtn() local
437 (( nIdx = _SwTxtFtn_GetIndex((pTxtFtn = rFtnArr[ nPos++ ] ))) in SetCurFtn()
438 < nEndNd || ( nIdx == nEndNd && in SetCurFtn()
440 if( nIdx > nSttNd || ( nIdx == nSttNd && in SetCurFtn()
469 (( nIdx = _SwTxtFtn_GetIndex((pTxtFtn = rFtnArr[ --nPos ] ))) in SetCurFtn()
470 > nSttNd || ( nIdx == nSttNd && in SetCurFtn()
472 if( nIdx < nEndNd || ( nIdx == nEndNd && in SetCurFtn()
H A Dftnidx.cxx43 sal_uLong nIdx = _SwTxtFtn_GetIndex( rSrch ); in _SV_IMPL_SORTAR_ALG() local
54 if( nFndIdx == nIdx && *(*this)[ nM ]->GetStart() == nCntIdx ) in _SV_IMPL_SORTAR_ALG()
60 else if( nFndIdx < nIdx || in _SV_IMPL_SORTAR_ALG()
61 (nFndIdx == nIdx && *(*this)[ nM ]->GetStart() < nCntIdx )) in _SV_IMPL_SORTAR_ALG()
298 sal_uLong nIdx = rPos.GetIndex(); in SeekEntry() local
308 if( nNdIdx == nIdx ) in SeekEntry()
314 else if( nNdIdx < nIdx ) in SeekEntry()
/trunk/main/oox/source/dump/
H A Doledumper.cxx486 for( sal_Int32 nIdx = 0; !mxStrm->isEof() && (nIdx < nCount); ++nIdx ) in dumpDictionaryProperty() local
1465 for( sal_uInt16 nIdx = 0; ensureValid() && (nIdx < mnColInfoCount); ++nIdx ) in dumpColumnInfos() local
1627 for( sal_Int32 nIdx = 0; ensureValid() && (nIdx < mnTabFlagCount); ++nIdx ) in implDumpExtended() local
1883 for( sal_uInt16 nIdx = 0; ensureValid() && (nIdx < nCount); ++nIdx ) in dumpClassInfos() local
1895 for( sal_uInt32 nIdx = 0; ensureValid() && (nIdx < nCount); ++nIdx ) in dumpFormSites() local
2014 for( sal_Int32 nIdx = 0; ensureValid() && (nIdx < mnPageCount); ++nIdx ) in implDumpExtended() local
2030 …for( size_t nIdx = 0, nCount = mrFormData.maSiteInfos.size(); !mxStrm->isEof() && (nIdx < nCount);… in implDump() local
H A Dxlsbdumper.cxx546 OUString FormulaObject::createPlaceHolder( size_t nIdx ) const in createPlaceHolder()
549 StringHelper::appendDec( aStr, static_cast< sal_uInt32 >( nIdx ) ); in createPlaceHolder()
856 for( sal_uInt16 nIdx = 0; nIdx < nCount; ++nIdx ) in dumpAttrToken() local
904 size_t nIdx = aIt - maAddData.begin(); in dumpAddTokenData() local
908 case ADDDATA_EXP: dumpAddDataExp( nIdx ); break; in dumpAddTokenData()
909 case ADDDATA_ARRAY: dumpAddDataArray( nIdx ); break; in dumpAddTokenData()
910 case ADDDATA_MEMAREA: dumpAddDataMemArea( nIdx ); break; in dumpAddTokenData()
916 void FormulaObject::dumpAddDataExp( size_t nIdx ) in dumpAddDataExp() argument
922 void FormulaObject::dumpAddDataArray( size_t nIdx ) in dumpAddDataArray() argument
1788 for( sal_Int32 nIdx = 0; nIdx < nCount; ++nIdx ) in implDumpRecordBody() local
[all …]
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx235 sal_uInt32 nIdx = 0; in getAvailableServiceNames() local
238 pStrings[nIdx] = pMap->aIdentifier; in getAvailableServiceNames()
240 nIdx++; in getAvailableServiceNames()
254 sal_Int32 nIdx; in concatServiceNames() local
258 for( nIdx = 0; nIdx < nLen1; nIdx++ ) in concatServiceNames()
263 for( nIdx = 0; nIdx < nLen2; nIdx++ ) in concatServiceNames()
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx489 MSHORT nIdx = nPos - nStart; in Next() local
490 MSHORT nAttr = rArr[ nIdx ]; in Next()
491 while( ++nIdx < rArr.Count() && nAttr == rArr[ nIdx ] ) in Next()
493 nIdx = nIdx + nStart; in Next()
494 if( nNext > nIdx ) in Next()
495 nNext = nIdx; in Next()
H A Dporexp.cxx140 xub_StrLen nIdx, sal_Bool bUnderFlow ) const in MayUnderFlow() argument
153 if( bUnderFlow && CH_BLANK == rInf.GetTxt().GetChar( nIdx + 1) ) in MayUnderFlow()
155 if( nIdx && !((SwTxtFormatInfo&)rInf).GetFly() ) in MayUnderFlow()
164 xub_StrLen nBlank = nIdx; in MayUnderFlow()
178 if( nIdx < 2 || CH_BLANK == (cCh = rInf.GetChar( nIdx - 1 )) ) in MayUnderFlow()
/trunk/main/sw/source/core/txtnode/
H A Dfntcap.cxx69 rString( rOrigText ), nIdx( 0 ), nLen( 0 ) {}; in SwCapitalInfo()
71 xub_StrLen nIdx; member in SwCapitalInfo
90 xub_StrLen nIdx ) in lcl_CalcCaseMap() argument
112 if ( j > nIdx ) in lcl_CalcCaseMap()
248 GetCapInf()->nIdx, in Do()
251 nBreak = nBreak + GetCapInf()->nIdx; in Do()
265 xub_StrLen *pExtra, const xub_StrLen nIdx, const xub_StrLen nLen ) in GetCapitalBreak() argument
269 SwDrawTextInfo aInfo(pSh, *(OutputDevice*)pOut, pScript, rTxt, nIdx, nLen, in GetCapitalBreak()
676 aCapInf.nIdx = nOldPos; in DoOnCapitals()
741 aCapInf.nIdx = nOldPos; in DoOnCapitals()
[all …]
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx106 sal_uInt16 nIdx; in GetIndex() local
110 nIdx = SV_BMP_UNCHECKED; break; in GetIndex()
112 nIdx = SV_BMP_CHECKED; break; in GetIndex()
114 nIdx = SV_BMP_TRISTATE; break; in GetIndex()
116 nIdx = SV_BMP_HIUNCHECKED; break; in GetIndex()
118 nIdx = SV_BMP_HICHECKED; break; in GetIndex()
120 nIdx = SV_BMP_HITRISTATE; break; in GetIndex()
122 nIdx = SV_BMP_UNCHECKED; in GetIndex()
124 return nIdx; in GetIndex()
/trunk/main/vcl/qa/complex/memCheck/
H A DFileHelper.java75 int nIdx = _sFilename.lastIndexOf("\\"); in getBasename() local
76 if (nIdx == -1) in getBasename()
78 nIdx = _sFilename.lastIndexOf("/"); in getBasename()
80 if (nIdx > 0) in getBasename()
82 return _sFilename.substring(nIdx + 1); in getBasename()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkimage.cxx41 static int nIdx = 0; in getAsConst() local
42 nIdx = (nIdx + 1) % nMax; in getAsConst()
43 aUgly[nIdx] = rtl::OUStringToOString( rString, RTL_TEXTENCODING_UTF8 ); in getAsConst()
44 return aUgly[ nIdx ].getStr(); in getAsConst()
/trunk/main/sw/source/core/undo/
H A Dunnum.cxx341 : SwUndo( UNDO_NUMORNONUM ), nIdx( rIdx.GetIndex() ), mbNewNum(bNewNum), in SwUndoNumOrNoNum()
349 SwNodeIndex aIdx( rContext.GetDoc().GetNodes(), nIdx ); in UndoImpl()
361 SwNodeIndex aIdx( rContext.GetDoc().GetNodes(), nIdx ); in RedoImpl()
388 nIdx( rPos.nNode.GetIndex() ), nOldStt( USHRT_MAX ), in SwUndoNumRuleStart()
395 nIdx( rPos.nNode.GetIndex() ), in SwUndoNumRuleStart()
418 SwPosition const aPos( *rDoc.GetNodes()[ nIdx ] ); in UndoImpl()
433 SwPosition const aPos( *rDoc.GetNodes()[ nIdx ] ); in RedoImpl()
H A Dunsort.cxx131 const sal_uLong nIdx = pTblNd->GetIndex(); in UndoImpl() local
132 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), nIdx, nIdx + 1 ); in UndoImpl()
212 const sal_uLong nIdx = pTblNd->GetIndex(); in RedoImpl() local
213 aNode2Layout.RestoreUpperFrms( rDoc.GetNodes(), nIdx, nIdx + 1 ); in RedoImpl()
/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx57 sal_uInt32 nIdx ) const in handleElementItem()
81 DBG_ASSERT( pProperties && nIdx >= 3, in handleElementItem()
84 if( pProperties && nIdx >= 3 ) in handleElementItem()
86 const XMLPropertyState& rTrans = (*pProperties)[nIdx-3]; in handleElementItem()
93 const XMLPropertyState& rPos = (*pProperties)[nIdx-2]; in handleElementItem()
101 const XMLPropertyState& rFilter = (*pProperties)[nIdx-1]; in handleElementItem()
119 pProperties, nIdx, in handleElementItem()
125 pProperties, nIdx, in handleElementItem()
130 SvXMLExportPropertyMapper::handleElementItem( rExp, rProperty, nFlags, pProperties, nIdx ); in handleElementItem()
141 sal_uInt32 nIdx ) const in handleSpecialItem()
[all …]
/trunk/main/svx/source/form/
H A Dfmdmod.cxx89 for( sal_uInt16 nIdx = 0; nIdx < nSvxComponentServiceNameListCount; nIdx++ ) in getAvailableServiceNames() local
90 pStrings[nIdx] = aSvxComponentServiceNameList[nIdx]; in getAvailableServiceNames()
/trunk/main/sal/qa/helper/gcov/
H A Dgcov_filter.pl179 my $nIdx;
181 for ($nIdx = 0; $nIdx < $nCount ; ++$nIdx)
183 my $file = $ARGV[$nIdx];
/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()
/trunk/main/sfx2/source/dialog/
H A Dmgetempl.cxx225 sal_uInt16 nIdx = 0; in SfxManageStyleSheetPage() local
240 aFilterLb.InsertEntry( pTupel->aName, nIdx ); in SfxManageStyleSheetPage()
241 aFilterLb.SetEntryData(nIdx, (void*)(long)i); in SfxManageStyleSheetPage()
244 nStyleFilterIdx = nIdx; in SfxManageStyleSheetPage()
245 ++nIdx; in SfxManageStyleSheetPage()
452 sal_uInt16 nIdx = (sal_uInt16)(long)aFilterLb.GetEntryData( nFilterIdx ); in IMPL_LINK_INLINE_END() local
454 p = pItem->GetFilterList().GetObject( nIdx ); in IMPL_LINK_INLINE_END()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx375 for ( SCSIZE nIdx = nStartIndex; nIdx <= nEndIndex; ++nIdx ) in DeleteRange() local
376 if ( ScPostIt* pNote = pItems[ nIdx ].pCell->GetNote() ) in DeleteRange()
382 for ( SCSIZE nIdx = nStartIndex; bSimple && (nIdx <= nEndIndex); ++nIdx ) in DeleteRange() local
383 if (pItems[ nIdx ].pCell->GetBroadcaster()) in DeleteRange()
398 for ( SCSIZE nIdx = nStartIndex; nIdx <= nEndIndex; ++nIdx ) in DeleteRange() local
400 ScBaseCell* pOldCell = pItems[ nIdx ].pCell; in DeleteRange()
409 pItems[ nIdx ].pCell = pNoteCell; in DeleteRange()
410 aHint.GetAddress().SetRow( pItems[ nIdx ].nRow ); in DeleteRange()
425 for ( SCSIZE nIdx = nStartIndex; nIdx <= nEndIndex; ++nIdx ) in DeleteRange() local
/trunk/main/sw/source/core/docnode/
H A Dndindex.cxx62 SwNodeIndex::SwNodeIndex( SwNodes& rNds, sal_uLong nIdx ) in SwNodeIndex() argument
63 : pNd( rNds[ nIdx ] ), pNext( 0 ), pPrev( 0 ) in SwNodeIndex()
134 SwNodeIndex& SwNodeIndex::Assign( SwNodes& rNds, sal_uLong nIdx ) in Assign() argument
139 pNd = rNds[ nIdx ]; in Assign()
143 pNd = rNds[ nIdx ]; in Assign()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx1095 sal_uInt16 nIdx = nFlyIdx; in _CheckFlyCache() local
1097 while( nIdx < nFlyCount && ( pFlyC = pImpl-> in _CheckFlyCache()
1098 GetFlyCache( nIdx ) )->nPageNum == nPgNum ) in _CheckFlyCache()
1101 ++nIdx; in _CheckFlyCache()
1178 sal_uInt16 nIdx = 0; in CheckPageFlyCache() local
1184 while( nIdx < nCnt && in CheckPageFlyCache()
1185 nPgNum > (pFlyC = pCache->GetFlyCache( nIdx ))->nPageNum ) in CheckPageFlyCache()
1186 ++nIdx; in CheckPageFlyCache()
1188 while( nIdx < nCnt && in CheckPageFlyCache()
1190 ++nIdx; in CheckPageFlyCache()
[all …]
/trunk/main/unotools/source/config/
H A Ddefaultoptions.cxx202 sal_uInt16 nIdx = 0; in GetDefaultPath() local
204 while ( PathMap_Impl[nIdx]._ePath <= SvtPathOptions::PATH_WORK ) in GetDefaultPath()
206 if ( nId == PathMap_Impl[nIdx]._ePath && PathMap_Impl[nIdx]._pDefaultPath ) in GetDefaultPath()
208 aRet = this->*(PathMap_Impl[nIdx]._pDefaultPath); in GetDefaultPath()
222 ++nIdx; in GetDefaultPath()
/trunk/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx172 sal_Int32 nIdx = 0; in getAccessibleIndexInParent() local
177 for( nIdx = 0; nIdx < nChildren; ++nIdx ) in getAccessibleIndexInParent()
178 if( pTabPage->GetChild( static_cast< sal_uInt16 >( nIdx ) ) == mpFrameSel ) in getAccessibleIndexInParent()
182 nIdx = mpFrameSel->GetEnabledBorderIndex( meBorder ); in getAccessibleIndexInParent()
184 if( nIdx < 0 ) in getAccessibleIndexInParent()
186 return nIdx; in getAccessibleIndexInParent()
/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()

Completed in 129 milliseconds

12345678910>>...17