Lines Matching refs:nIdx

1008 OUString FormulaObject::createPlaceHolder( size_t nIdx ) const  in createPlaceHolder()
1011 StringHelper::appendDec( aStr, static_cast< sal_uInt32 >( nIdx ) ); in createPlaceHolder()
1363 for( sal_uInt16 nIdx = 0; nIdx < nCount; ++nIdx ) in dumpAttrToken() local
1494 size_t nIdx = aIt - maAddData.begin(); in dumpAddTokenData() local
1498 case ADDDATA_NLR: dumpAddDataNlr( nIdx ); break; in dumpAddTokenData()
1499 case ADDDATA_ARRAY: dumpAddDataArray( nIdx ); break; in dumpAddTokenData()
1500 case ADDDATA_MEMAREA: dumpAddDataMemArea( nIdx ); break; in dumpAddTokenData()
1505 void FormulaObject::dumpAddDataNlr( size_t nIdx ) in dumpAddDataNlr() argument
1520 mxStack->replaceOnTop( createPlaceHolder( nIdx ), lclCreateNlr( aAddrList ) ); in dumpAddDataNlr()
1523 void FormulaObject::dumpAddDataArray( size_t nIdx ) in dumpAddDataArray() argument
1538 mxStack->replaceOnTop( createPlaceHolder( nIdx ), aOp.makeStringAndClear() ); in dumpAddDataArray()
2573 …for( sal_uInt16 nIdx = 0, nCount = dumpDec< sal_uInt16 >( "count" ); !rStrm.isEof() && (nIdx < nCo… in implDumpRecordBody() local
2696 …for( sal_uInt16 nIdx = 0, nCount = dumpDec< sal_uInt16 >( "count" ); !rStrm.isEof() && (nIdx < nCo… in implDumpRecordBody() local
2700 mxColors->setName( nIdx + 8, aColorName.makeStringAndClear() ); in implDumpRecordBody()
2831 for( sal_Int64 nIdx = 0, nCount = rStrm.getRemaining() / 2; nIdx < nCount; ++nIdx ) in implDumpRecordBody() local
2851 for( sal_uInt16 nIdx = 0; nIdx < nCount; ++nIdx ) in implDumpRecordBody() local