Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XRecentFunctions.java86 IDs = oObj.getRecentFunctionIds(); in _getRecentFunctionIds()
127 bResult &= (oObj.getRecentFunctionIds().length == 0); in _setRecentFunctionIds()
158 bResult &= (oObj.getRecentFunctionIds().length == iMaxNumber); in _setRecentFunctionIds()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScRecentFunctionsObj.csv1 "ScRecentFunctionsObj";"com::sun::star::sheet::XRecentFunctions";"getRecentFunctionIds()"
/trunk/main/offapi/com/sun/star/sheet/
H A DXRecentFunctions.idl52 sequence< long > getRecentFunctionIds();
/trunk/main/sc/inc/
H A Dappluno.hxx132 virtual ::com::sun::star::uno::Sequence< sal_Int32 > SAL_CALL getRecentFunctionIds()
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx695 uno::Sequence<sal_Int32> SAL_CALL ScRecentFunctionsObj::getRecentFunctionIds() in getRecentFunctionIds() function in ScRecentFunctionsObj
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java1360 int[] nRecentIds = xRecFunc.getRecentFunctionIds(); in doFunctionAccessSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs1456 int[] nRecentIds = xRecFunc.getRecentFunctionIds(); in doFunctionAccessSamples()

Completed in 38 milliseconds