Searched refs:m_aOrientBox (Results 1 – 2 of 2) sorted by relevance
228 m_aOrientBox( this, PaResId( RID_RTS_PAPER_ORIENTATION_BOX ) ), in RTSPaperPage()235 m_aOrientBox.SetSelectHdl( LINK( this, RTSPaperPage, SelectHdl ) ); in RTSPaperPage()243 m_aOrientBox.InsertEntry( PORTRAIT_STRING ); in RTSPaperPage()244 m_aOrientBox.InsertEntry( LSCAPE_STRING ); in RTSPaperPage()271 m_aOrientBox.SelectEntry( in update()332 else if( pBox == &m_aOrientBox ) in IMPL_LINK()334 …m_pParent->m_aJobData.m_eOrientation = m_aOrientBox.GetSelectEntry().Equals( LSCAPE_STRING ) ? ori… in IMPL_LINK()
97 ListBox m_aOrientBox; member in padmin::RTSPaperPage112 String getOrientation() { return m_aOrientBox.GetSelectEntry(); } in getOrientation()
Completed in 13 milliseconds