Home
last modified time | relevance | path

Searched refs:pItemSet (Results 1 – 25 of 67) sorted by path

123

/trunk/main/chart2/source/controller/dialogs/
H A Dtp_AxisPositions.cxx427 int AxisPositionsTabPage::DeactivatePage(SfxItemSet* pItemSet) in DeactivatePage() argument
429 if( pItemSet ) in DeactivatePage()
430 FillItemSet( *pItemSet ); in DeactivatePage()
H A Dtp_AxisPositions.hxx49 virtual int DeactivatePage( SfxItemSet* pItemSet = NULL );
H A Dtp_Scale.cxx563 int ScaleTabPage::DeactivatePage(SfxItemSet* pItemSet) in DeactivatePage() argument
683 if( pItemSet ) in DeactivatePage()
684 FillItemSet( *pItemSet ); in DeactivatePage()
H A Dtp_Scale.hxx53 virtual int DeactivatePage( SfxItemSet* pItemSet = NULL );
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DStatisticsItemConverter.cxx143 const uno::Reference< beans::XPropertySet > & xSeriesPropSet, const SfxItemSet * pItemSet ) in lcl_getEquationProperties() argument
148 if( pItemSet ) in lcl_getEquationProperties()
152 … if( pItemSet->GetItemState( SCHATTR_REGRESSION_TYPE, sal_True, &pPoolItem ) == SFX_ITEM_SET ) in lcl_getEquationProperties()
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx612 …roperties::GalleryThemeProperties( Window* pParent, ExchangeData* _pData, SfxItemSet* pItemSet ) : in GalleryThemeProperties() argument
613 SfxTabDialog ( pParent, CUI_RES( RID_SVXTABDLG_GALLERYTHEME ), pItemSet ), in GalleryThemeProperties()
H A Dhltpbase.cxx568 SfxItemSet* pItemSet = new SfxItemSet(SFX_APP()->GetPool(), in IMPL_LINK() local
571 pItemSet->Put ( aItem, SID_ATTR_MACROITEM ); in IMPL_LINK()
582 SfxMacroAssignDlg aDlg( this, mxDocumentFrame, *pItemSet ); in IMPL_LINK()
614 delete pItemSet; in IMPL_LINK()
H A Diconcdlg.cxx216 const SfxItemSet *pItemSet )//, sal_Bool bEditFmt, const String *pUserButtonText = 0 ) in IconChoiceDialog() argument
228 pSet ( pItemSet ), in IconChoiceDialog()
/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/cui/source/inc/
H A Dcuigaldlg.hxx257 GalleryThemeProperties( Window* pParent, ExchangeData* pData, SfxItemSet* pItemSet );
H A Diconcdlg.hxx222 const EIconChoicePos ePos = PosLeft, const SfxItemSet * pItemSet = 0 );
/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/sc/inc/
H A Dattarray.hxx64 … SfxItemSet* pItemSet; // allocated in MergePatternArea, used for resulting ScPatternAttr member
68 ScMergePatternState() : pItemSet(NULL), pOld1(NULL), pOld2(NULL) {} in ScMergePatternState()
H A Dpatattr.hxx59 ScPatternAttr(SfxItemSet* pItemSet, const String& rStyleName);
60 ScPatternAttr(SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet = NULL);
H A Dpostit.hxx231 SfxItemSet* pItemSet, OutlinerParaObject* pOutlinerObj,
/trunk/main/sc/source/core/data/
H A Dattarray.cxx881 if (rState.pItemSet) in MergePatternArea()
887 lcl_MergeDeep( *rState.pItemSet, rThisSet ); in MergePatternArea()
889 rState.pItemSet->MergeValues( rThisSet, sal_False ); in MergePatternArea()
894 rState.pItemSet = new SfxItemSet( *rThisSet.GetPool(), rThisSet.GetRanges() ); in MergePatternArea()
895 rState.pItemSet->Set( rThisSet, bDeep ); in MergePatternArea()
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()
H A Dpatattr.cxx85 ScPatternAttr::ScPatternAttr( SfxItemSet* pItemSet, const String& rStyleName ) in ScPatternAttr() argument
86 : SfxSetItem ( ATTR_PATTERN, pItemSet ), in ScPatternAttr()
92 ScPatternAttr::ScPatternAttr( SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet ) in ScPatternAttr() argument
93 : SfxSetItem ( ATTR_PATTERN, pItemSet ), in ScPatternAttr()
H A Dpostit.cxx869 ScDocument& rDoc, const ScAddress& rPos, SfxItemSet* pItemSet, in CreateNoteFromObjectData() argument
873 …OSL_ENSURE( pItemSet && pOutlinerObj, "ScNoteUtil::CreateNoteFromObjectData - item set and outline… in CreateNoteFromObjectData()
877 rInitData.mxItemSet.reset( pItemSet ); in CreateNoteFromObjectData()
/trunk/main/sc/source/filter/excel/
H A Dexcel.cxx97 SfxItemSet* pItemSet = rMedium.GetItemSet(); in ScImportExcel() local
98 if( pItemSet ) in ScImportExcel()
100 SFX_ITEMSET_ARG( pItemSet, pFileNameItem, SfxStringItem, SID_FILE_NAME, sal_False); in ScImportExcel()
104 SFX_ITEMSET_ARG( pItemSet, pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False); in ScImportExcel()
108 … SFX_ITEMSET_ARG( pItemSet, pEncryptionDataItem, SfxUnoAnyItem, SID_ENCRYPTIONDATA, sal_False); in ScImportExcel()
H A Dexcimp8.cxx258 SfxItemSet* pItemSet = rMedium.GetItemSet(); in ReadBasic() local
259 if( pItemSet ) in ReadBasic()
261 SFX_ITEMSET_ARG( pItemSet, pFileNameItem, SfxStringItem, SID_FILE_NAME, sal_False ); in ReadBasic()
264 SFX_ITEMSET_ARG( pItemSet, pPasswordItem, SfxStringItem, SID_PASSWORD, sal_False ); in ReadBasic()
267 … SFX_ITEMSET_ARG( pItemSet, pEncryptionDataItem, SfxUnoAnyItem, SID_ENCRYPTIONDATA, sal_False ); in ReadBasic()
H A Dimpop.cxx181 if( SfxItemSet* pItemSet = GetMedium().GetItemSet() ) in ReadFileSharing() local
182 pItemSet->Put( SfxBoolItem( SID_DOC_READONLY, sal_True ) ); in ReadFileSharing()
H A Dxlroot.cxx135 if( const SfxItemSet* pItemSet = mrMedium.GetItemSet() ) in XclRootData() local
136 …if( const SfxStringItem* pItem = static_cast< const SfxStringItem* >( pItemSet->GetItem( SID_FILE_… in XclRootData()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx2150 SfxItemSet* pItemSet = rMed.GetItemSet(); in ConvertTo() local
2152 … if( pItemSet && pItemSet->GetItemState( SID_PASSWORD, sal_True, &pItem ) == SFX_ITEM_SET ) in ConvertTo()
2157 pItemSet->ClearItem( SID_PASSWORD ); in ConvertTo()

Completed in 153 milliseconds

123