/trunk/main/offapi/com/sun/star/util/ |
H A D | XModifiable2.idl | 44 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 D | strings.src | 37 …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 D | AccessibleTableModelChange.idl | 49 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 D | OpenOfficeDocFileSystem.java | 887 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.java | 50 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 D | types.mk | 151 /// 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 D | readme.txt | 28 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 D | FormattedString.cxx | 187 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 D | GridProperties.cxx | 227 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 D | PageBackground.cxx | 204 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 D | StockBar.cxx | 216 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 D | Wall.cxx | 207 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 D | DataPoint.cxx | 271 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 D | Legend.cxx | 249 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()
|
H A D | Title.cxx | 356 void SAL_CALL Title::modified( const lang::EventObject& aEvent ) in modified() function in chart::Title 359 m_xModifyEventForwarder->modified( aEvent ); in modified() 377 m_xModifyEventForwarder->modified( lang::EventObject( static_cast< uno::XWeak* >( this ))); in fireModifyEvent()
|
/trunk/test/testuno/source/org/openoffice/test/uno/ |
H A D | UnoApp.java | 213 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 D | XPropertyControl.idl | 78 /** 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 D | ChartType.cxx | 306 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 D | standardcontrol.cxx | 235 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 D | commoncontrol.hxx | 76 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 D | RegressionEquation.cxx | 279 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 D | ErrorBar.cxx | 279 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 D | XStringResourcePersistence.idl | 54 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 D | view.src | 77 …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/offapi/com/sun/star/document/ |
H A D | XDocumentRecovery.idl | 42 …/** 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 …
|