Home
last modified time | relevance | path

Searched refs:pInfoItem (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx654 pInfoItem ( NULL ) in SfxDocumentDescPage()
691 pInfo = pInfoItem; in FillItemSet()
718 if( pInfo != pInfoItem ) in FillItemSet()
1038 const SfxDocumentInfoItem *pInfoItem = in Reset() local
1042 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 …]
/trunk/main/sc/source/ui/styleui/
H A Dstyledlg.cxx153 const SfxPoolItem* pInfoItem in PageCreated() local
156 DBG_ASSERT( pInfoItem, "NumberInfoItem nicht gefunden!" ); in PageCreated()
161 aSet.Put (SvxNumberInfoItem( (const SvxNumberInfoItem&)*pInfoItem ) ); in PageCreated()
168 const SfxPoolItem* pInfoItem in PageCreated() local
171 DBG_ASSERT( pInfoItem, "FontListItem nicht gefunden!" ); in PageCreated()
176 …aSet.Put (SvxFontListItem(((const SvxFontListItem&)*pInfoItem).GetFontList(), SID_ATTR_CHAR_FONTLI… in PageCreated()
/trunk/main/sc/source/ui/attrdlg/
H A Dattrdlg.cxx127 const SfxPoolItem* pInfoItem = pDocSh->GetItem( SID_ATTR_CHAR_FONTLIST ); in PageCreated() local
129 DBG_ASSERT( pInfoItem, "FontListItem not found :-(" ); in PageCreated()
133 …aSet.Put (SvxFontListItem(((const SvxFontListItem*)pInfoItem)->GetFontList(), SID_ATTR_CHAR_FONTLI… in PageCreated()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1206 const SvxNumberInfoItem* pInfoItem = static_cast<const SvxNumberInfoItem*>(pItem); in callColumnFormatDialog() local
1207 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()
/trunk/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx238 SfxDocumentInfoItem* pInfoItem; member in SfxDocumentDescPage
280 SfxDocumentInfoItem* pInfoItem; member in SfxInternetPage
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx2748 … const SvxNumberInfoItem* pInfoItem = dynamic_cast< const SvxNumberInfoItem* >( pItem ); in impl_dialogFormatting_nothrow() local
2749 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()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx743 if( const SvxFontListItem* pInfoItem = static_cast< const SvxFontListItem* >( in AppendPortion() local
745 pFontList = pInfoItem->GetFontList(); in AppendPortion()
H A Dxistyle.cxx148 if( const SvxFontListItem* pInfoItem = static_cast< const SvxFontListItem* >( in SetFontData() local
151 if( const FontList* pFontList = pInfoItem->GetFontList() ) in SetFontData()

Completed in 94 milliseconds