Home
last modified time | relevance | path

Searched refs:nInsertIndex (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx318 MoveField( nFieldIndex, nInsertIndex ); in InsertField()
326 InsertFieldUnchecked( nInsertIndex, aField ); in InsertField()
328 MoveSelection( nInsertIndex ); in InsertField()
357 if( nFieldIndex < nInsertIndex ) in MoveField()
358 --nInsertIndex; in MoveField()
360 …= PIVOTFIELDTYPE_SELECT) && (nFieldIndex != nInsertIndex) && (nFieldIndex < maFields.size()) && (n… in MoveField()
365 InsertFieldUnchecked( nInsertIndex, aField ); in MoveField()
367 MoveSelection( nInsertIndex ); in MoveField()
394 bool ScPivotFieldWindow::MoveSelectedField( size_t nInsertIndex ) in MoveSelectedField() argument
396 return MoveField( mnSelectIndex, nInsertIndex ); in MoveSelectedField()
[all …]
H A Dpvlaydlg.cxx419 … size_t nInsertIndex = mpDropWindow->GetDropIndex( rDialogPos - mpDropWindow->GetPosPixel() ); in Tracking() local
420 bool bMoved = MoveField( *mpTrackingWindow, *mpDropWindow, nInsertIndex, true ); in Tracking()
570 …FieldWindow& rSourceWindow, ScPivotFieldWindow& rTargetWindow, size_t nInsertIndex, bool bMoveExis… in MoveField() argument
574 return bMoveExisting && rTargetWindow.MoveSelectedField( nInsertIndex ); in MoveField()
598 return bMoveExisting && pSourceWindow->MoveField( nSourceIndex, nInsertIndex ); in MoveField()
601 rTargetWindow.InsertField( nInsertIndex, *pSourceData ); in MoveField()
/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx137 void InsertField( size_t nInsertIndex, const ScPivotFuncData& rFuncData );
141 bool MoveField( size_t nFieldIndex, size_t nInsertIndex );
150 bool MoveSelectedField( size_t nInsertIndex );
201 … void InsertFieldUnchecked( size_t nInsertIndex, const ScPivotWindowField& rField );
H A Dpvlaydlg.hxx86 …FieldWindow& rSourceWindow, ScPivotFieldWindow& rTargetWindow, size_t nInsertIndex, bool bMoveExis…
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsClipboard.cxx346 sal_uInt16 nInsertIndex (rModel.GetCoreIndex(nInsertPosition)); in PasteTransferable() local
359 nInsertIndex, in PasteTransferable()
384 nInsertIndex, in PasteTransferable()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx600 sal_uInt32 nInsertIndex(0); in solver() local
611 impAddPolygon(nInsertIndex, aCandidate); in solver()
612 nInsertIndex += nCandCount; in solver()

Completed in 50 milliseconds