Searched refs:aEv (Results 1 – 4 of 4) sorted by relevance
236 beans::PropertyChangeEvent aEv; in rowCountChanged() local238 aEv.Further = false; in rowCountChanged()239 aEv.PropertyHandle = -1; in rowCountChanged()240 aEv.OldValue <<= aOldValue; in rowCountChanged()241 aEv.NewValue <<= aNewValue; in rowCountChanged()247 listener->propertyChange( aEv ); in rowCountChanged()261 beans::PropertyChangeEvent aEv; in isFinalChanged() local263 aEv.Further = false; in isFinalChanged()264 aEv.PropertyHandle = -1; in isFinalChanged()267 aEv.OldValue <<= fval; in isFinalChanged()[all …]
189 datatransfer::clipboard::ClipboardEvent aEv; in setContents() local190 aEv.Contents = m_aContents; in setContents()199 (*it)->changedContents( aEv ); in setContents()366 datatransfer::dnd::DragSourceDropEvent aEv; in startDrag() local367 aEv.DropAction = datatransfer::dnd::DNDConstants::ACTION_COPY; in startDrag()368 aEv.DropSuccess = sal_False; in startDrag()369 listener->dragDropEnd( aEv ); in startDrag()
3161 SalExtTextInputEvent aEv; in beginUnicodeSequence() local3162 aEv.mnTime = 0; in beginUnicodeSequence()3163 aEv.maText = rSeq; in beginUnicodeSequence()3165 aEv.mnCursorPos = 0; in beginUnicodeSequence()3166 aEv.mnDeltaStart = 0; in beginUnicodeSequence()3167 aEv.mnCursorFlags = 0; in beginUnicodeSequence()3192 aEv.mnTime = 0; in appendUnicodeSequence()3195 aEv.mnCursorPos = 0; in appendUnicodeSequence()3196 aEv.mnDeltaStart = 0; in appendUnicodeSequence()3197 aEv.mnCursorFlags = 0; in appendUnicodeSequence()[all …]
399 …ApplicationEvent aEv( String(), ApplicationAddress(), ByteString( "PRIVATE:DOSHUTDOWN" ), String()…400 GetpApp()->AppEvent( aEv );
Completed in 44 milliseconds