Home
last modified time | relevance | path

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

/aoo42x/main/extensions/source/propctrlr/
H A Dobjectinspectormodel.cxx95 …oriesAndHelpSection( const Sequence< Any >& _rFactories, sal_Int32 _nMinHelpTextLines, sal_Int32 _…
212 …oriesAndHelpSection( const Sequence< Any >& _rFactories, sal_Int32 _nMinHelpTextLines, sal_Int32 _… in createWithHandlerFactoriesAndHelpSection() argument
215 impl_verifyArgument_throw( _nMinHelpTextLines >= 1, 2 ); in createWithHandlerFactoriesAndHelpSection()
217 impl_verifyArgument_throw( _nMinHelpTextLines <= _nMaxHelpTextLines, 2 ); in createWithHandlerFactoriesAndHelpSection()
220 enableHelpSectionProperties( _nMinHelpTextLines, _nMaxHelpTextLines ); in createWithHandlerFactoriesAndHelpSection()
H A Dinspectormodelbase.cxx95 … void constructWithHelpSection( sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines );
136 …void InspectorModelProperties::constructWithHelpSection( sal_Int32 _nMinHelpTextLines, sal_Int32 _… in constructWithHelpSection() argument
139 m_nMinHelpTextLines = _nMinHelpTextLines; in constructWithHelpSection()
261 …void ImplInspectorModel::enableHelpSectionProperties( sal_Int32 _nMinHelpTextLines, sal_Int32 _nMa… in enableHelpSectionProperties() argument
263 m_pProperties->constructWithHelpSection( _nMinHelpTextLines, _nMaxHelpTextLines ); in enableHelpSectionProperties()
H A Ddefaultforminspection.cxx254 …void DefaultFormComponentInspectorModel::createWithHelpSection( sal_Int32 _nMinHelpTextLines, sal_… in createWithHelpSection() argument
256 …if ( ( _nMinHelpTextLines <= 0 ) || ( _nMaxHelpTextLines <= 0 ) || ( _nMinHelpTextLines > _nMaxHel… in createWithHelpSection()
259 enableHelpSectionProperties( _nMinHelpTextLines, _nMaxHelpTextLines ); in createWithHelpSection()
H A Ddefaultforminspection.hxx79 void createWithHelpSection( sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines );
H A Dinspectormodelbase.hxx93 … void enableHelpSectionProperties( sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines );
/aoo42x/main/reportdesign/source/ui/inspection/
H A DDefaultInspection.cxx218 …void DefaultComponentInspectorModel::createWithHelpSection( sal_Int32 _nMinHelpTextLines, sal_Int3… in createWithHelpSection() argument
220 …if ( ( _nMinHelpTextLines <= 0 ) || ( _nMaxHelpTextLines <= 0 ) || ( _nMinHelpTextLines > _nMaxHel… in createWithHelpSection()
224 m_nMinHelpTextLines = _nMinHelpTextLines; in createWithHelpSection()
/aoo42x/main/reportdesign/source/ui/inc/
H A DDefaultInspection.hxx99 void createWithHelpSection( sal_Int32 _nMinHelpTextLines, sal_Int32 _nMaxHelpTextLines );

Completed in 34 milliseconds