Searched refs:rtl_getAppCommandArgCount (Results 1 – 14 of 14) sorted by relevance
104 for (; index < rtl_getAppCommandArgCount(); index += 3) { in SAL_IMPLEMENT_MAIN()110 if (rtl_getAppCommandArgCount() - index < 3) { in SAL_IMPLEMENT_MAIN()128 if (rtl_getAppCommandArgCount() - index != 1) { in SAL_IMPLEMENT_MAIN()
72 sal_uInt32 SAL_CALL rtl_getAppCommandArgCount();
39 sal_Int32 nCount = rtl_getAppCommandArgCount();
53 for(sal_uInt32 i = 0; i < rtl_getAppCommandArgCount(); ++ i) { in SAL_IMPLEMENT_MAIN()
101 sal_uInt32 SAL_CALL rtl_getAppCommandArgCount (void) in rtl_getAppCommandArgCount() function
172 if (*pnIndex >= (sal_Int32)rtl_getAppCommandArgCount() || pValue->copy(1).equals(dash)) in readOption()631 sal_Int32 nCount = (sal_Int32)rtl_getAppCommandArgCount();
65 sal_Int32 nCount = (sal_Int32)rtl_getAppCommandArgCount(); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
64 if (*pnIndex >= (sal_Int32)rtl_getAppCommandArgCount() || in readOption()
50 sal_Int32 nCount = rtl_getAppCommandArgCount(); in lcl_IsInvitationAllowed()
43 sal_Int32 nCount = rtl_getAppCommandArgCount(); in main()
156 sal_Int32 nCount = (sal_Int32)rtl_getAppCommandArgCount();
492 rtl_getAppCommandArgCount;
52 m_count(rtl_getAppCommandArgCount()), in ExtCommandLineSupplier()
557 sal_uInt32 nCount = rtl_getAppCommandArgCount(); in EnableOfficeIPCThread()
Completed in 48 milliseconds