Searched refs:maLineStyleList (Results 1 – 4 of 4) sorted by relevance
225 maLineStyleList(), in LinePropertyPanel()836 else if(maLineStyleList.get() && maLineStyleList->Count() > (long)(nPos - 2))840 const XDashEntry* pDashEntry = maLineStyleList->GetDash(nPos - 2);1137 maLineStyleList = aItem.GetDashList(); in FillLineStyleList()1139 if(maLineStyleList.get()) in FillLineStyleList()1141 FillLineStyleListBox(*mpLBStyle, maLineStyleList); in FillLineStyleList()1175 if(mpDashItem && maLineStyleList.get()) in SelectLineStyle()1178 for(sal_Int32 a(0);!bSelected && a < maLineStyleList->Count(); a++) in SelectLineStyle()1180 XDashEntry* pEntry = maLineStyleList->GetDash(a); in SelectLineStyle()
139 XDashListSharedPtr maLineStyleList; member in svx::sidebar::LinePropertyPanel
66 inline LineStyleList& getLineStyleList() { return maLineStyleList; } in getLineStyleList()67 inline const LineStyleList& getLineStyleList() const { return maLineStyleList; } in getLineStyleList()97 LineStyleList maLineStyleList; member in oox::drawingml::Theme
61 return lclGetStyleElement( maLineStyleList, nIndex ); in getLineStyle()
Completed in 11 milliseconds