Home
last modified time | relevance | path

Searched refs:LockUnlockAllCharts (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/inc/
H A Dunochart.hxx98 void LockUnlockAllCharts( sal_Bool bLock );
99 void LockAllCharts() { LockUnlockAllCharts( sal_True ); }; in LockAllCharts()
100 void UnlockAllCharts() { LockUnlockAllCharts( sal_False ); }; in UnlockAllCharts()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx157 void SwChartLockController_Helper::LockUnlockAllCharts( sal_Bool bLock ) in LockUnlockAllCharts() function in SwChartLockController_Helper

Completed in 26 milliseconds