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()1038 const SfxDocumentInfoItem *pInfoItem = in Reset() local1042 if ( pInfoItem->HasTemplate() ) in Reset()1053 String aFile( pInfoItem->GetValue() ); in Reset()1131 aTime = pInfoItem->getPrintDate(); in Reset()1181 pInfoItem ( NULL ), in SfxInternetPage()1369 pInfo = pInfoItem; in FillItemSet()1418 if( pInfo != pInfoItem ) 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()
Completed in 78 milliseconds