Home
last modified time | relevance | path

Searched refs:code (Results 176 – 200 of 1177) sorted by relevance

12345678910>>...48

/aoo42x/main/solenv/bin/
H A Dimage-sort.pl113 my $code = $1;
115 if (lc($code) eq 'group') {
118 } elsif (lc ($code) eq 'ordered') {
123 } elsif (lc ($code) eq 'literal') {
131 die ("Unknown code '$code'");
/aoo42x/main/offapi/com/sun/star/resource/
H A DStringResourceWithLocation.idl51 see <code>XStringResourceManager::isReadOnly</code>
55 the <code>XStringResourceManager::setCurrentLocale</code> method is
57 see <code>XStringResourceManager::setCurrentLocale</code>
/aoo42x/main/offapi/com/sun/star/sdb/application/
H A DDefaultViewController.idl53 … the controller also supports the <a href="#XSelectionSupplier"><code>XSelectionSupplier</code></a>
59 …can be intercepted using the <code>XContextMenuInterception</code> interface. Context menu requests
62 …he aforementioned tree view, the selection supplied by the <code>ContextMenuEvent::Selection</code>
H A DXDatabaseDocumentUI.idl144 <code>closeSubComponents</code>, which will gracefully do this.</p>
197 <td><code>ForEditing</code> = <TRUE/></td>
198 <td><code>ForEditing</code> = <FALSE/></td>
307 …to create the component hidden, by passing a <code>Hidden</code> flag (set to <TRUE/>) in <arg>Arg…
308 …manipulate the component, and then finally show it by invoking the <code>show</code> command at the
/aoo42x/main/offapi/com/sun/star/script/
H A DXStorageBasedLibraryContainer.idl58 that at every time, <code>XPersistentLibraryContainer::RootLocation</code> and
59 <code>RootStorage</code> have the same value.</p>
85 if the <code>RootStorage</code> parameter is <NULL/>, or equals
/aoo42x/main/offapi/com/sun/star/embed/
H A DEmbeddedObjectDescriptor.idl95 …<p>You can pass a non-<NULL/> <code>RecoveryStorage</code> in the object descriptor if you wish to…
98 …he object will still be based on the storage denoted in the <code>XEmbedObjectCreator</code> method
99 … i.e., subsequent save operations will still use that storage. <code>RecoveryStorage</code> is used
/aoo42x/main/python/
H A Dpython-freebsd.patch10 format for the 'code' parameter because Python turns 0x8000000
23 - unsigned int code;
24 + unsigned long code;
34 conv_descriptor, &fd, &code,
43 conv_descriptor, &fd, &code, &str, &len)) {
53 conv_descriptor, &fd, &code, &arg)) {
/aoo42x/main/offapi/com/sun/star/mozilla/
H A DXCodeProxy.idl37 /** is the interface to run Mozilla XPCOM code
38 …to run Mozilla XPCOM code in OOo,you should first implement this interface, then pass this object …
47 /** all Mozilla XPCOM code must be called in run() or functions called by run()
50 /** which Mozilla product this code is write for
53 /** which Mozilla profile this code will use
/aoo42x/main/udkapi/com/sun/star/uri/
H A DUriSchemeParser_vndDOTsunDOTstarDOTexpand.idl35 <p>The argument <code>scheme</code> of method
38 <code>"vnd.sun.star.expand"</code>, ignoring case. The objects returned by
43 <p>This service is not intended to be instantiated directly by client code.
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.idl35 <p>The argument <code>scheme</code> of method
38 <code>"vnd.sun.star.script"</code>, ignoring case. The objects returned by
43 <p>This service is not intended to be instantiated directly by client code.
/aoo42x/main/offapi/com/sun/star/sdb/
H A DDataSourceBrowser.idl184 …tances of <type scope="com::sun::star::beans">NamedValue</type>, where the <code>Name</code> member
185 …specifies what the parameter controls, with the <code>Value</code> member containing the value to …
212 … browser control. If <code>EnableBrowser</code> is <FALSE/>, then this parameter is ignored. If
213 … <code>EnableBrowser</code> is <TRUE/>, and <code>ShowBrowser</code> is <FALSE/>, then the control
H A DOfficeDatabaseDocument.idl92 <ul><li>calling <code>XLoadable::initNew</code></li>
93 <li>calling <code>XLoadable::load</code></li>
94 <li>calling <code>XStorable::storeAsURL</code></li>
97 in earlier versions of OpenOffice.org did not support the <code>XLoadable</code> interface,
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DXSQLInput.idl65 <code>SQLInput</code>
70 <code>getObject</code>
72 <code>SQLData</code>
83 <code>XSQLInput.readXXX</code>
H A DXStatement.idl50 <code>execute</code>
96 <code>execute</code>
121 <code>Statement</code>
/aoo42x/main/sal/osl/w32/
H A Dprocess.cxx545 oslDescriptorType code = osl_Process_TypeSocket; in osl_sendResourcePipe() local
566 WritePipe(hPipe, &code, sizeof(code), &bytes) && in osl_sendResourcePipe()
604 oslDescriptorType code = osl_Process_TypeNone; in osl_receiveResourcePipe() local
610 ReadPipe(hPipe, &code, sizeof(code), &bytes) && in osl_receiveResourcePipe()
614 if (code == osl_Process_TypeSocket) in osl_receiveResourcePipe()
/aoo42x/main/offapi/com/sun/star/frame/
H A DDispatchRecorder.idl43 and generate code which can be executed at later time to run same operations
44 again. Which code will be generated depends from real implementation. So it's
45 possible to generate e.g. Java/Basic or may Perl code.
47 …of a <member>Frame::DispatchRecorderSupplier</member>, it's possible to change such code generation
59 /** provides the record functionality and access on the generated code
/aoo42x/main/offapi/com/sun/star/deployment/
H A DXPackage.idl73 After return of this function no code from the extension may be used
218 <code>"org.openoffice.legacy."</code> one if the extension does not
219 explicitly specify one), or an empty <code>Optional</code> if this
353 <code>true</code> for the <code>removed</code> parameter in the function
/aoo42x/test/testcommon/source/org/openoffice/test/
H A DRun.java49 private static void printUsage(String msg, int code) { in printUsage() argument
53 System.exit(code); in printUsage()
143 int code = 0; in main() local
147 code = 1; in main()
154 System.exit(code); in main()
/aoo42x/main/udkapi/com/sun/star/registry/
H A DDefaultRegistry.idl41 the functions <code>open</code>, <code>close</code>, and <code>destroy</code>
H A DNestedRegistry.idl44 In the context of this service, the functions <code>open</code>, <code>close</code>,
45 and <code>destroy</code> from <type>XSimpleRegistry</type> are not supported and
/aoo42x/main/codemaker/source/javamaker/
H A Dclassfile.cxx622 rtl::OString const & descriptor, Code const * code, in addMethod() argument
646 ((code == 0 ? 0 : 1) + (exceptions.empty() ? 0 : 1) in addMethod()
648 if (code != 0) { in addMethod()
649 std::vector< unsigned char >::size_type codeSize = code->m_code.size(); in addMethod()
651 = code->m_exceptionTable.size(); in addMethod()
669 appendU2(m_methods, code->m_maxStack); in addMethod()
670 appendU2(m_methods, code->m_maxLocals); in addMethod()
672 appendStream(m_methods, code->m_code); in addMethod()
673 appendU2(m_methods, code->m_exceptionTableLength); in addMethod()
674 appendStream(m_methods, code->m_exceptionTable); in addMethod()
/aoo42x/main/offapi/com/sun/star/document/
H A DXUndoManager.idl87 … undo action will be added to the undo stack, with the title given as <code>i_title</code>. As long
92 …<p>Each call to <code>enterUndoContext</code> must be paired by a call to <member>leaveUndoContext…
95 … <p>Undo contexts can be nested, i.e. it is legitimate to call <code>enterUndoContext</code> and
120 …<p>Each call to <code>enterHiddenUndoContext</code> must be paired by a call to <member>leaveUndoC…
124 …<code>enterHiddenUndoContext</code> multiple times without calling <member>leaveUndoContext</membe…
/aoo42x/main/offapi/com/sun/star/chart2/data/
H A DXDataProvider.idl75 span the entire region given in <code>aArguments</code>.
80 <code>aArguments</code> appropriately.
107 return the same data source as <code>xDataSource</code>.
/aoo42x/main/basic/source/classes/
H A Dsb.cxx1736 ( SbError code, const String& rMsg, sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in CError() argument
1755 MakeErrorText( code, rMsg ); in CError()
1759 code = (sal_uIntPtr)*new StringErrorInfo( code, String(rMsg) ); in CError()
1761 SetErrorData( code, l, c1, c2 ); in CError()
1773 ( SbError code, sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in RTError() argument
1775 return RTError( code, String(), l, c1, c2 ); in RTError()
1782 SbError c = code; in RTError()
1794 if ( SbiRuntime::isVBAEnabled() && ( code == SbERR_BASIC_COMPAT ) ) in RTError()
1800 code = (sal_uIntPtr)*new StringErrorInfo( code, aTmp ); in RTError()
1803 code = (sal_uIntPtr)*new StringErrorInfo( code, String(rMsg) ); in RTError()
[all …]
/aoo42x/main/basic/source/comp/
H A Dtoken.cxx406 void SbiTokenizer::Error( SbError code, const char* pMsg ) in Error() argument
409 Error( code ); in Error()
412 void SbiTokenizer::Error( SbError code, String aMsg ) in Error() argument
415 Error( code ); in Error()
418 void SbiTokenizer::Error( SbError code, SbiToken tok ) in Error() argument
421 Error( code ); in Error()

Completed in 86 milliseconds

12345678910>>...48