Home
last modified time | relevance | path

Searched refs:done (Results 51 – 75 of 289) sorted by relevance

12345678910>>...12

/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponentMain.java137 done = true; in disposing()
142 while (!done) { in await()
152 private boolean done = false; field in TestComponentMain.Listener
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXHyphenator.idl70 of the character after which the hyphenation is done. That is,
129 if hyphenation is done here, the writing of the word changes.
131 "B&auml;kker" if hyphenation is done after the "c".</P>
143 spelling, if hyphenation is done at position nIndex.
/trunk/main/bridges/test/java_uno/equals/
H A DTestEquals.java104 while (!done) { in run()
129 done = true; in notifyDone()
136 private boolean done = false; field in TestEquals.Client
149 final XDone done, final Object object1, in getInstance()
1255 done.notifyDone(); in getInstance()
1287 void notifyAccepting(XDone done, Object object1, Object object2);
/trunk/main/solenv/bin/
H A Dmacosx-dylib-link-list.pl52 $done{$from} = 1;
77 handle($full, $loc) unless defined $done{$full};
/trunk/main/autodoc/source/parser_i/idl/
H A Dpestate.cxx113 MyPE().SetResult(done,stay); in Process_EOL()
128 MyPE().SetResult(done, stay); in Process_Default()
H A Dpe_tydf2.cxx125 SetResult(done,stay); in On_expect_name_Identifier()
134 SetResult(done,pop_success); in On_got_name_Punctuation()
/trunk/main/libxmlsec/
H A Dxmlsec1-configure.patch127 done
164 done
576 done
585 done
729 done
738 done
H A Dreadme.txt2 the certificate during sign or verification operation. On Windows this was done
10 within that store. This is done in xmlSecMSCryptoX509StoreVerify. This function
H A Dxmlsec1-os2.patch16 done
53 done
/trunk/main/sal/textenc/
H A Dconvertsinglebytetobmpunicode.cxx143 goto done; in rtl_textenc_convertBmpUnicodeToSingleByte()
147 done: in rtl_textenc_convertBmpUnicodeToSingleByte()
H A Dtcvtutf8.c295 goto done; in ImplConvertUnicodeToUtf8()
406 done: in ImplConvertUnicodeToUtf8()
/trunk/main/xmlsecurity/tools/standalone/mscsfit/
H A Dcertmngr.cxx162 goto done ; in main()
165 done: in main()
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_param.cxx196 SetTokenResult(done, pop_success); in On_start_Ellipse()
204 SetTokenResult(done, stay); in On_expectName_Identifier()
/trunk/main/sal/textenc/generate/
H A Dgb180302000.pl225 goto done;
228 done: label
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java297 for (boolean done = false; !done;) { in freeHolders()
298 done = rh.release(); in freeHolders()
/trunk/main/cli_ure/
H A Dreadme.txt130 this has already be done for the next release. Please look at the document mentioned further
164 cli_uretypes.config XML file which is part of the policy assembly. This is done automatically.
190 Because a change of a major is only done if the code has changed incompatibly, we must not
206 The automatic incrementation of the version this is done when new published types have been
/trunk/main/offapi/com/sun/star/sdbcx/
H A DXAlterTable.idl54 This operation must be atomic, in that it is done in one step.s
70 This operation must be atomic, in that it is done in one step.s
/trunk/main/bridges/test/com/sun/star/lib/
H A DTestBed.java85 server.done(success); in serverDone()
200 public synchronized void done(boolean success) { in done() method in TestBed.Server
/trunk/main/offapi/com/sun/star/chart2/
H A DXDataInterpreter.idl77 <member>reinterpretDataSeries</member> call can be done
87 /** Try to reverse the operation done in
/trunk/main/offapi/com/sun/star/sdb/application/
H A DDefaultViewController.idl49 /** allows intercepting context menu requests done by the user
67 /** allows intercepting user input done by the user
/trunk/main/offapi/com/sun/star/embed/
H A DInstanceLocker.idl65 specifies the actions that should be done ( prevent closing,
84 specifies the actions that should be done ( prevent closing,
/trunk/main/oox/source/core/
H A Dencryption.cxx927 bool done = false; in decryptStream() local
928 for ( sal_uInt32 block = 0; !done; block++ ) in decryptStream()
944 done = true; in decryptStream()
949 done = true; in decryptStream()
/trunk/main/offapi/com/sun/star/configuration/
H A DUpdateRootElement.idl54 interfaces. Changes done this way initially only affect these objects
81 reports all changes within the hierarchy that are done through (direct or
/trunk/main/offapi/com/sun/star/form/component/
H A DDataForm.idl198 form. Form implementations may decide to allow for insertions done via the API, even
208 form. Form implementations may decide to allow for updates done via the API, even
218 form. Form implementations may decide to allow for deletions done via the API, even
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx261 … enum State { year = 0, month, day, hour, minute, second, fraction, done, blank, stop }; in ConvertStringToValue() enumerator
262 sal_Int32 nUnit[done] = {0,0,0,0,0,0,0}; in ConvertStringToValue()
263 const sal_Int32 nLimit[done] = {0,12,31,0,59,59,0}; in ConvertStringToValue()
290 if (eState < done) in ConvertStringToValue()
323 eState = done; in ConvertStringToValue()
329 eState = done; in ConvertStringToValue()
332 eState = done; in ConvertStringToValue()
335 case done: in ConvertStringToValue()
364 if (p > pLastStart && eState < done) in ConvertStringToValue()

Completed in 124 milliseconds

12345678910>>...12