Lines Matching refs:aPaperSizeBox
249 aPaperSizeBox ( this, CUI_RES( LB_PAPER_SIZE ) ), in SvxPageDescPage()
453 aPaperSizeBox.SetDropDownLineCount(10); in Init_Impl()
457 aPaperSizeBox.SetSelectHdl( in Init_Impl()
610 aPaperSizeBox.Clear(); in Reset()
625 sal_uInt16 nPos = aPaperSizeBox.InsertEntry( aStr ); in Reset()
626 aPaperSizeBox.SetEntryData( nPos, (void*)(sal_uLong)eSize ); in Reset()
634 aPaperSizeBox.SelectEntryPos( nActPos != LISTBOX_ENTRY_NOTFOUND ? nActPos : nUserPos ); in Reset()
703 aPaperSizeBox.SaveValue(); in Reset()
832 nPos = aPaperSizeBox.GetSelectEntryPos(); in FillItemSet()
833 Paper ePaper = (Paper)(sal_uLong)aPaperSizeBox.GetEntryData( nPos ); in FillItemSet()
834 const sal_uInt16 nOld = aPaperSizeBox.GetSavedValue(); in FillItemSet()
1047 Paper ePaper = (Paper)(sal_uLong)aPaperSizeBox.GetEntryData( nPos ); in IMPL_LINK()
1127 sal_uInt16 nEntryCount = aPaperSizeBox.GetEntryCount(); in IMPL_LINK()
1131 Paper eTmp = (Paper)(sal_uLong)aPaperSizeBox.GetEntryData(i); in IMPL_LINK()
1135 aPaperSizeBox.SelectEntryPos(i); in IMPL_LINK()
1164 PaperSizeSelect_Impl( &aPaperSizeBox ); in IMPL_LINK()
1551 sal_uInt16 nPos = aPaperSizeBox.GetSelectEntryPos(); in DeactivatePage()
1552 Paper ePaper = (Paper)(sal_uLong)aPaperSizeBox.GetEntryData( nPos ); in DeactivatePage()