Home
last modified time | relevance | path

Searched refs:nVal (Results 226 – 250 of 453) sorted by relevance

12345678910>>...19

/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx72 static sal_uInt16 ImplCeilSqareRoot( sal_uInt16 nVal ) in ImplCeilSqareRoot() argument
77 if ( nVal > 0xFE * 0xFE ) in ImplCeilSqareRoot()
80 for ( i=0; i*i < nVal; i++ ) in ImplCeilSqareRoot()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx2866 sal_Int16 nVal = rCal.getValue( CalendarFieldIndex::ERA ); in ImpFallBackToGregorianCalendar() local
2918 sal_Int16 nVal = rCal.getValue( CalendarFieldIndex::ERA ); in ImpAppendEraG() local
2919 switch ( nVal ) in ImpAppendEraG()
3093 OutString += ImpIntToString( nIx, nVal ); in ImpGetDateOutput()
3415 OutString += ImpIntToString( nIx, nVal ); in ImpGetDateTimeOutput()
4357 sal_Int32 nVal, sal_uInt16 nMinDigits ) const in ImpGetNatNumString() argument
4364 if ( 0 <= nVal && nVal < 10 ) in ImpGetNatNumString()
4368 *p = sal_Unicode( '0' + nVal ); in ImpGetNatNumString()
4371 aStr = String::CreateFromInt32( nVal ); in ImpGetNatNumString()
4375 String aValStr( String::CreateFromInt32( nVal ) ); in ImpGetNatNumString()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx1774 sal_Int32 nVal; in WriteGrfAttr() local
1775 if( 0 != ( nVal = ((SwCropGrf*)pItem )->GetLeft() ) ) in WriteGrfAttr()
1776 rPropOpt.AddOpt( ESCHER_Prop_cropFromLeft, ToFract16( nVal, aSz.Width()) ); in WriteGrfAttr()
1777 if( 0 != ( nVal = ((SwCropGrf*)pItem )->GetRight() ) ) in WriteGrfAttr()
1778 rPropOpt.AddOpt( ESCHER_Prop_cropFromRight, ToFract16( nVal, aSz.Width())); in WriteGrfAttr()
1779 if( 0 != ( nVal = ((SwCropGrf*)pItem )->GetTop() ) ) in WriteGrfAttr()
1780 rPropOpt.AddOpt( ESCHER_Prop_cropFromTop, ToFract16( nVal, aSz.Height())); in WriteGrfAttr()
1781 if( 0 != ( nVal = ((SwCropGrf*)pItem )->GetBottom() ) ) in WriteGrfAttr()
2177 sal_Int32 SwBasicEscherEx::ToFract16(sal_Int32 nVal, sal_uInt32 nMax) const in ToFract16() argument
2181 sal_Int32 nMSVal = (nVal / 65536) * nMax; in ToFract16()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1157 sal_Int32 nVal = 0; in exportAnimProperty() local
1158 if ( rAny >>= nVal ) in exportAnimProperty()
1160 exportAnimPropertyuInt32( rStrm, nPropertyId, nVal, eTranslateMode ); in exportAnimProperty()
1232 …tyuInt32( SvStream& rStrm, const sal_uInt16 nPropertyId, const sal_uInt32 nVal, const TranslateMod… in exportAnimPropertyuInt32() argument
1237 << nVal; in exportAnimPropertyuInt32()
1240 …pertyByte( SvStream& rStrm, const sal_uInt16 nPropertyId, const sal_uInt8 nVal, const TranslateMod… in exportAnimPropertyByte() argument
1245 << nVal; in exportAnimPropertyByte()
1906 sal_uInt32 nVal = bAutoReverse ? 1 : 0; in exportAnimValue() local
1908 << nVal; in exportAnimValue()
/trunk/main/xmloff/source/forms/
H A Delementimport.cxx432 double nVal( 0 ); in implApplyGenericProperties() local
433 OSL_VERIFY( *pXMLValue >>= nVal ); in implApplyGenericProperties()
434 *pPropValue = static_cast< sal_Int16 >( nVal ); in implApplyGenericProperties()
445 double nVal = 0; in implApplyGenericProperties() local
446 aPropValues->Value >>= nVal; in implApplyGenericProperties()
450 aPropValues->Value <<= static_cast< sal_Int8 >( nVal ); in implApplyGenericProperties()
453 aPropValues->Value <<= static_cast< sal_Int16 >( nVal ); in implApplyGenericProperties()
457 aPropValues->Value <<= static_cast< sal_Int32 >( nVal ); in implApplyGenericProperties()
460 aPropValues->Value <<= static_cast< sal_Int64 >( nVal ); in implApplyGenericProperties()
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx524 short nVal = ScUnoHelpFunctions::GetInt16FromAny( aValue ); in setPropertyValue() local
525 if ( nVal < 0 ) in setPropertyValue()
528 switch (nVal) in setPropertyValue()
536 else if ( nVal >= MINZOOM && nVal <= MAXZOOM ) in setPropertyValue()
538 aAppOpt.SetZoom( nVal ); in setPropertyValue()
/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx536 sal_Int16 nVal; in Convert() local
537 Read( nVal ); in Convert()
538 aStack << aPool.Store( ( double ) nVal ); in Convert()
646 sal_Int16 nVal; in Convert() local
647 Read( nVal ); in Convert()
648 aStack << aPool.Store( SnumToDouble( nVal ) ); in Convert()
H A Dlotimpop.cxx264 sal_Int16 nVal; in Smallnumcell() local
267 Read( nVal ); in Smallnumcell()
270 new ScValueCell( SnumToDouble( nVal ) ), ( sal_Bool ) sal_True ); in Smallnumcell()
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx313 double nVal; in GetValue() local
318 nVal = SwSortElement::GetValue( nKey ); in GetValue()
320 nVal = pFmt->GetTblBoxValue().GetValue(); in GetValue()
323 nVal = 0; in GetValue()
325 return nVal; in GetValue()
H A Dftnidx.cxx338 sal_uInt16 nVal; in FindSectNdWithEndAttr() local
340 while( pNd && FTNEND_ATTXTEND_OWNNUMSEQ != ( nVal = in FindSectNdWithEndAttr()
343 FTNEND_ATTXTEND_OWNNUMANDFMT != nVal ) in FindSectNdWithEndAttr()
/trunk/main/sw/source/core/ole/
H A Dndole.cxx984 sal_Int32 nVal = 0; in Load() local
985 *pValues >>= nVal; in Load()
990 if( nVal < nLRU_InitSize ) in Load()
997 while( nCount > nVal ) in Load()
1008 nLRU_InitSize = (sal_uInt16)nVal; in Load()
/trunk/main/svx/source/items/
H A Dhlnkitem.cxx392 sal_Int32 nVal = 0; in PutValue() local
416 if(!(rVal >>= nVal)) in PutValue()
418 eType = (SvxLinkInsertMode) (sal_uInt16) nVal; in PutValue()
/trunk/main/toolkit/source/controls/
H A Dformattedcontrol.cxx343 sal_Int32 nVal = 0; in convertFastPropertyValue() local
352 bStreamed = (rValue >>= nVal); in convertFastPropertyValue()
355 rConvertedValue <<= static_cast<double>(nVal); in convertFastPropertyValue()
/trunk/main/filter/source/msfilter/
H A Dmsoleexp.cxx286 sal_Int32 nVal = pRect[ind]; in ExportOLEObject() local
289 aWriteSet[ind*4+nByte] = (sal_Int8) nVal % 0x100; in ExportOLEObject()
290 nVal /= 0x100; in ExportOLEObject()
/trunk/main/svx/inc/svx/
H A Dsxmoitm.hxx33 SdrMeasureOverhangItem(long nVal=0): SdrMetricItem(SDRATTR_MEASUREOVERHANG,nVal) {} in SdrMeasureOverhangItem() argument
H A Dsdtacitm.hxx32 SdrTextAniCountItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_TEXT_ANICOUNT,nVal) {} in SdrTextAniCountItem() argument
H A Dsxmtaitm.hxx43 …SdrMeasureTextAutoAngleViewItem(long nVal=31500): SdrAngleItem(SDRATTR_MEASURETEXTAUTOANGLEVIEW,nV… in SdrMeasureTextAutoAngleViewItem() argument
H A Dsdtayitm.hxx33 SdrTextAniDelayItem(sal_uInt16 nVal=0): SfxUInt16Item(SDRATTR_TEXT_ANIDELAY,nVal) {} in SdrTextAniDelayItem() argument
H A Dxftshxy.hxx40 XFormTextShadowXValItem(long nVal = 0);
56 XFormTextShadowYValItem(long nVal = 0);
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx3177 sal_uInt16 nVal = m_nScaleWidthInitialVal; in IMPL_LINK() local
3179 nVal = m_nScaleWidthItemSetVal; in IMPL_LINK()
3180 m_aScaleWidthMF.SetValue( nVal ); in IMPL_LINK()
3182 m_aPreviewWin.SetFontWidthScale( nVal ); in IMPL_LINK()
3226 long nVal = static_cast<long>(m_aKerningEdit.GetValue()); in IMPL_LINK() local
3227 nVal = LogicToLogic( nVal, MAP_POINT, MAP_TWIP ); in IMPL_LINK()
3228 long nKern = (short)m_aKerningEdit.Denormalize( nVal ); in IMPL_LINK()
3462 long nVal = static_cast<long>(m_aKerningEdit.GetMax()); in Reset() local
3463 if(nVal < nKerning) in Reset()
3644 long nVal = LogicToLogic( nTmp, MAP_POINT, (MapUnit)eUnit ); in FillItemSet() local
[all …]
H A Dtabstpge.cxx501 long nVal = static_cast<long>(aTabBox.Denormalize( aTabBox.GetValue( eDefUnit ) )); in IMPL_LINK() local
505 if ( nVal == 0 && pBtn == 0 ) in IMPL_LINK()
518 const long nReal = nVal - nOffset; in IMPL_LINK()
529 aTabBox.InsertValue( aTabBox.Normalize( nVal ), eDefUnit, i ); in IMPL_LINK()
/trunk/main/sc/inc/
H A Dsubtotal.hxx42 double nVal; member
47 eFunc(eFn), nVal(0.0), nCount(0), bError(sal_False) {} in ScFunctionData()
/trunk/main/sw/source/core/bastyp/
H A Dindex.cxx58 xub_StrLen nVal = 0; in ChkArr() local
72 if ( ! (pIdx->nIndex >= nVal)) in ChkArr()
86 nVal = pPrev->nIndex; in ChkArr()
/trunk/main/svx/source/tbxctrls/
H A Dtbunocontroller.cxx147 long nVal = nPoint; in statusChanged_Impl() local
150 if ( GetValue() != nVal ) in statusChanged_Impl()
151 SetValue( nVal ); in statusChanged_Impl()
/trunk/main/sc/source/ui/view/
H A Dtabvwsha.cxx110 double nVal; in GetFunction() local
111 if ( pDoc->GetSelectionFunction( eFunc, aCursor, rMark, nVal ) ) in GetFunction()
113 if ( nVal == 0.0 ) in GetFunction()
138 pFormatter->GetOutputString( nVal, nNumFmt, aValStr, &pDummy ); in GetFunction()

Completed in 228 milliseconds

12345678910>>...19