Searched refs:pInfoItem (Results 1 – 8 of 8) sorted by relevance
654 pInfoItem ( NULL ) in SfxDocumentDescPage()691 pInfo = pInfoItem; in FillItemSet()718 if( pInfo != pInfoItem ) in FillItemSet()730 pInfoItem = &(SfxDocumentInfoItem &)rSet.Get(SID_DOCINFO); in Reset()732 aTitleEd.SetText( pInfoItem->getTitle() ); in Reset()733 aThemaEd.SetText( pInfoItem->getSubject() ); in Reset()734 aKeywordsEd.SetText( pInfoItem->getKeywords() ); in Reset()735 aCommentEd.SetText( pInfoItem->getDescription() ); in Reset()975 SfxDocumentInfoItem* pInfoItem = (SfxDocumentInfoItem*)pItem; in FillItemSet() local977 pInfoItem->SetUseUserData( bUseData ); in FillItemSet()[all …]
154 const SfxPoolItem* pInfoItem in PageCreated() local157 DBG_ASSERT( pInfoItem, "NumberInfoItem nicht gefunden!" ); in PageCreated()162 aSet.Put (SvxNumberInfoItem( (const SvxNumberInfoItem&)*pInfoItem ) ); in PageCreated()169 const SfxPoolItem* pInfoItem in PageCreated() local172 DBG_ASSERT( pInfoItem, "FontListItem nicht gefunden!" ); in PageCreated()177 …aSet.Put (SvxFontListItem(((const SvxFontListItem&)*pInfoItem).GetFontList(), SID_ATTR_CHAR_FONTLI… in PageCreated()
129 const SfxPoolItem* pInfoItem = pDocSh->GetItem( SID_ATTR_CHAR_FONTLIST ); in PageCreated() local131 DBG_ASSERT( pInfoItem, "FontListItem not found :-(" ); in PageCreated()135 …aSet.Put (SvxFontListItem(((const SvxFontListItem*)pInfoItem)->GetFontList(), SID_ATTR_CHAR_FONTLI… in PageCreated()
1206 const SvxNumberInfoItem* pInfoItem = static_cast<const SvxNumberInfoItem*>(pItem); in callColumnFormatDialog() local1207 if (pInfoItem && pInfoItem->GetDelCount()) in callColumnFormatDialog()1209 const sal_uInt32* pDeletedKeys = pInfoItem->GetDelArray(); in callColumnFormatDialog()1211 for (sal_uInt16 i=0; i< pInfoItem->GetDelCount(); ++i, ++pDeletedKeys) in callColumnFormatDialog()
238 SfxDocumentInfoItem* pInfoItem; member in SfxDocumentDescPage280 SfxDocumentInfoItem* pInfoItem; member in SfxInternetPage
2748 … const SvxNumberInfoItem* pInfoItem = dynamic_cast< const SvxNumberInfoItem* >( pItem ); in impl_dialogFormatting_nothrow() local2749 if (pInfoItem && pInfoItem->GetDelCount()) in impl_dialogFormatting_nothrow()2751 const sal_uInt32* pDeletedKeys = pInfoItem->GetDelArray(); in impl_dialogFormatting_nothrow()2753 for (sal_uInt16 i=0; i< pInfoItem->GetDelCount(); ++i, ++pDeletedKeys) in impl_dialogFormatting_nothrow()
743 if( const SvxFontListItem* pInfoItem = static_cast< const SvxFontListItem* >( in AppendPortion() local745 pFontList = pInfoItem->GetFontList(); in AppendPortion()
148 if( const SvxFontListItem* pInfoItem = static_cast< const SvxFontListItem* >( in SetFontData() local151 if( const FontList* pFontList = pInfoItem->GetFontList() ) in SetFontData()