Lines Matching refs:aPaperSizeBox
249 aPaperSizeBox ( this, CUI_RES( LB_PAPER_SIZE ) ), in SvxPageDescPage()
440 aPaperSizeBox.SetDropDownLineCount(10); in Init_Impl()
444 aPaperSizeBox.SetSelectHdl( in Init_Impl()
597 aPaperSizeBox.Clear(); in Reset()
612 sal_uInt16 nPos = aPaperSizeBox.InsertEntry( aStr ); in Reset()
613 aPaperSizeBox.SetEntryData( nPos, (void*)(sal_uLong)eSize ); in Reset()
621 aPaperSizeBox.SelectEntryPos( nActPos != LISTBOX_ENTRY_NOTFOUND ? nActPos : nUserPos ); in Reset()
690 aPaperSizeBox.SaveValue(); in Reset()
819 nPos = aPaperSizeBox.GetSelectEntryPos(); in FillItemSet()
820 Paper ePaper = (Paper)(sal_uLong)aPaperSizeBox.GetEntryData( nPos ); in FillItemSet()
821 const sal_uInt16 nOld = aPaperSizeBox.GetSavedValue(); in FillItemSet()
1034 Paper ePaper = (Paper)(sal_uLong)aPaperSizeBox.GetEntryData( nPos ); in IMPL_LINK()
1112 sal_uInt16 nEntryCount = aPaperSizeBox.GetEntryCount(); in IMPL_LINK()
1116 Paper eTmp = (Paper)(sal_uLong)aPaperSizeBox.GetEntryData(i); in IMPL_LINK()
1120 aPaperSizeBox.SelectEntryPos(i); in IMPL_LINK()
1149 PaperSizeSelect_Impl( &aPaperSizeBox ); in IMPL_LINK()
1472 sal_uInt16 nPos = aPaperSizeBox.GetSelectEntryPos(); in DeactivatePage()
1473 Paper ePaper = (Paper)(sal_uLong)aPaperSizeBox.GetEntryData( nPos ); in DeactivatePage()