/aoo41x/main/scaddins/source/analysis/ |
H A D | analysishelper.cxx | 565 if ( nBase < 2 || nBase > 36 ) in ConvertToDec() 580 double fBase = nBase; in ConvertToDec() 593 n = nBase; in ConvertToDec() 595 if( n < nBase ) in ConvertToDec() 625 return c[ nBase ]; in GetMaxChar() 895 if( nBase == 2 ) in GetAmordegrc() 943 if( nBase == 2 ) in GetAmorlinc() 1381 if( (nBase != 0) && (nBase != 4) ) in GetCoupdaysnc() 1400 if( nBase == 1 ) in GetCoupdays() 2827 b30Days = (nBase == 0) || (nBase == 4); in ScaDate() [all …]
|
H A D | analysishelper.hxx | 109 double fYield, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE; 111 double fRate, double fPrice, sal_Int32 nBase ) THROWDEF_RTE_IAE; 114 sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE; 116 double fRedemp, sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE; 121 sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE; 131 sal_Int32 nBase ) THROWDEF_RTE_IAE; 133 sal_Int32 nBase ) THROWDEF_RTE_IAE; 135 sal_Int32 nBase ) THROWDEF_RTE_IAE; 137 sal_Int32 nBase ) THROWDEF_RTE_IAE; 140 sal_Int32 nFreq, sal_Int32 nBase ) THROWDEF_RTE_IAE; [all …]
|
H A D | financial.cxx | 233 sal_Int32 nBase = getDateMode( xOpt, rOB ); in getPricemat() local 235 double fIssMat = GetYearFrac( nNullDate, nIssue, nMat, nBase ); in getPricemat() 236 double fIssSet = GetYearFrac( nNullDate, nIssue, nSettle, nBase ); in getPricemat() 237 double fSetMat = GetYearFrac( nNullDate, nSettle, nMat, nBase ); in getPricemat()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | namebuff.hxx | 104 sal_uInt16 nBase; // Index-Basis member in NameBuffer 126 nBase = 0; in NameBuffer() 132 nBase = nNewBase; in NameBuffer() 138 if( n < nBase ) in Get() 154 DBG_ASSERT( Count() + nBase <= 0xFFFF, "*NameBuffer::GetLastIndex(): Ich hab' die Nase voll!" ); in GetLastIndex() 156 return ( sal_uInt16 ) ( Count() + nBase ); in GetLastIndex() 162 nBase = nNewBase; in SetBase()
|
/aoo41x/main/autodoc/source/ary/idl/ |
H A D | i2s_calculator.cxx | 388 Type_id nBase = rSglIfcSingleton.BaseInterface(); in do_Process() local 390 nBase, in do_Process() 681 nBase = i_rDerived.Base(); in assign_AsDerivedStruct() local 682 if (nBase.IsValid()) in assign_AsDerivedStruct() 685 pParent = lhf_SearchStruct(nBase); in assign_AsDerivedStruct() 699 nBase = i_rDerived.Base(); in assign_AsDerivedException() local 700 if (nBase.IsValid()) in assign_AsDerivedException() 703 pParent = lhf_SearchException(nBase); in assign_AsDerivedException() 744 Type_id nBase = pSglIfcService->BaseInterface(); in assignImplementation_toAServicesInterfaces() local 746 nBase, in assignImplementation_toAServicesInterfaces()
|
H A D | i_exception.cxx | 44 nBase(i_nBase), in Exception() 103 return exception_cast(i_ce).nBase; in Base()
|
H A D | i_struct.cxx | 45 nBase(i_nBase), in Struct() 106 return struct_cast(i_ce).nBase; in Base()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | namebuff.cxx | 77 DBG_ASSERT( Count() + nBase < 0xFFFF, in operator <<() 95 const size_t nBase = 16384; // Range~ und Shared~ Dingens mit jeweils der Haelfte Ids variable 98 mnCurrIdx (nBase) in ShrfmlaBuffer() 141 unsigned int ind = nBase; in Find()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr2.cxx | 591 double nBase; in ScLog() local 593 nBase = GetDouble(); in ScLog() 595 nBase = 10.0; in ScLog() 597 if (nVal > 0.0 && nBase > 0.0 && nBase != 1.0) in ScLog() 598 PushDouble(log(nVal) / log(nBase)); in ScLog() 2272 *--p = pDigits[ nVal % nBase ]; in ScBase() 2273 nVal /= nBase; in ScBase() 2357 int nBase = (int) fBase; in ScDecimal() local 2361 if ( nBase == 16 ) in ScDecimal() 2378 n = nBase; in ScDecimal() [all …]
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | sddetect.cxx | 390 sal_Int32 nBase = 2; // default Base0 in detect() local 393 nBase = 1; in detect() 395 nBase = 0; in detect() 398 … aFilterConfigItem.WriteInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" ) ), nBase ); in detect()
|
/aoo41x/main/svx/source/dialog/ |
H A D | charmap.cxx | 234 const int nBase = FirstInView(); in MapIndexToPixel() local 235 int x = ((nIndex - nBase) % COLUMN_COUNT) * nX; in MapIndexToPixel() 236 int y = ((nIndex - nBase) / COLUMN_COUNT) * nY; in MapIndexToPixel() 243 int nBase = FirstInView(); in PixelToMapIndex() local 244 return (nBase + (point.X()/nX) + (point.Y()/nY) * COLUMN_COUNT); in PixelToMapIndex()
|
/aoo41x/main/autodoc/inc/ary/idl/ |
H A D | i_exception.hxx | 57 Type_id Base() const { return nBase; } in Base() 84 Type_id nBase; member in ary::idl::Exception
|
H A D | i_struct.hxx | 87 Type_id nBase; member in ary::idl::Struct 100 return nBase; in Base()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1730 sal_uInt16 nBase = rSty.GetnBase(); in OutOneWithBase() local 1731 if( nBase != stc in OutOneWithBase() 1732 && !rOut.IsStyleImported( nBase ) in OutOneWithBase() 1733 && GetStyle(nBase).IsUsed() in OutOneWithBase() 1734 && !pbStopRecur[nBase] ){ in OutOneWithBase() 1736 pbStopRecur[nBase] = 1; in OutOneWithBase() 1737 OutOneWithBase( rOut, rMan, nBase, pbStopRecur ); // Rekursiv in OutOneWithBase()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 7536 if( nBase != nIndex ) in GetTextBoundRect() 7538 xub_StrLen nStart = Min( nBase, nIndex ); in GetTextBoundRect() 7539 xub_StrLen nOfsLen = Max( nBase, nIndex ) - nStart; in GetTextBoundRect() 7547 if( nBase < nIndex) in GetTextBoundRect() 7731 if( nBase != nIndex ) in GetTextOutlines() 7733 xub_StrLen nStart = Min( nBase, nIndex ); in GetTextOutlines() 7741 if( nBase > nIndex) in GetTextOutlines() 7838 if( nBase != nIndex ) in GetTextOutlines() 7840 xub_StrLen nStart = ((nBase < nIndex) ? nBase : nIndex); in GetTextOutlines() 7841 xub_StrLen nLength = ((nBase > nIndex) ? nBase : nIndex) - nStart; in GetTextOutlines() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 466 void MSWordStyles::GetStyleData( SwFmt* pFmt, bool& bFmtColl, sal_uInt16& nBase, sal_uInt16& nNext ) in GetStyleData() argument 471 nBase = 0xfff; in GetStyleData() 475 nBase = GetSlot( *pFmt->DerivedFrom() ); in GetStyleData() 522 sal_uInt16 nBase, nWwNext; in OutputStyle() local 524 GetStyleData( pFmt, bFmtColl, nBase, nWwNext ); in OutputStyle() 527 nBase, nWwNext, GetWWId( *pFmt ), nPos ); in OutputStyle() 530 WriteProperties( pFmt, true, nPos, nBase==0xfff ); // UPX.papx in OutputStyle() 532 WriteProperties( pFmt, false, nPos, bFmtColl && nBase==0xfff ); // UPX.chpx in OutputStyle()
|
H A D | ww8par2.cxx | 4060 sal_uInt16 j = rSI.nBase; in PrepareStyle() 4106 if ((rSI.nBase >= cstd || pIo->pCollA[rSI.nBase].bImportSkipped) && rSI.bColl) in PostStyle() 4137 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in Import1Style() 4138 Import1Style( rSI.nBase ); in Import1Style() 4186 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in RecursiveReg() 4187 RecursiveReg(rSI.nBase); in RecursiveReg() 4244 rSI.nBase = pStd->istdBase; // merke Basis in ScanStyles() 4497 pIo->pCollA[i].nBase = 222; in ImportOldFormatStyles() 4648 rSI.nBase = stcBase; in ImportOldFormatStyles()
|
H A D | ww8par2.hxx | 142 sal_uInt16 nBase; member in SwWW8StyInf 182 nBase( 0 ), in SwWW8StyInf()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 663 … const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN, 666 const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0, 670 const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0, 674 const String& rStr, xub_StrLen nBase = 0, xub_StrLen nIndex = 0, 678 int nLen, int nBase, MetricVector& rVector );
|
/aoo41x/main/svtools/source/brwbox/ |
H A D | brwbox3.cxx | 548 …ects( const Point& rOrigin, const String& rStr, int nIndex, int nLen, int nBase, MetricVector& rVe… in GetGlyphBoundRects() argument 550 return Control::GetGlyphBoundRects( rOrigin, rStr, nIndex, nLen, nBase, rVector ); in GetGlyphBoundRects()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | SlideTransitionPane.cxx | 678 long nBase = aUpperLeft.getY(); in updateLayout() local 682 aUpperLeft.setY( nBase - aCtrlSize.getHeight()); in updateLayout() 687 aUpperLeft.setY( nBase - aCtrlSize.getHeight() ); in updateLayout()
|
/aoo41x/main/svtools/source/filter/ |
H A D | filter.cxx | 850 sal_Int32 nBase = 2; // default Base0 in ImpTestOrFindFormat() local 852 nBase = 1; in ImpTestOrFindFormat() 854 nBase = 0; in ImpTestOrFindFormat() 857 … aFilterConfigItem.WriteInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" ) ), nBase ); in ImpTestOrFindFormat()
|
/aoo41x/main/basic/source/comp/ |
H A D | parser.cxx | 135 nBase = 0; in SbiParser() 762 nBase = (short) nVal; in Option()
|
H A D | exprgen.cxx | 259 sal_uInt16 uBase = pParser->nBase; in Gen()
|
/aoo41x/main/basic/source/inc/ |
H A D | parser.hxx | 76 short nBase; // OPTION BASE-Wert member in SbiParser
|