Home
last modified time | relevance | path

Searched refs:nVal (Results 376 – 400 of 453) sorted by relevance

1...<<111213141516171819

/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx630 sal_uInt16 nVal = 0; in lcl_FindOutlineNum() local
635 nVal *= 10; nVal += c - '0'; in lcl_FindOutlineNum()
643 nLevelVal[ nLevel++ ] = nVal; in lcl_FindOutlineNum()
/trunk/main/sc/source/ui/inc/
H A Dhdrcont.hxx112 virtual String GetDragHelp( long nVal );
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx1784 sal_uInt16 nVal = (sal_uInt16)aNumVector[nLevel]; in FillTransferData() local
1785 nVal ++; in FillTransferData()
1786 nVal = nVal - pOutlRule->Get(nLevel).GetStart(); in FillTransferData()
1787 sEntry += String::CreateFromInt32( nVal ); in FillTransferData()
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx1644 sal_Bool SortedIndividualInt32List::Find( sal_Int32 nVal ) const in Find()
1648 if( !nE || nVal < Get( 0 ) || nVal > Get( nE - 1 ) ) in Find()
1657 if( nRef == nVal ) in Find()
1659 else if( nRef > nVal ) in Find()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8num.cxx59 …t16 MSWordExportBase::DuplicateNumRule( const SwNumRule *pRule, sal_uInt8 nLevel, sal_uInt16 nVal ) in DuplicateNumRule() argument
78 aNumFmt.SetStart( nVal ); in DuplicateNumRule()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSResultSet.cxx211 float nVal(0); in getFloat() local
212 return nVal; in getFloat()
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx946 long nVal = bLayoutRTL ? ( nScrPos - nDragPos + 1 ) in ShowDragHelp() local
949 String aHelpStr = GetDragHelp( nVal ); in ShowDragHelp()
/trunk/main/sc/source/filter/inc/
H A Dtool.h42 double SnumToDouble( sal_Int16 nVal );
H A Dhtmlexp.hxx157 void IncIndent( short nVal );
H A Ddif.hxx71 sal_uInt32 nVal; member in DifParser
/trunk/main/basic/source/sbx/
H A Dsbxconv.hxx34 ( const ::rtl::OUString& rSrc, double& nVal, SbxDataType& rType, sal_uInt16* pLen,
/trunk/main/sc/source/core/tool/
H A Dadiasync.cxx127 p->nVal = *(double*)pData; in CallBack()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx2075 sal_Int16 nVal = rPropVal.Value.get<sal_Int16>(); in _getDefaultAttributesImpl() local
2076 if ( nVal == text::WritingMode2::PAGE ) in _getDefaultAttributesImpl()
2086 nVal = text::WritingMode2::TB_RL; in _getDefaultAttributesImpl()
2090 nVal = text::WritingMode2::RL_TB; in _getDefaultAttributesImpl()
2094 nVal = text::WritingMode2::LR_TB; in _getDefaultAttributesImpl()
2096 rPropVal.Value <<= nVal; in _getDefaultAttributesImpl()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1783 sal_Int32 nVal = pJustificationArray[ i ]; in AdjustLayout() local
1784 nVal += (mnUnitsPerPixel + 1) / 2; in AdjustLayout()
1785 pJustificationArray[ i ] = nVal / mnUnitsPerPixel; in AdjustLayout()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.hxx122 void handleWrapTextValue(sal_uInt32 nVal);
H A DNumberingManager.cxx719 sal_Int32 nVal = rVal.getString().toInt32(); in lcl_attribute() local
720 m_pCurrentDefinition->SetId( nVal ); in lcl_attribute()
/trunk/main/sw/source/ui/config/
H A Doptload.cxx312 long nVal = bModified ? in IMPL_LINK() local
316 aTabMF.SetValue( aTabMF.Normalize( nVal ), FUNIT_TWIP ); in IMPL_LINK()
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx350 inline void SetMaxWidthDiff( sal_uLong nKey, sal_uInt16 nVal ) in SetMaxWidthDiff() argument
352 aMaxWidth.Insert( nKey, nVal ); in SetMaxWidthDiff()
/trunk/main/starmath/source/
H A Dcfgitem.hxx193 void SetPrintZoomFactor( sal_uInt16 nVal );
/trunk/main/sc/inc/
H A Dlookupcache.hxx109 setDouble( rEntry.nVal); in QueryCriteria()
/trunk/main/cui/source/dialogs/
H A Dthesdlg_impl.hxx153 SvLBoxEntry * AddEntry( sal_Int32 nVal, const String &rText, bool bIsHeader );
/trunk/main/idl/inc/
H A Ddatabase.hxx146 sal_Bool InsertId( const ByteString & rIdName, sal_uLong nVal );
/trunk/main/sw/source/filter/rtf/
H A Drtffld.cxx634 const sal_uInt16 nVal = (sal_uInt16)(sParam.ToInt32() * 20); in MakeFieldInst() local
635 rSet.Put( SvxFontHeightItem( nVal, in MakeFieldInst()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx352 ScBaseCell* pUndoCell, double nVal, sal_Bool bHeight ) : in ScUndoEnterValue() argument
356 nValue ( nVal ), in ScUndoEnterValue()
/trunk/main/svx/inc/svx/
H A Dgalmisc.hxx172 void Update( sal_uIntPtr nVal, sal_uIntPtr nMaxVal );

Completed in 571 milliseconds

1...<<111213141516171819