Searched refs:nSourceIndex (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/chart2/source/model/template/ |
H A D | StockDataInterpreter.cxx | 142 ++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 …]
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 413 … 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()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | pvlaydlg.cxx | 588 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | dpdimsave.cxx | 274 long nSourceIndex = rData.GetDimensionIndex( aSourceDim ); in AddToData() local 275 if ( nSourceIndex >= 0 ) in AddToData() 277 ScDPGroupDimension aDim( nSourceIndex, aGroupDimName ); in AddToData()
|
H A D | dptabres.cxx | 271 void ScDPInitState::AddMember( long nSourceIndex, SCROW nMember ) in AddMember() argument 276 pIndex[nCount] = nSourceIndex; in AddMember()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docvor.cxx | 604 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()
|
/aoo4110/main/embeddedobj/source/general/ |
H A D | docholder.cxx | 117 sal_Int32 nSourceIndex, in InsertMenu_Impl() argument 128 xSourceMenu->getByIndex( nSourceIndex ) >>= aSourceProps; in InsertMenu_Impl()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | ximpshap.cxx | 962 for( sal_Int32 nSourceIndex(0); nSourceIndex < nSourceCount; nSourceIndex++ ) in onDemandRescueUsefulDataFromTemporary() local 964 const sal_Int32 nSourceIdentifier = aSourceIdSequence[nSourceIndex]; in onDemandRescueUsefulDataFromTemporary()
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dpolygontools.cxx | 3342 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()
|
/aoo4110/main/sc/inc/ |
H A D | dptabres.hxx | 78 void AddMember( long nSourceIndex,SCROW nMember);
|
Completed in 99 milliseconds