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

Completed in 22 milliseconds