/aoo42x/main/sw/source/filter/ww8/dump/ |
H A D | msvbasic.cxx | 445 int pos2 = pos%WINDOWLEN; in DecompressVBA() local 446 if (pos2 <= 0x10) in DecompressVBA() 448 else if (pos2 <= 0x20) in DecompressVBA() 450 else if (pos2 <= 0x40) in DecompressVBA() 452 else if (pos2 <= 0x80) in DecompressVBA() 454 else if (pos2 <= 0x100) in DecompressVBA() 456 else if (pos2 <= 0x200) in DecompressVBA() 458 else if (pos2 <= 0x400) in DecompressVBA() 460 else if (pos2 <= 0x800) in DecompressVBA()
|
/aoo42x/main/vcl/source/window/ |
H A D | taskpanelist.cxx | 62 Point pos2(ImplTaskPaneListGetPos( w2 )); in operator ()() local 64 if( pos1.X() == pos2.X() ) in operator ()() 65 return ( pos1.Y() < pos2.Y() ); in operator ()() 67 return ( pos1.X() < pos2.X() ); in operator ()() 75 Point pos2(ImplTaskPaneListGetPos( w2 )); in operator ()() local 77 if( pos1.X() == pos2.X() ) in operator ()() 78 return ( pos1.Y() < pos2.Y() ); in operator ()() 80 return ( pos1.X() < pos2.X() ); in operator ()()
|
/aoo42x/main/i18npool/source/transliteration/ |
H A D | transliterationImpl.cxx | 442 const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in equals() argument 451 pos2 += nCount2; in equals() 455 pos1 >= str1.getLength() || pos2 >= str2.getLength() || in equals() 456 pos1 < 0 || pos2 < 0 ) { in equals() 459 return !nCount1 && !nCount2 && pos1 == str1.getLength() && pos2 == str2.getLength(); in equals() 463 if ( pos2 + nCount2 > str2.getLength() ) in equals() 464 nCount2 = str2.getLength() - pos2; in equals() 467 return caseignore->equals(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2); in equals() 472 OUString tmpStr2 = folding(str2, pos2, nCount2, offset2); in equals()
|
H A D | textToPronounce_zh.cxx | 100 const OUString & str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32 & nMatch2) in equals() argument 111 if (nCount2 + pos2 > str2.getLength()) in equals() 112 nCount2 = str2.getLength() - pos2; in equals() 117 s2 = str2.getStr() + pos2; in equals()
|
H A D | transliteration_caseignore.cxx | 113 const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in equals() argument 116 return (compare(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2) == 0); in equals() 143 const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) in compare() argument 147 const sal_Unicode *unistr2 = (sal_Unicode*) str2.getStr() + pos2; in compare()
|
H A D | transliteration_Ignore.cxx | 41 …const OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 ) throw(RuntimeExcepti… in equals() argument 48 OUString s2 = this->folding( str2, pos2, nCount2, offset2); in equals()
|
/aoo42x/main/codemaker/source/javamaker/ |
H A D | classfile.cxx | 262 Position pos2 = pos1 + 1 + pad + 8 + blocks.size() * 8; //FIXME: overflow in instrLookupswitch() local 263 appendU4(m_code, static_cast< sal_uInt32 >(pos2 - pos1)); //FIXME: overflow in instrLookupswitch() 264 pos2 += defaultBlock->m_code.size(); //FIXME: overflow in instrLookupswitch() 271 appendU4(m_code, static_cast< sal_uInt32 >(pos2 - pos1)); in instrLookupswitch() 273 pos2 += i->second->m_code.size(); //FIXME: overflow in instrLookupswitch() 348 Position pos2 = pos1 + 1 + pad + 12 + size * 4; //FIXME: overflow in instrTableswitch() local 349 sal_uInt32 defaultOffset = static_cast< sal_uInt32 >(pos2 - pos1); in instrTableswitch() 352 pos2 += defaultBlock->m_code.size(); //FIXME: overflow in instrTableswitch() 361 appendU4(m_code, static_cast< sal_uInt32 >(pos2 - pos1)); in instrTableswitch() 363 pos2 += (*i)->m_code.size(); //FIXME: overflow in instrTableswitch()
|
H A D | javatype.cxx | 2797 ClassFile::Code::Position pos2 = code->getPosition(); in addConstructor() local 2800 tree.getRoot(), tryStart, tryEnd, pos2, code.get()); in addConstructor()
|
/aoo42x/main/l10ntools/source/ |
H A D | xmlparse.cxx | 500 for(LangHashMap::iterator pos2=elem->begin(); pos2!=elem->end();++pos2){ in View() local 501 fprintf( stdout,"\nlanguage=%s\n",(pos2->first).GetBuffer() ); in View() 502 cur=pos2->second; in View() 605 for(LangHashMap::iterator pos2=elem->begin(); pos2!=elem->end();++pos2){ in operator =() local 606 (*newelem)[ pos2->first ] = new XMLElement( *pos2->second ); in operator =()
|
/aoo42x/main/i18npool/inc/ |
H A D | transliteration_caseignore.hxx | 48 const rtl::OUString& src2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2) 66 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2)
|
H A D | textToPronounce_zh.hxx | 49 …Int32 nCount1, sal_Int32 & nMatch1, const rtl::OUString & str2, sal_Int32 pos2, sal_Int32 nCount2,…
|
H A D | transliteration_Numeric.hxx | 49 …Int32 nCount1, sal_Int32& nMatch1, const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2,…
|
H A D | transliteration_OneToOne.hxx | 54 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliteration_body.hxx | 56 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliteration_commonclass.hxx | 87 …l_Int32 nCount1, sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2,…
|
H A D | transliteration_Ignore.hxx | 50 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
|
H A D | transliterationImpl.hxx | 97 …sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updateinfo.hxx | 49 …t8 pos, const rtl::OUString aURL, sal_uInt8 pos2, const rtl::OUString aURL2) : Pos(pos), URL(aURL)… in ReleaseNote()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
H A D | ResourceManager.java | 74 int pos2 = fileName.lastIndexOf("."); in checkFileExistence() local 75 … String newFileName = fileName.substring(0, pos1) + fileName.substring(pos2, fileName.length()); in checkFileExistence()
|
/aoo42x/main/dtrans/test/win32/dnd/ |
H A D | dndTest.cxx | 121 RECT pos2={ 0, 205, 300, 405}; in doTest() local 122 AWindow win2( _T("DnD starting in MTA"), threadIdMTA, pos2, true); in doTest()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 305 xub_StrLen lcl_getMinPos( xub_StrLen pos1, xub_StrLen pos2 ) in lcl_getMinPos() argument 308 if ( pos1 == STRING_NOTFOUND && pos2 != STRING_NOTFOUND ) in lcl_getMinPos() 309 min = pos2; in lcl_getMinPos() 310 else if ( pos2 == STRING_NOTFOUND && pos1 != STRING_NOTFOUND ) in lcl_getMinPos() 312 else if ( pos2 != STRING_NOTFOUND && pos2 != STRING_NOTFOUND ) in lcl_getMinPos() 314 if ( pos1 < pos2 ) in lcl_getMinPos() 317 min = pos2; in lcl_getMinPos()
|
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | RowSet.java | 105 int pos2 = m_resultSet.getRow(); in run() local 106 …("ResultSetMovementStress wrong position: " + i + " Pos1: " + pos + " Pos2: " + pos2, pos == pos2); in run()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/ |
H A D | LinuxInstaller.java | 549 int pos2 = onePackage.substring(0, pos1).lastIndexOf("-"); in queryAllDatabase() local 550 String key = onePackage.substring(0, pos2); in queryAllDatabase()
|