Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/dialogs/
H A Dtp_RangeChooser.cxx210 bool bTimeBased = m_xCB_TimeBased->get_active(); in changeDialogModelAccordingToControls() local
216 if(bTimeBased) in changeDialogModelAccordingToControls()
220 beans::PropertyValue( "TimeBased", -1, uno::Any(bTimeBased), in changeDialogModelAccordingToControls()
237 if(bTimeBased) in changeDialogModelAccordingToControls()
H A DDialogModel.hxx56 bool bTimeBased; member
137 void setTimeBasedRange( bool bTimeBased, sal_Int32 nStart, sal_Int32 nEnd) const;
H A DDialogModel.cxx405 bTimeBased(false), in DialogModelTimeBasedInfo()
422 if(maTimeBasedInfo.bTimeBased) in ~DialogModel()
786 void DialogModel::setTimeBasedRange( bool bTimeBased, sal_Int32 nStart, sal_Int32 nEnd) const in setTimeBasedRange() argument
790 maTimeBasedInfo.bTimeBased = bTimeBased; in setTimeBasedRange()
H A Dtp_DataSource.cxx915 if(rInfo.bTimeBased) in updateModelFromControl()
917 m_rDialogModel.setTimeBasedRange(rInfo.bTimeBased, rInfo.nStart, rInfo.nEnd); in updateModelFromControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/controller/dialogs/
H A Dtp_RangeChooser.cxx210 bool bTimeBased = m_xCB_TimeBased->get_active(); in changeDialogModelAccordingToControls() local
216 if(bTimeBased) in changeDialogModelAccordingToControls()
220 beans::PropertyValue( "TimeBased", -1, uno::Any(bTimeBased), in changeDialogModelAccordingToControls()
236 if(bTimeBased) in changeDialogModelAccordingToControls()
H A DDialogModel.hxx57 bool bTimeBased; member
138 void setTimeBasedRange( bool bTimeBased, sal_Int32 nStart, sal_Int32 nEnd) const;
H A DDialogModel.cxx365 bTimeBased(false), in DialogModelTimeBasedInfo()
382 if(maTimeBasedInfo.bTimeBased) in ~DialogModel()
744 void DialogModel::setTimeBasedRange( bool bTimeBased, sal_Int32 nStart, sal_Int32 nEnd) const in setTimeBasedRange() argument
748 maTimeBasedInfo.bTimeBased = bTimeBased; in setTimeBasedRange()
H A Dtp_DataSource.cxx909 if(rInfo.bTimeBased) in updateModelFromControl()
911 m_rDialogModel.setTimeBasedRange(rInfo.bTimeBased, rInfo.nStart, rInfo.nEnd); in updateModelFromControl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/inc/
H A DChartView.hxx62 bTimeBased(false), in TimeBasedInfo()
65 bool bTimeBased; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/inc/
H A DChartView.hxx62 bTimeBased(false), in TimeBasedInfo()
65 bool bTimeBased; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dchart2uno.cxx1398 bool bTimeBased = false; in createDataSource() local
1430 rArgument.Value >>= bTimeBased; in createDataSource()
1444 if(bTimeBased) in createDataSource()
1464 if(!bTimeBased) in createDataSource()
3271 bool bTimeBased = mbTimeBased; in setPropertyValue() local
3272 rValue>>= bTimeBased; in setPropertyValue()
3273 mbTimeBased = bTimeBased; in setPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dchart2uno.cxx1395 bool bTimeBased = false; in createDataSource() local
1427 rArgument.Value >>= bTimeBased; in createDataSource()
1441 if(bTimeBased) in createDataSource()
1461 if(!bTimeBased) in createDataSource()
3272 bool bTimeBased = mbTimeBased; in setPropertyValue() local
3273 rValue>>= bTimeBased; in setPropertyValue()
3274 mbTimeBased = bTimeBased; in setPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/view/main/
H A DChartView.cxx2424 maTimeBased.bTimeBased = true; in createShapes()
2464 if(maTimeBased.bTimeBased) in createShapes()
2970 if(maTimeBased.bTimeBased && maTimeBased.nFrame != 0) in createShapes2D()
3029 if(maTimeBased.bTimeBased && maTimeBased.nFrame % 60 == 0) in createShapes2D()
3051 if(maTimeBased.bTimeBased && !maTimeBased.maTimer.IsActive()) in createShapes2D()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/view/main/
H A DChartView.cxx2439 maTimeBased.bTimeBased = true; in createShapes()
2479 if(maTimeBased.bTimeBased) in createShapes()
2972 if(maTimeBased.bTimeBased && maTimeBased.nFrame != 0) in createShapes2D()
3031 if(maTimeBased.bTimeBased && maTimeBased.nFrame % 60 == 0) in createShapes2D()
3053 if(maTimeBased.bTimeBased && !maTimeBased.maTimer.IsActive()) in createShapes2D()