Lines Matching refs:pSourceWindow
587 ScPivotFieldWindow* pSourceWindow = &rSourceWindow; 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()
597 if( pSourceWindow == &rTargetWindow ) in MoveField()
598 return bMoveExisting && pSourceWindow->MoveField( nSourceIndex, nInsertIndex ); in MoveField()
603 pSourceWindow->RemoveField( nSourceIndex ); in MoveField()
605 …if( (rSourceWindow.GetType() == PIVOTFIELDTYPE_DATA) && (pSourceWindow->GetType() != PIVOTFIELDTYP… in MoveField()
916 ScPivotFieldWindow* pSourceWindow = mpFocusWindow; in IMPL_LINK() local
936 …if( pSourceWindow && pTargetWindow && (pSourceWindow != pTargetWindow) && ((pTargetWindow->GetGetF… in IMPL_LINK()
939 MoveField( *pSourceWindow, *pTargetWindow, pTargetWindow->GetFieldCount(), false ); in IMPL_LINK()
941 if( pSourceWindow->GetType() == PIVOTFIELDTYPE_SELECT ) in IMPL_LINK()
942 pSourceWindow->SelectNextField(); in IMPL_LINK()
944 GrabFieldFocus( pSourceWindow->IsEmpty() ? *pTargetWindow : *pSourceWindow ); in IMPL_LINK()