Home
last modified time | relevance | path

Searched refs:nVal (Results 26 – 50 of 453) sorted by relevance

12345678910>>...19

/trunk/main/starmath/source/
H A Dunomodel.cxx570 if(nVal < 1) in _setPropertyValues()
573 nVal *= 20; in _setPropertyValues()
574 nVal = static_cast < sal_Int16 > ( TWIP_TO_MM100(nVal) ); in _setPropertyValues()
591 *pValues >>= nVal; in _setPropertyValues()
592 if(nVal < 1) in _setPropertyValues()
608 if (nVal < 0 || nVal > 2) in _setPropertyValues()
619 if(nVal < 0 || nVal > 2) in _setPropertyValues()
652 if(nVal < 0) in _setPropertyValues()
826 nVal = static_cast < sal_Int16 > (MM100_TO_TWIP(nVal)); in _getPropertyValues()
827 nVal = (nVal + 10) / 20; in _getPropertyValues()
[all …]
/trunk/main/sw/source/filter/inc/
H A Drtf.hxx36 sal_uInt16 nVal; member
40 RTFVertOrient( sal_uInt16 nValue ) { Value.nVal = nValue; } in RTFVertOrient()
49 sal_uInt16 GetValue() const { return Value.nVal; } in GetValue()
61 sal_uInt16 nVal; member
75 sal_uInt16 GetValue() const { return Value.nVal; } in GetValue()
86 sal_uInt8 nVal; member
89 RTFProtect( sal_uInt8 nValue ) { Value.nVal = nValue; } in RTFProtect()
100 sal_uInt16 GetValue() const { return Value.nVal; } in GetValue()
111 sal_uInt8 nVal; member
114 RTFSurround( sal_uInt8 nValue ) { Value.nVal = nValue; } in RTFSurround()
[all …]
/trunk/main/xmloff/source/text/
H A DXMLTextColumnsContext.cxx136 sal_Int32 nVal; in XMLTextColumnContext_Impl() local
147 aColumn.Width = nVal; in XMLTextColumnContext_Impl()
153 convertMeasure( nVal, rValue ) ) in XMLTextColumnContext_Impl()
154 aColumn.LeftMargin = nVal; in XMLTextColumnContext_Impl()
160 aColumn.RightMargin = nVal; in XMLTextColumnContext_Impl()
224 sal_Int32 nVal; in XMLTextColumnSepContext_Impl() local
229 convertMeasure( nVal, rValue ) ) in XMLTextColumnSepContext_Impl()
230 nWidth = nVal; in XMLTextColumnSepContext_Impl()
235 nVal >=1 && nVal <= 100 ) in XMLTextColumnSepContext_Impl()
236 nHeight = (sal_Int8)nVal; in XMLTextColumnSepContext_Impl()
[all …]
/trunk/main/editeng/source/misc/
H A Dsplwrap.cxx122 sal_uInt16 nTmpSpell = nVal & 0x00FF; in ShowLanguageErrors()
218 rLCS[ nLang ] = nVal; in CheckSpellLang()
225 nVal &= 0xFF00; in CheckSpellLang()
226 nVal |= nTmpVal; in CheckSpellLang()
228 rLCS[ nLang ] = nVal; in CheckSpellLang()
231 return (sal_Int16) nVal; in CheckSpellLang()
243 rLCS[ nLang ] = nVal; in CheckHyphLang()
250 nVal &= 0x00FF; in CheckHyphLang()
251 nVal |= nTmpVal << 8; in CheckHyphLang()
253 rLCS[ nLang ] = nVal; in CheckHyphLang()
[all …]
/trunk/main/xmloff/source/draw/
H A Dpropimp0.cxx74 sal_Int32 nVal = 0; in exportXML() local
76 if(rValue >>= nVal) in exportXML()
156 sal_uInt16 nVal = sal_uInt16(); in exportXML() local
158 if( rValue >>= nVal ) in exportXML()
162 nVal = 100 - nVal; in exportXML()
163 SvXMLUnitConverter::convertPercent( aOut, nVal ); in exportXML()
214 sal_Int16 nVal = sal_Int16(); in exportXML() local
216 if( rValue >>= nVal ) in exportXML()
220 if( nVal < 0 ) in exportXML()
223 rUnitConverter.convertNumber( aOut, (sal_Int32)-nVal ); in exportXML()
[all …]
/trunk/main/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.cxx900nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
934nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1027 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1028 aMargin.SetUpper( (const sal_uInt16)nVal ); in IMPL_LINK()
1032 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1047 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1056 nVal = OutputDevice::LogicToLogic( (long)nVal, MAP_100TH_MM, (MapUnit)m_eLRSpaceUnit ); in IMPL_LINK()
1293 nVal = (long)mpLeftIndent->Normalize( (long)nVal ); in StateChangedIndentImpl()
1409 nVal = mpTopDist->Normalize( nVal ); in StateChangedULImpl()
1410 mpTopDist->SetValue( nVal, FUNIT_100TH_MM ); in StateChangedULImpl()
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx473 void push( ValType nVal) { mnValStack[ mnStackIdx++] = nVal;} in push() argument
634 switch( nVal) { in setCharStringType()
649 ValType nVal = 0; in readDictOp() local
675 nVal = popVal(); in readDictOp()
703 nVal = getVal(i); in readDictOp()
713 nVal = 0; in readDictOp()
746 nVal = popVal(); in readDictOp()
769 push( nVal ); in readDictOp()
774 nVal = fReal; in readDictOp()
775 push( nVal); in readDictOp()
[all …]
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx768 sal_uInt16 nVal = 0; in Load() local
769 rStream >> nVal; in Load()
773 (AUTOFORMAT_DATA_ID_504 <= nVal && nVal <= AUTOFORMAT_DATA_ID)) ) in Load()
822 rStream >> nVal; in LoadOld()
857 rStream << nVal; in Save()
977 rStream >> nVal; in Load()
985 (AUTOFORMAT_ID_504 <= nVal && nVal <= AUTOFORMAT_ID) ) in Load()
1002 if( nVal == AUTOFORMAT_ID_358 || nVal == AUTOFORMAT_ID_X || in Load()
1003 (AUTOFORMAT_ID_504 <= nVal && nVal <= AUTOFORMAT_ID) ) in Load()
1029 else if( AUTOFORMAT_OLD_ID == nVal || AUTOFORMAT_OLD_ID1 == nVal ) in Load()
[all …]
/trunk/main/sc/source/core/tool/
H A Dconsoli.cxx394 if (nVal > rSum) in lcl_UpdateArray()
395 rSum = nVal; in lcl_UpdateArray()
398 if (nVal < rSum) in lcl_UpdateArray()
399 rSum = nVal; in lcl_UpdateArray()
407 bOk = bOk && SubTotal::SafeMult(nVal, nVal); in lcl_UpdateArray()
433 rSum = nVal; in lcl_InitArray()
440 rSum = nVal; in lcl_InitArray()
441 sal_Bool bOk = SubTotal::SafeMult(nVal, nVal); in lcl_InitArray()
443 rSumSqr = nVal; in lcl_InitArray()
640 double nVal; in AddData() local
[all …]
/trunk/main/svx/inc/svx/
H A Dsxmlhitm.hxx48 SdrMeasureLineDistItem(long nVal=0): SdrMetricItem(SDRATTR_MEASURELINEDIST,nVal) {} in SdrMeasureLineDistItem() argument
55 …SdrMeasureHelplineOverhangItem(long nVal=0): SdrMetricItem(SDRATTR_MEASUREHELPLINEOVERHANG,nVal) … in SdrMeasureHelplineOverhangItem() argument
63 SdrMeasureHelplineDistItem(long nVal=0): SdrMetricItem(SDRATTR_MEASUREHELPLINEDIST,nVal) {} in SdrMeasureHelplineDistItem() argument
72 SdrMeasureHelpline1LenItem(long nVal=0): SdrMetricItem(SDRATTR_MEASUREHELPLINE1LEN,nVal) {} in SdrMeasureHelpline1LenItem() argument
77 SdrMeasureHelpline2LenItem(long nVal=0): SdrMetricItem(SDRATTR_MEASUREHELPLINE2LEN,nVal) {} in SdrMeasureHelpline2LenItem() argument
H A Dgrfcrop.hxx57 void SetLeft( sal_Int32 nVal ) { nLeft = nVal; } in SetLeft() argument
58 void SetRight( sal_Int32 nVal ) { nRight = nVal; } in SetRight() argument
59 void SetTop( sal_Int32 nVal ) { nTop = nVal; } in SetTop() argument
60 void SetBottom( sal_Int32 nVal ) { nBottom = nVal; } in SetBottom() argument
H A Dsxelditm.hxx32 SdrEdgeLineDeltaAnzItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_EDGELINEDELTAANZ,nVal) {} in SdrEdgeLineDeltaAnzItem() argument
38 SdrEdgeLine1DeltaItem(long nVal=0): SdrMetricItem(SDRATTR_EDGELINE1DELTA,nVal) {} in SdrEdgeLine1DeltaItem() argument
46 SdrEdgeLine2DeltaItem(long nVal=0): SdrMetricItem(SDRATTR_EDGELINE2DELTA,nVal) {} in SdrEdgeLine2DeltaItem() argument
54 SdrEdgeLine3DeltaItem(long nVal=0): SdrMetricItem(SDRATTR_EDGELINE3DELTA,nVal) {} in SdrEdgeLine3DeltaItem() argument
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx508 sal_Int32 nVal; in SetAttributes() local
628 if ( 0 != nVal ) in SetAttributes()
635 if ( 0 != nVal ) in SetAttributes()
642 if ( 0 != nVal ) in SetAttributes()
649 if ( 0 != nVal ) in SetAttributes()
659 if ( 0 != nVal ) in SetAttributes()
724 if ( nVal > 1 ) in SetAttributes()
804 if ( nVal > 0 ) nVal = 33; in SetAttributes()
805 else if ( nVal < 0 ) nVal = -33; in SetAttributes()
807 if ( 0 != nVal ) in SetAttributes()
[all …]
/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingControl.cxx315 long nVal = 0; in IMPL_LINK() local
318 nVal = LogicToLogic(30, MAP_POINT, (MapUnit)eUnit); in IMPL_LINK()
319 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
327 nVal = LogicToLogic(15, MAP_POINT, (MapUnit)eUnit); in IMPL_LINK()
328 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
343 nVal = LogicToLogic(30, MAP_POINT, (MapUnit)eUnit); in IMPL_LINK()
344 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
353 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
365 nKern = (short)maEditKerning.Denormalize(nVal); in IMPL_LINK()
441 nKern = (short)maEditKerning.Denormalize( nVal ); in IMPL_LINK()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAColumn.cxx145 sal_Int32 nVal=0; in setFastPropertyValue_NoBroadcast() local
146 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
155 sal_Int32 nVal=0; in setFastPropertyValue_NoBroadcast() local
156 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
157 m_aColumn.put_Precision(nVal); in setFastPropertyValue_NoBroadcast()
162 sal_Int32 nVal=0; in setFastPropertyValue_NoBroadcast() local
163 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
165 m_aColumn.put_NumericScale((sal_Int8)nVal); in setFastPropertyValue_NoBroadcast()
170 sal_Int32 nVal=0; in setFastPropertyValue_NoBroadcast() local
171 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
[all …]
H A DAKey.cxx116 sal_Int32 nVal=0; in setFastPropertyValue_NoBroadcast() local
117 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
118 m_aKey.put_Type(Map2KeyRule(nVal)); in setFastPropertyValue_NoBroadcast()
132 sal_Int32 nVal=0; in setFastPropertyValue_NoBroadcast() local
133 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
134 m_aKey.put_UpdateRule(Map2Rule(nVal)); in setFastPropertyValue_NoBroadcast()
140 sal_Int32 nVal=0; in setFastPropertyValue_NoBroadcast() local
141 rValue >>= nVal; in setFastPropertyValue_NoBroadcast()
142 m_aKey.put_DeleteRule(Map2Rule(nVal)); in setFastPropertyValue_NoBroadcast()
/trunk/main/vbahelper/source/msforms/
H A Dvbascrollbar.cxx63 ScVbaScrollBar::setMax( sal_Int32 nVal ) throw (uno::RuntimeException) in setMax() argument
65 m_xProps->setPropertyValue( SCROLLMAX, uno::makeAny( nVal ) ); in setMax()
71 sal_Int32 nVal = 0; in getMin() local
72 m_xProps->getPropertyValue( SCROLLMIN ) >>= nVal; in getMin()
73 return nVal; in getMin()
77 ScVbaScrollBar::setMin( sal_Int32 nVal ) throw (uno::RuntimeException) in setMin() argument
79 m_xProps->setPropertyValue( SCROLLMIN, uno::makeAny( nVal ) ); in setMin()
91 sal_Int32 nVal = 0; in getLargeChange() local
92 m_xProps->getPropertyValue( LARGECHANGE ) >>= nVal; in getLargeChange()
93 return nVal; in getLargeChange()
/trunk/main/cui/source/options/
H A Doptlingu.cxx245 sal_uLong nVal; member in DicUserData
276 nVal &= ~(1UL << 8); in SetChecked()
408 sal_uLong nVal; member in OptionsUserData
447 nVal &= ~(1UL << 8); in SetChecked()
458 nVal &= 0xffffff00; in SetNumericValue()
459 nVal |= (nNumVal); in SetNumericValue()
466 nVal |= (sal_uLong)1 << 11; in SetModified()
1407 aAny <<= nVal; in FillItemSet()
1558 sal_Int16 nVal = 0; in Reset() local
1877 long nVal = -1; in IMPL_LINK() local
[all …]
/trunk/main/sw/source/core/graphic/
H A Dgrfatr.cxx309 sal_Int16 nVal = 0; in PutValue() local
310 if(!(rVal >>= nVal) || nVal < -100 || nVal > 100) in PutValue()
312 if(nVal < 0) in PutValue()
317 nVal = ( ( nVal * 128 ) - (99/2) ) / 100; in PutValue()
318 nVal += 128; in PutValue()
320 DBG_ASSERT( 0 <= nVal && nVal <= 100, "value out of range" ); in PutValue()
321 SetValue(static_cast<sal_uInt8>(nVal)); in PutValue()
/trunk/main/svl/source/items/
H A Dflagitem.cxx52 nVal(nV) in SfxFlagItem()
63 rStream >> nVal; in SfxFlagItem()
70 nVal( rItem.nVal ) in SfxFlagItem()
80 rStream << nVal; in Store()
135 return (((SfxFlagItem&)rItem).nVal == nVal); in operator ==()
143 nVal |= nSfxFlagVal[nFlag]; in SetFlag()
145 nVal &= ~nSfxFlagVal[nFlag]; in SetFlag()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1026 bOk = (nCellVal < rEntry.nVal) || ::rtl::math::approxEqual( nCellVal, rEntry.nVal ); in ValidQuery()
1323 SCSIZE nVal = (rEntry.nVal >= 1 ? static_cast<SCSIZE>(rEntry.nVal) : 1); in TopTenQuery() local
1331 nVal = nValidCount; in TopTenQuery()
1339 nVal = nValidCount; in TopTenQuery()
1346 if ( nVal > 100 ) in TopTenQuery()
1347 nVal = 100; in TopTenQuery()
1356 if ( nVal > 100 ) in TopTenQuery()
1357 nVal = 100; in TopTenQuery()
1380 rEntry.nVal = 0; in TopTenQuery()
1387 rEntry.nVal = 0; in TopTenQuery()
[all …]
/trunk/main/connectivity/source/drivers/macab/
H A DMacabRecord.cxx263 sal_Int64 nVal = _newFieldString.toInt64(); in createMacabField() local
266 newField->value = CFNumberCreate(NULL,kCFNumberLongType, &nVal); in createMacabField()
277 double nVal = _newFieldString.toDouble(); in createMacabField() local
280 newField->value = CFNumberCreate(NULL,kCFNumberDoubleType, &nVal); in createMacabField()
321 sal_Int64 nVal; in fieldToString() local
323 sal_Bool m_bSuccess = !CFNumberGetValue((CFNumberRef) _aField->value, numberType, &nVal); in fieldToString()
325 fieldString = ::rtl::OUString::valueOf(nVal); in fieldToString()
331 double nVal; in fieldToString() local
333 sal_Bool m_bSuccess = !CFNumberGetValue((CFNumberRef) _aField->value, numberType, &nVal); in fieldToString()
335 fieldString = ::rtl::OUString::valueOf(nVal); in fieldToString()
/trunk/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx102 int nVal = sToken.ToInt32(); in lcl_CreateSwLabRec() local
106 case 1 : pNewRec->lHDist = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()
107 case 2 : pNewRec->lVDist = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()
108 case 3 : pNewRec->lWidth = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()
109 case 4 : pNewRec->lHeight = MM100_TO_TWIP(nVal); break; in lcl_CreateSwLabRec()
110 case 5 : pNewRec->lLeft = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()
111 case 6 : pNewRec->lUpper = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()
112 case 7 : pNewRec->nCols = nVal; break; in lcl_CreateSwLabRec()
113 case 8 : pNewRec->nRows = nVal; break; in lcl_CreateSwLabRec()
114 case 9 : pNewRec->lPaperWidth = MM100_TO_TWIP(nVal);break; in lcl_CreateSwLabRec()
[all …]
/trunk/main/o3tl/qa/
H A Dcow_wrapper_clients.hxx43 explicit cow_wrapper_client1( int nVal ) : maImpl(nVal) {} in cow_wrapper_client1() argument
45 void modify( int nVal ) { *maImpl = nVal; } in modify() argument
71 explicit cow_wrapper_client2( int nVal );
77 void modify( int nVal );
100 explicit cow_wrapper_client3( int nVal );
106 void modify( int nVal );
/trunk/main/svx/source/items/
H A Dzoomitem.cxx49 sal_uInt16 nVal, in SvxZoomItem() argument
52 : SfxUInt16Item( _nWhich, nVal ), in SvxZoomItem()
195 sal_Int32 nVal = 0; in PutValue() local
196 if ( rVal >>= nVal ) in PutValue()
198 SetValue( (sal_uInt16)nVal ); in PutValue()
208 sal_Int16 nVal = sal_Int16(); in PutValue() local
209 if ( rVal >>= nVal ) in PutValue()
212 nValueSet = (sal_Int16) nVal; in PutValue()
214 eType = SvxZoomType( (sal_Int16) nVal ); in PutValue()

Completed in 164 milliseconds

12345678910>>...19