Home
last modified time | relevance | path

Searched refs:pItemSet (Results 51 – 67 of 67) sorted by relevance

123

/trunk/main/sw/source/ui/dialog/ !
H A Dswdlgfact.cxx1153 const SfxItemSet* pItemSet, SwWrtShell* pSh,int nResId ) in CreateSwTableTabDlg() argument
1159 pDlg = new SwTableTabDlg( pParent, Pool, pItemSet,pSh ); in CreateSwTableTabDlg()
H A Dswdlgfact.hxx483 const SfxItemSet* pItemSet, SwWrtShell* pSh,int nResId ); //add for SwTableTabDlg
/trunk/main/sc/source/filter/excel/ !
H A Dimpop.cxx181 if( SfxItemSet* pItemSet = GetMedium().GetItemSet() ) in ReadFileSharing() local
182 pItemSet->Put( SfxBoolItem( SID_DOC_READONLY, sal_True ) ); in ReadFileSharing()
/trunk/main/sw/source/filter/html/ !
H A Dsvxcss1.hxx235 SfxItemSet *pItemSet; // der aktuelle Item-Set member in SvxCSS1Parser
H A Dwrthtml.hxx412 const SfxItemSet *pItemSet=0 );
H A Dcss1atr.cxx2109 const SfxItemSet *pItemSet ) in OutCSS1_FrmFmtOptions() argument
2297 if( pItemSet ) in OutCSS1_FrmFmtOptions()
2298 OutCSS1_SfxItemSet( *pItemSet, sal_False ); in OutCSS1_FrmFmtOptions()
/trunk/main/sw/source/core/doc/ !
H A Ddocredln.cxx2872 const SfxItemSet* pItemSet ) in SwRedlineExtraData_FmtColl() argument
2875 if( pItemSet && pItemSet->Count() ) in SwRedlineExtraData_FmtColl()
2876 pSet = new SfxItemSet( *pItemSet ); in SwRedlineExtraData_FmtColl()
/trunk/main/svx/source/xoutdev/ !
H A Dxattr.cxx5549 XLineAttrSetItem::XLineAttrSetItem( SfxItemSet* pItemSet ) : in XLineAttrSetItem() argument
5550 SfxSetItem( XATTRSET_LINE, pItemSet) in XLineAttrSetItem()
5622 XFillAttrSetItem::XFillAttrSetItem( SfxItemSet* pItemSet ) : in XFillAttrSetItem() argument
5623 SfxSetItem( XATTRSET_FILL, pItemSet) in XFillAttrSetItem()
/trunk/main/svx/inc/svx/ !
H A Dsvxdlg.hxx370 SfxItemSet* pItemSet ) = 0;
/trunk/main/cui/source/factory/ !
H A Ddlgfact.cxx1275 SfxItemSet* pItemSet) in CreateGalleryThemePropertiesDialog() argument
1277 Dialog* pDlg = new GalleryThemeProperties( pParent, pData, pItemSet); in CreateGalleryThemePropertiesDialog()
H A Ddlgfact.hxx688 SfxItemSet* pItemSet);
/trunk/main/sw/inc/ !
H A Dswabstdlg.hxx405 const SfxItemSet* pItemSet, SwWrtShell* pSh,int nResId ) = 0; //add for SwTableTabDlg
/trunk/main/sw/source/filter/ww8/ !
H A Dww8par.hxx1737 void SetAktItemSet( SfxItemSet* pItemSet ) { pAktItemSet = pItemSet; } in SetAktItemSet() argument
/trunk/main/sw/source/ui/table/ !
H A Dtabledlg.cxx1396 const SfxItemSet* pItemSet, SwWrtShell* pSh ) : in SwTableTabDlg() argument
1397 SfxTabDialog(pParent, SW_RES(DLG_FORMAT_TABLE), pItemSet,0), in SwTableTabDlg()
/trunk/main/filter/source/msfilter/ !
H A Dsvdfppt.cxx5962 const SfxItemSet* pItemSet = pTextObj->GetBackground(); in ApplyTo() local
5963 if ( pItemSet ) in ApplyTo()
5966 pItemSet->GetItemState( XATTR_FILLSTYLE, sal_False, &pFillStyleItem ); in ApplyTo()
5975 pItemSet->GetItemState( XATTR_FILLCOLOR, sal_False, &pFillColorItem ); in ApplyTo()
5983 pItemSet->GetItemState( XATTR_FILLGRADIENT, sal_False, &pGradientItem ); in ApplyTo()
/trunk/main/sw/source/core/unocore/ !
H A Dunostyle.cxx4653 …SfxItemSet_Pointer_t pItemSet( new SfxItemSet( rAttrPool, RES_TXTATR_CJK_RUBY, RES_TXTATR_CJK_RUBY… in SwAutoStylesEnumImpl() local
4654 pItemSet->Put( *pItem ); in SwAutoStylesEnumImpl()
4655 mAutoStyles.push_back( pItemSet ); in SwAutoStylesEnumImpl()
/trunk/main/sc/source/core/data/ !
H A Ddocument.cxx4247 DBG_ASSERT( aState.pItemSet, "SelectionPattern Null" ); in CreateSelectionPattern()
4248 if (aState.pItemSet) in CreateSelectionPattern()
4249 return new ScPatternAttr( aState.pItemSet ); in CreateSelectionPattern()

Completed in 568 milliseconds

123