| /AOO41X/main/sw/source/filter/ascii/ |
| H A D | parasc.cxx | 64 SfxItemSet* pItemSet; member in SwASCIIParser 113 pItemSet = new SfxItemSet( pDoc->GetAttrPool(), in SwASCIIParser() 124 pItemSet->Put( aLang ); in SwASCIIParser() 125 pItemSet->Put( aLang, RES_CHRATR_CJK_LANGUAGE ); in SwASCIIParser() 126 pItemSet->Put( aLang, RES_CHRATR_CTL_LANGUAGE ); in SwASCIIParser() 135 pItemSet->Put( aFont ); in SwASCIIParser() 136 pItemSet->Put( aFont, RES_CHRATR_CJK_FONT ); in SwASCIIParser() 137 pItemSet->Put( aFont, RES_CHRATR_CTL_FONT ); in SwASCIIParser() 145 delete pItemSet; in ~SwASCIIParser() 183 if( pItemSet ) in CallParser() [all …]
|
| /AOO41X/main/sw/source/ui/uiview/ |
| H A D | formatclipboard.cxx | 102 SfxItemSet* pItemSet = 0; in lcl_CreateEmptyItemSet() local 105 pItemSet = new SfxItemSet(rPool, in lcl_CreateEmptyItemSet() 115 pItemSet = new SfxItemSet(rPool, in lcl_CreateEmptyItemSet() 136 pItemSet = new SfxItemSet(rPool, in lcl_CreateEmptyItemSet() 140 pItemSet = new SfxItemSet(rPool, in lcl_CreateEmptyItemSet() 144 pItemSet = new SfxItemSet(rPool, in lcl_CreateEmptyItemSet() 149 return pItemSet; in lcl_CreateEmptyItemSet() 355 SfxItemSet* pItemSet = lcl_CreateEmptyItemSet( nSelectionType, rPool ); in Copy() local 391 if(pItemSet) in Copy() 394 rWrtShell.GetFlyFrmAttr(*pItemSet); in Copy() [all …]
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlatr.cxx | 277 SfxItemSet *pItemSet; // harte Attributierung member 285 pItemSet( 0 ), in SwHTMLTxtCollOutputInfo() 300 delete pItemSet; in ~SwHTMLTxtCollOutputInfo() 311 SfxItemSet *pItemSet; // der auszugebende Attribut-Set member 324 pFmt( pF ), pItemSet( 0 ) in SwHTMLFmtInfo() 355 pFmt( pF ), pItemSet( 0 ), bScriptDependent( sal_False ) in SV_IMPL_OP_PTRARR_SORT() 415 pItemSet = new SfxItemSet( *pFmt->GetAttrSet().GetPool(), in SV_IMPL_OP_PTRARR_SORT() 421 pItemSet->Set( pFmt->GetAttrSet(), sal_True ); in SV_IMPL_OP_PTRARR_SORT() 424 SwHTMLWriter::SubtractItemSet( *pItemSet, pReferenceFmt->GetAttrSet(), in SV_IMPL_OP_PTRARR_SORT() 429 if( !pItemSet->Count() ) in SV_IMPL_OP_PTRARR_SORT() [all …]
|
| H A D | swhtml.cxx | 4483 SfxItemSet *pItemSet = 0; // der Set fuer harte Attrs in SetTxtCollAttrs() local 4539 if( !pItemSet ) in SetTxtCollAttrs() 4540 pItemSet = new SfxItemSet( pCollToSet->GetAttrSet() ); in SetTxtCollAttrs() 4547 pItemSet->Put( aItemSet ); in SetTxtCollAttrs() 4552 pItemSet->Differentiate( pNewColl->GetAttrSet() ); in SetTxtCollAttrs() 4560 if( !pItemSet ) in SetTxtCollAttrs() 4561 pItemSet = new SfxItemSet( pNewColl->GetAttrSet() ); in SetTxtCollAttrs() 4568 pItemSet->Put( aItemSet ); in SetTxtCollAttrs() 4684 if( pItemSet ) in SetTxtCollAttrs() 4685 pItemSet->Put( aLRItem ); in SetTxtCollAttrs() [all …]
|
| /AOO41X/main/sw/source/filter/xml/ |
| H A D | xmlfmt.cxx | 449 SfxItemSet *pItemSet; member in SwXMLItemSetStyleContext_Impl 493 SfxItemSet *GetItemSet() { return pItemSet; } in GetItemSet() 494 const SfxItemSet *GetItemSet() const { return pItemSet; } in GetItemSet() 540 ASSERT( !pItemSet, in CreateItemSetContext() 551 pItemSet = new SfxItemSet( rItemPool, aTableSetRange ); in CreateItemSetContext() 554 pItemSet = new SfxItemSet( rItemPool, RES_FRM_SIZE, RES_FRM_SIZE, 0 ); in CreateItemSetContext() 557 pItemSet = new SfxItemSet( rItemPool, aTableLineSetRange ); in CreateItemSetContext() 560 pItemSet = new SfxItemSet( rItemPool, aTableBoxSetRange ); in CreateItemSetContext() 567 if( pItemSet ) in CreateItemSetContext() 570 *pItemSet ); in CreateItemSetContext() [all …]
|
| /AOO41X/main/svx/source/sdr/properties/ |
| H A D | attributeproperties.cxx | 425 const SfxItemSet* pItemSet = &pOldStyleSheet->GetItemSet(); in SetModel() local 427 while(pItemSet) in SetModel() 429 aList.Insert((void*)pItemSet, CONTAINER_APPEND); in SetModel() 430 pItemSet = pItemSet->GetParent(); in SetModel() 434 pItemSet = (SfxItemSet*)aList.Last(); in SetModel() 436 while(pItemSet) in SetModel() 438 pNewSet->Put(*pItemSet); in SetModel() 439 pItemSet = (SfxItemSet*)aList.Prev(); in SetModel()
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | styleuno.cxx | 1359 const SfxItemSet* pItemSet = GetStyleItemSet_Impl( aPropertyName, pResultEntry ); in getPropertyState() local 1361 if ( pItemSet && pResultEntry ) in getPropertyState() 1370 SfxItemState eState = pItemSet->GetItemState( nWhich, sal_False ); in getPropertyState() 1447 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault() local 1453 aAny <<= sal_Int32( ((const SfxUInt32Item&)pItemSet->Get(nWhich)).GetValue() ); in getPropertyDefault() 1457 pItemSet->Get(nWhich)).GetValue()) ); in getPropertyDefault() 1462 aAny <<= sal_Int16( ((const SfxUInt16Item&)pItemSet->Get(nWhich)).GetValue() ); in getPropertyDefault() 1468 aAny <<= sal_Bool( ((const ScViewObjectModeItem&)pItemSet->Get(nWhich)). in getPropertyDefault() 1473 … const ScPageScaleToItem aItem((const ScPageScaleToItem&)pItemSet->Get(nWhich)); in getPropertyDefault() 1481 pPropSet->getPropertyValue( *pResultEntry, *pItemSet, aAny ); in getPropertyDefault() [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | excel.cxx | 97 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 D | excimp8.cxx | 258 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()
|
| /AOO41X/main/sc/source/ui/styleui/ |
| H A D | styledlg.cxx | 223 SfxItemSet* pItemSet = GetInputSetImpl(); in GetRefreshedSet() local 224 pItemSet->ClearItem(); in GetRefreshedSet() 225 pItemSet->SetParent( GetStyleSheet().GetItemSet().GetParent() ); in GetRefreshedSet() 226 return pItemSet; in GetRefreshedSet()
|
| /AOO41X/main/sw/source/core/undo/ |
| H A D | undobj1.cxx | 479 pItemSet( new SfxItemSet( *rFlyFmt.GetAttrSet().GetPool(), in SwUndoSetFlyFmt() 500 delete pItemSet; in ~SwUndoSetFlyFmt() 568 SfxItemIter aIter( *pItemSet ); in UndoImpl() 573 pFrmFmt->ResetFmtAttr( pItemSet->GetWhichByPos( in UndoImpl() 695 pItemSet->Put( *pItem ); in PutAttr() 698 pItemSet->InvalidateItem( nWhich ); in PutAttr()
|
| /AOO41X/main/sc/source/ui/drawfunc/ |
| H A D | drawsh.cxx | 353 …SfxItemSet* pItemSet = new SfxItemSet(SFX_APP()->GetPool(), SID_ATTR_MACROITEM, SID_ATTR_MACROITEM… in ExecuteMacroAssign() local 354 pItemSet->Put ( aItem, SID_ATTR_MACROITEM ); in ExecuteMacroAssign() 358 pItemSet->Put( aNamesItem, SID_EVENTCONFIG ); in ExecuteMacroAssign() 365 … SfxAbstractDialog* pMacroDlg = pFact->CreateSfxDialog( pWin, *pItemSet, xFrame, SID_EVENTCONFIG ); in ExecuteMacroAssign() 394 delete pItemSet; in ExecuteMacroAssign()
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | hltpbase.cxx | 568 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()
|
| /AOO41X/main/svl/source/notify/ |
| H A D | isethint.cxx | 39 SfxItemSetHint::SfxItemSetHint( SfxItemSet *pItemSet ) in SfxItemSetHint() argument 47 : _pItemSet( pItemSet ) in SfxItemSetHint()
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | tabdlg.cxx | 509 const SfxItemSet* pItemSet, // Itemset mit den Daten; in SfxTabDialog() argument 518 INI_LIST(pItemSet) in SfxTabDialog() 535 const SfxItemSet* pItemSet, // Itemset mit den Daten; kann NULL sein, in SfxTabDialog() argument 544 INI_LIST(pItemSet) in SfxTabDialog() 1289 const SfxItemSet* pItemSet = &pDataObject->pTabPage->GetItemSet(); in IMPL_LINK() local 1290 pDataObject->pTabPage->Reset( *(SfxItemSet*)pItemSet ); in IMPL_LINK()
|
| H A D | mgetempl.cxx | 597 int SfxManageStyleSheetPage::DeactivatePage( SfxItemSet* pItemSet ) in DeactivatePage() argument 674 if ( pItemSet ) in DeactivatePage() 675 FillItemSet( *pItemSet ); in DeactivatePage()
|
| H A D | printopt.cxx | 215 int SfxCommonPrintOptionsTabPage::DeactivatePage( SfxItemSet* pItemSet ) in DeactivatePage() argument 217 if( pItemSet ) in DeactivatePage() 218 FillItemSet( *pItemSet ); in DeactivatePage()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unosect.cxx | 567 ::std::auto_ptr<SfxItemSet> const& pItemSet, in lcl_UpdateSection() argument 581 pDoc->UpdateSection(i, *pSectionData, pItemSet.get(), in lcl_UpdateSection() 621 ::std::auto_ptr<SfxItemSet> pItemSet; in SetPropertyValues_Impl() 881 pItemSet.reset( new SfxItemSet(*rOldAttrSet.GetPool(), in SetPropertyValues_Impl() 883 pItemSet->Put(rOldAttrSet); in SetPropertyValues_Impl() 885 pValues[nProperty], *pItemSet); in SetPropertyValues_Impl() 972 lcl_UpdateSection(pFmt, pSectionData, pItemSet, bLinkModeChanged, in SetPropertyValues_Impl()
|
| H A D | unoframe.cxx | 577 const :: SfxItemSet *pItemSet = &xStyle->GetItemSet(); in AnyToItemSet() local 578 bRet = FillBaseProperties( rSet, *pItemSet, rSizeFound ); in AnyToItemSet() 579 lcl_FillCol ( rSet, *pItemSet, pColumns ); in AnyToItemSet() 583 const :: SfxItemSet *pItemSet = &pDoc->GetFrmFmtFromPool( RES_POOLFRM_FRAME )->GetAttrSet(); in AnyToItemSet() local 584 bRet = FillBaseProperties( rSet, *pItemSet, rSizeFound ); in AnyToItemSet() 585 lcl_FillCol ( rSet, *pItemSet, pColumns ); in AnyToItemSet() 658 const :: SfxItemSet *pItemSet = &xStyle->GetItemSet(); in AnyToItemSet() local 671 bRet = FillBaseProperties( rFrmSet, *pItemSet, rSizeFound, bOasis ); in AnyToItemSet() 673 lcl_FillMirror ( rGrSet, *pItemSet, pHEvenMirror, pHOddMirror, pVMirror, bRet ); in AnyToItemSet() 677 … const :: SfxItemSet *pItemSet = &pDoc->GetFrmFmtFromPool( RES_POOLFRM_GRAPHIC )->GetAttrSet(); in AnyToItemSet() local [all …]
|
| /AOO41X/main/sfx2/source/view/ |
| H A D | frame.cxx | 430 SfxItemSet* pItemSet = pMed->GetItemSet(); in UpdateDescriptor() local 438 SFX_ITEMSET_ARG( pItemSet, pRefererItem, SfxStringItem, SID_REFERER, sal_False); in UpdateDescriptor() 439 SFX_ITEMSET_ARG( pItemSet, pOptionsItem, SfxStringItem, SID_FILE_FILTEROPTIONS, sal_False); in UpdateDescriptor() 440 SFX_ITEMSET_ARG( pItemSet, pTitle1Item, SfxStringItem, SID_DOCINFO_TITLE, sal_False); in UpdateDescriptor()
|
| /AOO41X/main/sc/inc/ |
| H A D | patattr.hxx | 59 ScPatternAttr(SfxItemSet* pItemSet, const String& rStyleName); 60 ScPatternAttr(SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet = NULL);
|
| H A D | attarray.hxx | 64 … SfxItemSet* pItemSet; // allocated in MergePatternArea, used for resulting ScPatternAttr member 68 ScMergePatternState() : pItemSet(NULL), pOld1(NULL), pOld2(NULL) {} in ScMergePatternState()
|
| /AOO41X/main/chart2/source/controller/dialogs/ |
| H A D | tp_AxisPositions.cxx | 427 int AxisPositionsTabPage::DeactivatePage(SfxItemSet* pItemSet) in DeactivatePage() argument 429 if( pItemSet ) in DeactivatePage() 430 FillItemSet( *pItemSet ); in DeactivatePage()
|
| /AOO41X/main/chart2/source/controller/itemsetwrapper/ |
| H A D | StatisticsItemConverter.cxx | 143 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()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | atrstck.cxx | 202 const SfxItemSet* pItemSet = CharFmt::GetItemSet( pAttr->GetAttr() ); in IsItemIncluded() local 203 if ( pItemSet ) in IsItemIncluded() 204 bRet = SFX_ITEM_SET == pItemSet->GetItemState( nWhich, sal_True ); in IsItemIncluded()
|