/trunk/main/tools/source/generic/ |
H A D | bigint.cxx | 346 sal_uInt16 nK, nQ, nMult; in DivLong() local 366 nQ = 0xFFFF; in DivLong() 372 nQ--; in DivLong() 389 rErg.nNum[j - nLenB] = nQ; in DivLong() 392 rErg.nNum[j - nLenB] = nQ - 1; in DivLong() 417 sal_uInt16 nK, nQ, nMult; in ModLong() local 437 nQ = 0xFFFF; in ModLong() 443 nQ--; in ModLong() 460 rErg.nNum[j - nLenB] = nQ; in ModLong() 463 rErg.nNum[j - nLenB] = nQ - 1; in ModLong() [all …]
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/iterator/ |
H A D | PermutationIterator.java | 88 final int nQ = maInversions[nJ-1] + maDirections[nJ-1]; in ProvideNextPermutation() local 89 if (nQ>=0 && nQ<nJ) in ProvideNextPermutation() 93 final int nIndexB = nJ-nQ+nS - 1; in ProvideNextPermutation() 99 maInversions[nJ - 1] = nQ; in ProvideNextPermutation() 106 if (nQ==nJ) in ProvideNextPermutation()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | filtdlg.cxx | 915 sal_uInt16 nQ=1+nOffset; in IMPL_LINK() local 916 theQueryData.GetEntry(nQ).bDoQuery = sal_True; in IMPL_LINK() 953 sal_uInt16 nQ=2+nOffset; in IMPL_LINK() local 954 theQueryData.GetEntry(nQ).bDoQuery = sal_True; in IMPL_LINK() 977 sal_uInt16 nQ=3+nOffset; in IMPL_LINK() local 978 theQueryData.GetEntry(nQ).bDoQuery = sal_True; in IMPL_LINK() 989 sal_uInt16 nQ=1+nOffset; in IMPL_LINK() local 990 theQueryData.GetEntry(nQ).eOp=(ScQueryOp)pLb->GetSelectEntryPos(); in IMPL_LINK() 994 sal_uInt16 nQ=2+nOffset; in IMPL_LINK() local 995 theQueryData.GetEntry(nQ).eOp=(ScQueryOp)pLb->GetSelectEntryPos(); in IMPL_LINK() [all …]
|
/trunk/main/filter/source/graphicfilter/ios2met/ |
H A D | ios2met.cxx | 1067 long nP,nQ,nR,nS; in ReadFullArc() local 1079 if (nQ<0) nQ=-nQ; in ReadFullArc() 1086 nQ=(nQ*nMul)>>16; in ReadFullArc() 1091 aRect=Rectangle(aCenter.X()-nP,aCenter.Y()-nQ, in ReadFullArc() 1092 aCenter.X()+nP,aCenter.Y()+nQ); in ReadFullArc() 1115 long nP,nQ,nR,nS,nStart, nSweep; in ReadPartialArc() local 1129 if (nQ<0) nQ=-nQ; in ReadPartialArc() 1136 nQ=(nQ*nMul)>>16; in ReadPartialArc() 1145 aCenter.Y()+(long)(-sin(fStart)*nQ)); in ReadPartialArc() 1147 aCenter.Y()+(long)(-sin(fEnd)*nQ)); in ReadPartialArc() [all …]
|
/trunk/main/i18npool/source/search/ |
H A D | levdis.cxx | 251 int nP, nQ, nR, nPij, d1, d2; in WLD() local 261 nQ = 0; // Einfuegen und Loeschen ohne Strafpunkte in WLD() 266 nQ = nInsQ0; // normale Gewichtung in WLD() 271 npDistance[0] = npDistance[0] + nQ; in WLD() 295 npDistance[i] = Min3( d1 + nPij, d2 + nQ, npDistance[i-1] + nR ); in WLD()
|
/trunk/main/sdext/source/presenter/ |
H A D | PresenterPaneAnimator.cxx | 1302 const double nQ (1 - nP); in InterpolatePosition() local 1307 nQ * rInitialBox.X + nP * rFinalBox.X, in InterpolatePosition() 1308 nQ * rInitialBox.Y + nP * rFinalBox.Y)); in InterpolatePosition() 1321 const double nQ (1 - nP); in InterpolateValue() local 1323 rSetter(T(nQ * aInitialValue + nP * aFinalValue)); in InterpolateValue()
|
/trunk/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 785 xub_StrLen nQ = SvNumberformat::GetQuoteEnd( sUpperStr, nCPos ); in lcl_FindSymbol() local 786 if ( nQ == STRING_NOTFOUND ) in lcl_FindSymbol() 800 nCPos = nQ + 1; // continue after quote end in lcl_FindSymbol()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdoedge.cxx | 903 long nQ=Abs(aXP[1].X()-aXP[0].X())+Abs(aXP[1].Y()-aXP[0].Y()); in ImpCalcEdgeTrack() local 904 nQ+=Abs(aXP[2].X()-aXP[1].X())+Abs(aXP[2].Y()-aXP[1].Y()); in ImpCalcEdgeTrack() 905 nQ+=Abs(aXP[3].X()-aXP[2].X())+Abs(aXP[3].Y()-aXP[2].Y()); in ImpCalcEdgeTrack() 906 *pnQuality=nQ; in ImpCalcEdgeTrack()
|
/trunk/main/filter/source/graphicfilter/eos2met/ |
H A D | eos2met.cxx | 223 void METSetArcParams(long nP, long nQ, long nR, long nS); 1380 void METWriter::METSetArcParams(long nP, long nQ, long nR, long nS) in METSetArcParams() argument 1383 *pMET << (sal_uInt8)0x22 << (sal_uInt8)16 << nP << nQ << nR << nS; in METSetArcParams()
|
/trunk/main/svl/source/numbers/ |
H A D | zforscan.cxx | 905 xub_StrLen nQ = SvNumberformat::GetQuoteEnd( sString, nCPos ); in Symbol_Division() local 906 if ( nQ == STRING_NOTFOUND ) in Symbol_Division() 920 nCPos = nQ + 1; // weitersuchen in Symbol_Division()
|