Home
last modified time | relevance | path

Searched refs:nVal (Results 176 – 200 of 453) sorted by relevance

12345678910>>...19

/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx197 double nVal = 0; in convertMeasure() local
218 nVal *= 10; in convertMeasure()
219 nVal += (rString[nPos] - sal_Unicode('0')); in convertMeasure()
233 nVal += ( ((double)(rString[nPos] - sal_Unicode('0'))) / nDiv ); in convertMeasure()
400 nVal *= nScale; in convertMeasure()
404 nVal += .5; in convertMeasure()
406 nVal = -nVal; in convertMeasure()
408 if( nVal <= (double)nMin ) in convertMeasure()
410 else if( nVal >= (double)nMax ) in convertMeasure()
413 rValue = (sal_Int32)nVal; in convertMeasure()
/trunk/main/sc/inc/
H A Dattrib.hxx310 virtual String GetValueText( sal_uInt16 nVal ) const;
328 ScDoubleItem( sal_uInt16 nWhich, double nVal=0 );
340 void SetValue( const double nVal ) { nValue = nVal;} in SetValue() argument
/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx48 long nVal = (p[0]<<24) + (p[1]<<16) + (p[2]<<8) + p[3]; in NEXT_Long() local
50 return nVal; in NEXT_Long()
55 sal_uInt16 nVal = (p[0]<<8) + p[1]; in NEXT_UShort() local
57 return nVal; in NEXT_UShort()
/trunk/main/xmloff/source/style/
H A Dcsmaphdl.cxx60 sal_uInt16 nVal; in importXML() local
62 nVal, rStrImpValue, pXML_Casemap_Enum ); in importXML()
64 rValue <<= nVal; in importXML()
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx103 for ( sal_uInt16 nVal = 0; nVal < pItem->GetValueCount(); ++nVal ) in SfxEnumMenu() local
104 InsertItem( nVal+1, pItem->GetValueTextByPos(nVal) ); in SfxEnumMenu()
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1616 sal_Int16 nVal; in getLongDate() local
1619 nVal = rCal.getValue( CalendarFieldIndex::DAY_OF_WEEK ); in getLongDate()
1620 aStr += rCal.getDisplayName( CalendarDisplayIndex::DAY, nVal, nDisplayDayOfWeek ); in getLongDate()
1623 nVal = rCal.getValue( CalendarFieldIndex::DAY_OF_MONTH ); in getLongDate()
1624 pBuf = ImplAdd2UNum( aBuf, nVal, bDayOfMonthWithLeadingZero ); in getLongDate()
1627 nVal = rCal.getValue( CalendarFieldIndex::MONTH ); in getLongDate()
1628 String aMonth( rCal.getDisplayName( CalendarDisplayIndex::MONTH, nVal, nDisplayMonth ) ); in getLongDate()
1630 nVal = rCal.getValue( CalendarFieldIndex::YEAR ); in getLongDate()
1632 pBuf = ImplAddUNum( aBuf, nVal % 100, 2 ); in getLongDate()
1634 pBuf = ImplAddUNum( aBuf, nVal ); in getLongDate()
/trunk/main/sw/source/filter/html/
H A Dhtmlnum.hxx83 inline void SetNodeStartValue( sal_uInt8 nLvl, sal_uInt16 nVal=USHRT_MAX );
119 inline void SwHTMLNumRuleInfo::SetNodeStartValue( sal_uInt8 nLvl, sal_uInt16 nVal ) in SetNodeStartValue() argument
121 aNumStarts[nLvl] = nVal; in SetNodeStartValue()
/trunk/main/sw/source/ui/config/
H A Dbarcfg.cxx66 sal_Int32 nVal = 0; in SwToolbarConfigItem() local
67 pValues[nProp] >>= nVal; in SwToolbarConfigItem()
68 aTbxIdArray[nProp] = nVal; in SwToolbarConfigItem()
/trunk/main/sw/inc/
H A Dusrfld.hxx62 inline void SetValue(const double nVal);
86 inline void SwUserFieldType::SetValue(const double nVal) in SetValue() argument
87 { nValue = nVal; } in SetValue()
/trunk/main/svtools/inc/svtools/
H A Dunitconv.hxx51 SVT_DLLPUBLIC long ConvertValueToMap( long nVal, SfxMapUnit eUnit );
52 SVT_DLLPUBLIC long ConvertValueToUnit( long nVal, SfxMapUnit eUnit );
103 SVT_DLLPUBLIC long TransformMetric( long nVal, FieldUnit aOld, FieldUnit aNew );
/trunk/main/sfx2/source/appl/
H A Dappuno.cxx629 sal_Int16 nVal = -1; in TransformParameters() local
630 sal_Bool bOK = ((rProp.Value >>= nVal) && (nVal != -1)); in TransformParameters()
633 rSet.Put( SfxUInt16Item( SID_VIEW_ID, nVal ) ); in TransformParameters()
637 sal_Int16 nVal = -1; in TransformParameters() local
638 sal_Bool bOK = ((rProp.Value >>= nVal) && (nVal != -1)); in TransformParameters()
641 rSet.Put( SfxUInt16Item( SID_PLUGIN_MODE, nVal ) ); in TransformParameters()
825 sal_Int16 nVal =-1; in TransformParameters() local
826 sal_Bool bOK = ((rProp.Value >>= nVal) && (nVal != -1)); in TransformParameters()
829 rSet.Put( SfxUInt16Item( SID_MACROEXECMODE, nVal ) ); in TransformParameters()
833 sal_Int16 nVal =-1; in TransformParameters() local
[all …]
/trunk/main/slideshow/source/engine/
H A Dcolor.cxx137 double truncateRangeStd( double nVal ) in truncateRangeStd() argument
141 nVal ) ); in truncateRangeStd()
145 double truncateRangeHue( double nVal ) in truncateRangeHue() argument
149 nVal ) ); in truncateRangeHue()
/trunk/main/editeng/inc/editeng/
H A Dnumitem.hxx358 void SetLevel( sal_uInt8 nVal ) { nMyLevel = nVal; } in SetLevel() argument
364 void SetSetValue( sal_uInt16 nVal ) { nSetValue = nVal; } in SetSetValue() argument
/trunk/main/sc/source/ui/view/
H A Dcolrowba.cxx228 String ScColBar::GetDragHelp( long nVal ) in GetDragHelp() argument
230 long nTwips = (long) ( nVal / pViewData->GetPPTX() ); in GetDragHelp()
395 String ScRowBar::GetDragHelp( long nVal ) in GetDragHelp() argument
397 long nTwips = (long) ( nVal / pViewData->GetPPTY() ); in GetDragHelp()
/trunk/main/sc/source/core/data/
H A Ddociter.cxx555 !(mpDoc->GetFormatTable()->IsNumberFormat(*rEntry.pStr, nIndex, rEntry.nVal)); in DataAccessInternal()
814 bool bEqual = approxEqual(fMatVal, rEntry.nVal); in isValidQuery()
821 bValid = (fMatVal < rEntry.nVal) && !bEqual; in isValidQuery()
824 bValid = (fMatVal > rEntry.nVal) && !bEqual; in isValidQuery()
827 bValid = (fMatVal < rEntry.nVal) || bEqual; in isValidQuery()
830 bValid = (fMatVal > rEntry.nVal) || bEqual; in isValidQuery()
1138 nIndex, rEntry.nVal)); in ScQueryCellIterator()
1526 if ((nCellVal < rEntry.nVal) && !::rtl::math::approxEqual( in BinarySearch()
1527 nCellVal, rEntry.nVal)) in BinarySearch()
1545 else if ((nCellVal > rEntry.nVal) && !::rtl::math::approxEqual( in BinarySearch()
[all …]
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx762 sal_uInt32 nVal = 0; in Expand() local
766 case DS_TBL: nVal = rDStat.nTbl; break; in Expand()
767 case DS_GRF: nVal = rDStat.nGrf; break; in Expand()
768 case DS_OLE: nVal = rDStat.nOLE; break; in Expand()
769 case DS_PARA: nVal = rDStat.nPara; break; in Expand()
770 case DS_WORD: nVal = rDStat.nWord; break; in Expand()
771 case DS_CHAR: nVal = rDStat.nChar; break; in Expand()
775 nVal = rDStat.nPage; in Expand()
784 if( nVal <= SHRT_MAX ) in Expand()
785 sRet = FormatNumber( (sal_uInt16)nVal, nFmt ); in Expand()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dwrtww8.hxx629 sal_uInt16 DuplicateNumRule( const SwNumRule *pRule, sal_uInt8 nLevel, sal_uInt16 nVal );
890 static void WriteShort( SvStream& rStrm, sal_Int16 nVal ) { rStrm << nVal; } in WriteShort() argument
891 static void WriteShort( SvStream& rStrm, sal_uLong nPos, sal_Int16 nVal );
893 static void WriteLong( SvStream& rStrm, sal_Int32 nVal ) { rStrm << nVal; } in WriteLong() argument
894 static void WriteLong( SvStream& rStrm, sal_uLong nPos, sal_Int32 nVal );
1105 sal_uInt16 DupNumRuleWithLvlStart(const SwNumRule *pRule,sal_uInt8 nLvl,sal_uInt16 nVal);
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx503 sal_uInt8 nE, nType, nOper, nBoolErr, nVal; in ReadAutoFilter() local
562 rStrm >> nBoolErr >> nVal; in ReadAutoFilter()
564 aEntry.pStr->Assign( String::CreateFromInt32( (sal_Int32) nVal ) ); in ReadAutoFilter()
569 aEntry.nVal = SC_EMPTYFIELDS; in ReadAutoFilter()
574 aEntry.nVal = SC_NONEMPTYFIELDS; in ReadAutoFilter()
/trunk/main/svx/source/mnuctrls/
H A Dfntszctl.cxx97 long nVal = 0; in StateChanged() local
112 nVal = LOGIC( nH, (MapUnit)eUnit, MAP_POINT ); in StateChanged()
114 pMenu->SetCurHeight( nVal ); in StateChanged()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_impmodels.cxx1380 sal_Int16 nVal = 0; in endElement() local
1388 nVal = 1; in endElement()
1391 makeAny( nVal ) ); in endElement()
1507 sal_Int16 nVal = 0; in endElement() local
1515 nVal = 1; in endElement()
1518 makeAny( nVal ) ); in endElement()
1866 sal_Int16 nVal = (bChecked ? 1 : 0); in endElement() local
1868 makeAny( nVal ) ); in endElement()
1874 makeAny( nVal ) ); in endElement()
1973 sal_Int16 nVal = 1; in endElement() local
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx219 void lcl_Scale(long& nVal, long nScale) in lcl_Scale() argument
221 nVal *= nScale; in lcl_Scale()
222 nVal >>= 8; in lcl_Scale()
241 long nVal = pCol->GetWishWidth(); in ResizeFrameCols() local
242 lcl_Scale(nVal, nScale); in ResizeFrameCols()
244 nVal = pCol->GetLeft(); in ResizeFrameCols()
245 lcl_Scale(nVal, nScale); in ResizeFrameCols()
246 pCol->SetLeft((sal_uInt16) nVal); in ResizeFrameCols()
247 nVal = pCol->GetRight(); in ResizeFrameCols()
248 lcl_Scale(nVal, nScale); in ResizeFrameCols()
[all …]
/trunk/main/svx/source/items/
H A Dviewlayoutitem.cxx178 sal_Int32 nVal = 0; in PutValue() local
179 if ( rVal >>= nVal ) in PutValue()
181 SetValue( (sal_uInt16)nVal ); in PutValue()
/trunk/main/svl/source/items/
H A Dimageitm.cxx103 sal_Int16 nVal = sal_Int16(); in PutValue() local
105 if ( aSeq[0] >>= nVal ) in PutValue()
106 SetValue( nVal ); in PutValue()
/trunk/main/svx/source/dialog/
H A Doptgrid.cxx350 long nVal = static_cast<long>(aMtrFldDrawX.Denormalize( aMtrFldDrawX.GetValue( FUNIT_TWIP ) )); in ActivatePage() local
356 aMtrFldDrawX.SetValue( aMtrFldDrawX.Normalize( nVal ), FUNIT_TWIP ); in ActivatePage()
358 nVal = static_cast<long>(aMtrFldDrawY.Denormalize( aMtrFldDrawY.GetValue( FUNIT_TWIP ) )); in ActivatePage()
362 aMtrFldDrawY.SetValue( aMtrFldDrawY.Normalize( nVal ), FUNIT_TWIP ); in ActivatePage()
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx367 sal_Int64 nVal = aMtrFldOriginalWidth.Denormalize( aMtrFldOriginalWidth.GetValue( FUNIT_TWIP ) ); in ActivatePage() local
369 aMtrFldOriginalWidth.SetValue( aMtrFldOriginalWidth.Normalize( nVal ), FUNIT_TWIP ); in ActivatePage()
371 nVal = aMtrFldOriginalHeight.Denormalize( aMtrFldOriginalHeight.GetValue( FUNIT_TWIP ) ); in ActivatePage()
373 aMtrFldOriginalHeight.SetValue( aMtrFldOriginalHeight.Normalize( nVal ), FUNIT_TWIP ); in ActivatePage()
591 sal_Int64 nVal = in IMPL_LINK() local
594 aMtrFldTabstop.SetValue( aMtrFldTabstop.Normalize( nVal ), FUNIT_TWIP ); in IMPL_LINK()

Completed in 170 milliseconds

12345678910>>...19