Searched refs:PIVOTFIELDTYPE_SELECT (Results 1 – 4 of 4) sorted by relevance
93 …d( WND_SELECT ), maScrSelect, 0, String( ScResId( STR_SELECT ) ), PIVOTFIELDTYPE_SELECT, HID_SC_DP… in ScPivotLayoutDlg()317 if( rSourceWindow.GetType() == PIVOTFIELDTYPE_SELECT ) in NotifyDoubleClick()391 …((mpTrackingWindow->GetType() == PIVOTFIELDTYPE_SELECT) ? POINTER_NOTALLOWED : POINTER_PIVOT_DELET… in Tracking()394 if( pTargetWindow && (pTargetWindow->GetType() == PIVOTFIELDTYPE_SELECT) ) in Tracking()510 if( rTargetWindow.GetType() != PIVOTFIELDTYPE_SELECT ) in IsInsertAllowed()925 …ol bEnableButtons = pTargetWindow && (pTargetWindow->GetType() != PIVOTFIELDTYPE_SELECT) && !pTarg… in IMPL_LINK()941 if( pSourceWindow->GetType() == PIVOTFIELDTYPE_SELECT ) in IMPL_LINK()
120 mbVertical( eFieldType == PIVOTFIELDTYPE_SELECT ), in ScPivotFieldWindow()227 case PIVOTFIELDTYPE_SELECT: return String( ScResId( STR_ACC_DATAPILOT_SEL_DESCR ) ); in GetDescription()312 if( (meFieldType != PIVOTFIELDTYPE_SELECT) && (nInsertIndex <= maFields.size()) ) in InsertField()337 if( (meFieldType != PIVOTFIELDTYPE_SELECT) && (nRemoveIndex < maFields.size()) ) in RemoveField()360 …if( (meFieldType != PIVOTFIELDTYPE_SELECT) && (nFieldIndex != nInsertIndex) && (nFieldIndex < maFi… in MoveField()547 if( rKeyCode.IsMod1() && (meFieldType != PIVOTFIELDTYPE_SELECT) ) in KeyInput()771 if( meFieldType == PIVOTFIELDTYPE_SELECT ) in DrawBackground()
54 PIVOTFIELDTYPE_SELECT /// Selection window with all fields. enumerator
404 …nColor = (mpFieldWindow->GetType() == PIVOTFIELDTYPE_SELECT) ? rStyleSett.GetFaceColor().GetColor(… in getBackground()
Completed in 20 milliseconds