Home
last modified time | relevance | path

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

123

/aoo4110/main/sw/source/filter/ascii/
H A Dparasc.cxx64 SfxItemSet* pItemSet; member in SwASCIIParser
124 pItemSet->Put( aLang ); in SwASCIIParser()
135 pItemSet->Put( aFont ); in SwASCIIParser()
145 delete pItemSet; in ~SwASCIIParser()
183 if( pItemSet ) in CallParser()
188 pItemSet->ClearItem( RES_CHRATR_FONT ); in CallParser()
201 if( pItemSet->Count() ) in CallParser()
231 pItemSet->ClearItem( *pWhichIds ); in CallParser()
236 if (pItemSet->Count()) in CallParser()
237 pDoc->SetDefault(*pItemSet); in CallParser()
[all …]
/aoo4110/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx102 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 …]
/aoo4110/main/sw/source/filter/html/
H A Dhtmlatr.cxx285 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 Dswhtml.cxx4483 SfxItemSet *pItemSet = 0; // der Set fuer harte Attrs in SetTxtCollAttrs() local
4539 if( !pItemSet ) in SetTxtCollAttrs()
4547 pItemSet->Put( aItemSet ); in SetTxtCollAttrs()
4552 pItemSet->Differentiate( pNewColl->GetAttrSet() ); in SetTxtCollAttrs()
4560 if( !pItemSet ) in SetTxtCollAttrs()
4568 pItemSet->Put( aItemSet ); in SetTxtCollAttrs()
4684 if( pItemSet ) in SetTxtCollAttrs()
4685 pItemSet->Put( aLRItem ); in SetTxtCollAttrs()
4696 if( pItemSet ) in SetTxtCollAttrs()
4698 InsertParaAttrs( *pItemSet ); in SetTxtCollAttrs()
[all …]
/aoo4110/main/sw/source/filter/xml/
H A Dxmlfmt.cxx449 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 …]
/aoo4110/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx425 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()
/aoo4110/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1361 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 …]
/aoo4110/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()
/aoo4110/main/sc/source/ui/styleui/
H A Dstyledlg.cxx223 SfxItemSet* pItemSet = GetInputSetImpl(); in GetRefreshedSet() local
224 pItemSet->ClearItem(); in GetRefreshedSet()
225 pItemSet->SetParent( GetStyleSheet().GetItemSet().GetParent() ); in GetRefreshedSet()
226 return pItemSet; in GetRefreshedSet()
/aoo4110/main/sw/source/core/undo/
H A Dundobj1.cxx479 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()
/aoo4110/main/sc/source/ui/drawfunc/
H A Ddrawsh.cxx353 …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()
/aoo4110/main/cui/source/dialogs/
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()
/aoo4110/main/svl/source/notify/
H A Disethint.cxx39 SfxItemSetHint::SfxItemSetHint( SfxItemSet *pItemSet ) in SfxItemSetHint() argument
47 : _pItemSet( pItemSet ) in SfxItemSetHint()
/aoo4110/main/sfx2/source/dialog/
H A Dtabdlg.cxx509 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 Dmgetempl.cxx597 int SfxManageStyleSheetPage::DeactivatePage( SfxItemSet* pItemSet ) in DeactivatePage() argument
674 if ( pItemSet ) in DeactivatePage()
675 FillItemSet( *pItemSet ); in DeactivatePage()
H A Dprintopt.cxx215 int SfxCommonPrintOptionsTabPage::DeactivatePage( SfxItemSet* pItemSet ) in DeactivatePage() argument
217 if( pItemSet ) in DeactivatePage()
218 FillItemSet( *pItemSet ); in DeactivatePage()
/aoo4110/main/sw/source/core/unocore/
H A Dunosect.cxx567 ::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 Dunoframe.cxx577 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()
678 bRet = FillBaseProperties(rFrmSet, *pItemSet, rSizeFound); in AnyToItemSet()
[all …]
/aoo4110/main/sfx2/source/view/
H A Dframe.cxx430 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()
/aoo4110/main/sc/inc/
H A Dpatattr.hxx59 ScPatternAttr(SfxItemSet* pItemSet, const String& rStyleName);
60 ScPatternAttr(SfxItemSet* pItemSet, ScStyleSheet* pStyleSheet = NULL);
H A Dattarray.hxx64 … SfxItemSet* pItemSet; // allocated in MergePatternArea, used for resulting ScPatternAttr member
68 ScMergePatternState() : pItemSet(NULL), pOld1(NULL), pOld2(NULL) {} in ScMergePatternState()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sw/source/core/text/
H A Datrstck.cxx202 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()

Completed in 160 milliseconds

123