Home
last modified time | relevance | path

Searched refs:modify (Results 1 – 25 of 165) sorted by relevance

1234567

/trunk/main/configmgr/source/
H A DREADME132 ... group(modify,fuse) - group(modify,fuse) - ...
133 ... group(modify,fuse) - set(modify,fuse) - ...
134 ... group(modify,fuse) - *prop(modify,fuse,replace) - value(fuse)
135 ... group(modify,fuse) - *prop(remove)
136 ... group(modify,fuse) - locprop(modify,fuse) - *value(fuse)
137 ... group(modify,fuse) - locprop(modify,fuse) - *value(remove)
139 ... set(modify,fuse,replace) - group(modify/fuse) - ...
141 ... set(modify,fuse,replace) - *group(remove)
142 ... set(modify,fuse,replace) - set(modify/fuse) - ...
144 ... set(modify,fuse,replace) - *set(remove)
[all …]
/trunk/main/o3tl/qa/
H A Dtest-cow_wrapper.cxx92 aTestObj2.modify( 2 ); in TEST_F()
93 aTestObj3.modify( 3 ); in TEST_F()
96 aTestObj5.modify( 5 ); in TEST_F()
97 aTestObj6.modify( 6 ); in TEST_F()
100 aTestObj8.modify( 8 ); in TEST_F()
101 aTestObj9.modify( 9 ); in TEST_F()
H A Dcow_wrapper_clients.hxx45 void modify( int nVal ) { *maImpl = nVal; } in modify() function in o3tltests::cow_wrapper_client1
77 void modify( int nVal );
106 void modify( int nVal );
H A Dcow_wrapper_clients.cxx69 void cow_wrapper_client2::modify( int nVal ) in modify() function in o3tltests::cow_wrapper_client2
136 void cow_wrapper_client3::modify( int nVal ) in modify() function in o3tltests::cow_wrapper_client3
/trunk/main/officecfg/registry/schema/
H A Doo-common-ad.ldf62 changetype: modify
106 changetype: modify
112 changetype: modify
118 changetype: modify
124 changetype: modify
130 changetype: modify
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XController.java210 XModifiable modify = (XModifiable) tEnv.getObjRelation("Modifiable"); in _suspend() local
211 if (modify != null) { in _suspend()
213 modify.setModified(false); in _suspend()
/trunk/main/offapi/com/sun/star/task/
H A DXInteractionPassword2.idl37 to modify.
44 /** stores "password to modify" to the continuation.
49 /** gets "password to modify" from the continuation.
/trunk/main/offapi/com/sun/star/document/
H A DOfficeDocument.idl63 to modify its behavior.
69 /** a storable document should provide information about his modify state
72 With this interface it's possible too, to reset the modify state.
/trunk/main/oovbaapi/
H A Dttt.diff55 +# OpenOffice.org is free software: you can redistribute it and/or modify
97 +# OpenOffice.org is free software: you can redistribute it and/or modify
131 +# OpenOffice.org is free software: you can redistribute it and/or modify
165 +# OpenOffice.org is free software: you can redistribute it and/or modify
377 +# OpenOffice.org is free software: you can redistribute it and/or modify
/trunk/main/
H A DLICENSE118 do not modify the License. You may add Your own attribution
135 Notwithstanding the above, nothing herein shall supersede or modify
272 Permission to use, copy, modify, and distribute this software and its
497 Permission to use, copy, modify, and distribute this software and its
534 without limitation the rights to use, copy, modify, merge, publish,
572 This file is in the public domain. You may use and modify it as
702 This file is free software; you can redistribute it and/or modify it
1039 without limitation the rights to use, copy, modify, merge, publish,
1337 copy, modify, merge, publish, distribute, sublicense, and/or sell
1736 copy, modify, merge, publish, distribute, sublicense, and/or
[all …]
H A DLICENSE_category_b116 modify, display, perform, sublicense and distribute the Original
140 trademark) Licensable by Contributor, to use, reproduce, modify,
217 Contributor shall promptly modify the LEGAL file in all copies
315 other than Netscape has the right to modify the terms applicable to
696 modify, display, perform, distribute, and otherwise exploit its
929 10.3, no one other than the license steward has the right to modify or
988 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1015 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1266 modify the terms applicable to Covered Code created under this License.
1389 This library is free software; you can redistribute it and/or modify
[all …]
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXEntityResolver.idl41 /** makes it possible to modify the behaviour of resolving external
46 Use this interface to modify or reimplement this behaviour.</p>
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdUnoDrawView.java256 XModifiable modify = (XModifiable) in createTestEnvironment() local
259 tEnv.addObjRelation("Modifiable",modify); in createTestEnvironment()
H A DDrawController_DrawView.java277 XModifiable modify = (XModifiable) in createTestEnvironment() local
280 tEnv.addObjRelation("Modifiable",modify); in createTestEnvironment()
H A DSdUnoPresView.java274 XModifiable modify = (XModifiable) in createTestEnvironment() local
277 tEnv.addObjRelation("Modifiable",modify); in createTestEnvironment()
H A DDrawController_HandoutView.java310 XModifiable modify = (XModifiable) in createTestEnvironment() local
313 tEnv.addObjRelation("Modifiable",modify); in createTestEnvironment()
H A DDrawController_NotesView.java307 XModifiable modify = (XModifiable) in createTestEnvironment() local
310 tEnv.addObjRelation("Modifiable",modify); in createTestEnvironment()
H A DDrawController_OutlineView.java307 XModifiable modify = (XModifiable) in createTestEnvironment() local
310 tEnv.addObjRelation("Modifiable",modify); in createTestEnvironment()
H A DDrawController_PresentationView.java307 XModifiable modify = (XModifiable) in createTestEnvironment() local
310 tEnv.addObjRelation("Modifiable",modify); in createTestEnvironment()
/trunk/main/sfx2/source/dialog/
H A Dsecuritypage.src94 Text [ en-US ] = "Enter password to modify" ;
108 Text [ en-US ] = "Reenter password to modify" ;
/trunk/main/test/source/java/org/openoffice/test/tools/
H A DOfficeDocument.java150 XModifiable modify = (XModifiable)query( XModifiable.class ); in isModified() local
151 return modify.isModified(); in isModified()
/trunk/main/forms/qa/integration/forms/
H A DDocumentHelper.java141 XModifiable modify = (XModifiable)query( XModifiable.class ); in isModified() local
142 return modify.isModified(); in isModified()
/trunk/main/offapi/com/sun/star/chart2/data/
H A DDataSequence.idl55 possible to modify single elements, if the corresponding
80 client applications to modify the content of the data that is
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl182 a <type>XIdlArray</type> interface to modify instances of the array type.
187 inteface to modify array instances (or null-reference)
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DError.ulf158 en-US = "The Installer has insufficient privileges to modify the file [2]."
380 … environment variable [2]. Verify that you have sufficient privileges to modify environment variab…
386 … for file [3]. Error: [2]. Verify that you have sufficient privileges to modify the security permi…

Completed in 118 milliseconds

1234567