Home
last modified time | relevance | path

Searched refs:modified (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/trunk/main/offapi/com/sun/star/util/
H A DXModifiable2.idl44 This interface allows to prevent changing of the modified state of the
53 /** disable possibility to change modified state of the document
55 @returns the value that says whether the modified state change was
57 <TRUE/> the changing of the modified state was already disabled
58 <FALSE/> the changing of the modified state was enabled
64 /** enable possibility to change modified state of the document
66 @returns the value that says whether the modified state change was
68 <TRUE/> the changing of the modified state was disabled
69 <FALSE/> the changing of the modified state was already enabled
74 /** allows to detect whether the modified state change is enabled
/trunk/main/cui/source/tabpages/
H A Dstrings.src37 …Text [ en-US ] = "The gradient was modified without saving. \nModify the selected gradient or add …
53 …Text [ en-US ] = "The bitmap was modified without saving. \nModify the selected bitmap or add a ne…
65 …Text [ en-US ] = "The line style was modified without saving. \nModify the selected line style or …
77 …Text [ en-US ] = "The hatching type was modified but not saved. \nModify the selected hatching typ…
97 …Text [ en-US ] = "The color was modified without saving.\nModify the selected color or add a new c…
113 Text [ en-US ] = "The list was modified without saving. Would you like to save the list now?" ;
129 …Text [ en-US ] = "The arrowhead was modified without saving.\nWould you like to save the arrowhead…
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleTableModelChange.idl49 and/or columns or modified the content of a number of cells. See
58 modified cells.</p>
64 <p>The last row that has been changed or that contains modified
71 <p>The first column that has been changed or contains modified
78 <p>The last column that has been changed or contains modified
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java887 private boolean modified; field in OpenOfficeDocFileSystem.ModifiedStrategy
891 modified |= entry.isModified(); in evaluate()
897 return modified; in isModified()
1156 private boolean modified; field in OpenOfficeDocFileSystem.ReadWriteEntry
1171 return modified; in isModified()
1177 modified = true; in rename()
1184 modified = true; in getOutputStream()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XModifyBroadcaster.java50 boolean modified = false; field in _XModifyBroadcaster
54 public void modified (EventObject aEvent ) { in modified() method in _XModifyBroadcaster.TestModifyListener
55 modified = true; in modified()
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dtypes.mk151 /// just a few need to be modified.
155 /// just a few need to be modified.
159 /// just a few need to be modified.
163 /// just a few need to be modified.
167 /// just a few need to be modified.
/trunk/main/testtools/
H A Dreadme.txt28 Start a modified bridgetest_server (with the final "--singleaccept" argument
29 removed from the uno executable call) or a modified bridgetest_javaserver (with
31 call), then start a modified bridgetest_client (with a final "stress" argument
/trunk/main/chart2/source/model/main/
H A DFormattedString.cxx187 void SAL_CALL FormattedString::modified( const lang::EventObject& aEvent ) in modified() function in chart::FormattedString
190 m_xModifyEventForwarder->modified( aEvent ); in modified()
208 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DGridProperties.cxx227 void SAL_CALL GridProperties::modified( const lang::EventObject& aEvent ) in modified() function in chart::GridProperties
230 m_xModifyEventForwarder->modified( aEvent ); in modified()
248 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DPageBackground.cxx204 void SAL_CALL PageBackground::modified( const lang::EventObject& aEvent ) in modified() function in chart::PageBackground
207 m_xModifyEventForwarder->modified( aEvent ); in modified()
225 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DStockBar.cxx216 void SAL_CALL StockBar::modified( const lang::EventObject& aEvent ) in modified() function in chart::StockBar
219 m_xModifyEventForwarder->modified( aEvent ); in modified()
237 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DWall.cxx207 void SAL_CALL Wall::modified( const lang::EventObject& aEvent ) in modified() function in chart::Wall
210 m_xModifyEventForwarder->modified( aEvent ); in modified()
228 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DDataPoint.cxx271 void SAL_CALL DataPoint::modified( const lang::EventObject& aEvent ) in modified() function in chart::DataPoint
274 m_xModifyEventForwarder->modified( aEvent ); in modified()
292 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DLegend.cxx249 void SAL_CALL Legend::modified( const lang::EventObject& aEvent ) in modified() function in chart::Legend
252 m_xModifyEventForwarder->modified( aEvent ); in modified()
270 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
/trunk/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java213 XModifiable modified = (XModifiable) UnoRuntime.queryInterface(XModifiable.class, doc); in closeDocument() local
215 if (modified != null) in closeDocument()
216 modified.setModified(false); in closeDocument()
/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyControl.idl78 /** determines whether the control content is currently modified
81 its content is modified. This flag is reset to <FALSE/> every time our
93 if this value is currently modified
/trunk/main/chart2/source/model/template/
H A DChartType.cxx306 void SAL_CALL ChartType::modified( const lang::EventObject& aEvent ) in modified() function in chart::ChartType
309 m_xModifyEventForwarder->modified( aEvent ); in modified()
328 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx235 void OEditControl::modified() in modified() function in pcr::OEditControl
237 OEditControl_Base::modified(); in modified()
803 void OColorControl::modified() in modified() function in pcr::OColorControl
805 OColorControl_Base::modified(); in modified()
895 void OListboxControl::modified() in modified() function in pcr::OListboxControl
897 OListboxControl_Base::modified(); in modified()
H A Dcommoncontrol.hxx76 virtual void modified() = 0;
211 inline virtual void modified();
315 inline void CommonBehaviourControl< CONTROL_INTERFACE, CONTROL_WINDOW >::modified() in modified() function in pcr::CommonBehaviourControl
/trunk/main/chart2/source/tools/
H A DRegressionEquation.cxx279 void SAL_CALL RegressionEquation::modified( const lang::EventObject& aEvent ) in modified() function in chart::RegressionEquation
282 m_xModifyEventForwarder->modified( aEvent ); in modified()
300 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
H A DErrorBar.cxx279 void SAL_CALL ErrorBar::modified( const lang::EventObject& aEvent ) in modified() function in chart::ErrorBar
282 m_xModifyEventForwarder->modified( aEvent ); in modified()
333 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
/trunk/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl54 Stores all string table data respectively all data modified since
72 If the string table isn't modified (see <member>isModified</member>)
129 The modified state isn't affected either.
167 The modified state isn't affected either.
/trunk/main/sfx2/source/view/
H A Dview.src77 …Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the ne…
81 …Text [ en-US ] = "The page size has been modified.\nShould the new settings be saved\nin the activ…
85 …Text [ en-US ] = "The page size and orientation have been modified.\nWould you like to save the ne…
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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 …

Completed in 152 milliseconds

12345678910>>...15