Home
last modified time | relevance | path

Searched refs:XLineWidthItem (Results 1 – 25 of 37) sorted by relevance

12

/aoo41x/main/svx/inc/svx/
H A Dxlnwtit.hxx33 class SVX_DLLPUBLIC XLineWidthItem : public SfxMetricItem class
37 XLineWidthItem(long nWidth = 0);
38 XLineWidthItem(SvStream& rIn);
H A Ditemwin.hxx34 class XLineWidthItem;
138 void Update( const XLineWidthItem* pItem );
/aoo41x/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx286 XLineWidthItem aWidthItem( nVal ); in IMPL_LINK()
300 XLineWidthItem aWidthItem( nVal ); in IMPL_LINK()
338 XLineWidthItem aWidthItem(nNewWidth); in IMPL_LINK()
H A DLinePropertyPanel.cxx581 const XLineWidthItem* pItem = dynamic_cast< const XLineWidthItem* >(pState); in NotifyItemUpdate()
/aoo41x/main/cui/source/inc/
H A Dcuitabline.hxx160 XLineWidthItem aXWidth;
288 XLineWidthItem aXWidth;
378 XLineWidthItem aXWidth;
/aoo41x/main/svx/source/xoutdev/
H A Dxattr.cxx1400 TYPEINIT1_AUTOFACTORY(XLineWidthItem, SfxMetricItem);
1412 XLineWidthItem::XLineWidthItem(long nWidth) : in XLineWidthItem() function in XLineWidthItem
1427 XLineWidthItem::XLineWidthItem(SvStream& rIn) : in XLineWidthItem() function in XLineWidthItem
1442 SfxPoolItem* XLineWidthItem::Clone(SfxItemPool* /*pPool*/) const in Clone()
1444 return new XLineWidthItem(*this); in Clone()
1457 SfxPoolItem* XLineWidthItem::Create(SvStream& rIn, sal_uInt16 /*nVer*/) const in Create()
1459 return new XLineWidthItem(rIn); in Create()
1464 SfxItemPresentation XLineWidthItem::GetPresentation in GetPresentation()
1489 sal_Bool XLineWidthItem::QueryValue( ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
1499 sal_Bool XLineWidthItem::PutValue( const ::com::sun::star::uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
H A Dxpool.cxx80 mppLocalPoolDefaults[XATTR_LINEWIDTH -XATTR_START] = new XLineWidthItem; in XOutdevItemPool()
/aoo41x/main/svx/source/tbxctrls/
H A Dlinectrl.cxx77 SFX_IMPL_TOOLBOX_CONTROL( SvxLineWidthToolBoxControl, XLineWidthItem );
269 DBG_ASSERT( pState->ISA(XLineWidthItem), "falscher ItemType" ); in StateChanged()
276 pFld->Update( (const XLineWidthItem*)pState ); in StateChanged()
H A Ditemwin.cxx501 void SvxMetricField::Update( const XLineWidthItem* pItem ) in Update()
518 XLineWidthItem aLineWidthItem( nTmp ); in Modify()
/aoo41x/main/sd/source/ui/func/
H A Dfumorph.cxx368 nStartLineWidth = ITEMVALUE( aSet1, XATTR_LINEWIDTH, XLineWidthItem ); in ImpInsertPolygons()
369 nEndLineWidth = ITEMVALUE( aSet2, XATTR_LINEWIDTH, XLineWidthItem ); in ImpInsertPolygons()
424 aSet.Put( XLineWidthItem( nStartLineWidth + (long) ( fFactor * fDelta + 0.5 ) ) ); in ImpInsertPolygons()
/aoo41x/main/sc/source/core/tool/
H A Ddetfunc.cxx142 return ( ((const XLineWidthItem&)rObj.GetMergedItem(XATTR_LINEWIDTH)).GetValue() > 0 ); in lcl_HasThickLine()
204 aCircleSet.Put( XLineWidthItem( nWidth ) ); in ScDetectiveData()
522 rAttrSet.Put( XLineWidthItem( 50 ) ); // Bereich in InsertArrow()
524 rAttrSet.Put( XLineWidthItem( 0 ) ); // einzelne Referenz in InsertArrow()
588 rAttrSet.Put( XLineWidthItem( 50 ) ); // Bereich in InsertToOtherTab()
590 rAttrSet.Put( XLineWidthItem( 0 ) ); // einzelne Referenz in InsertToOtherTab()
/aoo41x/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx117 const sal_uInt32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue(); in impGetLineAttribute()
140 … const sal_uInt32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue(); in impGetStrokeAttribute()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews9.cxx311 pAttr->Put (XLineWidthItem (pLineWidth->GetValue ()), XATTR_LINEWIDTH); in AttrExec()
804 const XLineWidthItem &rLineWidthItem = (const XLineWidthItem &) aAttr.Get (XATTR_LINEWIDTH); in AttrState()
/aoo41x/main/cui/source/tabpages/
H A Dtpline.cxx565 XLineWidthItem aItem( GetCoreValue( aMtrLineWidth, ePoolUnit ) ); in FillItemSet()
567 if ( !pOld || !( *(const XLineWidthItem*)pOld == aItem ) ) in FillItemSet()
937 rXLSet.Put( XLineWidthItem( GetCoreValue( aMtrLineWidth, ePoolUnit ) ) ); in FillXLSet_Impl()
1140 SetMetricValue( aMtrLineWidth, ( ( const XLineWidthItem& ) rAttrs. in Reset()
1440 nStartLineWidth = (( const XLineWidthItem *)pOld)->GetValue(); in IMPL_LINK()
/aoo41x/main/svx/source/sdr/properties/
H A Dtextproperties.cxx165 nOldLineWidth = ((const XLineWidthItem&)GetItem(XATTR_LINEWIDTH)).GetValue(); in ItemChange()
209 const sal_Int32 nNewLineWidth(((const XLineWidthItem&)GetItem(XATTR_LINEWIDTH)).GetValue()); in ItemChange()
/aoo41x/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx462 aLocalSet.Put(XLineWidthItem(40)); in Create3DObject()
468 aLocalSet.Put(XLineWidthItem(0)); in Create3DObject()
479 aLocalSet.Put(XLineWidthItem(0)); in Create3DObject()
/aoo41x/main/svx/source/svdraw/
H A Dsvdoattr.cxx160 nRetval = ((XLineWidthItem&)(GetObjectItem(XATTR_LINEWIDTH))).GetValue(); in ImpGetLineWdt()
H A Dsvdobj.cxx1186 aNewSet.Put(XLineWidthItem(0)); in TakeContour()
2510 aSet.Put(XLineWidthItem(0L)); in ImpConvertToContourObj()
2530 aSet.Put(XLineWidthItem(0L)); in ImpConvertToContourObj()
2571 aSet.Put(XLineWidthItem(0L)); in ImpConvertToContourObj()
H A Dsvdotxtr.cxx434 aAttributeSet.Put(XLineWidthItem(0)); in ImpConvertContainedTextToSdrPathObjs()
H A Dsvdfmtf.cxx345 mpLineAttr->Put(XLineWidthItem(mnLineWidth)); in SetAttributes()
349 mpLineAttr->Put(XLineWidthItem(0)); in SetAttributes()
/aoo41x/main/sd/source/core/
H A Ddrawdoc4.cxx173 rISet.Put(XLineWidthItem(0)); in CreateLayoutTemplates()
287 pISet->Put(XLineWidthItem(150)); in CreateLayoutTemplates()
435 pISet->Put(XLineWidthItem(50)); in CreateLayoutTemplates()
/aoo41x/main/sw/sdi/
H A Dswslots.sdi58 item String XLineWidthItem;
/aoo41x/main/svx/sdi/
H A Dxoitems.sdi167 item INT32 XLineWidthItem;
/aoo41x/main/svx/source/engine3d/
H A Dview3d.cxx727 sal_Int32 nLineWidth = ((const XLineWidthItem&)(rSet.Get(XATTR_LINEWIDTH))).GetValue(); in ImpChangeSomeAttributesFor3DConversion2()
739 pObj->SetMergedItem(XLineWidthItem(0L)); in ImpChangeSomeAttributesFor3DConversion2()
/aoo41x/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx229 long nValue = ( ( const XLineWidthItem& ) aSet.Get( XATTR_LINEWIDTH ) ).GetValue(); in setLineEnds()

Completed in 273 milliseconds

12