Home
last modified time | relevance | path

Searched refs:modified (Results 26 – 50 of 364) sorted by relevance

12345678910>>...15

/aoo42x/main/offapi/com/sun/star/document/
H A DXDocumentRecovery.idl42 …/** determines whether the document has been modified since the last call to <member>storeToRecove…
45 has been modified since it has been loaded respectively created.</p>
52 …the document actually has been modified. So, the most simple implementation could simply delegate …
/aoo42x/main/qadevOOo/runner/util/
H A DDesktopTools.java300 …XModifiable modified = (XModifiable) UnoRuntime.queryInterface(XModifiable.class, DocumentToClose); in closeDoc() local
305 if (modified != null) in closeDoc()
307 modified.setModified(false); in closeDoc()
/aoo42x/main/sw/source/core/bastyp/
H A DSwSmartTagMgr.cxx61 void SwSmartTagMgr::modified( const lang::EventObject& rEO ) throw( RuntimeException ) in modified() function in SwSmartTagMgr
68 SmartTagMgr::modified( rEO ); in modified()
/aoo42x/main/chart2/source/model/main/
H A DBaseCoordinateSystem.cxx351 void SAL_CALL BaseCoordinateSystem::modified( const lang::EventObject& aEvent ) in modified() function in chart::BaseCoordinateSystem
354 m_xModifyEventForwarder->modified( aEvent ); in modified()
372 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DAxis.cxx568 void SAL_CALL Axis::modified( const lang::EventObject& aEvent ) in modified() function in chart::Axis
571 m_xModifyEventForwarder->modified( aEvent ); in modified()
590 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DDataSeries.cxx586 void SAL_CALL DataSeries::modified( const lang::EventObject& aEvent ) in modified() function in chart::DataSeries
589 m_xModifyEventForwarder->modified( aEvent ); in modified()
611 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
/aoo42x/main/chart2/source/tools/
H A DWeakListenerAdapter.cxx46 void SAL_CALL WeakModifyListenerAdapter::modified( const lang::EventObject& aEvent ) in modified() function in chart::WeakModifyListenerAdapter
51 xModListener->modified( aEvent ); in modified()
H A DModifyListenerCallBack.cxx52 virtual void SAL_CALL modified( const lang::EventObject& aEvent ) throw (uno::RuntimeException);
77 void SAL_CALL ModifyListenerCallBack_impl::modified( const lang::EventObject& /*aEvent*/ ) throw (u… in modified() function in chart::ModifyListenerCallBack_impl
H A DModifyListenerHelper.cxx66 xModListener->modified( aEventToSend ); in lcl_fireModifyEvent()
188 void SAL_CALL ModifyEventForwarder::modified( const lang::EventObject& aEvent ) in modified() function in chart::ModifyListenerHelper::ModifyEventForwarder
/aoo42x/main/rhino/
H A DREADME6 documents, we have modified the Java source file Main.java.
8 The Rhino source tarball is unpacked and patched with the modified code. The
/aoo42x/main/offapi/com/sun/star/configuration/backend/
H A DXMultiLayerStratum.idl116 identifies the layer which should be modified
159 a point in time. The layer should be returned only if is modified
205 a point in time. Only layers that are modified since that time
257 Only layers that are modified since that time should be returned.
/aoo42x/main/chart2/source/controller/main/
H A DStatusBarCommandDispatch.cxx129 void SAL_CALL StatusBarCommandDispatch::modified( const lang::EventObject& aEvent ) in modified() function in chart::StatusBarCommandDispatch
135 CommandDispatch::modified( aEvent ); in modified()
/aoo42x/main/jvmfwk/source/
H A Delements.cxx774 sal_uInt32 modified = getModifiedTime(); in checkSettingsFileStatus() local
775 OSL_ASSERT(modified <= curTime.Seconds); in checkSettingsFileStatus()
779 if ( modified && curTime.Seconds - modified > in checkSettingsFileStatus()
784 (int)( curTime.Seconds - modified)); in checkSettingsFileStatus()
/aoo42x/main/udkapi/com/sun/star/java/
H A DInvalidJavaSettingsException.idl34 /** indicates a the Java settings have been modified.
38 file is modified, then the current settings are regarded as invalid.</p>
/aoo42x/main/offapi/com/sun/star/ui/
H A DContextMenuInterceptorAction.idl42 the menu has been modified and should be executed without notifying the next registered
47 the menu has been modified and the next registered <type>XContextMenuInterceptor</type>
/aoo42x/main/dbaccess/source/ui/browser/
H A Dexsrcbrw.cxx159 void SbaExternalSourceBrowser::modified(const ::com::sun::star::lang::EventObject& aEvent) throw( R… in modified() function in SbaExternalSourceBrowser
161 SbaXDataBrowserController::modified(aEvent); in modified()
167 ((::com::sun::star::util::XModifyListener*)aIt.next())->modified(aEvt); in modified()
/aoo42x/main/offapi/com/sun/star/util/
H A DXModifyBroadcaster.idl44 <p>The modified object must post the modification events immediately
50 /** adds the specified listener to receive events "modified."
H A DXModifiable.idl50 <TRUE/> if the object is modified.
58 /** sets the status of the <em>modified</em>-flag from outside of the
/aoo42x/main/sc/source/ui/inc/
H A Dvalidate.hrc62 They do not map directly to ScValidationMode and can safely be modified to
74 They do not map directly to ScConditionMode and can safely be modified to
/aoo42x/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java382 XModifiable modified = (XModifiable) UnoRuntime.queryInterface( in testTitleAndSubTitle() local
386 if (modified != null) in testTitleAndSubTitle()
387 modified.setModified(true); in testTitleAndSubTitle()
/aoo42x/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java177 XModifiable modified = (XModifiable)UnoRuntime.queryInterface( XModifiable.class, scDoc); in testOneDoc() local
178 modified.setModified( false); in testOneDoc()
/aoo42x/main/dbaccess/source/core/resource/
H A Dstrings.src82 Text [ en-US ] = "No values were modified.";
94 Text [ en-US ] = "Values could not be modified, due to a missing condition statement.";
154 Text [ en-US ] = "A row cannot be modified in this state";
/aoo42x/main/offapi/com/sun/star/xml/dom/events/
H A DEventType.idl154 … been modified on a node. The target of this event is the Node whose Attr changed. The value of at…
162 …Fired after CharacterData within a node has been modified but the node itself has not been inserte…
/aoo42x/main/extensions/source/propctrlr/
H A Dstandardcontrol.hxx150 virtual void modified();
312 virtual void modified();
338 virtual void modified();
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXDatabaseRange.idl84 <p>If the filter descriptor is modified, the new filtering is
96 <p>If the subtotal descriptor is modified, the new subtotals are

Completed in 110 milliseconds

12345678910>>...15