Searched refs:xPropertyBag (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sw/source/core/inc/ |
H A D | wrong.hxx | 77 … com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag, 82 … com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag, 90 …artColor ( com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag) in getSmartColor() argument 94 if (xPropertyBag.is()) in getSmartColor() 120 if (xPropertyBag.is()) in getSmartLineType() 151 … com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag ) in getWrongAreaColor() 163 return getSmartColor(xPropertyBag); in getWrongAreaColor() 182 return getSmartLineType(xPropertyBag); in getWrongAreaLineType() 258 … com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag, in Insert() 267 maList.insert(i, SwWrongArea( rType, meType, xPropertyBag, nNewPos, nNewLen) ); in Insert() [all …]
|
/aoo4110/main/sw/source/core/text/ |
H A D | wrong.cxx | 41 com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag, in SwWrongArea() 44 : maType(rType), mxPropertyBag(xPropertyBag), mnPos(nPos), mnLen(nLen), mpSubList(0) in SwWrongArea() 46 mColor = getWrongAreaColor(listType, xPropertyBag); in SwWrongArea() 47 mLineType = getWrongAreaLineType(listType, xPropertyBag); in SwWrongArea() 51 com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag, in SwWrongArea() 55 : maType(rType), mxPropertyBag(xPropertyBag), mnPos(nPos), mnLen(nLen), mpSubList(pSubList), mLineT… in SwWrongArea() 59 mColor = getWrongAreaColor(pSubList->GetWrongListType(), xPropertyBag); in SwWrongArea() 60 mLineType = getWrongAreaLineType(pSubList->GetWrongListType(), xPropertyBag); in SwWrongArea() 629 … com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag, in Insert() 664 maList.insert(aIter, SwWrongArea( rType, meType, xPropertyBag, nNewPos, nNewLen) ); in Insert()
|
Completed in 15 milliseconds