Home
last modified time | relevance | path

Searched refs:master (Results 1 – 25 of 186) sorted by relevance

12345678

/trunk/main/offapi/com/sun/star/task/
H A DXMasterPasswordHandling.idl40 /** allows to change the master password, or let it be requested and checked.
48 This call let the master password be requested from user using the
61 /** allows to change the master password.
64 If there is still no master password, the user will be asked to provide
76 /** let the master password and all the related stored passwords be
82 /** allows to detect whether there is already a master password
90 After the storing is forbidden the master password and all the stored
H A DXMasterPasswordHandling2.idl39 /** allows to change the master password, or let it be requested and checked.
47 Please use this method with care. Using of default master password let
55 /** allows to detect whether the default master password is used
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchProviderInterception.java58 public XDispatchProvider master = null, slave = null ; field in _XDispatchProviderInterception.TestInterceptor
70 return master; in getMasterDispatchProvider()
78 master = prov ; in setMasterDispatchProvider()
112 result = interceptor.master != null ; in _registerDispatchProviderInterceptor()
133 result = interceptor.master == null ; in _releaseDispatchProviderInterceptor()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/basichelper/
H A DDispatchProviderInterceptor.java118 public XDispatchProvider master = null; field in InterceptorImpl
132 return master; in getMasterDispatchProvider()
146 master = prov ; in setMasterDispatchProvider()
159 return master.queryDispatch(url, frame, flags) ; in queryDispatch()
168 return master.queryDispatches(desc) ; in queryDispatches()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/
H A DObjectOleElement.java76 public void addMasterDetailFields(final String master, final String detail) in addMasterDetailFields() argument
78 if (master != null) in addMasterDetailFields()
80 masterfields.add(master); in addMasterDetailFields()
81 detailfields.add(detail == null ? master : detail); in addMasterDetailFields()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DMasterDetailReadHandler.java69 final String master = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "master"); in startParsing() local
70 if (master != null && master.length() > 0) in startParsing()
73 element.addMasterDetailFields(master, detail); in startParsing()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DObjectOleLayoutController.java62 final String master = (String) iter.next(); in isValueChanged() local
65 final DataFlags flags = view.getFlags(master); in isValueChanged()
95 final String master = (String) iter.next(); in delegateContentGeneration() local
98 final DataFlags flags = view.getFlags(master); in delegateContentGeneration()
/trunk/main/offapi/com/sun/star/text/
H A DTextFieldMaster.idl45 this field master, if any.
49 /** determines the name of the field master. The name is void as long as the
52 That does not apply to the Database text field master.
56 /** contains a sequence of all fields that depend on this master.
/trunk/main/offapi/com/sun/star/frame/
H A DXDispatchProviderInterceptor.idl69 /** access to the master <type>XDispatchProvider</type> of this interceptor
72 the master of this interceptor
79 /** sets the master <type>XDispatchProvider</type>, which may forward
84 the master of this interceptor
H A DXTerminateListener.idl45 when the master environment (e.g., desktop) is terminated.
54 /** is called when the master environment (e.g., desktop) is about to terminate.
72 /** is called when the master environment is finally terminated.
/trunk/main/sysui/desktop/icons/
H A Dmakefile.mk42 $(MISC)$/oasis-master-document.ico \
56 $(MISC)$/master-document.ico \
81 $(MISC)$/ooo-master-doc.ico \
122 $(MISC)$/ooo11-master-doc.ico \
/trunk/main/sysui/desktop/os2/
H A Dmakefile.mk54 $(MISC)$/ooo-master-doc.ico \
71 $(MISC)$/ooo11-master-doc.ico \
93 $(MISC)$/so8-master-doc.ico \
110 $(MISC)$/so7-master-doc.ico \
/trunk/main/offapi/com/sun/star/presentation/
H A DDrawPage.idl102 /** defines if a header presentation shape from the master page is visible
117 /** defines if a footer presentation shape from the master page is visible
132 /** defines if a page number presentation shape from the master page is visible
140 /** defines if a date and time presentation shape from the master page is visible
/trunk/main/offapi/com/sun/star/ucb/
H A DSynchronizePolicy.idl40 /** Server is master.
45 /** Client is master.
50 /** None is master.
/trunk/main/sysui/desktop/share/
H A Dmakefile.mk66 master-document \
76 oasis-master-document \
108 oasis-master-document \
120 master-document \
H A Dcreate_tree.sh88 …ln -sf $link_target_dir${ICON_PREFIX:-}${ICON_PREFIX:+-}master-document.png ${link_dir…
94 …FIX:-}${ICON_PREFIX:+-}oasis-master-document.png ${link_dir}/gnome-mime-application-vnd.oasi…
/trunk/main/offapi/com/sun/star/text/fieldmaster/
H A DSetExpression.idl35 /** Specifies the service of a set expression field master.
43 /** determines the number of the chapter. This values is used if the field master
48 /** determines the numbering separator string if the field master
/trunk/main/sysui/desktop/solaris/
H A Dprototype50 f none usr/share/pixmaps/%ICONPREFIX-master-document.png=../icons/hicolor/48x48/mimetypes/master-do…
62 f none usr/share/pixmaps/%ICONPREFIX-oasis-master-document.png=../icons/hicolor/48x48/mimetypes/oas…
/trunk/main/offapi/com/sun/star/form/component/
H A DDataForm.idl129 In a first approach, the form tries to fill any parameters from it's master-detail relation
149 its data based on the values of the master fields.</p>
158 which are related to the master fields of the parent form.
165 the corresponding master field.<br/>
170 master field.<br/>
/trunk/main/offapi/com/sun/star/report/
H A DXReportComponent.idl144 its data based on the values of the master fields.</p>
156 which are related to the master fields of the parent report.
162 the corresponding master field.<br/>
167 master field.<br/>
/trunk/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl82 its data based on the values of the master fields.</p>
90 which are related to the master fields of the parent report.
96 the corresponding master field.<br/>
101 master field.<br/>
/trunk/main/sysui/desktop/mimetypes/
H A Doasis-master-document.keys1 application/vnd.oasis.opendocument.text-master
9 icon_filename=oasis-master-document
H A Doasis-master-document.desktop25 Icon=oasis-master-document
28 MimeType=application/vnd.oasis.opendocument.text-master
/trunk/test/testuno/data/
H A Dlimit_cfg.ini13 /*Max pages in the file, including master/layout/normal/notes*/
16 /*Max objects in the file, including all editable object on master/layout/normal/notes*/
/trunk/main/testgraphical/source/
H A Dcwstestresult.pl93 $cws->master($masterws);
120 my $masterws = $cws->master();

Completed in 97 milliseconds

12345678