Searched refs:getMaxHelpTextLines (Results 1 – 7 of 7) sorted by relevance
126 int getMaxHelpTextLines = oObj.getMaxHelpTextLines(); in _MaxHelpTextLines() local128 boolean result = (maxHelpTextLines.intValue() == getMaxHelpTextLines); in _MaxHelpTextLines()131 …log.println("FAILED: expected value:" + maxHelpTextLines + " getted value:" + getMaxHelpTextLines); in _MaxHelpTextLines()
88 inline sal_Int32 getMaxHelpTextLines() const { return m_nMaxHelpTextLines; } in getMaxHelpTextLines() function in pcr::InspectorModelProperties229 ::sal_Int32 SAL_CALL ImplInspectorModel::getMaxHelpTextLines() throw (RuntimeException) in getMaxHelpTextLines() function in pcr::ImplInspectorModel231 return m_pProperties->getMaxHelpTextLines(); in getMaxHelpTextLines()
85 …virtual ::sal_Int32 SAL_CALL getMaxHelpTextLines() throw (::com::sun::star::uno::RuntimeException);
197 …opertyBox().SetHelpLineLimites( m_xModel->getMinHelpTextLines(), m_xModel->getMaxHelpTextLines() ); in impl_initializeView_nothrow()
107 public int getMaxHelpTextLines() { in getMaxHelpTextLines() method in ObjectInspectorModelImpl
76 …virtual ::sal_Int32 SAL_CALL getMaxHelpTextLines() throw (::com::sun::star::uno::RuntimeException);
182 …::sal_Int32 SAL_CALL DefaultComponentInspectorModel::getMaxHelpTextLines() throw (RuntimeException) in getMaxHelpTextLines() function in rptui::DefaultComponentInspectorModel
Completed in 48 milliseconds