Home
last modified time | relevance | path

Searched refs:nValue (Results 1 – 25 of 666) sorted by path

12345678910>>...27

/trunk/main/UnoControls/source/controls/
H A Dprogressbar.cxx223 void SAL_CALL ProgressBar::setValue ( sal_Int32 nValue ) throw( RuntimeException ) in setValue() argument
234 …DBG_ASSERT ( (( nValue >= m_nMinRange ) && ( nValue <= m_nMaxRange )), "ProgressBar::setValue()\nN… in setValue()
238 ( nValue >= m_nMinRange ) && in setValue()
239 ( nValue <= m_nMaxRange ) in setValue()
243 m_nValue = nValue ; in setValue()
H A Dprogressmonitor.cxx379 void SAL_CALL ProgressMonitor::setValue ( sal_Int32 nValue ) throw( RuntimeException ) in setValue() argument
386 m_xProgressBar->setValue ( nValue ) ; in setValue()
H A Dstatusindicator.cxx252 void SAL_CALL StatusIndicator::setValue( sal_Int32 nValue ) throw( RuntimeException ) in setValue() argument
258 m_xProgressBar->setValue( nValue ); in setValue()
/trunk/main/UnoControls/source/inc/
H A Dprogressbar.hxx260 virtual void SAL_CALL setValue( sal_Int32 nValue ) throw( UNO3_RUNTIMEEXCEPTION );
H A Dprogressmonitor.hxx391 virtual void SAL_CALL setValue( sal_Int32 nValue ) throw( UNO3_RUNTIMEEXCEPTION );
H A Dstatusindicator.hxx312 virtual void SAL_CALL setValue( sal_Int32 nValue ) throw( UNO3_RUNTIMEEXCEPTION );
/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxCheckBoxCell.cxx84 sal_Int32 nValue = 0; in getCurrentValue() local
88 nValue = 0; in getCurrentValue()
91 nValue = 1; in getCurrentValue()
94 nValue = 2; in getCurrentValue()
97 return makeAny(nValue); in getCurrentValue()
H A Daccessiblelistboxentry.cxx1182 sal_Int32 nValue(0), nValueMin(0), nValueMax(0); in setCurrentValue() local
1183 aNumber >>= nValue; in setCurrentValue()
1187 if ( nValue < nValueMin ) in setCurrentValue()
1188 nValue = nValueMin; in setCurrentValue()
1189 else if ( nValue > nValueMax ) in setCurrentValue()
1190 nValue = nValueMax; in setCurrentValue()
1192 pBox->SetCheckButtonState(pEntry, (SvButtonState) nValue ); in setCurrentValue()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebutton.cxx300 sal_Int32 nValue = 0; in setCurrentValue() local
301 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
303 if ( nValue < 0 ) in setCurrentValue()
304 nValue = 0; in setCurrentValue()
305 else if ( nValue > 1 ) in setCurrentValue()
306 nValue = 1; in setCurrentValue()
308 pButton->SetPressed( (sal_Bool) nValue ); in setCurrentValue()
H A Dvclxaccessiblecheckbox.cxx221 ++nValue; in doAccessibleAction()
223 if ( nValue > nValueMax ) in doAccessibleAction()
224 nValue = nValueMin; in doAccessibleAction()
226 pVCLXCheckBox->setState( (sal_Int16) nValue ); in doAccessibleAction()
314 sal_Int32 nValue = 0, nValueMin = 0, nValueMax = 0; in setCurrentValue() local
315 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
319 if ( nValue < nValueMin ) in setCurrentValue()
320 nValue = nValueMin; in setCurrentValue()
321 else if ( nValue > nValueMax ) in setCurrentValue()
322 nValue = nValueMax; in setCurrentValue()
[all …]
H A Dvclxaccessiblemenuitem.cxx572 sal_Int32 nValue = 0; in setCurrentValue() local
573 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
575 if ( nValue <= 0 ) in setCurrentValue()
580 else if ( nValue >= 1 ) in setCurrentValue()
H A Dvclxaccessibleradiobutton.cxx270 sal_Int32 nValue = 0; in setCurrentValue() local
271 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
273 if ( nValue < 0 ) in setCurrentValue()
274 nValue = 0; in setCurrentValue()
275 else if ( nValue > 1 ) in setCurrentValue()
276 nValue = 1; in setCurrentValue()
278 pVCLXRadioButton->setState( (sal_Bool) nValue ); in setCurrentValue()
H A Dvclxaccessiblescrollbar.cxx233 sal_Int32 nValue = 0, nValueMin = 0, nValueMax = 0; in setCurrentValue() local
234 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
238 if ( nValue < nValueMin ) in setCurrentValue()
239 nValue = nValueMin; in setCurrentValue()
240 else if ( nValue > nValueMax ) in setCurrentValue()
241 nValue = nValueMax; in setCurrentValue()
243 pVCLXScrollBar->setValue( nValue ); in setCurrentValue()
H A Dvclxaccessibletoolboxitem.cxx716 sal_Int32 nValue = 0; in setCurrentValue() local
717 OSL_VERIFY( aNumber >>= nValue ); in setCurrentValue()
719 if ( nValue < 0 ) in setCurrentValue()
720 nValue = 0; in setCurrentValue()
721 else if ( nValue > 1 ) in setCurrentValue()
722 nValue = 1; in setCurrentValue()
724 m_pToolBox->CheckItem( m_nItemId, (sal_Bool) nValue ); in setCurrentValue()
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DOptions.java65 static public void SetInteger (String sName, int nValue) in SetInteger() argument
67 Instance().setProperty (sName, Integer.toString(nValue)); in SetInteger()
/trunk/main/autodoc/source/inc/
H A Dluxenum.hxx54 : nValue(i_nValue) { Values_()[nValue] = i_sText; in Enum()
61 : nValue(i_nValue) { ; } in Enum()
64 : nValue(i_nValue) { if ( NOT CheckIntt(i_nValue) ) { csv_assert(false); } } in Enum()
67 : nValue(i_rEnum.nValue) {;} in Enum()
71 { nValue = i_nValue; return *this; } in operator =()
74 { if ( CheckIntt(i_nValue) ) {nValue = DIFF(i_nValue);} in operator =()
78 { nValue = i_rEnum.nValue; return *this; } in operator =()
79 operator DIFF() const { return DIFF(nValue); } in operator DIFF()
81 DIFF operator()() const { return nValue; } in operator ()()
82 const String & Text() const { return Values_()[nValue]; } in Text()
[all …]
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3636 sal_Bool StatementList::ValueOK( rtl::OString aId, String aBezeichnung, sal_uLong nValue, sal_uLong… in ValueOK() argument
3639 if ( nMax < nValue ) in ValueOK()
3642 …EN_RES_STR3( S_NUMBER_TOO_BIG, aBezeichnung, UniString::CreateFromInt32( nValue ), UniString::Crea… in ValueOK()
3645 if ( nValue < 1 ) in ValueOK()
3648 …d, GEN_RES_STR3c3( S_NUMBER_TOO_SMALL, aBezeichnung, UniString::CreateFromInt32( nValue ), "1" ) ); in ValueOK()
H A Dstatemnt.hxx252 sal_Bool ValueOK(rtl::OString nId, String aBezeichnung, sal_uLong nValue, sal_uLong nMax);
/trunk/main/avmedia/source/gstreamer/
H A Dgstplayer.cxx790 gint nValue; in implHandleNewPadFunc() local
793 gst_structure_get_int( pStruct, pFieldName, &nValue ) ) in implHandleNewPadFunc()
795 … const gint nDiff = nValue - g_atomic_int_get( &pPlayer->mnVideoWidth ); in implHandleNewPadFunc()
799 gst_structure_get_int( pStruct, pFieldName, &nValue ) ) in implHandleNewPadFunc()
801 … const gint nDiff = nValue - g_atomic_int_get( &pPlayer->mnVideoHeight ); in implHandleNewPadFunc()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx456 sal_Int32 nValue = 0; in PositionAndSizeChange() local
457 evt.NewValue >>= nValue; in PositionAndSizeChange()
458 sal_Int32 nNewValue = nValue; in PositionAndSizeChange()
489 if ( nNewValue != nValue ) in PositionAndSizeChange()
1491 sal_Int32 nValue = 0; in PositionAndSizeChange() local
1492 evt.NewValue >>= nValue; in PositionAndSizeChange()
1493 sal_Int32 nNewValue = nValue; in PositionAndSizeChange()
1516 if ( nNewValue != nValue ) in PositionAndSizeChange()
/trunk/main/basegfx/inc/basegfx/range/
H A Db1ibox.hxx103 bool isInside(sal_Int32 nValue) const in isInside()
105 return maRange.isInside(nValue); in isInside()
118 void expand(sal_Int32 nValue) in expand() argument
120 maRange.expand(nValue); in expand()
133 void grow(sal_Int32 nValue) in grow() argument
135 maRange.grow(nValue); in grow()
H A Db1irange.hxx104 bool isInside(sal_Int32 nValue) const in isInside()
106 return maRange.isInside(nValue); in isInside()
119 void expand(sal_Int32 nValue) in expand() argument
121 maRange.expand(nValue); in expand()
134 void grow(sal_Int32 nValue) in grow() argument
136 maRange.grow(nValue); in grow()
H A Db2ibox.hxx212 void grow(sal_Int32 nValue) in grow() argument
214 maRangeX.grow(nValue); in grow()
215 maRangeY.grow(nValue); in grow()
H A Db2irange.hxx213 void grow(sal_Int32 nValue) in grow() argument
215 maRangeX.grow(nValue); in grow()
216 maRangeY.grow(nValue); in grow()
H A Db3ibox.hxx247 void grow(sal_Int32 nValue) in grow() argument
249 maRangeX.grow(nValue); in grow()
250 maRangeY.grow(nValue); in grow()
251 maRangeZ.grow(nValue); in grow()

Completed in 379 milliseconds

12345678910>>...27