/aoo42x/main/sw/source/filter/ascii/ |
H A D | parasc.cxx | 62 SfxItemSet* pItemSet; member in SwASCIIParser 122 pItemSet->Put( aLang ); in SwASCIIParser() 133 pItemSet->Put( aFont ); in SwASCIIParser() 143 delete pItemSet; in ~SwASCIIParser() 181 if( pItemSet ) in CallParser() 186 pItemSet->ClearItem( RES_CHRATR_FONT ); in CallParser() 199 if( pItemSet->Count() ) in CallParser() 229 pItemSet->ClearItem( *pWhichIds ); in CallParser() 234 if (pItemSet->Count()) in CallParser() 235 pDoc->SetDefault(*pItemSet); in CallParser() [all …]
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlatr.cxx | 285 pItemSet( 0 ), in SwHTMLTxtCollOutputInfo() 300 delete pItemSet; in ~SwHTMLTxtCollOutputInfo() 431 delete pItemSet; in SV_IMPL_OP_PTRARR_SORT() 432 pItemSet = 0; in SV_IMPL_OP_PTRARR_SORT() 508 if( !pItemSet ) in SV_IMPL_OP_PTRARR_SORT() 538 if( !pItemSet ) in SV_IMPL_OP_PTRARR_SORT() 567 delete pItemSet; in ~SwHTMLFmtInfo() 728 rInfo.pItemSet = new SfxItemSet( *pFmtInfo->pItemSet ); in OutHTML_SwFmt() 2205 if( !pItemSet ) in OutHTML_SwTxtNode() 2296 if( pItemSet && pItemSet->Count() && in OutHTML_SwTxtNode() [all …]
|
H A D | swhtml.cxx | 4513 if( !pItemSet ) in SetTxtCollAttrs() 4521 pItemSet->Put( aItemSet ); in SetTxtCollAttrs() 4525 pItemSet->Differentiate( pNewColl->GetAttrSet() ); in SetTxtCollAttrs() 4533 if( !pItemSet ) in SetTxtCollAttrs() 4534 pItemSet = new SfxItemSet( pNewColl->GetAttrSet() ); in SetTxtCollAttrs() 4541 pItemSet->Put( aItemSet ); in SetTxtCollAttrs() 4657 if( pItemSet ) in SetTxtCollAttrs() 4658 pItemSet->Put( aLRItem ); in SetTxtCollAttrs() 4669 if( pItemSet ) in SetTxtCollAttrs() 4671 InsertParaAttrs( *pItemSet ); in SetTxtCollAttrs() [all …]
|
/aoo42x/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() 391 if(pItemSet) in Copy() 403 pItemSet->Put(aStart); in Copy() 405 pItemSet->Put(aStartAt); in Copy() [all …]
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlfmt.cxx | 449 SfxItemSet *pItemSet; member in SwXMLItemSetStyleContext_Impl 540 ASSERT( !pItemSet, in CreateItemSetContext() 567 if( pItemSet ) in CreateItemSetContext() 570 *pItemSet ); in CreateItemSetContext() 573 delete pItemSet; in CreateItemSetContext() 574 pItemSet = 0; in CreateItemSetContext() 588 pItemSet( 0 ), in SwXMLItemSetStyleContext_Impl() 599 delete pItemSet; in ~SwXMLItemSetStyleContext_Impl() 680 if( !pItemSet ) in ConnectPageDesc() 700 pItemSet->Put( *pFmtPageDesc ); in ConnectPageDesc() [all …]
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 1361 if ( pItemSet && pResultEntry ) in getPropertyState() 1370 SfxItemState eState = pItemSet->GetItemState( nWhich, sal_False ); in getPropertyState() 1447 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault() local 1457 pItemSet->Get(nWhich)).GetValue()) ); in getPropertyDefault() 1468 aAny <<= sal_Bool( ((const ScViewObjectModeItem&)pItemSet->Get(nWhich)). in getPropertyDefault() 1481 pPropSet->getPropertyValue( *pResultEntry, *pItemSet, aAny ); in getPropertyDefault() 1487 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault() local 2016 if ( pItemSet && pResultEntry ) in getPropertyValue() 2038 pItemSet->Get(nWhich)).GetValue()) ); in getPropertyValue() 2089 if ( pItemSet->GetPool()->GetSlotId(nWhich) == nWhich && in getPropertyValue() [all …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/sc/source/ui/styleui/ |
H A D | styledlg.cxx | 222 SfxItemSet* pItemSet = GetInputSetImpl(); in GetRefreshedSet() local 223 pItemSet->ClearItem(); in GetRefreshedSet() 224 pItemSet->SetParent( GetStyleSheet().GetItemSet().GetParent() ); in GetRefreshedSet() 225 return pItemSet; in GetRefreshedSet()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/svl/source/notify/ |
H A D | isethint.cxx | 39 SfxItemSetHint::SfxItemSetHint( SfxItemSet *pItemSet ) in SfxItemSetHint() argument 47 : _pItemSet( pItemSet ) in SfxItemSetHint()
|
/aoo42x/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 | 940 const ::SfxItemSet *pItemSet = &xStyle->GetItemSet(); in AnyToItemSet() local 941 bRet = FillBaseProperties( rSet, *pItemSet, rSizeFound ); in AnyToItemSet() 942 lcl_FillCol( rSet, *pItemSet, pColumns ); in AnyToItemSet() 946 const ::SfxItemSet *pItemSet = &pDoc->GetFrmFmtFromPool( RES_POOLFRM_FRAME )->GetAttrSet(); in AnyToItemSet() local 947 bRet = FillBaseProperties( rSet, *pItemSet, rSizeFound ); in AnyToItemSet() 948 lcl_FillCol( rSet, *pItemSet, pColumns ); in AnyToItemSet() 1024 const :: SfxItemSet *pItemSet = &xStyle->GetItemSet(); in AnyToItemSet() local 1036 bRet = FillBaseProperties( rFrmSet, *pItemSet, rSizeFound, bOasis ); in AnyToItemSet() 1037 lcl_FillMirror ( rGrSet, *pItemSet, pHEvenMirror, pHOddMirror, pVMirror, bRet ); in AnyToItemSet() 1042 bRet = FillBaseProperties(rFrmSet, *pItemSet, rSizeFound); in AnyToItemSet() [all …]
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/sc/inc/ |
H A D | patattr.hxx | 59 ScPatternAttr(SfxItemSet* pItemSet, const String& rStyleName); 60 ScPatternAttr(SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet = NULL);
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | UnoDocumentSettings.cxx | 694 SfxItemSet* pItemSet; in _setPropertyValues() local 698 pItemSet = pPrinter->GetOptions().Clone(); in _setPropertyValues() 702 pItemSet = new SfxItemSet(pDoc->GetPool(), in _setPropertyValues() 709 pPrinter = SfxPrinter::Create ( aStream, pItemSet ); in _setPropertyValues()
|