Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/model/template/
H A DStockDataInterpreter.cxx142 ++nSourceIndex; in interpretDataSource()
155 ++nSourceIndex; in interpretDataSource()
171 if( aData[nSourceIndex].is()) in interpretDataSource()
173 ++nSourceIndex, ++nSeqIdx; in interpretDataSource()
176 if( aData[nSourceIndex].is()) in interpretDataSource()
178 ++nSourceIndex, ++nSeqIdx; in interpretDataSource()
181 if( aData[nSourceIndex].is()) in interpretDataSource()
183 ++nSourceIndex, ++nSeqIdx; in interpretDataSource()
192 if( aData[nSourceIndex].is()) in interpretDataSource()
195 ++nSourceIndex; in interpretDataSource()
[all …]
/aoo41x/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx413 … const size_t nSourceIndex = static_cast< size_t >( aPermutation[ nDestinationIndex ] ); in EndElement() local
414 if( nSourceIndex != nDestinationIndex && in EndElement()
415 nSourceIndex < nRowSize ) in EndElement()
426 aModifiedRow[ nDestinationIndex ] = (*aRowIt)[ nSourceIndex ]; in EndElement()
450 const size_t nSourceIndex = static_cast< size_t >( aPermutation[ nDestinationIndex ] ); in EndElement() local
451 if( nSourceIndex != nDestinationIndex && in EndElement()
452 nSourceIndex < nTableRowCount ) in EndElement()
463 aDestination[ nDestinationIndex ] = mrTable.aData[ nSourceIndex ]; in EndElement()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/embeddedobj/source/general/
H A Ddocholder.cxx117 sal_Int32 nSourceIndex, in InsertMenu_Impl() argument
128 xSourceMenu->getByIndex( nSourceIndex ) >>= aSourceProps; in InsertMenu_Impl()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sc/inc/
H A Ddptabres.hxx78 void AddMember( long nSourceIndex,SCROW nMember);

Completed in 110 milliseconds