Home
last modified time | relevance | path

Searched refs:isAutomaticCalculationEnabled (Results 1 – 7 of 7) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XCalculatable.java89 bIsAutomaticCalculationEnabled = oObj.isAutomaticCalculationEnabled(); in _enableAutomaticCalculation()
96 boolean result = oObj.isAutomaticCalculationEnabled(); in _isAutomaticCalculationEnabled()
/trunk/main/offapi/com/sun/star/sheet/
H A DXCalculatable.idl68 boolean isAutomaticCalculationEnabled();
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScModelObj.csv41 "ScModelObj";"com::sun::star::sheet::XCalculatable";"isAutomaticCalculationEnabled()"
/trunk/main/sc/source/ui/vba/
H A Dvbaapplication.cxx400 if(xCalc->isAutomaticCalculationEnabled()) in getCalculation()
H A Dvbaworksheet.cxx985 return xCalculatable->isAutomaticCalculationEnabled(); in getEnableCalculation()
/trunk/main/sc/inc/
H A Ddocuno.hxx200 virtual sal_Bool SAL_CALL isAutomaticCalculationEnabled()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx1432 sal_Bool SAL_CALL ScModelObj::isAutomaticCalculationEnabled() throw(uno::RuntimeException) in isAutomaticCalculationEnabled() function in ScModelObj