Home
last modified time | relevance | path

Searched refs:nSourceIndex (Results 1 – 10 of 10) sorted by relevance

/AOO42X/main/chart2/source/model/template/
H A DStockDataInterpreter.cxx136 sal_Int32 nSourceIndex = 0; // index into aData sequence in interpretDataSource() local
141 xCategories.set( aData[nSourceIndex] ); in interpretDataSource()
142 ++nSourceIndex; in interpretDataSource()
152 aSequences[nBarGroupIndex][nLabeledSeqIdx][0].set( aData[nSourceIndex] ); in interpretDataSource()
153 if( aData[nSourceIndex].is()) in interpretDataSource()
154 SetRole( aData[nSourceIndex]->getValues(), C2U("values-y")); in interpretDataSource()
155 ++nSourceIndex; in interpretDataSource()
162 aSequences[nCandleStickGroupIndex][nLabeledSeqIdx][nSeqIdx].set( aData[nSourceIndex] ); in interpretDataSource()
163 if( aData[nSourceIndex].is()) in interpretDataSource()
164 SetRole( aData[nSourceIndex]->getValues(), C2U("values-first")); in interpretDataSource()
[all …]
/AOO42X/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx411 … const size_t nSourceIndex = static_cast< size_t >( aPermutation[ nDestinationIndex ] ); in EndElement() local
412 if( nSourceIndex != nDestinationIndex && in EndElement()
413 nSourceIndex < nRowSize ) in EndElement()
424 aModifiedRow[ nDestinationIndex ] = (*aRowIt)[ nSourceIndex ]; in EndElement()
448 const size_t nSourceIndex = static_cast< size_t >( aPermutation[ nDestinationIndex ] ); in EndElement() local
449 if( nSourceIndex != nDestinationIndex && in EndElement()
450 nSourceIndex < nTableRowCount ) in EndElement()
461 aDestination[ nDestinationIndex ] = mrTable.aData[ nSourceIndex ]; in EndElement()
/AOO42X/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx588 size_t nSourceIndex = rSourceWindow.GetSelectedIndex(); in MoveField() local
591 lclFindFieldWindow( pSourceWindow, pSourceData, nSourceIndex, maWndPage ); in MoveField()
592 lclFindFieldWindow( pSourceWindow, pSourceData, nSourceIndex, maWndCol ); in MoveField()
593 lclFindFieldWindow( pSourceWindow, pSourceData, nSourceIndex, maWndRow ); in MoveField()
598 return bMoveExisting && pSourceWindow->MoveField( nSourceIndex, nInsertIndex ); in MoveField()
603 pSourceWindow->RemoveField( nSourceIndex ); in MoveField()
/AOO42X/main/sc/source/core/data/
H A Ddpdimsave.cxx274 long nSourceIndex = rData.GetDimensionIndex( aSourceDim ); in AddToData() local
275 if ( nSourceIndex >= 0 ) in AddToData()
277 ScDPGroupDimension aDim( nSourceIndex, aGroupDimName ); in AddToData()
H A Ddptabres.cxx271 void ScDPInitState::AddMember( long nSourceIndex, SCROW nMember ) in AddMember() argument
276 pIndex[nCount] = nSourceIndex; in AddMember()
/AOO42X/main/sfx2/source/doc/
H A Ddocvor.cxx604 sal_uInt16 nSourceRegion = 0, nSourceIndex = 0; in MoveOrCopyTemplates() local
605 GetIndices_Impl(pSourceBox, pSource, nSourceRegion, nSourceIndex); in MoveOrCopyTemplates()
609 nSourceRegion, nSourceIndex): in MoveOrCopyTemplates()
611 nSourceRegion, nSourceIndex); in MoveOrCopyTemplates()
/AOO42X/main/embeddedobj/source/general/
H A Ddocholder.cxx117 sal_Int32 nSourceIndex, in InsertMenu_Impl() argument
128 xSourceMenu->getByIndex( nSourceIndex ) >>= aSourceProps; in InsertMenu_Impl()
/AOO42X/main/xmloff/source/draw/
H A Dximpshap.cxx962 for( sal_Int32 nSourceIndex(0); nSourceIndex < nSourceCount; nSourceIndex++ ) in onDemandRescueUsefulDataFromTemporary() local
964 const sal_Int32 nSourceIdentifier = aSourceIdSequence[nSourceIndex]; in onDemandRescueUsefulDataFromTemporary()
/AOO42X/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3342 const sal_uInt32 nSourceIndex((a + nIndexOfNewStatPoint) % nPointCount); in makeStartPoint() local
3343 aRetval.append(rCandidate.getB2DPoint(nSourceIndex)); in makeStartPoint()
3347 … aRetval.setPrevControlPoint(a, rCandidate.getPrevControlPoint(nSourceIndex)); in makeStartPoint()
3348 … aRetval.setNextControlPoint(a, rCandidate.getNextControlPoint(nSourceIndex)); in makeStartPoint()
/AOO42X/main/sc/inc/
H A Ddptabres.hxx78 void AddMember( long nSourceIndex,SCROW nMember);