Home
last modified time | relevance | path

Searched refs:pExampleVS (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sw/source/ui/misc/
H A Dinsrule.cxx64 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()
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()
86 pExampleVS->Show(); in SwInsertGrfRulerDlg()
[all …]
/aoo4110/main/sw/source/ui/inc/
H A Dinsrule.hxx44 SwRulerValueSet* pExampleVS; member in SwInsertGrfRulerDlg

Completed in 12 milliseconds