Home
last modified time | relevance | path

Searched refs:SetObjectItemDirect (Results 1 – 15 of 15) sorted by last modified time

/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1499 GetProperties().SetObjectItemDirect(aWritingMode); in NbcSetOutlinerParaObjectForText()
H A Dsvdoedge.cxx327 GetProperties().SetObjectItemDirect(SdrEdgeLineDeltaAnzItem(n)); in ImpSetEdgeInfoToAttr()
332 GetProperties().SetObjectItemDirect(SdrEdgeLine1DeltaItem(nVals[0])); in ImpSetEdgeInfoToAttr()
337 GetProperties().SetObjectItemDirect(SdrEdgeLine2DeltaItem(nVals[1])); in ImpSetEdgeInfoToAttr()
342 GetProperties().SetObjectItemDirect(SdrEdgeLine3DeltaItem(nVals[2])); in ImpSetEdgeInfoToAttr()
H A Dsvdocirc.cxx1136 GetProperties().SetObjectItemDirect(SdrCircKindItem(eNewKindA)); in ImpSetCircInfoToAttr()
1141 GetProperties().SetObjectItemDirect(SdrCircStartAngleItem(nStartWink)); in ImpSetCircInfoToAttr()
1146 GetProperties().SetObjectItemDirect(SdrCircEndAngleItem(nEndWink)); in ImpSetCircInfoToAttr()
/trunk/main/svx/source/sdr/properties/
H A Dtextproperties.cxx223 SetObjectItemDirect(SdrTextLeftDistItem(nLeftDist + nDifference)); in ItemChange()
224 SetObjectItemDirect(SdrTextRightDistItem(nRightDist + nDifference)); in ItemChange()
225 SetObjectItemDirect(SdrTextUpperDistItem(nUpperDist + nDifference)); in ItemChange()
226 SetObjectItemDirect(SdrTextLowerDistItem(nLowerDist + nDifference)); in ItemChange()
H A Ddefaultproperties.cxx114 void DefaultProperties::SetObjectItemDirect(const SfxPoolItem& rItem) in SetObjectItemDirect() function in sdr::properties::DefaultProperties
H A Demptyproperties.cxx94 void EmptyProperties::SetObjectItemDirect(const SfxPoolItem& /*rItem*/) in SetObjectItemDirect() function in sdr::properties::EmptyProperties
H A Dgroupproperties.cxx146 void GroupProperties::SetObjectItemDirect(const SfxPoolItem& /*rItem*/) in SetObjectItemDirect() function in sdr::properties::GroupProperties
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx839 GetProperties().SetObjectItemDirect(Svx3DShadowSlantItem(nSceneShadowSlant)); in SetShadowPlaneDirection()
H A Dsphere3d.cxx142 GetProperties().SetObjectItemDirect(Svx3DHorizontalSegmentsItem(nHSegs)); in ReSegment()
143 GetProperties().SetObjectItemDirect(Svx3DVerticalSegmentsItem(nVSegs)); in ReSegment()
H A Dextrud3d.cxx85 GetProperties().SetObjectItemDirect(Svx3DDepthItem((sal_uInt32)(fDepth + 0.5))); in E3dExtrudeObj()
98 GetProperties().SetObjectItemDirect(Svx3DSmoothNormalsItem(rDefault.GetDefaultExtrudeSmoothed())); in SetDefaultAttributes()
99 …GetProperties().SetObjectItemDirect(Svx3DSmoothLidsItem(rDefault.GetDefaultExtrudeSmoothFrontBack(… in SetDefaultAttributes()
100 …GetProperties().SetObjectItemDirect(Svx3DCharacterModeItem(rDefault.GetDefaultExtrudeCharacterMode… in SetDefaultAttributes()
101 GetProperties().SetObjectItemDirect(Svx3DCloseFrontItem(rDefault.GetDefaultExtrudeCloseFront())); in SetDefaultAttributes()
102 GetProperties().SetObjectItemDirect(Svx3DCloseBackItem(rDefault.GetDefaultExtrudeCloseBack())); in SetDefaultAttributes()
105 GetProperties().SetObjectItemDirect(Svx3DTextureProjectionXItem(1)); in SetDefaultAttributes()
106 GetProperties().SetObjectItemDirect(Svx3DTextureProjectionYItem(1)); in SetDefaultAttributes()
H A Dlathe3d.cxx96 GetProperties().SetObjectItemDirect(Svx3DVerticalSegmentsItem(nSegCnt)); in E3dLatheObj()
116 GetProperties().SetObjectItemDirect(Svx3DSmoothNormalsItem(rDefault.GetDefaultLatheSmoothed())); in SetDefaultAttributes()
117 …GetProperties().SetObjectItemDirect(Svx3DSmoothLidsItem(rDefault.GetDefaultLatheSmoothFrontBack())… in SetDefaultAttributes()
118 …GetProperties().SetObjectItemDirect(Svx3DCharacterModeItem(rDefault.GetDefaultLatheCharacterMode()… in SetDefaultAttributes()
119 GetProperties().SetObjectItemDirect(Svx3DCloseFrontItem(rDefault.GetDefaultLatheCloseFront())); in SetDefaultAttributes()
120 GetProperties().SetObjectItemDirect(Svx3DCloseBackItem(rDefault.GetDefaultLatheCloseBack())); in SetDefaultAttributes()
173 GetProperties().SetObjectItemDirect(Svx3DHorizontalSegmentsItem(nHSegs)); in ReSegment()
174 GetProperties().SetObjectItemDirect(Svx3DVerticalSegmentsItem(nVSegs)); in ReSegment()
203 GetProperties().SetObjectItemDirect(Svx3DVerticalSegmentsItem(nSegCnt)); in SetPolyPoly2D()
/trunk/main/svx/inc/svx/sdr/properties/
H A Demptyproperties.hxx77 virtual void SetObjectItemDirect(const SfxPoolItem& rItem);
H A Dgroupproperties.hxx83 virtual void SetObjectItemDirect(const SfxPoolItem& rItem);
H A Dproperties.hxx125 virtual void SetObjectItemDirect(const SfxPoolItem& rItem) = 0;
H A Ddefaultproperties.hxx77 virtual void SetObjectItemDirect(const SfxPoolItem& rItem);

Completed in 70 milliseconds