Home
last modified time | relevance | path

Searched refs:nValue (Results 201 – 225 of 666) sorted by last modified time

12345678910>>...27

/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx64 sal_Int16 nValue = NORMAL; in setSuperscript() local
69 nValue = SUPERSCRIPT; in setSuperscript()
79 short nValue = NORMAL; in getSuperscript() local
95 sal_Int16 nValue = NORMAL; in setSubscript() local
100 nValue= SUBSCRIPT; in setSubscript()
112 short nValue = NORMAL; in getSubscript() local
202 nValue = awt::FontStrikeout::SINGLE; in setStrikethrough()
209 short nValue = 0; in getStrikethrough() local
232 short nValue = awt::FontSlant_NONE; in setItalic() local
234 nValue = awt::FontSlant_ITALIC; in setItalic()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbacheckbox.cxx56 sal_Int16 nValue = -1; in getValue() local
57 m_xProps->getPropertyValue( STATE ) >>= nValue; in getValue()
58 if( nValue != 0 ) in getValue()
59 nValue = -1; in getValue()
63 return uno::makeAny( ( nValue == -1 ) ? sal_True : sal_False ); in getValue()
69 sal_Int16 nValue = 0; in setValue() local
71 if( _value >>= nValue ) in setValue()
73 if( nValue == -1) in setValue()
74 nValue = 1; in setValue()
79 nValue = 1; in setValue()
[all …]
H A Dvbalistbox.cxx92 sal_Int16 nValue = -1; in setValue() local
98 nValue = i; in setValue()
102 if( nValue == -1 ) in setValue()
107 nSelectedIndices[ 0 ] = nValue; in setValue()
H A Dvbamultipage.cxx85 sal_Int32 nValue = 0; in getValue() local
86 m_xProps->getPropertyValue( SVALUE ) >>= nValue; in getValue()
87 return nValue; in getValue()
109 sal_Int32 nValue = 0; in Pages() local
110 m_xProps->getPropertyValue( SVALUEMAX ) >>= nValue; in Pages()
111 uno::Reference< XCollection > xColl( new ScVbaPages( this, mxContext, getPages( nValue ) ) ); in Pages()
/trunk/main/unotools/source/ucbhelper/
H A Dprogresshandlerwrap.cxx77 sal_Int32 nValue; in update() local
79 if( getStatusFromAny_Impl( Status, aText, nValue ) ) in update()
82 m_xStatusIndicator->setValue( nValue ); in update()
/trunk/main/unotools/source/config/
H A Dviewoptions.cxx173 void setPageID( sal_Int32 nValue ) in setPageID() argument
177 ( nValue == DEFAULT_PAGEID ) in setPageID()
179 m_nPageID = nValue; in setPageID()
H A Dinetoptions.cxx492 void SvtInetOptions::SetProxyFtpPort(sal_Int32 nValue, bool bFlush) in SetProxyFtpPort() argument
495 star::uno::makeAny(nValue), in SetProxyFtpPort()
509 void SvtInetOptions::SetProxyHttpPort(sal_Int32 nValue, bool bFlush) in SetProxyHttpPort() argument
512 star::uno::makeAny(nValue), in SetProxyHttpPort()
/trunk/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx386 void CalendarWrapper::setValue( sal_Int16 nFieldIndex, sal_Int16 nValue ) in setValue() argument
391 xC->setValue( nFieldIndex, nValue ); in setValue()
/trunk/main/unotools/inc/unotools/
H A Dtextsearch.hxx108 void SetLEVOther( int nValue ) { nLEV_OtherX = nValue; } in SetLEVOther() argument
109 void SetLEVShorter( int nValue ) { nLEV_ShorterY = nValue; } in SetLEVShorter() argument
110 void SetLEVLonger( int nValue ) { nLEV_LongerZ = nValue; } in SetLEVLonger() argument
113 void SetTransliterationFlags( long nValue ) { nTransliterationFlags = nValue; } in SetTransliterationFlags() argument
H A Dinetoptions.hxx91 void SetProxyFtpPort(sal_Int32 nValue, bool bFlush = false);
95 void SetProxyHttpPort(sal_Int32 nValue, bool bFlush = false);
H A Dcalendarwrapper.hxx80 void setValue( sal_Int16 nFieldIndex, sal_Int16 nValue );
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dpropertyvalueset.hxx225 void appendByte( const sal_Char* pAsciiPropName, sal_Int8 nValue ) in appendByte() argument
231 appendByte( rProp.Name, nValue ); in appendByte()
241 appendShort( rProp.Name, nValue ); in appendShort()
244 void appendInt( const ::rtl::OUString& rPropName, sal_Int32 nValue );
245 void appendInt( const sal_Char* pAsciiPropName, sal_Int32 nValue ) in appendInt() argument
251 appendInt( rProp.Name, nValue ); in appendInt()
261 appendLong( rProp.Name, nValue ); in appendLong()
264 void appendFloat( const ::rtl::OUString& rPropName, float nValue );
265 void appendFloat( const sal_Char* pAsciiPropName, float nValue ) in appendFloat() argument
271 appendFloat( rProp.Name, nValue ); in appendFloat()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dpropertyvalueset.cxx697 sal_Int8 nValue ) in appendByte() argument
699 SETVALUE_IMPL( rPropName, BYTE_VALUE_SET, nByte, nValue ); in appendByte()
704 sal_Int16 nValue ) in appendShort() argument
706 SETVALUE_IMPL( rPropName, SHORT_VALUE_SET, nShort, nValue ); in appendShort()
711 sal_Int32 nValue ) in appendInt() argument
713 SETVALUE_IMPL( rPropName, INT_VALUE_SET, nInt, nValue ); in appendInt()
718 sal_Int64 nValue ) in appendLong() argument
720 SETVALUE_IMPL( rPropName, LONG_VALUE_SET, nLong, nValue ); in appendLong()
725 float nValue ) in appendFloat() argument
727 SETVALUE_IMPL( rPropName, FLOAT_VALUE_SET, nFloat, nValue ); in appendFloat()
[all …]
/trunk/main/ucb/workben/ucb/
H A Ducbdemo.cxx297 sal_Int32 nValue; in toString() local
298 if (rStatus >>= nValue) in toString()
301 sResult += rtl::OUString::valueOf(nValue); in toString()
/trunk/main/ucb/source/ucp/webdav/
H A DUCBDeadPropertyValue.cxx465 sal_Int32 nValue = 0; in toXML() local
466 rInData >>= nValue; in toXML()
473 sal_Int32 nValue = 0; in toXML() local
474 rInData >>= nValue; in toXML()
497 sal_Int8 nValue = 0; in toXML() local
498 rInData >>= nValue; in toXML()
506 rInData >>= nValue; in toXML()
513 float nValue = 0; in toXML() local
514 rInData >>= nValue; in toXML()
521 double nValue = 0; in toXML() local
[all …]
/trunk/main/tools/source/rc/
H A Dresary.cxx65 sal_uInt32 ResStringArray::FindIndex( long nValue ) const in FindIndex()
70 if ( m_aStrings[i].m_nValue == nValue ) in FindIndex()
H A Dresmgr.cxx673 sal_uInt64 nValue = ((sal_uInt64(nRT) << 32) | nId); in IsGlobalAvailable() local
676 nValue, in IsGlobalAvailable()
678 return (pFind != (pContent + nEntries)) && (pFind->nTypeAndId == nValue); in IsGlobalAvailable()
691 sal_uInt64 nValue = ((sal_uInt64(nRT) << 32) | nId); in LoadGlobalRes() local
695 nValue, in LoadGlobalRes()
697 if( pFind && (pFind != pEnd) && (pFind->nTypeAndId == nValue) ) in LoadGlobalRes()
/trunk/main/tools/source/inet/
H A Dinetmime.cxx2170 void INetMIME::writeUnsigned(INetMIMEOutputSink & rSink, sal_uInt32 nValue, in writeUnsigned() argument
2176 for (; nValue > 0; nValue /= 10) in writeUnsigned()
2177 *p++ = sal_Char(getDigit(nValue % 10)); in writeUnsigned()
3221 sal_uInt32 nValue = 0; in decodeHeaderFieldBody() local
3246 nValue |= nWeight << nShift; in decodeHeaderFieldBody()
3252 sText += sal_Char(nValue >> nShift in decodeHeaderFieldBody()
/trunk/main/tools/source/generic/
H A Dbigint.cxx584 BigInt::BigInt( double nValue ) in BigInt() argument
588 if ( nValue < 0 ) in BigInt()
590 nValue *= -1; in BigInt()
598 if ( nValue < 1 ) in BigInt()
612 nValue -= nNum[i]; in BigInt()
613 nValue /= 65536.0; in BigInt()
617 nNum[i++] = (sal_uInt16) nValue; in BigInt()
628 BigInt::BigInt( sal_uInt32 nValue ) in BigInt() argument
631 if ( nValue & 0x80000000UL ) in BigInt()
636 nNum[1] = (sal_uInt16)(nValue >> 16); in BigInt()
[all …]
/trunk/main/tools/inc/tools/
H A Dresary.hxx64 ImplResStringItem( const XubString& rStr, long nValue = 0 ) : in ImplResStringItem()
66 m_nValue( nValue ) in ImplResStringItem()
82 sal_uInt32 FindIndex( long nValue ) const;
H A Dmultisel.hxx174 bool hasValue( sal_Int32 nValue, const std::set< sal_Int32 >* i_pPossibleValues = NULL ) const;
H A Dinetmime.hxx588 static void writeUnsigned(INetMIMEOutputSink & rSink, sal_uInt32 nValue,
H A Dbigint.hxx146 inline BigInt::BigInt( short nValue ) in BigInt() argument
150 nVal = nValue; in BigInt()
153 inline BigInt::BigInt( long nValue ) in BigInt() argument
157 nVal = nValue; in BigInt()
160 inline BigInt::BigInt( int nValue ) in BigInt() argument
164 nVal = nValue; in BigInt()
171 nVal = nValue; in BigInt()
210 nVal = nValue; in operator =()
219 nVal = nValue; in operator =()
228 nVal = nValue; in operator =()
[all …]
/trunk/main/toolkit/workben/layout/
H A Dzoom.cxx312 USHORT nValue = 100; in SvxZoomDialog() local
325 nValue = pOldUserItem->GetValue(); in SvxZoomDialog()
328 if ( nMin > nValue ) in SvxZoomDialog()
329 nMin = nValue; in SvxZoomDialog()
330 if ( nMax < nValue ) in SvxZoomDialog()
331 nMax = nValue; in SvxZoomDialog()
337 aUserEdit.SetValue( nValue ); in SvxZoomDialog()
/trunk/main/toolkit/test/accessibility/
H A DOptions.java60 static public void SetInteger (String sName, int nValue) in SetInteger() argument
62 Instance().setProperty (sName, Integer.toString(nValue)); in SetInteger()

Completed in 173 milliseconds

12345678910>>...27