Home
last modified time | relevance | path

Searched refs:nSign (Results 1 – 13 of 13) sorted by last modified time

/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx2839 int nSign = 1; in ImplA2I() local
2843 nSign = -1; in ImplA2I()
2854 n *= nSign; in ImplA2I()
/aoo41x/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx820 if ( !nInSection && nSign == STRING_NOTFOUND ) in scanCurrFormatImpl()
925 xub_StrLen nSign, nPar, nNum, nBlank, nSym; in getCurrFormatsImpl() local
961 nSign == STRING_NOTFOUND))) in getCurrFormatsImpl()
973 else if ( nSign < nSym ) in getCurrFormatsImpl()
975 else if ( nNum < nSign ) in getCurrFormatsImpl()
984 else if ( nSign < nNum ) in getCurrFormatsImpl()
986 else if ( nSym < nSign ) in getCurrFormatsImpl()
998 else if ( nSign < nSym ) in getCurrFormatsImpl()
1000 else if ( nNum < nSign ) in getCurrFormatsImpl()
1009 else if ( nSign < nNum ) in getCurrFormatsImpl()
[all …]
/aoo41x/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx108 xub_StrLen nStart, xub_StrLen& nSign,
/aoo41x/main/tools/source/datetime/
H A Dttime.cxx73 return (nRet * nSign); in TimeToSec100()
80 short nSign; in Sec100ToTime() local
84 nSign = -1; in Sec100ToTime()
87 nSign = 1; in Sec100ToTime()
184 (nHour*1000000)) * nSign; in SetMin()
200 (nHour*1000000)) * nSign; in SetSec()
216 (nHour*1000000)) * nSign; in Set100Sec()
236 short nSign; in MakeTimeFromMS() local
240 nSign = -1; in MakeTimeFromMS()
243 nSign = 1; in MakeTimeFromMS()
[all …]
/aoo41x/main/svl/source/numbers/
H A Dzforlist.cxx4157 short nSign = 0; // -1:=Klammer 0:=links, 1:=mitte, 2:=rechts in lcl_MergeNegativeParenthesisFormat() local
4169 nSign = 0; in lcl_MergeNegativeParenthesisFormat()
4175 nSign = 1; in lcl_MergeNegativeParenthesisFormat()
4181 nSign = 2; in lcl_MergeNegativeParenthesisFormat()
4191 switch ( nSign ) in lcl_MergeNegativeParenthesisFormat()
4202 switch ( nSign ) in lcl_MergeNegativeParenthesisFormat()
4213 switch ( nSign ) in lcl_MergeNegativeParenthesisFormat()
4224 switch ( nSign ) in lcl_MergeNegativeParenthesisFormat()
H A Dzforfind.cxx126 nSign = 0; in Reset()
1475 nSign = GetSign(rString, nPos); in ScanStartString()
1476 if ( nSign ) // sign? in ScanStartString()
1501 nSign = GetSign(rString, nPos); in ScanStartString()
1502 if ( nSign ) // DM -1 in ScanStartString()
2121 if ( nSign < 0 ) in ScanStringNumFor()
2687 if ( nSign ) in IsNumberFormat()
2692 if ( nSign < 0 ) in IsNumberFormat()
2743 if ( nSign ) in IsNumberFormat()
2748 if ( nSign < 0 ) in IsNumberFormat()
[all …]
H A Dzforfind.hxx92 int nSign; // Sign of number member in ImpSvNumberInputScan
/aoo41x/main/sc/source/core/tool/
H A Dtoken.cxx1524 int nSign = 1; in MergeArray() local
1535 pArray->PutDouble( t->GetDouble() * nSign, nCol, nRow ); in MergeArray()
1536 nSign = 1; in MergeArray()
1566 nSign = -nSign; in MergeArray()
H A Dinterpr5.cxx677 int nSign = 1; in lcl_LUP_decompose() local
723 nSign = -nSign; in lcl_LUP_decompose()
764 nSign = 0; in lcl_LUP_decompose()
766 return nSign; in lcl_LUP_decompose()
/aoo41x/main/embedserv/source/inprocserv/
H A Ddllentry.cxx55 char nSign = ( nValue / ( 1 << ( ( nLen - nInd ) * 4 ) ) ) % 16; in FillCharFromInt() local
56 if ( nSign >= 0 && nSign <= 9 ) in FillCharFromInt()
57 pBuf[nInd] = nSign + '0'; in FillCharFromInt()
58 else if ( nSign >= 10 && nSign <= 15 ) in FillCharFromInt()
59 pBuf[nInd] = nSign - 10 + 'a'; in FillCharFromInt()
/aoo41x/main/connectivity/source/commontools/
H A Ddbconversion.cxx359 sal_Int16 nSign; in toTime() local
363 nSign = -1; in toTime()
366 nSign = 1; in toTime()
381 …(xRet.HundredthSeconds + (xRet.Seconds*100) + (xRet.Minutes*10000) + (xRet.Hours*1000000)) * nSign; in toTime()
/aoo41x/main/chart2/source/view/axes/
H A DDateHelper.cxx49 long nSign = 1; in GetMonthsBetweenDates() local
54 nSign = -1; in GetMonthsBetweenDates()
57 return nSign*( ( aD1.GetMonth() - aD2.GetMonth() ) in GetMonthsBetweenDates()
/aoo41x/main/basic/source/classes/
H A Dimage.cxx119 sal_uInt16 nSign, nCount; in Load() local
124 r >> nSign >> nLen >> nCount; in Load()
132 if( nSign == B_MODULE ) in Load()
149 r >> nSign >> nLen >> nCount; in Load()
152 switch( nSign ) in Load()

Completed in 118 milliseconds