/trunk/main/offapi/com/sun/star/task/ |
H A D | XMasterPasswordHandling.idl | 40 /** 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 D | XMasterPasswordHandling2.idl | 39 /** 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.java | 58 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 D | DispatchProviderInterceptor.java | 118 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 D | ObjectOleElement.java | 76 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 D | MasterDetailReadHandler.java | 69 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 D | ObjectOleLayoutController.java | 62 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 D | TextFieldMaster.idl | 45 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 D | XDispatchProviderInterceptor.idl | 69 /** 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 D | XTerminateListener.idl | 45 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 D | makefile.mk | 42 $(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 D | makefile.mk | 54 $(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 D | DrawPage.idl | 102 /** 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 D | SynchronizePolicy.idl | 40 /** Server is master. 45 /** Client is master. 50 /** None is master.
|
/trunk/main/sysui/desktop/share/ |
H A D | makefile.mk | 66 master-document \ 76 oasis-master-document \ 108 oasis-master-document \ 120 master-document \
|
H A D | create_tree.sh | 88 …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 D | SetExpression.idl | 35 /** 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 D | prototype | 50 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 D | DataForm.idl | 129 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 D | XReportComponent.idl | 144 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 D | XDatabaseDataProvider.idl | 82 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 D | oasis-master-document.keys | 1 application/vnd.oasis.opendocument.text-master 9 icon_filename=oasis-master-document
|
H A D | oasis-master-document.desktop | 25 Icon=oasis-master-document 28 MimeType=application/vnd.oasis.opendocument.text-master
|
/trunk/test/testuno/data/ |
H A D | limit_cfg.ini | 13 /*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 D | cwstestresult.pl | 93 $cws->master($masterws); 120 my $masterws = $cws->master();
|