Searched refs:m_aZoomLB (Results 1 – 2 of 2) sorted by relevance
106 m_aZoomLB( this, SW_RES( LB_ZOOM )), in SwMailMergeLayoutPage()154 m_aZoomLB.InsertEntry(String::CreateFromAscii("50 %"), 1); in SwMailMergeLayoutPage()155 m_aZoomLB.InsertEntry(String::CreateFromAscii("75 %"), 2); in SwMailMergeLayoutPage()156 m_aZoomLB.InsertEntry(String::CreateFromAscii("100 %"), 3); in SwMailMergeLayoutPage()157 m_aZoomLB.SelectEntryPos(0); //page size in SwMailMergeLayoutPage()158 m_aZoomLB.SetSelectHdl(LINK(this, SwMailMergeLayoutPage, ZoomHdl_Impl)); in SwMailMergeLayoutPage()
68 ListBox m_aZoomLB; member in SwMailMergeLayoutPage
Completed in 23 milliseconds