Home
last modified time | relevance | path

Searched refs:COND_COMMAND_COUNT (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sw/source/ui/chrdlg/
H A Dccoll.cxx59 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()
/aoo4110/main/sw/inc/
H A Dccoll.hxx58 #define COND_COMMAND_COUNT 28 macro
75 static CommandStruct aCmds[COND_COMMAND_COUNT];
77 String sStyles[COND_COMMAND_COUNT];
/aoo4110/main/sw/source/core/unocore/
H A Dunostyle.cxx2031 DBG_ASSERT(COND_COMMAND_COUNT == 28, in lcl_SetStyleProperty()
2423 DBG_ASSERT(COND_COMMAND_COUNT == 28, in lcl_GetStyleProperty()
2426 uno::Sequence< beans::NamedValue > aSeq(COND_COMMAND_COUNT); in lcl_GetStyleProperty()
2431 for (sal_uInt16 n = 0; n < COND_COMMAND_COUNT; ++n) in lcl_GetStyleProperty()
/aoo4110/main/sw/source/ui/app/
H A Ddocstyle.cxx1178 for(sal_uInt16 i = 0; i < COND_COMMAND_COUNT; i++) in SetItemSet()
1213 for( sal_uInt16 i = 0; i < COND_COMMAND_COUNT; ++i ) in SetItemSet()

Completed in 93 milliseconds