Home
last modified time | relevance | path

Searched refs:eActual (Results 1 – 14 of 14) sorted by relevance

/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/core/tests/
H A Dpivottable-test.cpp143 QVERIFY(networth_f.m_grid.m_total[eActual][0] == moZero); in testNetWorthSingle()
144 QVERIFY(networth_f.m_grid.m_total[eActual][4] == moZero); in testNetWorthSingle()
164 QVERIFY(networth_f.m_grid.m_total[eActual][0] == moZero); in testNetWorthOfsetting()
216 QVERIFY(networth_f.m_grid.m_total[eActual][1] == moZero); in testNetWorthDateFilter()
823 QVERIFY(spending_b.m_grid.m_total[eActual][0] == moZero); in testColumnType()
827 QVERIFY(spending_b.m_grid.m_total[eActual][4] == moZero); in testColumnType()
828 QVERIFY(spending_b.m_grid.m_total[eActual][5] == moZero); in testColumnType()
829 QVERIFY(spending_b.m_grid.m_total[eActual][6] == moZero); in testColumnType()
831 QVERIFY(spending_b.m_grid.m_total[eActual][8] == moZero); in testColumnType()
841 QVERIFY(spending_q.m_grid.m_total[eActual][0] == moZero); in testColumnType()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/core/
H A Dpivottable.cpp374 fillBasePriceUnit(eActual); in init()
487 if ((*it_row)[eActual].count() <= sourcecolumn) in accumulateColumn()
489 if ((*it_row)[eActual].count() <= destcolumn) in accumulateColumn()
492 (*it_row)[eActual][destcolumn] += (*it_row)[eActual][sourcecolumn]; in accumulateColumn()
516 if ((*it_row)[eActual].count() <= column) in clearColumn()
519 (*it_row++)[eActual][column] = PivotCell(); in clearColumn()
715 if (it_row.value()[eActual].count() <= column) in calculateRunningSums()
740 if (it_row.value()[eActual].count() <= column) in calculateRunningSums()
1017 if (it_row.value()[eActual].count() <= column) in convertToBaseCurrency()
1066 if (it_row.value()[eActual].count() <= column) in convertToDeepCurrency()
[all …]
H A Dpivotgrid.h40 enum ERowType {eActual, eBudget, eBudgetDiff, eForecast, eAverage, ePrice }; enumerator
H A Dpivotgrid.cpp105 insert(eActual, PivotGridRow(_numcolumns)); in PivotGridRowSet()
H A Dkreportchartview.cpp474 if (myRowTypeList.at(i) == eActual) in drawPivotChart()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uibase/frmdlg/
H A Dfrmdlg.cxx54 auto eActual = getProperty<text::TextContentAnchorType>(getShape(1), "AnchorType"); in CPPUNIT_TEST_FIXTURE() local
59 CPPUNIT_ASSERT_EQUAL(text::TextContentAnchorType_AS_CHARACTER, eActual); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/core/doc/
H A Ddoc.cxx74 SvxFrameDirection eActual = rFrameFormats[1]->GetAttrSet().GetItem(RES_FRAMEDIR)->GetValue(); in CPPUNIT_TEST_FIXTURE() local
81 CPPUNIT_ASSERT_EQUAL(SvxFrameDirection::Vertical_LR_BT, eActual); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/core/doc/
H A Ddoc.cxx71 SvxFrameDirection eActual = rFrameFormats[1]->GetAttrSet().GetItem(RES_FRAMEDIR)->GetValue(); in CPPUNIT_TEST_FIXTURE() local
78 CPPUNIT_ASSERT_EQUAL(SvxFrameDirection::Vertical_LR_BT, eActual); in CPPUNIT_TEST_FIXTURE()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/views/reports/
H A Dreportsview.cpp211 MyMoneyMoney totalActualValue = grid.m_total[reports::eActual].m_total; in budget()
267 MyMoneyMoney actualValue = it_row.value()[reports::eActual][column]; in budget()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dview.hxx172 virtual SfxChildAlignment CheckAlignment(SfxChildAlignment eActual,
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dview.hxx197 virtual SfxChildAlignment CheckAlignment(SfxChildAlignment eActual,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DHttpApplication.cs1556 Exception eActual; in ProcessSpecialRequest()
1558 eActual = e.InnerException; in ProcessSpecialRequest()
1560 eActual = e; in ProcessSpecialRequest()
1562 RecordError(eActual); in ProcessSpecialRequest()
1566 WebBaseEvent.RaiseRuntimeError(eActual, this); in ProcessSpecialRequest()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dview.cxx743 SfxChildAlignment SmCmdBoxWindow::CheckAlignment(SfxChildAlignment eActual, in CheckAlignment() argument
756 return eActual; in CheckAlignment()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dview.cxx893 SfxChildAlignment SmCmdBoxWindow::CheckAlignment(SfxChildAlignment eActual, in CheckAlignment() argument
906 return eActual; in CheckAlignment()