Home
last modified time | relevance | path

Searched refs:aCategoryBox (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sw/source/ui/misc/
H A Dglossary.cxx232 aCategoryBox (this, SW_RES(LB_BIB)), in SwGlossaryDlg()
276 aCategoryBox.SetDoubleClickHdl(LINK(this,SwGlossaryDlg, NameDoubleClick)); in SwGlossaryDlg()
277 aCategoryBox.SetSelectHdl(LINK(this,SwGlossaryDlg,GrpSelect)); in SwGlossaryDlg()
295 aCategoryBox.SetHelpId(HID_MD_GLOS_CATEGORY); in SwGlossaryDlg()
296aCategoryBox.SetStyle(aCategoryBox.GetStyle()|WB_HASBUTTONS|WB_HASBUTTONSATROOT|WB_HSCROLL|WB_VSCR… in SwGlossaryDlg()
297 aCategoryBox.GetModel()->SetSortMode(SortAscending); in SwGlossaryDlg()
298 aCategoryBox.SetHighlightRange(); // ueber volle Breite selektieren in SwGlossaryDlg()
299 aCategoryBox.SetNodeDefaultImages( ); in SwGlossaryDlg()
300 aCategoryBox.SetAccessibleName(SW_RES(STR_ACCESS_SW_CATEGORY)); in SwGlossaryDlg()
301 aCategoryBox.SetAccessibleRelationLabeledBy(&aInsertTipCB); in SwGlossaryDlg()
[all …]
/AOO42X/main/sw/source/ui/config/
H A Doptload.cxx400 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()
[all …]
/AOO42X/main/sw/source/ui/frmdlg/
H A Dcption.cxx124 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()
[all …]
/AOO42X/main/sw/source/ui/inc/
H A Dcption.hxx83 CategoryBox aCategoryBox; member in SwCaptionDialog
H A Doptload.hxx139 CaptionComboBox aCategoryBox; member in SwCaptionOptPage
H A Dglossary.hxx111 SwGlTreeListBox aCategoryBox; member in SwGlossaryDlg