Home
last modified time | relevance | path

Searched refs:nValue (Results 376 – 400 of 666) sorted by relevance

1...<<11121314151617181920>>...27

/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()
/trunk/main/sd/source/core/
H A Dsdattr.cxx132 DiaTimeItem::DiaTimeItem( sal_uInt32 nValue ) : in DiaTimeItem() argument
133 SfxUInt32Item( ATTR_DIA_TIME, nValue ) in DiaTimeItem()
/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.hxx39 sal_uInt16 nValue; // Der Daten-Wert. member
47 sal_uInt16 nValue; member
/trunk/main/sal/inc/osl/
H A Dsocket.hxx357 inline sal_Bool Socket::setOption( oslSocketOption option, sal_Int32 nValue ) in setOption() argument
359 return setOption( option, &nValue, sizeof( nValue ) ); in setOption()
/trunk/main/sw/inc/
H A Dtabcol.hxx82 void Insert( long nValue, sal_Bool bValue, sal_uInt16 nPos );
83 void Insert( long nValue, long nMin, long nMax, sal_Bool bValue, sal_uInt16 nPos );
/trunk/main/framework/inc/
H A Dstdtypes.h72 size_t operator()( const ::sal_Int32& nValue ) const in operator ()()
74 return (size_t)nValue; in operator ()()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1022 sal_Int32 nValue = aDlgColWidth.GetValue(); in SetColWidth() local
1024 if (-1 == nValue) in SetColWidth()
1033 aNewWidth <<= nValue; in SetColWidth()
1052 sal_Int32 nValue = aDlgRowHeight.GetValue(); in SetRowHeight() local
1054 if ((sal_Int16)-1 == nValue) in SetRowHeight()
1068 aNewHeight <<= nValue; in SetRowHeight()
/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/sw/source/filter/html/
H A Dhtmltab.cxx235 double nValue; member in HTMLTableCell
749 nValue(0), in HTMLTableCell()
784 nValue = nVal; in Set()
821 rValue = nValue; in GetValue()
1406 double nValue = 0.0; in FixFrameFmt() local
1453 bHasValue = pCell->GetValue( nValue ); in FixFrameFmt()
1580 aItemSet.Put( SwTblBoxValue(nValue) ); in FixFrameFmt()
3169 double nValue; member in _CellSaveStruct
3217 nValue( 0.0 ), in _CellSaveStruct()
3317 nValue = rParser.GetTableDataOptionsValNum( in _CellSaveStruct()
[all …]
/trunk/main/framework/source/uielement/
H A Dstatusindicatorinterfacewrapper.cxx113 sal_Int32 nValue ) in setValue() argument
121 pProgressBar->setValue( nValue ); in setValue()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_FunctionDescription.java81 Object nValue = oObj.getPropertyValue("Arguments") ; in _Arguments() local
83 if (sValue.equals(nValue)) { in _Arguments()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.hxx86 void SetLftBorder( sal_Int32 nValue );
87 void SetRgtBorder( sal_Int32 nValue );
88 void SetUppBorder( sal_Int32 nValue );
89 void SetLwrBorder( sal_Int32 nValue );
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1511 double nValue; in GetFilterEntries() local
1516 nValue = ((ScValueCell*)pCell)->GetValue(); in GetFilterEntries()
1520 nValue = ((ScFormulaCell*)pCell)->GetValue(); in GetFilterEntries()
1524 nValue = 0.0; in GetFilterEntries()
1534 nValue = ::rtl::math::approxFloor(nValue); in GetFilterEntries()
1539 pData = new TypedStrData( aString, nValue, SC_STRTYPE_VALUE ); in GetFilterEntries()
H A Dtable4.cxx144 String lcl_ValueString( sal_Int32 nValue, sal_uInt16 nMinDigits ) in lcl_ValueString() argument
147 return String::CreateFromInt32( nValue ); // simple case... in lcl_ValueString()
150 String aStr = String::CreateFromInt32( Abs( nValue ) ); in lcl_ValueString()
158 if ( nValue < 0 ) in lcl_ValueString()
164 static ScBaseCell * lcl_getSuffixCell( ScDocument* pDocument, sal_Int32 nValue, in lcl_getSuffixCell() argument
168 String aValue( lcl_ValueString( nValue, nDigits )); in lcl_getSuffixCell()
172 String aOrdinalSuffix( ScGlobal::GetOrdinalSuffix( nValue)); in lcl_getSuffixCell()
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx513 sal_Int32 nValue = 0; in QueryValue() local
531 nValue = getAutoloadDelay(); in QueryValue()
565 rVal <<= nValue; in QueryValue()
574 sal_Int32 nValue=0; in PutValue() local
597 bRet = (rVal >>= nValue); in PutValue()
599 setAutoloadDelay(nValue); in PutValue()
2274 double nValue = 0; in GetCustomProperties() local
2278 IsNumberFormat( pLine->m_aValueEdit.GetText(), nIndex, nValue ); in GetCustomProperties()
2280 aPropertiesSeq[i].Value <<= makeAny( nValue ); in GetCustomProperties()
/trunk/main/sw/source/core/inc/
H A DUndoNumbering.hxx106 void SetStartNode( sal_uLong nValue ) { nNewStt = nValue; } in SetStartNode() argument
/trunk/main/framework/source/helper/
H A Dstatusindicator.cxx133 void SAL_CALL StatusIndicator::setValue(sal_Int32 nValue) in setValue() argument
144 pFactory->setValue(this, nValue); in setValue()
/trunk/main/sc/inc/
H A Dsegmenttree.hxx152 void setValue(SCROW nRow1, SCROW nRow2, sal_uInt16 nValue);
159 SCROW findLastNotOf(sal_uInt16 nValue) const;
/trunk/main/sc/source/filter/xml/
H A DXMLCalculationSettingsContext.hxx62 void SetIterationCount(const sal_Int32 nValue) { nIterationCount = nValue; } in SetIterationCount() argument
/trunk/main/sw/source/ui/vba/
H A Dvbafind.cxx389 sal_Int32 nValue(0); in Execute() local
390 Replace >>= nValue; in Execute()
391 SetReplace( nValue ); in Execute()
/trunk/main/framework/test/threadtest/
H A Dthreadtest.cxx261 sal_uInt16 nValue; in getRandomValue() local
263 rtl_random_getBytes ( aPool, &nValue, 2 ); in getRandomValue()
265 return nValue; in getRandomValue()
/trunk/main/framework/test/
H A Dthreadtest.cxx264 sal_uInt16 nValue; in getRandomValue() local
266 rtl_random_getBytes ( aPool, &nValue, 2 ); in getRandomValue()
268 return nValue; in getRandomValue()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx61 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl() argument
63 return ( nValue << nBits ) | ( nValue >> (32-nBits) ); in rotl()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx62 sal_uInt32 rotl( sal_uInt32 nValue, sal_uInt32 nBits ) in rotl() argument
64 return ( nValue << nBits ) | ( nValue >> (32-nBits) ); in rotl()
/trunk/main/svl/source/items/
H A Dimageitm.cxx117 void SfxImageItem::SetRotation( long nValue ) in SetRotation() argument
119 pImp->nAngle = nValue; in SetRotation()

Completed in 155 milliseconds

1...<<11121314151617181920>>...27