| /AOO41X/main/ |
| H A D | oowintool | 213 for $ver (@ms_versions) 215 my $install = reg_get_value ("HKEY_LOCAL_MACHINE/SOFTWARE/" . $ver->{'key'}); 217 $ver->{'product_dir'} = $install; 218 return $ver; 220 $install = reg_get_value ("HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/" . $ver->{'key'}); 222 $ver->{'product_dir'} = $install; 223 return $ver; 233 for $ver (@ms_versions) 235 my $install = reg_get_value ("HKEY_LOCAL_MACHINE/SOFTWARE/" . $ver->{'key'}); 237 $ver->{'product_dir'} = $install; [all …]
|
| /AOO41X/main/jvmfwk/plugins/sunmajor/pluginlib/ |
| H A D | sunversion.cxx | 266 bool SunVersion::operator > (const SunVersion& ver) const in operator >() 268 if( &ver == this) in operator >() 275 if(m_arVersionParts[i] > ver.m_arVersionParts[i]) in operator >() 279 else if (m_arVersionParts[i] < ver.m_arVersionParts[i]) in operator >() 285 if (m_nUpdateSpecial > ver.m_nUpdateSpecial) in operator >() 292 if ((m_preRelease == Rel_NONE && ver.m_preRelease == Rel_NONE) in operator >() 294 (m_preRelease != Rel_NONE && ver.m_preRelease == Rel_NONE)) in operator >() 296 else if (m_preRelease == Rel_NONE && ver.m_preRelease != Rel_NONE) in operator >() 298 else if (m_preRelease > ver.m_preRelease) in operator >() 304 bool SunVersion::operator < (const SunVersion& ver) const in operator <() [all …]
|
| H A D | sunversion.hxx | 100 bool operator > (const SunVersion& ver) const; 101 bool operator < (const SunVersion& ver) const; 102 bool operator == (const SunVersion& ver) const;
|
| H A D | sunjavaplugin.cxx | 79 SunVersion ver(sVersion); in getPluginJarPath() local 80 OSL_ASSERT(ver142 && ver150 && ver); in getPluginJarPath() 83 if (ver < ver142) in getPluginJarPath() 87 else if (ver < ver150) in getPluginJarPath()
|
| /AOO41X/main/unoxml/source/dom/ |
| H A D | notation.hxx | 159 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 162 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | entityreference.hxx | 151 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 154 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | documentfragment.hxx | 149 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 152 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | processinginstruction.hxx | 170 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 173 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | documenttype.hxx | 187 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 190 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | entity.hxx | 170 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 173 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | attr.hxx | 182 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 185 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | characterdata.hxx | 206 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 209 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | text.hxx | 209 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 212 return CCharacterData::isSupported(feature, ver); in isSupported()
|
| H A D | comment.hxx | 190 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 193 return CCharacterData::isSupported(feature, ver); in isSupported()
|
| H A D | cdatasection.hxx | 195 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 198 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | element.hxx | 265 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 268 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | document.hxx | 347 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver) in isSupported() argument 350 return CNode::isSupported(feature, ver); in isSupported()
|
| H A D | domimplementation.hxx | 69 virtual sal_Bool SAL_CALL hasFeature(const OUString& feature, const OUString& ver)
|
| H A D | node.hxx | 282 virtual sal_Bool SAL_CALL isSupported(const OUString& feature, const OUString& ver)
|
| /AOO41X/main/sal/qa/helper/gcov/ |
| H A D | gcov_run.sh | 33 setsolar -cwsname qadev16 -sourceroot -src680 -ver m25 -jdk14 unxlngi5
|
| /AOO41X/main/oox/source/dump/ |
| H A D | biffdumper.ini | 126 5=hor-stripe,ver-stripe,rev-diag-stripe,diag-stripe,diag-crosshatch 127 10=thick-diag-crosshatch,thin-hor-stripe,thin-ver-stripe,thin-rev-diag-stripe,thin-diag-stripe 653 0x70=uint8,dec,ver-align,XF-VERALIGN 1616 0x0070=uint16,dec,ver-align,OBJ-VERALIGN 2190 0x0070=uint16,dec,ver-align,OBJ-VERALIGN 2286 0x30=uint8,dec,ver-align,XF-VERALIGN 2293 0x70=uint8,dec,ver-align,XF-VERALIGN
|
| /AOO41X/main/rsc/doku/feinkonz.43/ |
| H A D | rscinst.doc | 1529 Datenbasis ver�ndert werden k�nnen. Als Beispiel sei hier der Design-Editor genannt. 1827 Diese Methode gibt einen Zeiger auf eine Liste mit Pfadnamen zur�ck. Diese Liste kann ver�ndert 2615 // Instanz ver�ndern 2625 AgaAuszug aus der ver�nderten test.src Datei. 2952 Diese Klasse stellt Methoden zur Verf�gung, mit denen Resourceinstanzen erzeugt, ver�ndern und 3738 FALSE bedeutet, sie wurde ver�ndert. 3766 Ein RscId-Objekt kann aus Objekten zusammengesetzt sein, die global ver�ndert werden k�nnen.
|
| /AOO41X/main/libtextcat/data/new_fingerprints/lm/ |
| H A D | swedish.lm | 267 ver 190
|
| H A D | danish.lm | 224 ver 147
|
| H A D | afrikaans.lm | 170 ver 192
|