Searched refs:COND_COMMAND_COUNT (Results 1 – 4 of 4) sorted by relevance
59 const char *aCommandContext[COND_COMMAND_COUNT] =94 for (sal_Int16 i = 0; nRes == -1 && i < COND_COMMAND_COUNT; ++i) in GetCommandContextIndex()105 if (0 <= nIndex && nIndex < COND_COMMAND_COUNT) in GetCommandContextByIndex()188 for(sal_uInt16 i = 0; i < COND_COMMAND_COUNT; i++) in operator ==()205 return nPos < COND_COMMAND_COUNT ? sStyles[nPos] : aEmptyStr; in GetStyle()215 if( nPos < COND_COMMAND_COUNT ) in SetStyle()
58 #define COND_COMMAND_COUNT 28 macro75 static CommandStruct aCmds[COND_COMMAND_COUNT];77 String sStyles[COND_COMMAND_COUNT];
2171 DBG_ASSERT(COND_COMMAND_COUNT == 28, in lcl_SetStyleProperty()2615 DBG_ASSERT(COND_COMMAND_COUNT == 28, in lcl_GetStyleProperty()2618 uno::Sequence< beans::NamedValue > aSeq(COND_COMMAND_COUNT); in lcl_GetStyleProperty()2623 for (sal_uInt16 n = 0; n < COND_COMMAND_COUNT; ++n) in lcl_GetStyleProperty()
1244 for(sal_uInt16 i = 0; i < COND_COMMAND_COUNT; i++) in SetItemSet()1279 for( sal_uInt16 i = 0; i < COND_COMMAND_COUNT; ++i ) in SetItemSet()
Completed in 145 milliseconds