Home
last modified time | relevance | path

Searched refs:nValue (Results 26 – 50 of 659) sorted by relevance

12345678910>>...27

/aoo41x/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.cxx78 return nValue; in getMaxBinaryLiteralLength()
84 return nValue; in getMaxRowSize()
90 return nValue; in getMaxCatalogNameLength()
96 return nValue; in getMaxCharLiteralLength()
102 return nValue; in getMaxColumnNameLength()
108 return nValue; in getMaxColumnsInIndex()
114 return nValue; in getMaxCursorNameLength()
120 return nValue; in getMaxConnections()
126 return nValue; in getMaxColumnsInTable()
132 return nValue; in getMaxStatementLength()
[all …]
/aoo41x/main/basegfx/inc/basegfx/range/
H A Dbasicrange.hxx51 mnMinimum(nValue), in BasicRange()
52 mnMaximum(nValue) in BasicRange()
96 return (nValue >= mnMinimum) && (nValue <= mnMaximum); in isInside()
170 void expand(T nValue) in expand() argument
178 if(nValue < mnMinimum) in expand()
180 mnMinimum = nValue; in expand()
183 if(nValue > mnMaximum) in expand()
185 mnMaximum = nValue; in expand()
235 void grow(T nValue) in grow() argument
243 mnMinimum -= nValue; in grow()
[all …]
/aoo41x/main/sal/qa/osl/process/
H A Dosl_Thread.cxx142 double nValue = 0.0; in getSeconds() local
147 return nValue; in getSeconds()
152 double nValue = 0.0; in getTenthSec() local
157 return nValue ; in getTenthSec()
672 sal_Int32 nValue = 0; in suspendCountThread() local
676 if (nValue >= 3) in suspendCountThread()
739 sal_Int32 nValue = 0; in suspend_002() local
745 if (nValue >= 2) in suspend_002()
853 nValue >= 1 in resume_002()
1918 nLaterValue == nValue in schedule_001()
[all …]
/aoo41x/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 …]
/aoo41x/main/sfx2/inc/sfx2/
H A Dcontrolwrapper.hxx311 virtual void SetControlValue( ValueT nValue );
343 virtual void SetControlValue( ValueT nValue );
388 virtual void SetControlValue( ValueT nValue );
529 ValueT nValue; in GetValueFromPos() local
535 nValue = pEntry->mnValue; in GetValueFromPos()
540 nValue = static_cast< ValueT >( nPos ); in GetValueFromPos()
543 return nValue; in GetValueFromPos()
557 else if( nValue >= 0 ) in GetPosFromValue()
558 nPos = static_cast< PosT >( nValue ); in GetPosFromValue()
640 sal_uInt16 nPos = this->GetPosFromValue( nValue ); in SetControlValue()
[all …]
/aoo41x/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 …]
/aoo41x/main/sc/source/ui/vba/
H A Dvbafont.cxx104 sal_Int16 nValue = NORMAL; in setSuperscript() local
109 nValue = SUPERSCRIPT; in setSuperscript()
144 short nValue = 0; in getSuperscript() local
176 sal_Int16 nValue = NORMAL; in setSubscript() local
181 nValue= SUBSCRIPT; in setSubscript()
219 short nValue = NORMAL; in getSubscript() local
364 aValue >>= nValue; in setUnderline()
365 switch ( nValue ) in setUnderline()
375 nValue = awt::FontUnderline::NONE; in setUnderline()
402 switch ( nValue ) in getUnderline()
[all …]
/aoo41x/main/sal/qa/rtl/oustring/
H A Drtl_OUString2.cxx112 float nValue = 3.0f; in valueOf_float_test_001() local
113 valueOf_float_test(nValue); in valueOf_float_test_001()
118 float nValue = 3.5f; in valueOf_float_test_002() local
124 float nValue = 3.0625f; in valueOf_float_test_003() local
130 float nValue = 3.502525f; in valueOf_float_test_004() local
136 float nValue = 3.141592f; in valueOf_float_test_005() local
142 float nValue = 3.5025255f; in valueOf_float_test_006() local
148 float nValue = 3.0039062f; in valueOf_float_test_007() local
181 double nValue = 3.0; in valueOf_double_test_001() local
186 double nValue = 3.5; in valueOf_double_test_002() local
[all …]
/aoo41x/main/xmloff/source/draw/
H A Dpropimp0.cxx108 sal_Int32 nValue = 0; in importXML() local
124 if( nValue < 0 ) in importXML()
125 nValue = 0; in importXML()
126 if( nValue > 100 ) in importXML()
127 nValue = 100; in importXML()
130 nValue = 100 - nValue; in importXML()
140 nValue = 100 - nValue; in importXML()
144 rValue <<= sal_uInt16(nValue); in importXML()
184 sal_Int32 nValue = 0; in importXML() local
192 rValue <<= sal_Int16( -nValue ); in importXML()
[all …]
/aoo41x/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 …]
/aoo41x/main/sc/source/core/data/
H A Dsegmenttree.cxx62 SCROW findLastNotOf(ValueType nValue) const;
120 ValueType nValue = 0; in getValue() local
123 maSegments.search(nPos, nValue); in getValue()
124 return nValue; in getValue()
130 maSegments.search_tree(nPos, nValue); in getValue()
131 return nValue; in getValue()
142 sal_uInt32 nValue = 0; in getSumValue() local
160 return nValue; in getSumValue()
166 ValueType nValue; in getRangeData() local
186 rData.mnValue = nValue; in getRangeData()
[all …]
/aoo41x/main/filter/source/flash/
H A Dswfwriter2.cxx45 while( nValue ) in getMaxBitsUnsigned()
48 nValue >>= 1; in getMaxBitsUnsigned()
58 if( nValue < 0 ) in getMaxBitsSigned()
59 nValue *= -1; in getMaxBitsSigned()
107 writeUB( nValue, nBits ); in writeFB()
186 void Tag::addI32( sal_Int32 nValue )
195 *this << nValue; in addUI32()
200 void Tag::addI16( sal_Int16 nValue )
209 *this << (sal_uInt8)nValue; in addUI16()
210 *this << (sal_uInt8)(nValue >> 8); in addUI16()
[all …]
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DOStatement.cxx682 sal_uInt32 nValue; in getResultSetConcurrency() local
689 return nValue; in getResultSetConcurrency()
698 switch(nValue) in getResultSetType()
712 return nValue; in getResultSetType()
718 sal_uInt32 nValue = 0; in getFetchDirection() local
722 switch(nValue) in getFetchDirection()
732 return nValue; in getFetchDirection()
738 sal_uInt32 nValue; in getFetchSize() local
741 return nValue; in getFetchSize()
902 sal_uInt32 nValue = SQL_UB_OFF; in isUsingBookmarks() local
[all …]
/aoo41x/main/xmloff/source/style/
H A DXMLRectangleMembersHandler.cxx60 sal_Int32 nValue; in importXML() local
67 aRect.X = nValue; in importXML()
70 aRect.Y = nValue; in importXML()
73 aRect.Width = nValue; in importXML()
76 aRect.Height = nValue; in importXML()
95 sal_Int32 nValue; in exportXML() local
100 nValue = aRect.X; in exportXML()
103 nValue = aRect.Y; in exportXML()
106 nValue = aRect.Width; in exportXML()
109 nValue = aRect.Height; in exportXML()
[all …]
H A Dcdouthdl.cxx147 sal_Int16 nValue = sal_Int16(); in exportXML() local
150 if( (rValue >>= nValue) && FontStrikeout::DOUBLE==nValue ) in exportXML()
153 aOut, (sal_uInt16)nValue, pXML_CrossedoutType_Enum ); in exportXML()
198 sal_Int16 nValue = sal_Int16(); in exportXML() local
201 if( rValue >>= nValue ) in exportXML()
204 aOut, (sal_uInt16)nValue, pXML_CrossedoutStyle_Enum ); in exportXML()
270 sal_Int16 nValue = sal_Int16(); in exportXML() local
273 if( (rValue >>= nValue) && (FontStrikeout::BOLD == nValue) ) in exportXML()
313 sal_Int16 nValue = sal_Int16(); in exportXML() local
315 if( (rValue >>= nValue) && in exportXML()
[all …]
/aoo41x/main/sal/qa/rtl/ostring/
H A Drtl_str.cxx51 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in compare_001() local
52 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_001()
60 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in compare_002() local
61 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_002()
69 sal_Int32 nValue = rtl_str_compare( aStr1.getStr(), aStr2.getStr()); in compare_003() local
70 CPPUNIT_ASSERT_MESSAGE("compare failed, strings differ.", nValue != 0); in compare_003()
107 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_001()
116 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_002()
134 CPPUNIT_ASSERT_MESSAGE("compare failed, strings differ.", nValue != 0); in compare_003()
173 CPPUNIT_ASSERT_MESSAGE("compare failed, strings are equal.", nValue == 0); in compare_001()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dfield.hxx173 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
218 Fraction ConvertToFraction( sal_Int64 nValue );
220 sal_Int64 Normalize( sal_Int64 nValue ) const;
221 sal_Int64 Denormalize( sal_Int64 nValue ) const;
243 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
272 virtual void SetValue( sal_Int64 nValue );
298 virtual XubString CreateFieldText( sal_Int64 nValue ) const;
758 void RemoveValue( sal_Int64 nValue );
789 sal_uInt16 GetValuePos( sal_Int64 nValue,
818 void RemoveValue( sal_Int64 nValue );
[all …]
/aoo41x/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx229 return (nShift > 0) ? (nValue >> nShift) : (nValue << (-nShift)); in doRightShift()
234 return (nShift > 0) ? (nValue << nShift) : (nValue >> (-nShift)); in doLeftShift()
311 nValue |= (nValue >> nBlueShift2 ); in X11_getTCBmpFromImage()
312 *pScanline++ = nValue; in X11_getTCBmpFromImage()
316 nValue |= (nValue >> nGreenShift2 ); in X11_getTCBmpFromImage()
321 nValue |= (nValue >> nRedShift2 ); in X11_getTCBmpFromImage()
455 nValue &= m_nBlueShift2Mask; in getTCPixel()
458 nValue = (unsigned long)g; in getTCPixel()
459 nValue &= m_nGreenShift2Mask; in getTCPixel()
462 nValue = (unsigned long)r; in getTCPixel()
[all …]
/aoo41x/main/svl/unx/inc/
H A Dconvert.hxx34 static void Swap( long & nValue ) in Swap() argument
35 { nValue = SWAPLONG( nValue ); } in Swap()
36 static void Swap( ULONG & nValue ) in Swap() argument
37 { nValue = SWAPLONG( nValue ); } in Swap()
38 static void Swap( short & nValue ) in Swap() argument
39 { nValue = SWAPSHORT( nValue ); } in Swap()
40 static void Swap( USHORT & nValue ) in Swap() argument
41 { nValue = SWAPSHORT( nValue ); } in Swap()
/aoo41x/main/forms/source/xforms/
H A Ddatatypes.cxx556 sal_Int32 nValue( 0 ); in checkPropertySanity() local
558 if ( nValue <= 0 ) in checkPropertySanity()
598 sal_Int32 nValue = 0; in _explainInvalid() local
607 if( m_aLength >>= nValue ) in _explainInvalid()
608 sInfo.append( nValue ); in _explainInvalid()
720 sal_Int32 nValue = 0; in _validate() local
721 if( ( m_aTotalDigits >>= nValue ) && nTotalDigits > nValue ) in _validate()
734 sal_Int32 nValue = 0; in _explainInvalid() local
969 sal_Int16 nValue( 0 ); in typedValueAsHumanReadableString() local
977 sal_Int16 nValue( 0 ); in normalizeValue() local
[all …]
/aoo41x/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx467 sal_Int16 nValue = 0; in _setPropertyValues() local
468 if( (*pValues >>= nValue) && (nValue >= 1) && (nValue <= 9) ) in _setPropertyValues()
592 sal_Int32 nValue = 0; in _setPropertyValues() local
593 if( *pValues >>= nValue ) in _setPropertyValues()
606 sal_Int16 nValue = 0; in _setPropertyValues() local
620 sal_Int32 nValue = 0; in _setPropertyValues() local
632 sal_Int32 nValue = 0; in _setPropertyValues() local
645 sal_Int32 nValue = 0; in _setPropertyValues() local
646 if( (*pValues >>= nValue) && (nValue >= 0) ) in _setPropertyValues()
656 sal_Int32 nValue = 0; in _setPropertyValues() local
[all …]
/aoo41x/main/sc/source/filter/xml/
H A Dxmlstyle.cxx1284 rValue <<= nValue; in importXML()
1345 rValue <<= nValue; in importXML()
1403 rValue <<= nValue; in importXML()
1409 rValue <<= nValue; in importXML()
1468 sal_Int32 nValue; in importXML() local
1471 nValue *= 100; in importXML()
1472 rValue <<= nValue; in importXML()
1524 rValue <<= nValue; in importXML()
1530 rValue <<= nValue; in importXML()
1536 rValue <<= nValue; in importXML()
[all …]
/aoo41x/main/xmloff/source/core/
H A DProgressBarHelper.cxx48 , nValue(0) in ProgressBarHelper()
69 double fValue(nValue * fPercent); in ChangeReference()
73 (void) abs(nValue); in ChangeReference()
75 nValue = static_cast< sal_Int32 >(fValue); in ChangeReference()
81 nValue = 0; in ChangeReference()
84 return nValue; in ChangeReference()
91 if ((nTempValue >= nValue) && (!bStrict || (bStrict && (nTempValue <= nReference)))) in SetValue()
97 nValue = nReference; in SetValue()
103 nValue = 0; in SetValue()
107 nValue = nTempValue; in SetValue()
[all …]
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlControlProperty.cxx218 sal_Int32 nValue(0); in convertString() local
228 aReturn <<= (sal_Int16)nValue; in convertString()
230 aReturn <<= (sal_Int32)nValue; in convertString()
240 double nValue = 0.0; in convertString() local
249 aReturn <<= (double)nValue; in convertString()
271 double nValue = 0; in convertString() local
286 OSL_ENSURE(((sal_uInt32)nValue) - nValue == 0, in convertString()
288 aReturn <<= implGetDate(nValue); in convertString()
293 OSL_ENSURE(((sal_uInt32)nValue) == 0, in convertString()
295 aReturn <<= implGetTime(nValue); in convertString()
[all …]
/aoo41x/main/sw/source/filter/xml/
H A Dxmlimpit.cxx822 sal_uInt16 nValue; in PutXMLValue() local
835 sal_uInt16 nValue; in PutXMLValue() local
864 sal_Int32 nValue; in PutXMLValue() local
868 if( nValue < 1 ) in PutXMLValue()
869 nValue = 1; in PutXMLValue()
870 else if( nValue > 100 ) in PutXMLValue()
871 nValue = 100; in PutXMLValue()
904 if( nValue < MINLAY ) in PutXMLValue()
905 nValue = MINLAY; in PutXMLValue()
907 nValue = USHRT_MAX; in PutXMLValue()
[all …]

Completed in 170 milliseconds

12345678910>>...27