Home
last modified time | relevance | path

Searched refs:maLineStyleList (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx225 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()
H A DLinePropertyPanel.hxx139 XDashListSharedPtr maLineStyleList; member in svx::sidebar::LinePropertyPanel
/aoo42x/main/oox/inc/oox/drawingml/
H A Dtheme.hxx66 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
/aoo42x/main/oox/source/drawingml/
H A Dtheme.cxx61 return lclGetStyleElement( maLineStyleList, nIndex ); in getLineStyle()

Completed in 48 milliseconds