Lines Matching refs:aVal
55 aVal( rVal ) in SfxSizeItem()
66 rStream >> aVal; in SfxSizeItem()
73 aVal( rItem.aVal ) in SfxSizeItem()
90 rText = UniString::CreateFromInt32(aVal.Width()); in GetPresentation()
92 rText += UniString::CreateFromInt32(aVal.Height()); in GetPresentation()
103 return ((SfxSizeItem&)rItem).aVal == aVal; in operator ==()
129 rStream << aVal; in Store()
140 Size aTmp(aVal); in QueryValue()
182 aValue.Height = aVal.Height(); in PutValue()
187 aValue.Width = aVal.Width(); in PutValue()
200 aVal = aTmp; in PutValue()