Searched refs:LockUnlockAllCharts (Results 1 – 2 of 2) sorted by relevance
98 void LockUnlockAllCharts( sal_Bool bLock );99 void LockAllCharts() { LockUnlockAllCharts( sal_True ); }; in LockAllCharts()100 void UnlockAllCharts() { LockUnlockAllCharts( sal_False ); }; in UnlockAllCharts()
157 void SwChartLockController_Helper::LockUnlockAllCharts( sal_Bool bLock ) in LockUnlockAllCharts() function in SwChartLockController_Helper
Completed in 44 milliseconds