Searched refs:xPropertyBag (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/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() 97 …com::sun::star::uno::Any aLineColor = xPropertyBag->getValue(colorKey).get< com::sun::star::uno::A… in getSmartColor() 116 …LineType( com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag ) in getSmartLineType() argument 120 if (xPropertyBag.is()) in getSmartLineType() 123 …com::sun::star::uno::Any aLineType = xPropertyBag->getValue(typeKey).get< com::sun::star::uno::Any… in getSmartLineType() 151 … com::sun::star::uno::Reference< com::sun::star::container::XStringKeyMap > xPropertyBag ) in getWrongAreaColor() 163 return getSmartColor(xPropertyBag); in getWrongAreaColor() [all …]
|
| /AOO42X/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()
|