Lines Matching refs:aTbSymbol

5066 	aTbSymbol		     ( this, CUI_RES( TB_SYMBOLS ) ),  in SvxIconSelectorDialog()
5085 aTbSymbol.SetPageScroll( sal_True ); in SvxIconSelectorDialog()
5185 aTbSymbol.InsertItem( nId, img, pConstIter->first ); in SvxIconSelectorDialog()
5189 aTbSymbol.SetItemData( in SvxIconSelectorDialog()
5239 aTbSymbol.InsertItem( nId, img, pConstIter->first ); in SvxIconSelectorDialog()
5246 aTbSymbol.SetItemData( in SvxIconSelectorDialog()
5256 aTbSymbol.SetSelectHdl( LINK(this, SvxIconSelectorDialog, SelectHdl) ); in SvxIconSelectorDialog()
5260 m_nNextId = aTbSymbol.GetItemCount()+1; in SvxIconSelectorDialog()
5265 sal_uInt16 nCount = aTbSymbol.GetItemCount(); in ~SvxIconSelectorDialog()
5269 sal_uInt16 nId = aTbSymbol.GetItemId(n); in ~SvxIconSelectorDialog()
5272 aTbSymbol.GetItemData( nId ) ); in ~SvxIconSelectorDialog()
5286 for ( sal_uInt16 n = 0; n < aTbSymbol.GetItemCount(); n++ ) in GetSelectedIcon()
5288 nId = aTbSymbol.GetItemId( n ); in GetSelectedIcon()
5289 if ( aTbSymbol.IsItemChecked( nId ) ) in GetSelectedIcon()
5293 aTbSymbol.GetItemData( nId ) ) ); in GetSelectedIcon()
5304 sal_uInt16 nCount = aTbSymbol.GetItemCount(); in IMPL_LINK()
5308 sal_uInt16 nId = aTbSymbol.GetItemId( n ); in IMPL_LINK()
5310 if ( aTbSymbol.IsItemChecked( nId ) ) in IMPL_LINK()
5312 aTbSymbol.CheckItem( nId, sal_False ); in IMPL_LINK()
5316 sal_uInt16 nId = aTbSymbol.GetCurItemId(); in IMPL_LINK()
5317 aTbSymbol.CheckItem( nId ); in IMPL_LINK()
5319 ::rtl::OUString aSelImageText = aTbSymbol.GetItemText( nId ); in IMPL_LINK()
5371 sal_uInt16 nCount = aTbSymbol.GetItemCount(); in IMPL_LINK()
5375 sal_uInt16 nId = aTbSymbol.GetItemId( n ); in IMPL_LINK()
5377 if ( aTbSymbol.IsItemChecked( nId ) ) in IMPL_LINK()
5379 ::rtl::OUString aSelImageText = aTbSymbol.GetItemText( nId ); in IMPL_LINK()
5382 aTbSymbol.RemoveItem( aTbSymbol.GetItemPos( nId ) ); in IMPL_LINK()
5432 sal_uInt16 nCount = aTbSymbol.GetItemCount(); in ReplaceGraphicItem()
5435 sal_uInt16 nId = aTbSymbol.GetItemId( n ); in ReplaceGraphicItem()
5437 if ( OUString( aTbSymbol.GetItemText( nId ) ) == aURL ) in ReplaceGraphicItem()
5442 aTbSymbol.RemoveItem( aTbSymbol.GetItemPos( nId ) ); in ReplaceGraphicItem()
5452 aTbSymbol.InsertItem( nId,aImage, aURL, 0, 0 ); //modify in ReplaceGraphicItem()
5618 aTbSymbol.InsertItem( nId, aImage, aURL, 0, 0 ); in ImportGraphic()
5623 aTbSymbol.SetItemData( in ImportGraphic()