Searched refs:aCharStyleLB (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/svx/source/dialog/ |
| H A D | rubydialog.cxx | 231 aCharStyleLB(this, ResId(LB_CHAR_STYLE,*rResId.GetResMgr() )), in SvxRubyDialog() 258 aCharStyleLB.SetSelectHdl(LINK(this, SvxRubyDialog, CharStyleHdl_Impl)); in SvxRubyDialog() 299 for(sal_uInt16 i = 0; i < aCharStyleLB.GetEntryCount(); i++) in ClearCharStyleList() 301 void* pData = aCharStyleLB.GetEntryData(i); in ClearCharStyleList() 304 aCharStyleLB.Clear(); in ClearCharStyleList() 339 const String sCharStyleSelect = aCharStyleLB.GetSelectEntry(); in Activate() 379 sal_uInt16 nPos = aCharStyleLB.InsertEntry(sName); in Activate() 380 aCharStyleLB.SetEntryData( nPos, new OUString(sCoreName) ); in Activate() 391 aCharStyleLB.SelectEntry(sCharStyleSelect); in Activate() 393 aCharStyleLB.Enable(xSupplier.is()); in Activate() [all …]
|
| /AOO41X/main/sw/source/ui/misc/ |
| H A D | linenum.cxx | 106 aCharStyleLB ( this, SW_RES( LB_CHAR_STYLE )), in SwLineNumberingPage() 143 ::FillCharStyleListBox(aCharStyleLB, pSh->GetView().GetDocShell()); in SwLineNumberingPage() 173 const sal_uInt16 nPos = aCharStyleLB.GetEntryPos(sStyleName); in Reset() 176 aCharStyleLB.SelectEntryPos(nPos); in Reset() 181 aCharStyleLB.InsertEntry(sStyleName); in Reset() 182 aCharStyleLB.SelectEntry(sStyleName); in Reset() 260 aCharStyleLB.Enable(bEnable); in IMPL_LINK() 294 String sCharFmtName(aCharStyleLB.GetSelectEntry()); in FillItemSet()
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | optload.cxx | 416 aCharStyleLB (this, SW_RES(LB_CHARSTYLE )), in SwCaptionOptPage() 458 ::FillCharStyleListBox( aCharStyleLB, pSh->GetView().GetDocShell(), sal_True, sal_True ); in SwCaptionOptPage() 697 aCharStyleLB.Enable( bChecked ); in IMPL_LINK() 782 aCharStyleLB.SelectEntry( pOpt->GetCharacterStyle() ); in IMPL_LINK() 784 aCharStyleLB.SelectEntryPos( 0 ); in IMPL_LINK() 837 if(!aCharStyleLB.GetSelectEntryPos()) in SaveEntry() 840 pOpt->SetCharacterStyle(aCharStyleLB.GetSelectEntry()); in SaveEntry()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | rubydialog.hxx | 114 ListBox aCharStyleLB; member in SvxRubyDialog 176 aCharStyleLB.Enable(bEnable); in EnableControls()
|
| /AOO41X/main/sw/source/ui/index/ |
| H A D | cnttab.cxx | 2094 aCharStyleLB(this, SW_RES(LB_CHARSTYLE )), in SwTOXEntryTabPage() 2193 aCharStyleLB.SetSelectHdl(LINK(this, SwTOXEntryTabPage, StyleSelectHdl)); in SwTOXEntryTabPage() 2194 aCharStyleLB.InsertEntry(sNoCharStyle); in SwTOXEntryTabPage() 2441 lcl_ChgXPos(aCharStyleLB, nDiff); in ActivatePage() 2442 lcl_ChgWidth(aCharStyleLB, -nDiff); in ActivatePage() 2601 if( LISTBOX_ENTRY_NOTFOUND != aCharStyleLB.GetSelectEntryPos()) in IMPL_LINK() 2603 SfxStringItem aStyle(SID_STYLE_EDIT, aCharStyleLB.GetSelectEntry()); in IMPL_LINK() 2845 aCharStyleLB.SelectEntry(pToken->sCharStyleName); in IMPL_LINK() 2847 aCharStyleLB.SelectEntry(sNoCharStyle); in IMPL_LINK() 2850 String sEntry = aCharStyleLB.GetSelectEntry(); in IMPL_LINK() [all …]
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | linenum.hxx | 67 ListBox aCharStyleLB; member in SwLineNumberingPage
|
| H A D | optload.hxx | 158 ListBox aCharStyleLB; member in SwCaptionOptPage
|
| H A D | swuicnttab.hxx | 386 ListBox aCharStyleLB; // character style of the current token member in SwTOXEntryTabPage
|