Home
last modified time | relevance | path

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

123456

/AOO41X/main/configmgr/source/
H A DREADME125 a locprop(modify,fuse) to be followed by one or more value(fuse,remove), which
132 ... 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)
138 ... group(modify,fuse) - *locprop(replace) ...
139 ... set(modify,fuse,replace) - group(modify/fuse) - ...
140 ... set(modify,fuse,replace) - *group(replace/fuse) - ...
[all …]
/AOO41X/main/o3tl/qa/
H A Dtest-cow_wrapper.cxx119 aTestObj2.modify( 2 ); in testCowWrapper()
120 aTestObj3.modify( 3 ); in testCowWrapper()
123 aTestObj5.modify( 5 ); in testCowWrapper()
124 aTestObj6.modify( 6 ); in testCowWrapper()
127 aTestObj8.modify( 8 ); in testCowWrapper()
128 aTestObj9.modify( 9 ); in testCowWrapper()
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
/AOO41X/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
/AOO41X/main/qadevOOo/tests/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()
/AOO41X/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.
/AOO41X/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.
/AOO41X/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>
/AOO41X/main/
H A DLICENSE117 do not modify the License. You may add Your own attribution
134 Notwithstanding the above, nothing herein shall supersede or modify
217 Permission to use, copy, modify, distribute, and sell this software and its
240 the rights to use, copy, modify, merge, publish, distribute, sublicense,
271 Permission to use, copy, modify, and distribute this software and its
496 Permission to use, copy, modify, and distribute this software and its
533 without limitation the rights to use, copy, modify, merge, publish,
571 This file is in the public domain. You may use and modify it as
701 This file is free software; you can redistribute it and/or modify it
765 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
[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
1112 (a) to use, reproduce, modify, display, perform, sublicense and distribute
1127 (a) to use, reproduce, modify, display, perform, sublicense and distribute
[all …]
/AOO41X/main/qadevOOo/tests/java/mod/_sd/
H A DSdUnoDrawView.java256 XModifiable modify = (XModifiable) in createTestEnvironment() local
259 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_DrawView.java277 XModifiable modify = (XModifiable) in createTestEnvironment() local
280 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_PresentationView.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_HandoutView.java310 XModifiable modify = (XModifiable) in createTestEnvironment() local
313 tEnv.addObjRelation("Modifiable",modify); in createTestEnvironment()
/AOO41X/main/sfx2/source/dialog/
H A Dsecuritypage.src94 Text [ en-US ] = "Enter password to modify";
108 Text [ en-US ] = "Reenter password to modify";
/AOO41X/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
/AOO41X/main/forms/qa/integration/forms/
H A DDocumentHelper.java141 XModifiable modify = (XModifiable)query( XModifiable.class ); in isModified() local
142 return modify.isModified(); in isModified()
/AOO41X/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)
/AOO41X/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…
/AOO41X/main/offapi/com/sun/star/sdb/
H A DQueryDesign.idl55 …<p>In <code>Query Mode</code>, the designer is used to modify an existing or create a new client-s…
59 …<p>In <code>View Mode</code>, the designer is used to modify an existing or create a new server-si…
/AOO41X/main/offapi/com/sun/star/text/
H A DXMarkingAccess.idl36 /** extends a text range by method to modify its position.

123456