Home
last modified time | relevance | path

Searched refs:mbAuto (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/vcl/source/app/
H A Dtimer.cxx133 if ( !pTimerData->mpSVTimer->mbAuto ) in ImplTimerCallbackProc()
220 mbAuto = sal_False; in Timer()
230 mbAuto = sal_False; in Timer()
358 mbAuto = sal_True; in AutoTimer()
365 mbAuto = sal_True; in AutoTimer()
/aoo41x/main/oox/source/xls/
H A Ddrawingmanager.cxx185 mbAuto( true ) in BiffObjLineModel()
191 return mbAuto || (mnStyle != BIFF_OBJ_LINE_NONE); in isVisible()
198 rModel.mbAuto = getFlag( nFlags, BIFF_OBJ_LINE_AUTO ); in operator >>()
208 mbAuto( true ) in BiffObjFillModel()
214 return mbAuto || (mnPattern != BIFF_OBJ_PATT_NONE); in isFilled()
221 rModel.mbAuto = getFlag( nFlags, BIFF_OBJ_FILL_AUTO ); in operator >>()
595 if( rLineModel.mbAuto ) in convertLineProperties()
598 aAutoModel.mbAuto = false; in convertLineProperties()
709 if( rFillModel.mbAuto ) in convertFillProperties()
712 aAutoModel.mbAuto = false; in convertFillProperties()
/aoo41x/main/oox/source/drawingml/chart/
H A Daxiscontext.cxx191 mrModel.mbAuto = rAttribs.getBool( XML_val, false ); in onCreateContext()
233 mrModel.mbAuto = rAttribs.getBool( XML_val, false ); in onCreateContext()
H A Daxisconverter.cxx193 …aScaleData.AxisType = (bDateAxis && !mrModel.mbAuto) ? cssc2::AxisType::DATE : cssc2::AxisType::CA… in convertFromModel()
194 aScaleData.AutoDateAxis = mrModel.mbAuto; in convertFromModel()
H A Daxismodel.cxx61 mbAuto( false ), in AxisModel()
/aoo41x/main/oox/inc/oox/xls/
H A Ddrawingmanager.hxx54 bool mbAuto; /// True = automatic line format. member
70 bool mbAuto; /// True = automatic fill format. member
/aoo41x/main/vcl/inc/vcl/
H A Dtimer.hxx44 sal_Bool mbAuto; member in Timer
/aoo41x/main/oox/inc/oox/drawingml/chart/
H A Daxismodel.hxx93 bool mbAuto; /// True = automatic selection of text/date axis type. member

Completed in 38 milliseconds