Home
last modified time | relevance | path

Searched refs:nIdx (Results 251 – 275 of 402) sorted by relevance

1...<<11121314151617

/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()
/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx543 const SwTOXSortKey* SwAuthorityFieldType::GetSortKey(sal_uInt16 nIdx) const in GetSortKey()
546 if(m_pSortKeyArr->Count() > nIdx) in GetSortKey()
547 pRet = (*m_pSortKeyArr)[nIdx]; in GetSortKey()
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx731 sal_uInt16 nIdx = 0; in SetOptions_Impl() local
732 for ( SfxShell *pSh = pDispat->GetShell(nIdx); in SetOptions_Impl()
734 ++nIdx, pSh = pDispat->GetShell(nIdx) ) in SetOptions_Impl()
/trunk/main/svl/inc/svl/
H A Dstyle.hxx170 virtual SfxStyleSheetBase *operator[](sal_uInt16 nIdx);
238 virtual SfxStyleSheetBase* operator[](sal_uInt16 nIdx);
/trunk/main/sc/source/core/data/
H A Ddociter.cxx444 SCSIZE nIdx = nColRow - 1; in GetCurNumFmtInfo() local
446 if ( nIdx < pCol->nCount && pCol->pItems[nIdx].nRow == nRow ) in GetCurNumFmtInfo()
447 pCell = pCol->pItems[nIdx].pCell; in GetCurNumFmtInfo()
450 if ( pCol->Search( nRow, nIdx ) ) in GetCurNumFmtInfo()
451 pCell = pCol->pItems[nIdx].pCell; in GetCurNumFmtInfo()
/trunk/main/chart2/source/tools/
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/sw/source/filter/html/
H A Dwrthtml.cxx876 sal_uLong nIdx = pCurPam->GetPoint()->nNode.GetIndex(); in OutHeaderAttrs() local
880 while( nIdx<=nEndIdx && in OutHeaderAttrs()
881 0==(pTxtNd=pDoc->GetNodes()[nIdx]->GetTxtNode()) ) in OutHeaderAttrs()
882 nIdx++; in OutHeaderAttrs()
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx182 sal_uInt16 nIdx = pNamespaceMap->GetIndexByPrefix( sPrefix ); in exportXML() local
183 if( USHRT_MAX == nIdx || in exportXML()
184 pNamespaceMap->GetNameByIndex( nIdx ) != sNamespace ) in exportXML()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx62 fontID GetFont (int nIdx) const in GetFont()
63 { return nIdx < Font3Size ? mpFont[nIdx] : -1 ; } in GetFont()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx472 sal_uInt16 nIdx = 0; in lcl_getStringFromID() local
473 while ( OptionsMap_Impl[nIdx].m_pGroupName != NULL ) in lcl_getStringFromID()
475 if ( _nPageId == OptionsMap_Impl[nIdx].m_nPageId ) in lcl_getStringFromID()
478 _rGroupName = String( OptionsMap_Impl[nIdx].m_pGroupName, RTL_TEXTENCODING_ASCII_US ); in lcl_getStringFromID()
479 if ( OptionsMap_Impl[nIdx].m_pPageName != NULL ) in lcl_getStringFromID()
480 _rPageName = String( OptionsMap_Impl[nIdx].m_pPageName, RTL_TEXTENCODING_ASCII_US ); in lcl_getStringFromID()
483 ++nIdx; in lcl_getStringFromID()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1678 const sal_uInt16 nIdx = GetId() - SID_STYLE_FAMILY_START; in StateChanged() local
1685 rControl.SetFamilyState( nIdx, pStateItem ); in StateChanged()
1688 rControl.SetFamilyState( nIdx, NULL ); in StateChanged()
2112 void SvxStyleToolBoxControl::SetFamilyState( sal_uInt16 nIdx, in SetFamilyState() argument
2115 DELETEZ( pFamilyState[nIdx] ); in SetFamilyState()
2118 pFamilyState[nIdx] = new SfxTemplateItem( *pItem ); in SetFamilyState()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx2633 int SwDoc::getOutlineLevel( const sal_Int32 nIdx ) const in getOutlineLevel()
2635 return GetNodes().GetOutLineNds()[ static_cast<sal_uInt16>(nIdx) ]-> in getOutlineLevel()
2640 String SwDoc::getOutlineText( const sal_Int32 nIdx, in getOutlineText() argument
2644 return GetNodes().GetOutLineNds()[ static_cast<sal_uInt16>(nIdx) ]-> in getOutlineText()
2649 SwTxtNode* SwDoc::getOutlineNode( const sal_Int32 nIdx ) const in getOutlineNode()
2651 return GetNodes().GetOutLineNds()[ static_cast<sal_uInt16>(nIdx) ]->GetTxtNode(); in getOutlineNode()
/trunk/main/linguistic/source/
H A Dmisc.cxx327 sal_Int32 nIdx = xEntry->getDictionaryWord().indexOf( '=' ); in lcl_HasHyphInfo() local
328 bRes = nIdx != -1 && nIdx != 0; in lcl_HasHyphInfo()
/trunk/main/sw/source/core/text/
H A Dportxt.cxx796 xub_StrLen nIdx = rInf.GetIdx(); in GetExpTxt() local
800 ++nIdx; in GetExpTxt()
807 rTxt = rInf.GetTxt().Copy( nIdx, nLen ); in GetExpTxt()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DConvWatch.java107 int nIdx = sName.indexOf('.'); in createPostscriptStartCheck() local
108 if (nIdx == -1) in createPostscriptStartCheck()
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx684 for( sal_uInt16 nIdx = 0, nCount = aPPoly.Count(); nIdx < nCount; ++nIdx ) in DrawAllTrackingRects() local
685 mrFrameSel.InvertTracking( aPPoly.GetObject( nIdx ), SHOWTRACK_SMALL | SHOWTRACK_WINDOW ); in DrawAllTrackingRects()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx773 for( size_t nIdx = 0; nIdx < 8; ++nIdx ) in convertFillProperties()
774 aMemStrm << sal_uInt32( pnPattern[ nIdx ] ); // 32-bit little-endian in convertFillProperties()
/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/xmloff/source/chart/
H A DSchXMLTools.cxx533 sal_Int32 nIdx = aPropIter->mnIndex; in getPropertyFromContext() local
534 if( nIdx == -1 ) in getPropertyFromContext()
536 OUString aPropName = rMapper->GetEntryAPIName( nIdx ); in getPropertyFromContext()
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx598 for (sal_Int32 nIdx = 0; nIdx < nCount; ++nIdx) in GetPseudoCharRuns() local
/trunk/main/sc/source/core/tool/
H A Drangenam.cxx884 sal_uInt16 nIdx = ((ScRangeData*)pItems[i])->GetIndex(); in GetEntryIndex() local
885 if( nIdx > nLast ) in GetEntryIndex()
887 nLast = nIdx; in GetEntryIndex()
/trunk/main/sw/inc/
H A Ddoc.hxx1020 virtual int getOutlineLevel( const sal_Int32 nIdx ) const;
1021 virtual String getOutlineText( const sal_Int32 nIdx,
1024 virtual SwTxtNode* getOutlineNode( const sal_Int32 nIdx ) const;
1352 SwFrmFmt* GetFlyNum(sal_uInt16 nIdx, FlyCntType eType = FLYCNTTYPE_ALL);
1799 const sal_Bool bBefore, const sal_uInt16 nId, const sal_uLong nIdx,
/trunk/main/svtools/source/control/
H A Dsvxbox.cxx47 SvxBoxEntry::SvxBoxEntry(const String& aNam, sal_uInt16 nIdx) : in SvxBoxEntry() argument
49 nId(nIdx), in SvxBoxEntry()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1652 for( sal_uInt16 nIdx = 0; nIdx < nCount; nIdx++ ) in ModelHasEntryInvalidated() local
1654 SvLBoxItem* pItem = ((SvLBoxEntry*)pEntry)->GetItem( nIdx ); in ModelHasEntryInvalidated()
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx796 for( sal_Int32 nIdx = 1, nCount = xCol->getCount(); nIdx <= nCount; ++nIdx ) in lclAddToListOfScRange() local
798 …uno::Reference< excel::XRange > xAreaRange( xCol->Item( uno::Any( nIdx ), uno::Any() ), uno::UNO_Q… in lclAddToListOfScRange()

Completed in 241 milliseconds

1...<<11121314151617