Lines Matching refs:pExampleVS
64 pExampleVS (new SwRulerValueSet(this, SW_RES(VS_EXAMPLE ))) in SwInsertGrfRulerDlg()
67 pExampleVS->SetLineCount(6); in SwInsertGrfRulerDlg()
68 pExampleVS->SetColCount(1); in SwInsertGrfRulerDlg()
69 pExampleVS->SetSelectHdl(LINK(this, SwInsertGrfRulerDlg, SelectHdl)); in SwInsertGrfRulerDlg()
70 pExampleVS->SetDoubleClickHdl(LINK(this, SwInsertGrfRulerDlg, DoubleClickHdl)); in SwInsertGrfRulerDlg()
71 pExampleVS->GrabFocus(); in SwInsertGrfRulerDlg()
76 pExampleVS->SetHelpId(HID_VS_RULER); in SwInsertGrfRulerDlg()
78 pExampleVS->InsertItem( 1, 1); in SwInsertGrfRulerDlg()
79 pExampleVS->SetItemText( 1, sSimple); in SwInsertGrfRulerDlg()
83 pExampleVS->InsertItem( i + 1, i); in SwInsertGrfRulerDlg()
84 pExampleVS->SetItemText( i + 1, *((String*)aGrfNames.GetObject(i-1))); in SwInsertGrfRulerDlg()
86 pExampleVS->Show(); in SwInsertGrfRulerDlg()
96 delete pExampleVS; in ~SwInsertGrfRulerDlg()