Lines Matching refs:n

180     void UnoScrollBarControl::setValue( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeException)  in setValue()  argument
182 … ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SCROLLVALUE ), uno::makeAny( n ), sal_True ); in setValue()
198 sal_Int32 n = 0; in getValue() local
202 n = xScrollBar->getValue(); in getValue()
204 return n; in getValue()
207 … void UnoScrollBarControl::setMaximum( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeException) in setMaximum() argument
209 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_SCROLLVALUE_MAX ), uno::makeAny( n ), sal_True… in setMaximum()
214 sal_Int32 n = 0; in getMaximum() local
218 n = xScrollBar->getMaximum(); in getMaximum()
220 return n; in getMaximum()
223 …void UnoScrollBarControl::setLineIncrement( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeExce… in setLineIncrement() argument
225 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_LINEINCREMENT ), uno::makeAny( n ), sal_True ); in setLineIncrement()
230 sal_Int32 n = 0; in getLineIncrement() local
234 n = xScrollBar->getLineIncrement(); in getLineIncrement()
236 return n; in getLineIncrement()
239 …void UnoScrollBarControl::setBlockIncrement( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeExc… in setBlockIncrement() argument
241 …ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_BLOCKINCREMENT ), uno::makeAny( n ), sal_True … in setBlockIncrement()
246 sal_Int32 n = 0; in getBlockIncrement() local
250 n = xScrollBar->getBlockIncrement(); in getBlockIncrement()
252 return n; in getBlockIncrement()
255 …void UnoScrollBarControl::setVisibleSize( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeExcept… in setVisibleSize() argument
257 … ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_VISIBLESIZE ), uno::makeAny( n ), sal_True ); in setVisibleSize()
262 sal_Int32 n = 0; in getVisibleSize() local
266 n = xScrollBar->getVisibleSize(); in getVisibleSize()
268 return n; in getVisibleSize()
271 …void UnoScrollBarControl::setOrientation( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeExcept… in setOrientation() argument
273 … ImplSetPropertyValue( GetPropertyName( BASEPROPERTY_ORIENTATION ), uno::makeAny( n ), sal_True ); in setOrientation()
278 sal_Int32 n = 0; in getOrientation() local
282 n = xScrollBar->getOrientation(); in getOrientation()
284 return n; in getOrientation()