Home
last modified time | relevance | path

Searched refs:GetDashValue (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/svx/source/xoutdev/
H A Dxattr.cxx302 … bFound = (((XLineDashItem*)pCheckItem)->GetDashValue() == ((XDashEntry*)pEntry) ->GetDash()); in CheckNamedItem()
1071 const XDash& XLineDashItem::GetDashValue(const XDashList* pTable) const // GetValue -> GetDashValue in GetDashValue() function in XLineDashItem
1133 const XDash& rXD = GetDashValue(); in QueryValue()
1161 const XDash& rXD = GetDashValue(); in QueryValue()
1178 const XDash& rXD = GetDashValue(); in QueryValue()
1185 const XDash& rXD = GetDashValue(); in QueryValue()
1192 const XDash& rXD = GetDashValue(); in QueryValue()
1199 const XDash& rXD = GetDashValue(); in QueryValue()
1206 const XDash& rXD = GetDashValue(); in QueryValue()
1213 const XDash& rXD = GetDashValue(); in QueryValue()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dxlndsit.hxx68 …const XDash& GetDashValue(const XDashList* pTable = 0) const; // GetValue -> GetDashVal…
/AOO41X/main/svx/source/sdr/attribute/
H A Dsdrformtextattribute.cxx136 const XDash& rDash = ((const XLineDashItem&)(rSet.Get(XATTR_LINEDASH))).GetDashValue(); in impGetStrokeAttribute()
/AOO41X/main/cui/source/tabpages/
H A Dtplnedef.cxx355 aDash = rDashItem.GetDashValue(); in Reset()
/AOO41X/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx248 … const XDash& rDash = ((const XLineDashItem&)(rSet.Get(XATTR_LINEDASH))).GetDashValue(); in createNewSdrLineAttribute()
/AOO41X/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx1177 const XDash& rDash = mpDashItem->GetDashValue(); in SelectLineStyle()