Lines Matching refs:Full
185 class Full: class
191 explicit Full( in Full() function in __anona71f19310111::Full
251 Full(Full &); // not defined
252 void operator =(Full &); // not defined
254 virtual ~Full() {} in ~Full()
262 css::uno::Any Full::queryInterface(css::uno::Type const & type) in queryInterface()
279 sal_Int32 Full::getFirst() throw (css::uno::RuntimeException) { in getFirst()
284 void Full::setFirst(sal_Int32 value) throw (css::uno::RuntimeException) { in setFirst()
294 Full::getSecond() in getSecond()
301 void Full::setSecond( in setSecond()
324 sal_Int32 Full::getThird() in getThird()
332 void Full::setThird(sal_Int32) in setThird()
340 sal_Int32 Full::getFourth() in getFourth()
348 void Full::setFourth(sal_Int32) in setFourth()
375 { return new Full(m_context); } in getFull()