Home
last modified time | relevance | path

Searched refs:getMaxHelpTextLines (Results 1 – 7 of 7) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/inspection/
H A D_XObjectInspectorModel.java126 int getMaxHelpTextLines = oObj.getMaxHelpTextLines(); in _MaxHelpTextLines() local
128 boolean result = (maxHelpTextLines.intValue() == getMaxHelpTextLines); in _MaxHelpTextLines()
131 …log.println("FAILED: expected value:" + maxHelpTextLines + " getted value:" + getMaxHelpTextLines); in _MaxHelpTextLines()
/trunk/main/extensions/source/propctrlr/
H A Dinspectormodelbase.cxx88 inline sal_Int32 getMaxHelpTextLines() const { return m_nMaxHelpTextLines; } in getMaxHelpTextLines() function in pcr::InspectorModelProperties
229 ::sal_Int32 SAL_CALL ImplInspectorModel::getMaxHelpTextLines() throw (RuntimeException) in getMaxHelpTextLines() function in pcr::ImplInspectorModel
231 return m_pProperties->getMaxHelpTextLines(); in getMaxHelpTextLines()
H A Dinspectormodelbase.hxx85 …virtual ::sal_Int32 SAL_CALL getMaxHelpTextLines() throw (::com::sun::star::uno::RuntimeException);
H A Dpropcontroller.cxx197 …opertyBox().SetHelpLineLimites( m_xModel->getMinHelpTextLines(), m_xModel->getMaxHelpTextLines() ); in impl_initializeView_nothrow()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DObjectInspectorModelImpl.java107 public int getMaxHelpTextLines() { in getMaxHelpTextLines() method in ObjectInspectorModelImpl
/trunk/main/reportdesign/source/ui/inc/
H A DDefaultInspection.hxx76 …virtual ::sal_Int32 SAL_CALL getMaxHelpTextLines() throw (::com::sun::star::uno::RuntimeException);
/trunk/main/reportdesign/source/ui/inspection/
H A DDefaultInspection.cxx182 …::sal_Int32 SAL_CALL DefaultComponentInspectorModel::getMaxHelpTextLines() throw (RuntimeException) in getMaxHelpTextLines() function in rptui::DefaultComponentInspectorModel

Completed in 39 milliseconds