Home
last modified time | relevance | path

Searched defs:exist (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/i18npool/source/breakiterator/
H A Dgendict.cxx70 sal_Bool exist[0x10000]; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
H A Dxdictionary.cxx124 …sal_Bool exist = (existMark && ((c>>3) < 0x1FFF)) ? sal::static_int_cast<sal_Bool>((existMark[c>>3… in exists() local
/AOO41X/main/framework/source/classes/
H A Dframecontainer.cxx182 sal_Bool FrameContainer::exist( const css::uno::Reference< css::frame::XFrame >& xFrame ) const in exist() function in framework::FrameContainer
/AOO41X/main/shell/source/win32/
H A DSysShExec.cxx224 bool exist = false; in is_existing_file() local
/AOO41X/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx661 javaPluginError jfw_plugin_existJRE(const JavaInfo *pInfo, sal_Bool *exist) in jfw_plugin_existJRE()
/AOO41X/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx296 bool FileDoesNotExistFilter::exist() in exist() function in __anon176cb1220111::FileDoesNotExistFilter
/AOO41X/main/jvmfwk/source/
H A Dframework.cxx1113 javaFrameworkError jfw_existJRE(const JavaInfo *pInfo, sal_Bool *exist) in jfw_existJRE()
/AOO41X/test/testcommon/source/org/openoffice/test/vcl/client/
H A DVclHookException.java137 MESSAGES.put(new Integer(S_NO_SUBMENU), "Submenu does not exist"); in MESSAGES.put()