Lines Matching refs:aCategoryBox

400 	aCategoryBox 	(this, SW_RES(BOX_CATEGORY	)),  in SwCaptionOptPage()
452 aCategoryBox.GetText() ) in SwCaptionOptPage()
481 RES_SETEXPFLD, aCategoryBox.GetText() ); in SwCaptionOptPage()
497 aCategoryBox.SetModifyHdl( aLk ); in SwCaptionOptPage()
502 aCategoryBox.SetSelectHdl( aLk ); in SwCaptionOptPage()
680 aCategoryBox.Enable( bChecked ); in IMPL_LINK()
705 aCategoryBox.Clear(); in IMPL_LINK()
706 aCategoryBox.InsertEntry( sNone ); in IMPL_LINK()
716 aCategoryBox.InsertEntry(SwBoxEntry(pType->GetName())); in IMPL_LINK()
721 aCategoryBox.InsertEntry(SwBoxEntry(sIllustration)); in IMPL_LINK()
722 aCategoryBox.InsertEntry(SwBoxEntry(sTable)); in IMPL_LINK()
723 aCategoryBox.InsertEntry(SwBoxEntry(sText)); in IMPL_LINK()
724 aCategoryBox.InsertEntry(SwBoxEntry(sDrawing)); in IMPL_LINK()
728 aCategoryBox.SetText(pOpt->GetCategory()); in IMPL_LINK()
730 aCategoryBox.SetText( sNone ); in IMPL_LINK()
732 aCategoryBox.GetEntryPos(pOpt->GetCategory()) == COMBOBOX_ENTRY_NOTFOUND) in IMPL_LINK()
733 aCategoryBox.InsertEntry(pOpt->GetCategory()); in IMPL_LINK()
734 if (!aCategoryBox.GetText().Len()) in IMPL_LINK()
744 aCategoryBox.SetText(aCategoryBox.GetEntry(nPos).GetName()); in IMPL_LINK()
785 aApplyBorderCB.Enable( aCategoryBox.IsEnabled() && in IMPL_LINK()
820 String aName( aCategoryBox.GetText() ); in SaveEntry()
851 String sFldTypeName = aCategoryBox.GetText(); in IMPL_LINK()
862 sal_Bool bEnable = aCategoryBox.IsEnabled() && sFldTypeName != sNone; in IMPL_LINK()
902 if( aCategoryBox.GetText() != sNone) in DrawSample()
915 aStr += aCategoryBox.GetText(); in DrawSample()
920 String sFldTypeName( aCategoryBox.GetText() ); in DrawSample()
955 aStr += aCategoryBox.GetText(); in DrawSample()