Searched refs:aFormatBox (Results 1 – 4 of 4) sorted by relevance
402 aFormatBox (this, SW_RES(BOX_FORMAT )), in SwCaptionOptPage()465 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionOptPage()467 aFormatBox.SetEntryData( i, reinterpret_cast<void*>(nFmtId) ); in SwCaptionOptPage()469 aFormatBox.SelectEntryPos( i ); in SwCaptionOptPage()503 aFormatBox .SetSelectHdl( aLk ); in SwCaptionOptPage()682 aFormatBox.Enable( bChecked ); in IMPL_LINK()747 for (sal_uInt16 i = 0; i < aFormatBox.GetEntryCount(); i++) in IMPL_LINK()751 aFormatBox.SelectEntryPos(i); in IMPL_LINK()829 pOpt->SetNumType((sal_uInt16)(sal_uLong)aFormatBox.GetEntryData(aFormatBox.GetSelectEntryPos())); in SaveEntry()865 aFormatBox.Enable(bEnable); in IMPL_LINK()[all …]
126 aFormatBox (this, SW_RES(BOX_FORMAT )), in SwCaptionDialog()167 aFormatBox .SetSelectHdl( aLk ); in SwCaptionDialog()248 aFormatBox.InsertEntry( pMgr->GetFormatStr(TYP_SEQFLD, i) ); in SwCaptionDialog()250 aFormatBox.SetEntryData( i, reinterpret_cast<void*>( nFmtId ) ); in SwCaptionDialog()252 aFormatBox.SelectEntryPos( i ); in SwCaptionDialog()303 …aOpt.SetNumType( (sal_uInt16)(sal_uIntPtr)aFormatBox.GetEntryData( aFormatBox.GetSelectEntryPos() … in Apply()362 aFormatBox.Enable( !bNone ); in IMPL_LINK_INLINE_END()388 sal_uInt16 nNumFmt = (sal_uInt16)(sal_uIntPtr)aFormatBox.GetEntryData( in DrawSample()389 aFormatBox.GetSelectEntryPos() ); in DrawSample()637 lcl_MoveH( aFormatBox, -nDiff ); in ApplyCaptionOrder()
85 ListBox aFormatBox; member in SwCaptionDialog
141 ListBox aFormatBox; member in SwCaptionOptPage
Completed in 32 milliseconds