Home
last modified time | relevance | path

Searched refs:rItemSet (Results 1 – 25 of 151) sorted by last modified time

1234567

/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx543 sal_Bool DoPositioning( SfxItemSet &rItemSet,
546 sal_Bool CreateContainer( const String& rClass, SfxItemSet &rItemSet,
551 void InsertAttrs( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
576 void InsertParaAttrs( const SfxItemSet& rItemSet );
616 void InsertFlyFrame( const SfxItemSet& rItemSet, _HTMLAttrContext *pCntxt,
693 const SfxItemSet &rItemSet,
700 void SetAnchorAndAdjustment( const SfxItemSet &rItemSet,
714 SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
716 void SetVarSize( SfxItemSet &rItemSet, SvxCSS1PropertyInfo &rPropInfo,
719 void SetSpace( const Size& rPixSpace, SfxItemSet &rItemSet,
[all …]
H A Dswhtml.cxx4576 const SfxItemSet& rItemSet = pTopColl->GetAttrSet(); in SetTxtCollAttrs() local
4578 if( SFX_ITEM_SET == rItemSet.GetItemState(RES_LR_SPACE,sal_True, &pItem) ) in SetTxtCollAttrs()
4610 if( SFX_ITEM_SET == rItemSet.GetItemState(RES_UL_SPACE,sal_True, &pItem) ) in SetTxtCollAttrs()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx347 void SdModule::GetState(SfxItemSet& rItemSet) in GetState() argument
350 if (rItemSet.GetItemState(SID_SD_AUTOPILOT) != SFX_ITEM_UNKNOWN) in GetState()
354 rItemSet.DisableItem(SID_SD_AUTOPILOT); in GetState()
366 rItemSet.DisableItem(SID_SD_AUTOPILOT); in GetState()
373 if( SFX_ITEM_AVAILABLE == rItemSet.GetItemState( SID_ATTR_METRIC ) ) in GetState()
386 if (rItemSet.GetItemState(SID_OPENDOC) != SFX_ITEM_UNKNOWN) in GetState()
390 rItemSet.Put(*pItem); in GetState()
394 if (rItemSet.GetItemState(SID_OPENHYPERLINK) != SFX_ITEM_UNKNOWN) in GetState()
398 rItemSet.Put(*pItem); in GetState()
401 if( SFX_ITEM_AVAILABLE == rItemSet.GetItemState( SID_AUTOSPELL_CHECK ) ) in GetState()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx946 const SfxItemSet& rItemSet = pEdge->GetMergedItemSet(); in AddConnectorOverlays() local
948 drawinglayer::primitive2d::createNewSdrLineAttribute(rItemSet)); in AddConnectorOverlays()
954 rItemSet, in AddConnectorOverlays()
/trunk/main/sc/source/core/data/
H A Dpostit.cxx84 static void SetCaptionItems( SdrCaptionObj& rCaption, const SfxItemSet& rItemSet );
155 void ScCaptionUtil::SetCaptionItems( SdrCaptionObj& rCaption, const SfxItemSet& rItemSet ) in SetCaptionItems() argument
158 rCaption.SetMergedItemSet( rItemSet ); in SetCaptionItems()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx1263 void AnnotationManager::GetAnnotationState(SfxItemSet& rItemSet) in GetAnnotationState() argument
1265 mxImpl->GetAnnotationState(rItemSet); in GetAnnotationState()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx1407 void ScViewFunc::ApplyUserItemSet( const SfxItemSet& rItemSet ) in ApplyUserItemSet() argument
1420 rNewSet.Put( rItemSet, sal_False ); in ApplyUserItemSet()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx874 ScMyRememberItem(const SfxItemSet& rItemSet, sal_uInt32 nTempIndex) : in ScMyRememberItem()
875 nIndex(nTempIndex), aItemSet(rItemSet) {} in ScMyRememberItem()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx394 …const SfxItemSet& rItemSet = pCellAttr ? pCellAttr->GetItemSet() : rRoot.GetDoc().GetDefPattern()-… in lclCreateFormattedString() local
411 SvxFont aFont( XclExpFontHelper::GetFontFromItemSet( rRoot, rItemSet, nScript ) ); in lclCreateFormattedString()
611 …const SfxItemSet& rItemSet = pCellAttr ? pCellAttr->GetItemSet() : rRoot.GetDoc().GetDefPattern()-… in CreateCellString() local
613 ScPatternAttr::FillToEditItemSet( *pEEItemSet, rItemSet ); in CreateCellString()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx2117 SfxItemSet &rItemSet, in SvxPropertyValuesToItemSet() argument
2145 SvxUnoFontDescriptor::FillItemSet( aDesc, rItemSet ); in SvxPropertyValuesToItemSet()
2182 pPropSet->setPropertyValue( pProps[i].Name, pProps[i].Value, rItemSet ); in SvxPropertyValuesToItemSet()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2685 Font EditEngine::CreateFontFromItemSet( const SfxItemSet& rItemSet, sal_uInt16 nScriptType ) in CreateFontFromItemSet() argument
2688 CreateFont( aFont, rItemSet, true, nScriptType ); in CreateFontFromItemSet()
2693 Font EditEngine::CreateFontFromItemSet( const SfxItemSet& rItemSet ) in CreateFontFromItemSet() argument
2695 return CreateSvxFontFromItemSet( rItemSet ); in CreateFontFromItemSet()
2698 SvxFont EditEngine::CreateSvxFontFromItemSet( const SfxItemSet& rItemSet ) in CreateSvxFontFromItemSet() argument
2701 CreateFont( aFont, rItemSet ); in CreateSvxFontFromItemSet()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx468 static void SetFontInfoInItemSet( SfxItemSet& rItemSet, const Font& rFont );
469 static void SetFontInfoInItemSet( SfxItemSet& rItemSet, const SvxFont& rFont );
470 static Font CreateFontFromItemSet( const SfxItemSet& rItemSet );
471 static Font CreateFontFromItemSet( const SfxItemSet& rItemSet, sal_uInt16 nScriptType );
472 static SvxFont CreateSvxFontFromItemSet( const SfxItemSet& rItemSet );
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx607 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
612 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import()
620 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
625 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import()
669 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
674 aPortion.ApplyTo( rItemSet, (SdrPowerPointImport&)*this, 0xffffffff ); in Import()
693 SfxItemSet& rItemSet = pOutlineSheet->GetItemSet(); in Import() local
710 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
723 SfxItemSet& rItemSet = pSheet->GetItemSet(); in Import() local
2357 SfxItemSet& rItemSet = pSheet2->GetItemSet(); in ApplyTextObj() local
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrcaptionobj.cxx64 const SfxItemSet& rItemSet = rCaptionObj.GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
67 rItemSet, in createViewIndependentPrimitive2DSequence()
107 … const SdrShadowColorItem& rShadColItem = (SdrShadowColorItem&)(rItemSet.Get(SDRATTR_SHADOWCOLOR)); in createViewIndependentPrimitive2DSequence()
108 …const sal_uInt16 nShadowTransparence(((SdrShadowTransparenceItem&)(rItemSet.Get(SDRATTR_SHADOWTRAN… in createViewIndependentPrimitive2DSequence()
110 const XFillStyle eShadowStyle = ((XFillStyleItem&)(rItemSet.Get(XATTR_FILLSTYLE))).GetValue(); in createViewIndependentPrimitive2DSequence()
114 SfxItemSet aSet(rItemSet); in createViewIndependentPrimitive2DSequence()
120 XHatch aHatch = ((XFillHatchItem&)(rItemSet.Get(XATTR_FILLHATCH))).GetHatchValue(); in createViewIndependentPrimitive2DSequence()
144 const sal_uInt32 nXDist(((SdrShadowXDistItem&)(rItemSet.Get(SDRATTR_SHADOWXDIST))).GetValue()); in createViewIndependentPrimitive2DSequence()
145 const sal_uInt32 nYDist(((SdrShadowYDistItem&)(rItemSet.Get(SDRATTR_SHADOWYDIST))).GetValue()); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrmeasureobj.cxx55 const SfxItemSet& rItemSet = GetMeasureObj().GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
58 rItemSet, in createViewIndependentPrimitive2DSequence()
64 …const double fDistance(((SdrMeasureLineDistItem&)rItemSet.Get(SDRATTR_MEASURELINEDIST)).GetValue()… in createViewIndependentPrimitive2DSequence()
66 …const double fLowerDistance(((SdrMeasureHelplineDistItem&)rItemSet.Get(SDRATTR_MEASUREHELPLINEDIST… in createViewIndependentPrimitive2DSequence()
67 …const double fLeftDelta(((SdrMeasureHelpline1LenItem&)rItemSet.Get(SDRATTR_MEASUREHELPLINE1LEN)).G… in createViewIndependentPrimitive2DSequence()
68 …const double fRightDelta(((SdrMeasureHelpline2LenItem&)rItemSet.Get(SDRATTR_MEASUREHELPLINE2LEN)).… in createViewIndependentPrimitive2DSequence()
69 …const bool bBelow(((SdrMeasureBelowRefEdgeItem&)rItemSet.Get(SDRATTR_MEASUREBELOWREFEDGE)).GetValu… in createViewIndependentPrimitive2DSequence()
70 …const bool bTextRotation(((SdrMeasureTextRota90Item&)rItemSet.Get(SDRATTR_MEASURETEXTROTA90)).GetV… in createViewIndependentPrimitive2DSequence()
71 …const bool bTextAutoAngle(((SdrMeasureTextAutoAngleItem&)rItemSet.Get(SDRATTR_MEASURETEXTAUTOANGLE… in createViewIndependentPrimitive2DSequence()
75 switch(((SdrMeasureTextHPosItem&)rItemSet.Get(SDRATTR_MEASURETEXTHPOS)).GetValue()) in createViewIndependentPrimitive2DSequence()
[all …]
H A Dviewcontactofsdrrectobj.cxx53 const SfxItemSet& rItemSet = GetRectObj().GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
56 rItemSet, in createViewIndependentPrimitive2DSequence()
75 sal_uInt32 nCornerRadius(((SdrEckenradiusItem&)(rItemSet.Get(SDRATTR_ECKENRADIUS))).GetValue()); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofe3dlathe.cxx52 const SfxItemSet& rItemSet = GetE3dLatheObj().GetMergedItemSet(); in createViewIndependentPrimitive3DSequence() local
54 drawinglayer::primitive2d::createNewSdrLineFillShadowAttribute(rItemSet, false)); in createViewIndependentPrimitive3DSequence()
60 …ribute* pSdr3DObjectAttribute = drawinglayer::primitive2d::createNewSdr3DObjectAttribute(rItemSet); in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dcube.cxx52 const SfxItemSet& rItemSet = GetE3dCubeObj().GetMergedItemSet(); in createViewIndependentPrimitive3DSequence() local
54 drawinglayer::primitive2d::createNewSdrLineFillShadowAttribute(rItemSet, false)); in createViewIndependentPrimitive3DSequence()
80 …ribute* pSdr3DObjectAttribute = drawinglayer::primitive2d::createNewSdr3DObjectAttribute(rItemSet); in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dextrude.cxx52 const SfxItemSet& rItemSet = GetE3dExtrudeObj().GetMergedItemSet(); in createViewIndependentPrimitive3DSequence() local
54 drawinglayer::primitive2d::createNewSdrLineFillShadowAttribute(rItemSet, false)); in createViewIndependentPrimitive3DSequence()
60 …ribute* pSdr3DObjectAttribute = drawinglayer::primitive2d::createNewSdr3DObjectAttribute(rItemSet); in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofe3dsphere.cxx51 const SfxItemSet& rItemSet = GetE3dSphereObj().GetMergedItemSet(); in createViewIndependentPrimitive3DSequence() local
53 drawinglayer::primitive2d::createNewSdrLineFillShadowAttribute(rItemSet, false)); in createViewIndependentPrimitive3DSequence()
66 …ribute* pSdr3DObjectAttribute = drawinglayer::primitive2d::createNewSdr3DObjectAttribute(rItemSet); in createViewIndependentPrimitive3DSequence()
H A Dviewcontactofsdrcircobj.cxx52 const SfxItemSet& rItemSet = GetCircObj().GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
55 rItemSet, in createViewIndependentPrimitive2DSequence()
91 …const sal_Int32 nNewStart(((SdrCircStartAngleItem&)rItemSet.Get(SDRATTR_CIRCSTARTANGLE)).GetValue(… in createViewIndependentPrimitive2DSequence()
92 const sal_Int32 nNewEnd(((SdrCircEndAngleItem&)rItemSet.Get(SDRATTR_CIRCENDANGLE)).GetValue()); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdredgeobj.cxx55 const SfxItemSet& rItemSet = GetEdgeObj().GetMergedItemSet(); in createViewIndependentPrimitive2DSequence() local
58 rItemSet, in createViewIndependentPrimitive2DSequence()
/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/sw/source/core/txtnode/
H A Dthints.cxx2441 SfxItemSetClearer(SfxItemSet & rItemSet) : m_rItemSet(rItemSet) { } in SfxItemSetClearer()
/trunk/main/sc/source/filter/inc/
H A Dxestyle.hxx143 const SfxItemSet& rItemSet );
148 const SfxItemSet& rItemSet,
155 const SfxItemSet& rItemSet,
242 sal_uInt16 Insert( const SfxItemSet& rItemSet, sal_Int16 nScript,
332 bool FillFromItemSet( const SfxItemSet& rItemSet, bool bStyle = false );
354 bool FillFromItemSet( const SfxItemSet& rItemSet,
390 bool FillFromItemSet( const SfxItemSet& rItemSet,
426 const SfxItemSet& rItemSet, XclExpPalette& rPalette,
548 const SfxItemSet& rItemSet,

Completed in 180 milliseconds

1234567