Home
last modified time | relevance | path

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

/AOO41X/main/embeddedobj/source/commonembedding/
H A Dmiscobj.cxx176 sal_Int32 nVerbTableSize = 0; in CommonInit_Impl() local
181 m_aVerbTable.realloc( ++nVerbTableSize ); in CommonInit_Impl()
182 m_aVerbTable[nVerbTableSize - 1].realloc( 2 ); in CommonInit_Impl()
183 m_aVerbTable[nVerbTableSize - 1][0] = m_aObjectVerbs[nVerbInd].VerbID; in CommonInit_Impl()
184 m_aVerbTable[nVerbTableSize - 1][1] = embed::EmbedStates::UI_ACTIVE; in CommonInit_Impl()
188 m_aVerbTable.realloc( ++nVerbTableSize ); in CommonInit_Impl()
189 m_aVerbTable[nVerbTableSize - 1].realloc( 2 ); in CommonInit_Impl()
190 m_aVerbTable[nVerbTableSize - 1][0] = m_aObjectVerbs[nVerbInd].VerbID; in CommonInit_Impl()
191 m_aVerbTable[nVerbTableSize - 1][1] = embed::EmbedStates::UI_ACTIVE; in CommonInit_Impl()
195 m_aVerbTable.realloc( ++nVerbTableSize ); in CommonInit_Impl()
[all …]