Lines Matching refs:aSizeFormatBox
118 aSizeFormatBox (this, SW_RES( BOX_SIZE_FORMAT )), in SwEnvFmtPage()
172 aSizeFormatBox .SetSelectHdl(LINK(this, SwEnvFmtPage, FormatHdl)); in SwEnvFmtPage()
184 while (nPos < aSizeFormatBox.GetEntryCount() && !bFound) in SwEnvFmtPage()
186 aEntryName = aSizeFormatBox.GetEntry(i); in SwEnvFmtPage()
192 aSizeFormatBox.InsertEntry(aPaperName, nPos); in SwEnvFmtPage()
196 aSizeFormatBox.InsertEntry(SvxPaperInfo::GetName(PAPER_USER)); in SwEnvFmtPage()
228 aSizeFormatBox.SelectEntryPos(i); in IMPL_LINK_INLINE_START()
231 if (aIDs[aSizeFormatBox.GetSelectEntryPos()] == (sal_uInt16)PAPER_USER) in IMPL_LINK_INLINE_START()
237 aSizeFormatBox.GetSelectHdl().Call(&aSizeFormatBox); in IMPL_LINK_INLINE_START()
463 sal_uInt16 nPaper = aIDs[aSizeFormatBox.GetSelectEntryPos()]; in IMPL_LINK()
574 sal_uInt16 nPaper = aIDs[aSizeFormatBox.GetSelectEntryPos()]; in FillItem()
613 aSizeFormatBox.SelectEntryPos(i); in Reset()