Searched refs:aCharStyleLB (Results  1 – 8 of 8) sorted by relevance
| /aoo4110/main/svx/source/dialog/ | 
| H A D | rubydialog.cxx | 231 	aCharStyleLB(this, 			ResId(LB_CHAR_STYLE,*rResId.GetResMgr()		)),  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()
 391                     aCharStyleLB.SelectEntry(sCharStyleSelect);  in Activate()
 393             aCharStyleLB.Enable(xSupplier.is());  in Activate()
 533                 aCharStyleLB.SelectEntryPos(i);  in Update()
 539 		aCharStyleLB.SetNoSelection();  in Update()
 580         CharStyleHdl_Impl(&aCharStyleLB);  in IMPL_LINK()
 684 	if(LISTBOX_ENTRY_NOTFOUND != aCharStyleLB.GetSelectEntryPos())  in IMPL_LINK()
 [all …]
 
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/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()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | rubydialog.hxx | 114 	ListBox				aCharStyleLB;  member in SvxRubyDialog176 			aCharStyleLB.Enable(bEnable);  in EnableControls()
 
 | 
| /aoo4110/main/sw/source/ui/index/ | 
| H A D | cnttab.cxx | 2094     aCharStyleLB(this,          SW_RES(LB_CHARSTYLE         )),  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()
 2845 		aCharStyleLB.SelectEntry(pToken->sCharStyleName);  in IMPL_LINK()
 2847 		aCharStyleLB.SelectEntry(sNoCharStyle);  in IMPL_LINK()
 2850 	String sEntry = aCharStyleLB.GetSelectEntry();  in IMPL_LINK()
 3112     ::FillCharStyleListBox(aCharStyleLB, pDocSh, sal_True, sal_True);  in SetWrtShell()
 3114     for(sal_uInt16 i = 0; i < aCharStyleLB.GetEntryCount(); i++)  in SetWrtShell()
 [all …]
 
 | 
| /aoo4110/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
 | 
        Completed in 152 milliseconds