Home
last modified time | relevance | path

Searched refs:mbUpdate (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx72 mbUpdate(false) in SvxFillToolBoxControl()
185 mbUpdate = true; in StateChanged()
195 mbUpdate = true; in StateChanged()
210 mbUpdate = false; in StateChanged()
237 if(mpStyleItem && pState && mbUpdate) in Update()
239 mbUpdate = false; in Update()
/trunk/main/svtools/inc/svtools/
H A Dtexteng.hxx133 sal_Bool mbUpdate : 1; member in TextEngine
252 sal_Bool GetUpdateMode() const { return mbUpdate; } in GetUpdateMode()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx100 mbUpdate = sal_True; in SV_IMPL_VARARR_SORT()
353 if ( bUpdate != mbUpdate ) in SetUpdateMode()
355 mbUpdate = bUpdate; in SetUpdateMode()
356 if ( mbUpdate ) in SetUpdateMode()
1563 mbUpdate = bUp; in SetUpdateMode()
1564 if ( mbUpdate && ( bChanged || bForceUpdate ) ) in SetUpdateMode()
/trunk/main/svx/inc/svx/
H A Dfillctrl.hxx62 bool mbUpdate : 1; member in SvxFillToolBoxControl

Completed in 41 milliseconds