Home
last modified time | relevance | path

Searched defs:nValue (Results 26 – 50 of 526) sorted by relevance

12345678910>>...22

/trunk/main/sc/source/core/tool/
H A Dcellform.cxx78 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetString() local
195 double nValue = ((ScValueCell*)pCell)->GetValue(); in GetInputString() local
207 double nValue = ((ScFormulaCell*)pCell)->GetValue(); in GetInputString() local
/trunk/main/svl/source/items/
H A Dintitem.cxx45 short nValue = 0; in Create() local
112 sal_Int16 nValue = m_nValue; in QueryValue() local
121 sal_Int16 nValue = sal_Int16(); in PutValue() local
216 SfxMetricItem::SfxMetricItem(sal_uInt16 which, sal_uInt32 nValue): in SfxMetricItem()
H A Dcintitem.cxx88 sal_Int8 nValue = m_nValue; in QueryValue() local
97 sal_Int8 nValue = sal_Int8(); in PutValue() local
223 sal_Int32 nValue = m_nValue; in QueryValue() local
232 sal_Int32 nValue = 0; in PutValue() local
355 sal_Int32 nValue = m_nValue; in QueryValue() local
364 sal_Int32 nValue = 0; in PutValue() local
488 sal_Int32 nValue = m_nValue; in QueryValue() local
498 sal_Int32 nValue = 0; in PutValue() local
/trunk/main/xmloff/source/style/
H A DXMLBitmapRepeatOffsetPropertyHandler.cxx63 sal_Int32 nValue; in importXML() local
88 sal_Int32 nValue = 0; in exportXML() local
H A DXMLRectangleMembersHandler.cxx60 sal_Int32 nValue; in importXML() local
95 sal_Int32 nValue; in exportXML() local
H A Dcdouthdl.cxx147 sal_Int16 nValue = sal_Int16(); in exportXML() local
198 sal_Int16 nValue = sal_Int16(); in exportXML() local
270 sal_Int16 nValue = sal_Int16(); in exportXML() local
313 sal_Int16 nValue = sal_Int16(); in exportXML() local
H A Dundlihdl.cxx182 sal_Int16 nValue = sal_Int16(); in exportXML() local
272 sal_Int16 nValue = sal_Int16(); in exportXML() local
364 sal_Int16 nValue = sal_Int16(); in exportXML() local
H A Dcsmaphdl.cxx72 sal_uInt16 nValue = sal_uInt16(); in exportXML() local
116 sal_uInt16 nValue = sal_uInt16(); in exportXML() local
/trunk/main/basegfx/inc/basegfx/range/
H A Dbasicbox.hxx49 BasicBox( sal_Int32 nValue ) : in BasicBox()
106 void grow(sal_Int32 nValue) in grow()
/trunk/main/sal/qa/rtl/oustring/
H A Drtl_ustr.cxx67 sal_Int32 nValue = rtl_ustr_compare( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
76 sal_Int32 nValue = rtl_ustr_compare( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
85 sal_Int32 nValue = rtl_ustr_compare( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
109 sal_Int32 nValue = rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
118 sal_Int32 nValue = rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
127 sal_Int32 nValue = rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
136 sal_Int32 nValue = rtl_ustr_compareIgnoreAsciiCase( aStr1.getStr(), aStr2.getStr()); in TEST_F() local
946 sal_Int32 nValue = rtl_ustr_ascii_compare( suStr1.getStr(), sStr2.getStr()); in TEST_F() local
955 sal_Int32 nValue = rtl_ustr_ascii_compare( suStr1.getStr(), sStr2.getStr()); in TEST_F() local
964 sal_Int32 nValue = rtl_ustr_ascii_compare( suStr1.getStr(), sStr2.getStr()); in TEST_F() local
[all …]
/trunk/main/cui/source/tabpages/
H A Dtextattr.cxx176 long nValue = ( ( const SdrTextLeftDistItem* )pItem )->GetValue(); in Reset() local
189 long nValue = ( ( const SdrTextRightDistItem* )pItem )->GetValue(); in Reset() local
202 long nValue = ( ( const SdrTextUpperDistItem* )pItem )->GetValue(); in Reset() local
215 long nValue = ( ( const SdrTextLowerDistItem* )pItem )->GetValue(); in Reset() local
385 sal_Int32 nValue; in FillItemSet() local
/trunk/main/unotools/inc/unotools/
H A Dtextsearch.hxx108 void SetLEVOther( int nValue ) { nLEV_OtherX = nValue; } in SetLEVOther()
109 void SetLEVShorter( int nValue ) { nLEV_ShorterY = nValue; } in SetLEVShorter()
110 void SetLEVLonger( int nValue ) { nLEV_LongerZ = nValue; } in SetLEVLonger()
113 void SetTransliterationFlags( long nValue ) { nTransliterationFlags = nValue; } in SetTransliterationFlags()
/trunk/main/svl/inc/svl/
H A Dintitem.hxx36 SfxByteItem(sal_uInt16 which = 0, sal_uInt8 nValue = 0): in SfxByteItem()
116 SfxUInt16Item(sal_uInt16 which = 0, sal_uInt16 nValue = 0): in SfxUInt16Item()
135 SfxInt32Item(sal_uInt16 which = 0, sal_Int32 nValue = 0): in SfxInt32Item()
155 SfxUInt32Item(sal_uInt16 which = 0, sal_uInt32 nValue = 0): in SfxUInt32Item()
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.hxx71 …void SetColsPerCol(const sal_Int32 nIndex, sal_Int32 nValue = 1) { nColsPerCol[nIndex] = nV… in SetColsPerCol()
73 …void SetRealCols(const sal_Int32 nIndex, const sal_Int32 nValue) { nRealCols[nIndex] = nVa… in SetRealCols()
75 …void SetRowsPerRow(const sal_Int32 nIndex, const sal_Int32 nValue = 1) { nRowsPerRow[nIndex… in SetRowsPerRow()
77 …void SetRealRows(const sal_Int32 nIndex, const sal_Int32 nValue) { nRealRows[nIndex] = nVal… in SetRealRows()
83 void SetSubTableSpanned(const sal_Int32 nValue) { nSubTableSpanned = nValue; } in SetSubTableSpanned()
H A DXMLCellRangeSourceContext.cxx87 sal_Int32 nValue; in ScXMLCellRangeSourceContext() local
96 sal_Int32 nValue; in ScXMLCellRangeSourceContext() local
/trunk/main/vcl/source/control/
H A Dfield.cxx65 sal_Int64 nValue = 1; in ImplPower10() local
210 double nValue = aStr.ToDouble(); in ImplNumericGetValue() local
738 sal_Int64 nValue = GetValue(); in FieldUp() local
750 sal_Int64 nValue = GetValue(); in FieldDown() local
1039 double nValue; in ReformatAll() local
1062 void NumericBox::RemoveValue( sal_Int64 nValue ) in RemoveValue()
1071 double nValue = 0; in GetValue() local
2010 double nValue; in ReformatAll() local
2055 double nValue = 0; in GetValue() local
2116 double nValue; in ImplCurrencyReformat() local
[all …]
H A Dlongcurr.cxx53 BigInt nValue = 1; in ImplPower10() local
247 BigInt nValue( aStr ); in ImplNumericGetValue() local
287 BigInt nValue; in ImplLongCurrencyReformat() local
692 BigInt nValue = GetValue(); in Up() local
705 BigInt nValue = GetValue(); in Down() local
821 void LongCurrencyBox::InsertValue( BigInt nValue, sal_uInt16 nPos ) in InsertValue()
829 void LongCurrencyBox::RemoveValue( BigInt nValue ) in RemoveValue()
839 BigInt nValue = 0; in GetValue() local
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx41 sal_uInt16 getMaxBitsUnsigned( sal_uInt32 nValue ) in getMaxBitsUnsigned()
56 sal_uInt16 getMaxBitsSigned( sal_Int32 nValue ) in getMaxBitsSigned()
74 void BitStream::writeUB( sal_uInt32 nValue, sal_uInt16 nBits ) in writeUB()
98 void BitStream::writeSB( sal_Int32 nValue, sal_uInt16 nBits ) in writeSB()
105 void BitStream::writeFB( sal_uInt32 nValue, sal_uInt16 nBits ) in writeFB()
193 void Tag::addUI32( sal_uInt32 nValue ) in addUI32()
207 void Tag::addUI16( sal_uInt16 nValue ) in addUI16()
215 void Tag::addUI8( sal_uInt8 nValue ) in addUI8()
/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx129 double nValue = 0.0; in toSQLString() local
163 double nValue = 0.0; in toSQLString() local
190 double nValue = 0.0; in toSQLString() local
337 double nValue = rValue; in setValue() local
/trunk/main/vbahelper/source/msforms/
H A Dvbacheckbox.cxx56 sal_Int16 nValue = -1; in getValue() local
69 sal_Int16 nValue = 0; in setValue() local
H A Dvbaradiobutton.cxx55 sal_Int16 nValue = -1; in getValue() local
69 sal_Int16 nValue = 0; in setValue() local
/trunk/main/comphelper/inc/comphelper/
H A Dextract.hxx88 sal_Int32 nValue = 0; in any2enum() local
142 sal_Int32 nValue = 0; in any2bool() local
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx104 sal_Int16 nValue = NORMAL; in setSuperscript() local
144 short nValue = 0; in getSuperscript() local
176 sal_Int16 nValue = NORMAL; in setSubscript() local
219 short nValue = NORMAL; in getSubscript() local
363 sal_Int32 nValue = excel::XlUnderlineStyle::xlUnderlineStyleNone; in setUnderline() local
400 sal_Int32 nValue = awt::FontUnderline::NONE; in getUnderline() local
/trunk/main/wizards/com/sun/star/wizards/common/
H A DPropertySetHelper.java128 int nValue = _nDefault; in getPropertyValueAsInteger() local
168 short nValue = _nDefault; in getPropertyValueAsShort() local
208 double nValue = _nDefault; in getPropertyValueAsDouble() local
/trunk/main/sfx2/source/sidebar/
H A DLayouter.cxx103 const sal_Int32 nValue) in MapX()
113 const sal_Int32 nValue) in MapWidth()

Completed in 151 milliseconds

12345678910>>...22