Searched refs:maEventNames (Results 1 – 2 of 2) sorted by relevance
82 long nCount = maEventNames.getLength(); in replaceByName()85 if ( maEventNames[i] == aName ) in replaceByName()139 long nCount = maEventNames.getLength(); in getByName()143 if ( maEventNames[i] == aName ) in getByName()153 return maEventNames; in getElementNames()163 long nCount = maEventNames.getLength(); in hasByName()167 if ( maEventNames[i] == aName ) in hasByName()188 if ( maEventNames.getLength() ) in hasElements()316 long nCount = maEventNames.getLength(); in notifyEvent()322 if ( maEventNames[nIndex] == aName ) in notifyEvent()[all …]
92 SEQUENCE< OUSTRING > maEventNames; member in SfxEvents_Impl