Home
last modified time | relevance | path

Searched refs:rItemSet (Results 76 – 100 of 151) sorted by relevance

1234567

/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx473 lcl_setDropcapCharStyle(SwPaM & rPam, SfxItemSet & rItemSet, in lcl_setDropcapCharStyle() argument
508 rItemSet.Put(*pDrop); in lcl_setDropcapCharStyle()
512 lcl_setRubyCharstyle(SfxItemSet & rItemSet, uno::Any const& rValue) in lcl_setRubyCharstyle() argument
542 rItemSet.Put(*pRuby); in lcl_setRubyCharstyle()
551 SwPaM & rPam, SfxItemSet & rItemSet) in SetCursorPropertyValue() argument
563 lcl_setCharStyle(rPam.GetDoc(), rValue, rItemSet); in SetCursorPropertyValue()
567 rValue, rItemSet, false); in SetCursorPropertyValue()
577 rValue, rItemSet, true); in SetCursorPropertyValue()
646 lcl_setDropcapCharStyle(rPam, rItemSet, rValue); in SetCursorPropertyValue()
658 lcl_setRubyCharstyle(rItemSet, rValue); in SetCursorPropertyValue()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dftools.hxx306 static bool CheckItem( const SfxItemSet& rItemSet, sal_uInt16 nWhichId, bool bDeep );
310 …static bool CheckItems( const SfxItemSet& rItemSet, const sal_uInt16* pnWhichIds, bool bDe…
320 SfxItemSet& rItemSet, const SfxPoolItem& rItem,
329 … static void PutItem( SfxItemSet& rItemSet, const SfxPoolItem& rItem, bool bSkipPoolDef );
H A Deeparser.hxx84 ScEEParseEntry( const SfxItemSet& rItemSet ) : in ScEEParseEntry()
85 aItemSet( rItemSet ), pValStr( NULL ), in ScEEParseEntry()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx2292 void SvxXLinePreview::SetLineAttributes(const SfxItemSet& rItemSet) in SetLineAttributes() argument
2295 mpLineObjA->SetMergedItemSet(rItemSet); in SetLineAttributes()
2298 SfxItemSet aTempSet(rItemSet); in SetLineAttributes()
2359 void SvxXRectPreview::SetAttributes(const SfxItemSet& rItemSet) in SetAttributes() argument
2361 mpRectangleObject->SetMergedItemSet(rItemSet, true); in SetAttributes()
2416 void SvxXShadowPreview::SetRectangleAttributes(const SfxItemSet& rItemSet) in SetRectangleAttributes() argument
2418 mpRectangleObject->SetMergedItemSet(rItemSet, true); in SetRectangleAttributes()
2422 void SvxXShadowPreview::SetShadowAttributes(const SfxItemSet& rItemSet) in SetShadowAttributes() argument
2424 mpRectangleShadow->SetMergedItemSet(rItemSet, true); in SetShadowAttributes()
/trunk/main/svl/source/notify/
H A Disethint.cxx53 SfxItemSetHint::SfxItemSetHint( const SfxItemSet &rItemSet ) in SfxItemSetHint() argument
60 : _pItemSet( rItemSet.Clone() ) in SfxItemSetHint()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdredgeobj.cxx55 const SfxItemSet& rItemSet = GetEdgeObj().GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
58 rItemSet, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrole2obj.cxx95 const SfxItemSet& rItemSet = GetOle2Obj().GetMergedItemSet(); in createPrimitive2DSequenceWithParameters() local
101 rItemSet, in createPrimitive2DSequenceWithParameters()
H A Dviewcontactofsdrpathobj.cxx51 const SfxItemSet& rItemSet = GetPathObj().GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
54 rItemSet, in createViewIndependentPrimitive2DSequence()
/trunk/main/cui/source/tabpages/
H A Dborderconn.hxx49 sfx::ItemConnectionBase* CreateMarginConnection( const SfxItemSet& rItemSet,
56 sfx::ItemConnectionBase* CreateShadowConnection( const SfxItemSet& rItemSet,
/trunk/main/cui/source/inc/
H A Dhldocntp.hxx60 SvxHyperlinkNewDocTp ( Window *pParent, const SfxItemSet& rItemSet);
63 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
H A Dhlmailtp.hxx64 SvxHyperlinkMailTp ( Window *pParent, const SfxItemSet& rItemSet);
67 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
H A Dhldoctp.hxx78 SvxHyperlinkDocTp ( Window *pParent, const SfxItemSet& rItemSet);
81 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
H A Dhlinettp.hxx91 SvxHyperlinkInternetTp ( Window *pParent, const SfxItemSet& rItemSet);
94 static IconChoicePage* Create( Window* pWindow, const SfxItemSet& rItemSet );
H A Dhltpbase.hxx159 const SfxItemSet& rItemSet
176 virtual void ActivatePage( const SfxItemSet& rItemSet );
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DMultipleItemConverter.cxx64 bool MultipleItemConverter::ApplyItemSet( const SfxItemSet & rItemSet ) in ApplyItemSet() argument
69 ApplyItemSetFunc( rItemSet, bResult )); in ApplyItemSet()
/trunk/main/svl/source/items/
H A Ditemiter.cxx42 SfxItemIter::SfxItemIter( const SfxItemSet& rItemSet ) in SfxItemIter() argument
43 : _rSet( rItemSet ) in SfxItemIter()
/trunk/main/chart2/source/controller/inc/
H A DErrorBarItemConverter.hxx59 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
67 virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
H A DItemPropertyMap.hxx61 explicit ApplyItemSetFunc( const SfxItemSet & rItemSet, in ApplyItemSetFunc() argument
63 m_rItemSet( rItemSet ), in ApplyItemSetFunc()
H A DLegendItemConverter.hxx56 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
64 virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
H A DRegressionCurveItemConverter.hxx57 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
65 virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
H A DRegressionEquationItemConverter.hxx60 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
68 virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
H A DTitleItemConverter.hxx57 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
65 virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
H A DAxisItemConverter.hxx60 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
68 virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
H A DItemConverter.hxx114 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
172 virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )
H A DDataPointItemConverter.hxx77 virtual bool ApplyItemSet( const SfxItemSet & rItemSet );
85 virtual bool ApplySpecialItem( sal_uInt16 nWhichId, const SfxItemSet & rItemSet )

Completed in 124 milliseconds

1234567