Home
last modified time | relevance | path

Searched refs:nIdx (Results 176 – 200 of 402) sorted by relevance

12345678910>>...17

/trunk/main/linguistic/source/
H A Dmisc2.cxx139 sal_Int32 nIdx = nTxtLen - 1; in StripTrailingChars() local
140 while (nIdx >= 0 && rTxt[ nIdx-- ] == cChar) in StripTrailingChars()
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx475 sal_Int32 nIdx = rProp.mnIndex; in createAndInsertOLEObject() local
476 if( -1 == nIdx ) in createAndInsertOLEObject()
479 switch( rPropMapper->GetEntryContextId(nIdx) ) in createAndInsertOLEObject()
801 sal_Int32 nIdx = rProp.mnIndex; in createAndInsertFloatingFrame() local
802 if( -1 == nIdx ) in createAndInsertFloatingFrame()
805 switch( rPropMapper->GetEntryContextId(nIdx) ) in createAndInsertFloatingFrame()
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx772 sal_uLong nIdx = rCntnt.GetCntntIdx()->GetIndex(); in HasReadonlySel() local
773 if( nSttIdx <= nIdx && nEndIdx >= nIdx && in HasReadonlySel()
795 sal_uLong nIdx = pTbl ? pTbl->GetTabSortBoxes()[0]->GetSttIdx() in HasReadonlySel() local
797 if( nSttIdx <= nIdx && nEndIdx >= nIdx ) in HasReadonlySel()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx638 sal_uInt16 nIdx = sal::static_int_cast<sal_uInt16>( std::distance( rDistances.begin(), aIter ) ); in GetPoint() local
640 nIdx--; in GetPoint()
641 const Point& rPt = rPoly[ nIdx ]; in GetPoint()
644 if ( nIdx && ( aIter != rDistances.end() ) && ( *aIter != fX ) ) in GetPoint()
646 nIdx = sal::static_int_cast<sal_uInt16>( std::distance( rDistances.begin(), aIter ) ); in GetPoint()
649 const Point& rPt2 = rPoly[ nIdx - 1 ]; in GetPoint()
/trunk/main/oox/source/ppt/
H A Dpptshape.cxx248 oox::drawingml::ShapePtr PPTShape::findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox::… in findPlaceholderByIndex() argument
254 if ( (*aRevIter)->getSubTypeIndex() == nIdx ) in findPlaceholderByIndex()
260 aShapePtr = findPlaceholderByIndex( nIdx, rChildren ); in findPlaceholderByIndex()
/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/source/sbx/
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/sw/source/core/unocore/
H A Dunodraw.cxx434 for(sal_Int32 nIdx = 0; nIdx < nCount; nIdx++) in SwXShapesEnumeration() local
436 …ing::XShape> xShape = uno::Reference<drawing::XShape>(pDrawPage->getByIndex(nIdx), uno::UNO_QUERY); in SwXShapesEnumeration()
1232 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue() local
1235 nIdx, RES_TXTATR_FLYCNT ); in setPropertyValue()
1244 pTxtNode->DeleteAttributes( RES_TXTATR_FLYCNT, nIdx ); in setPropertyValue()
1318 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in setPropertyValue() local
1321 nIdx, RES_TXTATR_FLYCNT ); in setPropertyValue()
1330 pTxtNode->DeleteAttributes(RES_TXTATR_FLYCNT, nIdx); in setPropertyValue()
2132 const xub_StrLen nIdx = rPos.nContent.GetIndex(); in dispose() local
2133 pTxtNode->DeleteAttributes( RES_TXTATR_FLYCNT, nIdx ); in dispose()
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx1218 const int nIdx = static_cast<int>(pTop[0]); in convertOneTypeEsc() local
1219 assert( nIdx >= 0 ); in convertOneTypeEsc()
1220 assert( nIdx < NMAXTRANS ); in convertOneTypeEsc()
1221 mnTransVals[ nIdx] = pTop[-1]; in convertOneTypeEsc()
1227 const int nIdx = static_cast<int>(pTop[0]); in convertOneTypeEsc() local
1228 assert( nIdx >= 0 ); in convertOneTypeEsc()
1229 assert( nIdx < NMAXTRANS ); in convertOneTypeEsc()
1230 pTop[0] = mnTransVals[ nIdx ]; in convertOneTypeEsc()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx456 sal_uInt16 nIdx = 0; in Insert() local
462 rIdx2 = nIdx; in Insert()
466 nIdx++; in Insert()
1351 sal_Int32 nIdx = 0 ; in Execute() local
1357 pEntries[nIdx++] = sOutline + String::CreateFromInt32( i+1 ); in Execute()
1367 pEntries[nIdx++] = sStyle + rTxtColl.GetName(); in Execute()
1371 aListBoxEntries.realloc(nIdx); in Execute()
/trunk/main/sw/source/core/text/
H A Dporfld.cxx155 xub_StrLen nIdx; member in SwFldSlot
172 nIdx = pInf->GetIdx(); in SwFldSlot()
178 pInf->SetFakeLineStart( nIdx > pInf->GetLineStart() ); in SwFldSlot()
185 aTxt.Erase( nIdx, 1 ); in SwFldSlot()
186 aTxt.Insert( aTmp, nIdx ); in SwFldSlot()
197 pInf->SetIdx( nIdx ); in ~SwFldSlot()
H A Dwrong.cxx558 void SwWrongList::Remove(sal_uInt16 nIdx, sal_uInt16 nLen ) in Remove() argument
560 if ( nIdx >= maList.size() ) return; in Remove()
562 i1 += nIdx; in Remove()
565 if ( nIdx + nLen >= static_cast<sal_uInt16>(maList.size()) ) in Remove()
H A Dporfly.cxx177 xub_StrLen nIdx = pPos->nContent.GetIndex(); in MoveFlyInCnt() local
178 if ( nIdx >= nStart && nEnd > nIdx ) in MoveFlyInCnt()
H A Datrstck.cxx379 for ( sal_uInt16 nIdx = nCount; nIdx > 0; ) in Pos() local
381 if ( &rAttr == pArray[ --nIdx ] ) in Pos()
382 return nIdx; in Pos()
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx247 long Compress( sal_Int32* pKernArray, xub_StrLen nIdx, xub_StrLen nLen,
340 sal_Int32* pScrArray, xub_StrLen nIdx,
347 static sal_uInt8 WhichFont( xub_StrLen nIdx, const String* pTxt, const SwScriptInfo* pSI );
/trunk/main/sw/source/core/undo/
H A Dundobj1.cxx596 const xub_StrLen nIdx = pPos->nContent.GetIndex(); in UndoImpl() local
598 nIdx, RES_TXTATR_FLYCNT ); in UndoImpl()
607 pTxtNode->DeleteAttributes( RES_TXTATR_FLYCNT, nIdx, nIdx ); in UndoImpl()
H A Dunins.cxx989 sal_uLong nIdx = 0; in RepeatImpl() local
999 nIdx = pTNd->GetIndex(); in RepeatImpl()
1009 nIdx = pFly->GetFmt()->GetCntnt().GetCntntIdx()->GetIndex(); in RepeatImpl()
1016 if( nIdx ) in RepeatImpl()
1019 nFldId, nIdx, sCharacterStyle, bCpyBrd ); in RepeatImpl()
/trunk/main/oox/inc/oox/dump/
H A Dbiffdumper.hxx311 ::rtl::OUString createPlaceHolder( size_t nIdx ) const;
363 void dumpAddDataNlr( size_t nIdx );
364 void dumpAddDataArray( size_t nIdx );
365 void dumpAddDataMemArea( size_t nIdx );
/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx391 for( size_t nIdx = 0; nIdx < nSize; ++nIdx ) in ReadSxgroupinfo() local
392 rStrm >> maGroupOrder[ nIdx ]; in ReadSxgroupinfo()
1281 for( sal_uInt16 nIdx = 0; nIdx < nSize; ++nIdx ) in ReadSxivd() local
H A Dxename.cxx632 … for( sal_uInt16 nIdx = 0, nCount = rDoc.GetPrintRangeCount( nScTab ); nIdx < nCount; ++nIdx ) in CreateBuiltInNames() local
634 ScRange aRange( *rDoc.GetPrintRange( nScTab, nIdx ) ); in CreateBuiltInNames()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf2.cxx90 wwZOrderer::myeiter wwZOrderer::MapEscherIdxToIter(sal_uLong nIdx) in MapEscherIdxToIter() argument
96 if (aIter->mnEscherShapeOrder == nIdx) in MapEscherIdxToIter()
196 sal_uInt16 nIdx = maIndexes.top(); in InsertTextLayerObject() local
197 myeiter aEnd = MapEscherIdxToIter(nIdx); in InsertTextLayerObject()
/trunk/main/xmloff/source/style/
H A DPageMasterExportPropMapper.hxx58 sal_uInt32 nIdx = 0
66 sal_uInt32 nIdx = 0
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_body.cxx423 sal_Int32 nIdx = 0; in transliterate_titlecase_Impl() local
425 nIdx = i - nResolvedLen + 1; in transliterate_titlecase_Impl()
426 pOffset[i] = nIdx; in transliterate_titlecase_Impl()
/trunk/main/sfx2/inc/sfx2/
H A Dstyfitem.hxx100 const SfxStyleFamilyItem* GetObject(sal_uIntPtr nIdx) const in GetObject()
101 { return (SfxStyleFamilyItem*)aEntryList.GetObject(nIdx); } in GetObject()
/trunk/main/xmloff/source/text/
H A Dtxtexppr.hxx82 sal_uInt32 nIdx = 0 ) const;
90 sal_uInt32 nIdx = 0 ) const;

Completed in 158 milliseconds

12345678910>>...17