Lines Matching refs:nId

278 			SotFormatStringId nId = aHelper.GetFormat(i);  in ExecuteDrop()  local
281 if ( aHelper.GetTransferableObjectDescriptor( nId, aDesc ) ) in ExecuteDrop()
391 sal_uInt16 nId, SfxBindings *p, SfxChildWinInfo *pInfo) : in SfxTemplateDialogWrapper() argument
392 SfxChildWindow(pParentWnd, nId) in SfxTemplateDialogWrapper()
962 sal_uInt16 SfxCommonTemplateDialog_Impl::StyleNrToInfoOffset(sal_uInt16 nId) in StyleNrToInfoOffset() argument
964 const SfxStyleFamilyItem *pItem=pStyleFamilies->GetObject(nId); in StyleNrToInfoOffset()
980 sal_uInt16 SfxCommonTemplateDialog_Impl::InfoOffsetToStyleNr(sal_uInt16 nId) in InfoOffsetToStyleNr() argument
983 if ( SfxFamilyIdToNId(pStyleFamilies->GetObject(i)->GetFamily()) == nId+1 ) in InfoOffsetToStyleNr()
1078 sal_uInt16 nId = SfxFamilyIdToNId( pItem->GetFamily() ); in ReadResource() local
1079 InsertFamilyItem( nId, pItem ); in ReadResource()
1196 sal_uInt16 nId = SfxFamilyIdToNId(pItem->GetFamily()); in GetFamilyItem_Impl() local
1197 if(nId == nActFamily) in GetFamilyItem_Impl()
1767 sal_uIntPtr nId = rHint.ISA(SfxSimpleHint) ? ( (SfxSimpleHint&)rHint ).GetId() : 0; in Notify() local
1769 if(!bDontUpdate && nId != SFX_HINT_DYING && in Notify()
1824 sal_uInt16 nId, const String &rStr, const String& rRefStr, sal_uInt16 nFamily, in Execute_Impl() argument
1828 SfxStringItem aItem(nId, rStr); in Execute_Impl()
1840 if(SID_STYLE_UPDATE_BY_EXAMPLE == nId) in Execute_Impl()
1861 nId, SFX_CALLMODE_SYNCHRON | SFX_CALLMODE_RECORD | SFX_CALLMODE_MODAL, in Execute_Impl()
1883 if ( nId == SID_STYLE_NEW || SID_STYLE_EDIT == nId ) in Execute_Impl()
2437 void SfxCommonTemplateDialog_Impl::EnableExample_Impl(sal_uInt16 nId, sal_Bool bEnable) in EnableExample_Impl() argument
2439 if( nId == SID_STYLE_NEW_BY_EXAMPLE ) in EnableExample_Impl()
2441 else if( nId == SID_STYLE_UPDATE_BY_EXAMPLE ) in EnableExample_Impl()
2443 EnableItem(nId, bEnable); in EnableExample_Impl()
2532 void SfxTemplateDialog_Impl::EnableFamilyItem( sal_uInt16 nId, sal_Bool bEnable ) in EnableFamilyItem() argument
2534 m_aActionTbL.EnableItem( nId, bEnable ); in EnableFamilyItem()
2539 void SfxTemplateDialog_Impl::InsertFamilyItem(sal_uInt16 nId,const SfxStyleFamilyItem *pItem) in InsertFamilyItem() argument
2551 m_aActionTbL.InsertItem( nId, pItem->GetImage(), pItem->GetText(), 0, 0); in InsertFamilyItem()
2552 m_aActionTbL.SetHelpId( nId, sHelpId ); in InsertFamilyItem()
2584 sal_uInt16 nId = SfxFamilyIdToNId( pItem->GetFamily() ); in updateFamilyImages() local
2585 m_aActionTbL.SetItemImage( nId, pItem->GetImage() ); in updateFamilyImages()
3090 void SfxTemplateCatalog_Impl::EnableFamilyItem( sal_uInt16 nId, sal_Bool bEnable ) in EnableFamilyItem() argument
3094 if ( aFamIds[ nPos ] == nId ) in EnableFamilyItem()
3101 void SfxTemplateCatalog_Impl::InsertFamilyItem( sal_uInt16 nId, const SfxStyleFamilyItem* pItem ) in InsertFamilyItem() argument
3103 if ( nId > SFX_STYLE_FAMILY_PSEUDO || nId < SFX_STYLE_FAMILY_CHAR ) in InsertFamilyItem()
3106 aFamIds.Insert( nId, 0 ); in InsertFamilyItem()
3122 void SfxCommonTemplateDialog_Impl::SetFamily( sal_uInt16 nId ) in SetFamily() argument
3124 if ( nId != nActFamily ) in SetFamily()
3128 nActFamily = nId; in SetFamily()
3129 if ( nId != SFX_TEMPLDLG_FILTER_MAX ) in SetFamily()