/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 518 aNotifier.fire( ); in moveToBookmark() 559 aNotifier.fire( ); in moveRelativeToBookmark() 678 aNotifier.fire(); in next() 800 aNotifier.fire(); in beforeFirst() 843 aNotifier.fire(); in afterLast() 891 aNotifier.fire(); in move() 992 aNotifier.fire(); in absolute() 1048 aNotifier.fire(); in relative() 1101 aNotifier.fire(); in previous() 1339 fire( &_nProperty, &aNew, &aOld, 1, sal_False ); in fireProperty() [all …]
|
H A D | CRowSetDataColumn.cxx | 227 fire(&nHandle, &aNew, &m_aOldValue, 1, sal_False ); in fireValueChange() 235 fire(&nHandle, &aNew, &m_aOldValue, 1, sal_False ); in fireValueChange()
|
H A D | RowSet.cxx | 641 fire(&nHandle, &aNewConnection, &aOldConnection, 1, sal_False); in setActiveConnection() 1056 aNotifier.fire( ); in deleteRow() 1175 fire(&nHandle,&aNew,&aOld,1,sal_False); in fireRowcount() 1184 fire(&nHandle,&aNew,&aOld,1,sal_False); in fireRowcount() 1307 aNotifier.fire(); in moveToCurrentRow() 2142 aNotifier.fire(); in deleteRows() 2786 aNotifier.fire( ); in refreshRow()
|
H A D | query.cxx | 310 fire(&nOwnHandle, &_rSource.NewValue, &_rSource.OldValue, 1, sal_False); in propertyChange()
|
/aoo41x/main/slideshow/source/inc/ |
H A D | interruptabledelayevent.hxx | 53 virtual bool fire() in fire() function in slideshow::internal::DelayFacade 60 return mpEvent->fire(); in fire()
|
H A D | event.hxx | 48 virtual bool fire() = 0;
|
H A D | wakeupevent.hxx | 53 virtual bool fire();
|
H A D | delayevent.hxx | 66 virtual bool fire();
|
/aoo41x/main/comphelper/source/property/ |
H A D | propagg.cxx | 522 fire(&nHandle, &evt.NewValue, &evt.OldValue, 1, sal_False); in propertiesChange() 545 fire(pHandles, pNewValues, pOldValues, nDest, sal_False); in propertiesChange() 561 fire(&nHandle, &_rEvent.NewValue, &_rEvent.OldValue, 1, sal_True); in vetoableChange() 865 fire( pHandles, pConvertedValues, pOldValues, nHitCount, sal_True ); in setPropertyValues() 883 fire( pHandles, pConvertedValues, pOldValues, nHitCount, sal_False ); in setPropertyValues()
|
H A D | propstate.cxx | 90 fire(&nHandle, &aNewValue, &aOldValue, 1, sal_False); in firePropertyChange()
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | DrawController.cxx | 546 fire (&nHandle, &aNewValue, &aOldValue, 1, sal_False); in NotifyAccUpdate() 559 fire (&nHandle, &aNewValue, &aOldValue, 1, sal_False); in fireChangeLayer() 577 fire( &nHandles, &aNewValue, &aOldValue, 1, sal_False ); in fireSwitchCurrentPage() 587 fire (&nHandle, &rNewValue, &rOldValue, 1, sal_False); in FirePropertyChange()
|
/aoo41x/main/cppuhelper/source/ |
H A D | propshlp.cxx | 526 fire( &nHandle, &rValue, &aOldVal, 1, sal_True ); in setFastPropertyValue() 583 fire( i_handles, i_newValues, i_oldValues, i_count, sal_False ); in impl_fireAll() 609 … fire( &allHandles[0], &allNewValues[0], &allOldValues[0], additionalEvents + i_count, sal_False ); in impl_fireAll() 613 void OPropertySetHelper::fire in fire() function in cppu::OPropertySetHelper 880 fire( pHandles, pConvertedValues, pOldValues, n, sal_True ); in setFastPropertyValues()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | commanddefinition.cxx | 161 fire(&nHandle, &aNew, &aOld, 1, sal_True ); in rename() 164 fire(&nHandle, &aNew, &aOld, 1, sal_False ); in rename()
|
H A D | documentcontainer.cxx | 816 fire(&nHandle, &aNew, &aOld, 1, sal_True ); in rename() 818 fire(&nHandle, &aNew, &aOld, 1, sal_False ); in rename()
|
/aoo41x/main/udkapi/com/sun/star/beans/ |
H A D | XMultiPropertyStates.idl | 83 must fire the vetoable event before you change the property value. 94 must fire the vetoable event before you change the property value. </p>
|
H A D | XPropertyState.idl | 106 must fire the vetoable event before you change the property value.
|
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/ |
H A D | PropertySet.java | 536 fire( new Property[]{prop}, outConvertedVal, outOldValue, true); in setPropertyValue() 543 fire( new Property[]{prop}, outConvertedVal, outOldValue, false); in setPropertyValue() 874 protected void fire( in fire() method in PropertySet
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccessibilityTreeModel.java | 438 fire( (TreeModelListener)maTMListeners.get(i) ); in run() 442 protected void fire( TreeModelListener l) { } in fire() method in AccessibilityTreeModel.EventRunner
|
/aoo41x/main/UnoControls/source/controls/ |
H A D | framecontrol.cxx | 546 fire ( &nFrameId, &aNewFrame, &aOldFrame, 1, sal_False ) ; in impl_createFrame() 574 fire( &nFrameId, &aNewFrame, &aOldFrame, 1, sal_False ); in impl_deleteFrame()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | delayevent.cxx | 33 bool Delay::fire() in fire() function in slideshow::internal::Delay
|
H A D | wakeupevent.cxx | 56 bool WakeupEvent::fire() in fire() function in slideshow::internal::WakeupEvent
|
H A D | eventqueue.cxx | 246 event.pEvent->fire(); in process_()
|
/aoo41x/main/offapi/com/sun/star/xml/dom/events/ |
H A D | EventType.idl | 138 …oved. If the Node is being directly removed the DOMNodeRemoved event will fire before the DOMNodeR… 146 …ed. If the Node is being directly inserted the DOMNodeInserted event will fire before the DOMNodeI…
|
/aoo41x/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 1497 void ODatabaseForm::fire( sal_Int32* pnHandles, const Any* pNewValues, const Any* pOldValues, sal_I… in fire() function in frm::ODatabaseForm 1523 OPropertySetAggregationHelper::fire(pnHandles, pNewValues, pOldValues, nPos, bVetoable); in fire() 1525 …OPropertySetAggregationHelper::fire(pnHandles + nPos, pNewValues + nPos, pOldValues + nPos, nCount… in fire() 1531 OPropertySetAggregationHelper::fire(pnHandles, pNewValues, pOldValues, nCount, bVetoable); in fire() 2388 fire(&nHandle, &evt.NewValue, &evt.OldValue, 1, sal_False); in _propertyChanged()
|
/aoo41x/main/offapi/com/sun/star/chart2/ |
H A D | XFastPropertyState.idl | 102 must fire the vetoable event before you change the property value.
|