Home
last modified time | relevance | path

Searched refs:exist (Results 1 – 25 of 232) sorted by relevance

12345678910

/aoo4110/main/qadevOOo/tests/java/ifc/sheet/
H A D_XSheetCellRangeContainer.java84 boolean exist = false ; in _addRangeAddress()
92 exist = true; in _addRangeAddress()
96 result &= exist ; in _addRangeAddress()
153 boolean exist = false ; in _addRangeAddresses()
161 exist = true; in _addRangeAddresses()
165 result &= exist; in _addRangeAddresses()
/aoo4110/main/curl/
H A Dbuildssh.patch4 @if not exist "$(LIB_DIROBJ)\vauth" mkdir $(LIB_DIROBJ)\vauth
5 @if not exist "$(LIB_DIROBJ)\vtls" mkdir $(LIB_DIROBJ)\vtls
6 @if not exist "$(LIB_DIROBJ)\vquic" mkdir $(LIB_DIROBJ)\vquic
7 + @if not exist "$(LIB_DIROBJ)\vssh" mkdir $(LIB_DIROBJ)\vssh
10 @if not exist "$(CURL_DIROBJ)" mkdir $(CURL_DIROBJ)
/aoo4110/main/i18npool/source/breakiterator/
H A Dgendict.cxx70 sal_Bool exist[0x10000]; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
72 exist[i] = sal_False; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
105 exist[u[0]] = sal_True; in SAL_IMPLEMENT_MAIN_WITH_ARGS()
107 exist[u[i]] = sal_True; // since the first character is captured in charArray. in SAL_IMPLEMENT_MAIN_WITH_ARGS()
179 if (exist[i * 8 + j]) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
H A Dxdictionary.cxx124 …sal_Bool exist = (existMark && ((c>>3) < 0x1FFF)) ? sal::static_int_cast<sal_Bool>((existMark[c>>3… in exists() local
125 if (!exist && japaneseWordBreak) in exists()
128 return exist; in exists()
/aoo4110/main/icu/
H A Dcreatemak.cfg244 if exist $@.manifest mt.exe -manifest $@.manifest -outputresource:$@;<MANIFEST>
421 if not exist "$(OUTDIR)/\$(NULL)" mkdir "$(OUTDIR)"
424 if not exist "$(INTDIR)/\$(NULL)" mkdir "$(INTDIR)"
432 @if not exist "..\..\bin" mkdir "..\..\bin"
433 @if not exist "..\..\lib" mkdir "..\..\lib"
434 @if not exist "..\..\include" mkdir "..\..\include"
435 @if not exist "..\..\include\unicode" mkdir "..\..\include\unicode"
436 @if not exist "..\..\include\layout" mkdir "..\..\include\layout"
/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx614 javaPluginError jfw_plugin_existJRE(const JavaInfo *pInfo, sal_Bool *exist) in jfw_plugin_existJRE() argument
617 if (!pInfo || !exist) in jfw_plugin_existJRE()
627 *exist = sal_True; in jfw_plugin_existJRE()
631 *exist = sal_False; in jfw_plugin_existJRE()
641 if (ret == JFW_PLUGIN_E_NONE && *exist == sal_True) in jfw_plugin_existJRE()
650 *exist = sal_True; in jfw_plugin_existJRE()
657 *exist = sal_False; in jfw_plugin_existJRE()
/aoo4110/main/udkapi/com/sun/star/beans/
H A DXPropertyState.idl75 if the property does not exist.
93 if one property does not exist.
113 if the property does not exist.
130 if the property does not exist.
H A DXPropertySetInfo.idl76 if the property does not exist.
84 <TRUE/> if a property with the specified name exist;
/aoo4110/main/offapi/com/sun/star/chart2/
H A DXFastPropertyState.idl71 if the property does not exist.
89 if one property does not exist.
109 if the property does not exist.
126 if the property does not exist.
/aoo4110/main/offapi/com/sun/star/script/
H A DXLibraryContainerPassword.idl56 If a library with the this name doesn't exist a
68 If a library with the this name doesn't exist a
83 If a library with the this name doesn't exist a
115 If a library with the this name doesn't exist but isn't
/aoo4110/main/offapi/com/sun/star/rdf/
H A DXNamedGraph.idl92 if this graph does not exist in the repository any more
124 if this graph does not exist in the repository any more
162 if this graph does not exist in the repository any more
204 if this graph does not exist in the repository any more
/aoo4110/main/framework/source/classes/
H A Dframecontainer.cxx117 if (xFrame.is() && ! exist(xFrame)) in append()
182 sal_Bool FrameContainer::exist( const css::uno::Reference< css::frame::XFrame >& xFrame ) const in exist() function in framework::FrameContainer
315 if ( !xFrame.is() || exist(xFrame) ) in setActive()
/aoo4110/main/sal/qa/
H A Dlibs2test.txt26 # there exist 2 formats
30 # 1. if only a file exist, it will be assume, that a directory with name 'file'
31 # exist, and a library with name 'file' create.
/aoo4110/main/shell/source/win32/
H A DSysShExec.cxx224 bool exist = false; in is_existing_file() local
233 exist = (osl::FileBase::E_None == rc); in is_existing_file()
235 return exist; in is_existing_file()
/aoo4110/main/udkapi/com/sun/star/registry/
H A DXSimpleRegistry.idl77 does not already exist.
80 if the registry does not exist.
134 <p>If the key does not exist it will be created. Existing
/aoo4110/main/offapi/com/sun/star/sheet/
H A DXSheetLinkable.idl43 <p>To insert a sheet link, the sheet used as linked sheet has to exist
90 exist already or the link will not work.</p>
113 <p>A <type>SheetLink</type> object is created if it does not exist,
/aoo4110/main/offapi/com/sun/star/configuration/backend/
H A DXLayerImporter.idl105 that doesn't exist in the backend
138 that doesn't exist in the backend
139 or if the entity doesn't exist in the backend.
/aoo4110/main/migrationanalysis/src/driver_docs/
H A DCreateDriverDocs.wsf84 '# Check source and target dirs exist
86 DAErrMsg "Source directory does not exist: " & mSourceDir, CDA_ERR_STD_DELAY
90 DAErrMsg "Target directory does not exist: " & mTargetDir, CDA_ERR_STD_DELAY
/aoo4110/main/desktop/test/deployment/update/wrong_url/
H A Dreadme.txt1 … information file contains multiple urls. Some of those URLs point to locations which do not exist.
8 url3.oxt: contains to URLs to update information files which point to locations which do not exist.
/aoo4110/main/offapi/com/sun/star/script/provider/
H A DScriptFrameworkErrorType.idl46 /** the requested method, and/or with the requested signature, does not exist
50 /** the requested method, with the requested signature, does not exist
/aoo4110/main/uui/source/
H A Dids.src175 Text [ en-US ] = "$(ARG1) does not exist.";
180 Text [ en-US ] = "The path $(ARG1) does not exist.";
245 Text [ en-US ] = "Drive $(ARG1) does not exist.";
250 Text [ en-US ] = "Folder $(ARG1) does not exist.";
/aoo4110/main/odk/
H A Dsetsdkenv_windows.bat39 if exist "%OO_USER_ENV_SCRIPT%". (
52 if not exist "%OO_USER_SDKENV_SCRIPT%". (
/aoo4110/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DBundle.properties28 EXC_root_dir_does_not_exist=Root directory {0} does not exist.
34 EXC_file_could_not_be_locked={2} could not be locked; it did not exist or was not writable.
/aoo4110/main/udkapi/com/sun/star/script/
H A DXStarBasicAccess.idl68 if the library doesn't exist.
82 if the library doesn't exist.
/aoo4110/main/offapi/com/sun/star/ui/dialogs/
H A DXFolderPicker.idl51 chooses if the specified root directory doesn't exist.
65 or the previously specified root directory doesn't exist.

Completed in 70 milliseconds

12345678910