Lines Matching refs:maEventNames
84 long nCount = maEventNames.getLength(); in replaceByName()
87 if ( maEventNames[i] == aName ) in replaceByName()
143 long nCount = maEventNames.getLength(); in getByName()
147 if ( maEventNames[i] == aName ) in getByName()
157 return maEventNames; in getElementNames()
167 long nCount = maEventNames.getLength(); in hasByName()
171 if ( maEventNames[i] == aName ) in hasByName()
192 if ( maEventNames.getLength() ) in hasElements()
320 long nCount = maEventNames.getLength(); in notifyEvent()
326 if ( maEventNames[nIndex] == aName ) in notifyEvent()
362 maEventNames = pShell->GetEventNames(); in SfxEvents_Impl()
364 maEventNames = GlobalEventConfig().getElementNames(); in SfxEvents_Impl()
366 maEventData = SEQUENCE < ANY > ( maEventNames.getLength() ); in SfxEvents_Impl()