Home
last modified time | relevance | path

Searched refs:nDifference (Results 1 – 20 of 20) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/properties/
H A Dtextproperties.cxx215 const sal_Int32 nDifference((nNewLineWidth - nOldLineWidth) / 2); in ItemChange() local
217 if(!nDifference) in ItemChange()
229 SetObjectItemDirect(makeSdrTextLeftDistItem(nLeftDist + nDifference)); in ItemChange()
230 SetObjectItemDirect(makeSdrTextRightDistItem(nRightDist + nDifference)); in ItemChange()
231 SetObjectItemDirect(makeSdrTextUpperDistItem(nUpperDist + nDifference)); in ItemChange()
232 SetObjectItemDirect(makeSdrTextLowerDistItem(nLowerDist + nDifference)); in ItemChange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/properties/
H A Dtextproperties.cxx210 const sal_Int32 nDifference((nNewLineWidth - nOldLineWidth) / 2); in ItemChange() local
212 if(nDifference) in ItemChange()
223 SetObjectItemDirect(makeSdrTextLeftDistItem(nLeftDist + nDifference)); in ItemChange()
224 SetObjectItemDirect(makeSdrTextRightDistItem(nRightDist + nDifference)); in ItemChange()
225 SetObjectItemDirect(makeSdrTextUpperDistItem(nUpperDist + nDifference)); in ItemChange()
226 SetObjectItemDirect(makeSdrTextLowerDistItem(nLowerDist + nDifference)); in ItemChange()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Dvbaexport.cxx303 sal_uInt16 nDifference = mnDecompressedCurrent; in CopyTokenHelp() local
304 assert(nDifference <= 4096); in CopyTokenHelp()
305 assert(nDifference >= 1); in CopyTokenHelp()
306 if (nDifference >= 2049) in CopyTokenHelp()
308 else if (nDifference >= 1025) in CopyTokenHelp()
310 else if (nDifference >= 513) in CopyTokenHelp()
312 else if (nDifference >= 257) in CopyTokenHelp()
314 else if (nDifference >= 129) in CopyTokenHelp()
316 else if (nDifference >= 65) in CopyTokenHelp()
318 else if (nDifference >= 33) in CopyTokenHelp()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Dvbaexport.cxx304 sal_uInt16 nDifference = mnDecompressedCurrent; in CopyTokenHelp() local
305 assert(nDifference <= 4096); in CopyTokenHelp()
306 assert(nDifference >= 1); in CopyTokenHelp()
307 if (nDifference >= 2049) in CopyTokenHelp()
309 else if (nDifference >= 1025) in CopyTokenHelp()
311 else if (nDifference >= 513) in CopyTokenHelp()
313 else if (nDifference >= 257) in CopyTokenHelp()
315 else if (nDifference >= 129) in CopyTokenHelp()
317 else if (nDifference >= 65) in CopyTokenHelp()
319 else if (nDifference >= 33) in CopyTokenHelp()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterTimer.cxx304 sal_Int64 nDifference = 0; in run() local
313 nDifference = GetTimeDifference( in run()
316 if (nDifference <= 0) in run()
333 ConvertToTimeValue(aTimeValue, nDifference); in run()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterTimer.cxx304 sal_Int64 nDifference = 0; in run() local
313 nDifference = GetTimeDifference( in run()
316 if (nDifference <= 0) in run()
333 ConvertToTimeValue(aTimeValue, nDifference); in run()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport12.cxx838 sal_Int32 nDifference = 5150 - nHeight; variable
840 ss << "Difference: " << nDifference << " TotalHeight: " << nHeight;
841 CPPUNIT_ASSERT_MESSAGE(ss.str(), nDifference <= 4);
842 CPPUNIT_ASSERT_MESSAGE(ss.str(), nDifference >= -4);
851 sal_Int32 nDifference = 8729 - nHeight; variable
853 ss << "Difference: " << nDifference << " TotalHeight: " << nHeight;
854 CPPUNIT_ASSERT_MESSAGE(ss.str(), nDifference <= 4);
855 CPPUNIT_ASSERT_MESSAGE(ss.str(), nDifference >= -4);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport12.cxx837 sal_Int32 nDifference = 5150 - nHeight; variable
839 ss << "Difference: " << nDifference << " TotalHeight: " << nHeight;
840 CPPUNIT_ASSERT_MESSAGE(ss.str(), nDifference <= 4);
841 CPPUNIT_ASSERT_MESSAGE(ss.str(), nDifference >= -4);
850 sal_Int32 nDifference = 8729 - nHeight; variable
852 ss << "Difference: " << nDifference << " TotalHeight: " << nHeight;
853 CPPUNIT_ASSERT_MESSAGE(ss.str(), nDifference <= 4);
854 CPPUNIT_ASSERT_MESSAGE(ss.str(), nDifference >= -4);
/dports/math/p5-Math-MPC/Math-MPC-1.13/t/
H A DRmpc_set_NV.t137 warn "\nexpected ", sqrt(3.0), ", got $ld\nDifference is ", $ld - sqrt(3.0), "\n";
154 warn "\nexpected $re_expected, got $ld\nDifference is ", $ld - $re_expected, "\n";
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/accessibility/
H A DAccessibleTextHelper.cxx325 …plicit AccessibleTextHelper_OffsetChildIndex( sal_Int32 nDifference ) : mnDifference(nDifference) … in AccessibleTextHelper_OffsetChildIndex() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/accessibility/
H A DAccessibleTextHelper.cxx336 …plicit AccessibleTextHelper_OffsetChildIndex( sal_Int32 nDifference ) : mnDifference(nDifference) … in AccessibleTextHelper_OffsetChildIndex() argument
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h860 int64_t nDifference = ((nEnd<<16) - (nStart<<16)); in MicroProfileLogTickDifference() local
861 return nDifference >> 16; in MicroProfileLogTickDifference()
H A Dmicroprofileui.h2819 …int64_t nDifference = MicroProfileLogTickDifference(S.nContextSwitchHoverTickIn, S.nContextSwitchH… in MicroProfileDraw() local
2820 MicroProfileStringArrayFormat(&ToolTip, "%6.2fms", fToMs * nDifference ); in MicroProfileDraw()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h860 int64_t nDifference = ((nEnd<<16) - (nStart<<16)); in MicroProfileLogTickDifference() local
861 return nDifference >> 16; in MicroProfileLogTickDifference()
H A Dmicroprofileui.h2819 …int64_t nDifference = MicroProfileLogTickDifference(S.nContextSwitchHoverTickIn, S.nContextSwitchH… in MicroProfileDraw() local
2820 MicroProfileStringArrayFormat(&ToolTip, "%6.2fms", fToMs * nDifference ); in MicroProfileDraw()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h860 int64_t nDifference = ((nEnd<<16) - (nStart<<16)); in MicroProfileLogTickDifference() local
861 return nDifference >> 16; in MicroProfileLogTickDifference()
H A Dmicroprofileui.h2819 …int64_t nDifference = MicroProfileLogTickDifference(S.nContextSwitchHoverTickIn, S.nContextSwitchH… in MicroProfileDraw() local
2820 MicroProfileStringArrayFormat(&ToolTip, "%6.2fms", fToMs * nDifference ); in MicroProfileDraw()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h1635 int64_t nDifference = ((nEnd<<16) - (nStart<<16)); in MicroProfileLogTickDifference() local
1636 return nDifference >> 16; in MicroProfileLogTickDifference()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/std_data/
H A Dmysql_database_10.4.dump334nDifference between ORDER BY DESC and MAX():\n \nCREATE TABLE student2(name CHAR(10),grade\nENUM(\…
335nDifference between UNION, EXCEPT and INTERSECT:\n \nCREATE TABLE seqs (i INT);\nINSERT INTO seqs …
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/std_data/
H A Dmysql_database_10.4.dump334nDifference between ORDER BY DESC and MAX():\n \nCREATE TABLE student2(name CHAR(10),grade\nENUM(\…
335nDifference between UNION, EXCEPT and INTERSECT:\n \nCREATE TABLE seqs (i INT);\nINSERT INTO seqs …