Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/notify/
H A Deventsupplier.cxx82 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 …]
/trunk/main/sfx2/source/inc/
H A Deventsupplier.hxx92 SEQUENCE< OUSTRING > maEventNames; member in SfxEvents_Impl