Lines Matching refs:aCategoryBox
124 aCategoryBox (this, SW_RES(BOX_CATEGORY)), in SwCaptionDialog()
160 aCategoryBox.SetModifyHdl( aLk ); in SwCaptionDialog()
166 aCategoryBox.SetSelectHdl( aLk ); in SwCaptionDialog()
171 aCategoryBox.InsertEntry( sNone ); in SwCaptionDialog()
178 aCategoryBox.InsertEntry(pType->GetName()); in SwCaptionDialog()
226 aCategoryBox.SetText( *pString ); in SwCaptionDialog()
228 aCategoryBox.SetText( in SwCaptionDialog()
238 aCategoryBox.GetText() ) in SwCaptionDialog()
281 aCategoryBox.GetModifyHdl().Call(&aCategoryBox); in SwCaptionDialog()
294 String aName( aCategoryBox.GetText() ); in Apply()
316 String sFldTypeName = aCategoryBox.GetText(); in IMPL_LINK_INLINE_START()
350 String sFldTypeName = aCategoryBox.GetText(); in IMPL_LINK_INLINE_END()
384 String sFldTypeName = aCategoryBox.GetText(); in DrawSample()
638 lcl_MoveH( aCategoryBox, 2 * nDiff); in ApplyCaptionOrder()