/trunk/main/svx/inc/svx/ |
H A D | xflhtit.hxx | 38 XHatch aHatch; 43 XFillHatchItem(sal_Int32 nIndex, const XHatch& rTheHatch); 44 XFillHatchItem(const String& rName, const XHatch& rTheHatch); 45 XFillHatchItem(SfxItemPool* pPool, const XHatch& rTheHatch); 64 const XHatch& GetHatchValue(const XHatchList* pTable = 0) const; // GetValue -> GetHatchValue 65 …void SetHatchValue(const XHatch& rNew) { aHatch = rNew; Detach(); } // SetValue -> SetHatchVa… in SetHatchValue()
|
H A D | xhatch.hxx | 35 class SVX_DLLPUBLIC XHatch class 44 XHatch() : eStyle(XHATCH_SINGLE), nDistance(0), nAngle(0) {} in XHatch() function in XHatch 45 XHatch(const Color& rCol, XHatchStyle eStyle = XHATCH_SINGLE, 48 bool operator==(const XHatch& rHatch) const;
|
H A D | xtable.hxx | 101 XHatch aHatch; 104 XHatchEntry(const XHatch& rHatch, const String& rName); 107 const XHatch& GetHatch() const in GetHatch()
|
H A D | dlgctrl.hxx | 41 class XHatch; 305 …void SelectEntryByList( const XHatchListSharedPtr aList, const String& rStr, const XHatch& rXHatch…
|
/trunk/main/cui/source/tabpages/ |
H A D | tphatch.cxx | 100 aXHatchItem ( String(), XHatch() ), in SvxHatchTabPage() 321 XHatch* pXHatch = NULL; in FillItemSet() 326 pXHatch = new XHatch( maHatchingList->GetHatch( nPos )->GetHatch() ); in FillItemSet() 332 pXHatch = new XHatch( aLbLineColor.GetSelectEntryColor(), in FillItemSet() 403 XHatch aXHatch( aLbLineColor.GetSelectEntryColor(), in IMPL_LINK() 420 XHatch* pHatch = NULL; in IMPL_LINK() 424 pHatch = new XHatch( ( (XHatchEntry*) maHatchingList->GetHatch( nPos ) )->GetHatch() ); in IMPL_LINK() 433 pHatch = new XHatch( ( ( const XFillHatchItem* ) pPoolItem )->GetHatchValue() ); in IMPL_LINK() 441 … pHatch = new XHatch( ( (XHatchEntry*) maHatchingList->GetHatch( nPos ) )->GetHatch() ); in IMPL_LINK() 567 XHatch aXHatch( aLbLineColor.GetSelectEntryColor(), in IMPL_LINK() [all …]
|
H A D | tparea.cxx | 1129 XHatch aHatching = maHatchingList->GetHatch( _nPos )->GetHatch(); in FillItemSet()
|
/trunk/main/svx/source/xoutdev/ |
H A D | xtabhtch.cxx | 131 Insert(new XHatchEntry(XHatch(RGB_Color(COL_BLACK),XHATCH_SINGLE,100, 0),aStr)); in Create() 133 Insert(new XHatchEntry(XHatch(RGB_Color(COL_RED ),XHATCH_DOUBLE, 80,450),aStr)); in Create() 135 Insert(new XHatchEntry(XHatch(RGB_Color(COL_BLUE ),XHATCH_TRIPLE,120, 0),aStr)); in Create() 155 const XHatch& rHatch = GetHatch(nIndex)->GetHatch(); in CreateBitmapForUI()
|
H A D | xattr.cxx | 4229 XHatch::XHatch(const Color& rCol, XHatchStyle eTheStyle, long nTheDistance, in XHatch() function in XHatch 4248 bool XHatch::operator==(const XHatch& rHatch) const in operator ==() 4274 const XHatch& rTheHatch) : in XFillHatchItem() 4292 const XHatch& rTheHatch) : in XFillHatchItem() 4351 XFillHatchItem::XFillHatchItem(SfxItemPool* /*pPool*/, const XHatch& rTheHatch) in XFillHatchItem() 4450 const XHatch& XFillHatchItem::GetHatchValue(const XHatchList* pTable) const // GetValue -> GetHatch… in GetHatchValue()
|
H A D | xtable.cxx | 91 XHatchEntry::XHatchEntry(const XHatch& rHatch, const String& rName) in XHatchEntry()
|
H A D | xpool.cxx | 56 const XHatch aNullHatch(aNullLineCol); in XOutdevItemPool()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews9.cxx | 448 XHatch aHatch(pEntry->GetHatch()); in AttrExec() 460 XHatch aHatch (aColor); in AttrExec() 625 XHatch aHatch(pEntry->GetHatch()); in AttrExec() 640 XHatch aHatch (aBlack, (XHatchStyle) pStyle->GetValue (), pDistance->GetValue (), in AttrExec() 850 const XHatch &rHatch = rFillHatchItem.GetHatchValue (); in AttrState()
|
/trunk/main/svx/source/unodraw/ |
H A D | XPropertyTable.cxx | 519 const XHatch& aHatch = ((XHatchEntry*)pEntry)->GetHatch(); in getAny() 539 XHatch aXHatch; in getEntry()
|
H A D | unobrushitemhelper.cxx | 255 …const XHatch& rHatch(static_cast< const XFillHatchItem& >(rSourceSet.Get(XATTR_FILLHATCH)).GetHatc… in getSvxBrushItemFromSourceSet()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewcontactofsdrcaptionobj.cxx | 120 XHatch aHatch = ((XFillHatchItem&)(rItemSet.Get(XATTR_FILLHATCH))).GetHatchValue(); in createViewIndependentPrimitive2DSequence()
|
/trunk/main/svx/source/sidebar/area/ |
H A D | AreaPropertyPanel.cxx | 414 const XHatch aHatch = aItem.GetHatchList()->GetHatch(mnLastPosHatch)->GetHatch(); in IMPL_LINK() 558 const XHatch aHatch = aItem.GetHatchList()->GetHatch(nPos)->GetHatch(); in IMPL_LINK()
|
/trunk/main/sd/source/core/ |
H A D | drawdoc4.cxx | 168 XHatch aNullHatch(aNullCol); in CreateLayoutTemplates() 605 XHatch aNullHatch(aNullCol); in CreateDefaultCellStyles()
|
/trunk/main/svx/source/tbxctrls/ |
H A D | fillctrl.cxx | 822 XHatch aHatch = pItem->GetHatchList()->GetHatch(nPos)->GetHatch(); in IMPL_LINK()
|
/trunk/main/svx/source/sdr/primitive2d/ |
H A D | sdrattributecreator.cxx | 473 const XHatch& rHatch(((XFillHatchItem&)(rSet.Get(XATTR_FILLHATCH))).GetHatchValue()); in createNewSdrFillAttribute()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdfmtf.cxx | 1192 …aHatchAttr.Put(XFillHatchItem(&mpModel->GetItemPool(), XHatch(rHatch.GetColor(), eStyle, rHatch.Ge… in DoAction()
|
H A D | svdoashp.cxx | 286 XHatch aHatch(((XFillHatchItem&)(rOriginalSet.Get(XATTR_FILLHATCH))).GetHatchValue()); in ImpCreateShadowObjectClone()
|
/trunk/main/svx/source/dialog/ |
H A D | dlgctrl.cxx | 1439 …tEntryByList( const XHatchListSharedPtr aList, const String& rStr, const XHatch& rHatch, sal_uInt1… in SelectEntryByList()
|
/trunk/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 2048 … XHatch aXHatch(((const XFillHatchItem&)rObj.GetMergedItem(XATTR_FILLHATCH)).GetHatchValue()); in AdaptObjColor()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 404 const XHatch aNullHatch(aNullCol); in FillBaseProperties()
|