Home
last modified time | relevance | path

Searched refs:pos2 (Results 1 – 23 of 23) sorted by relevance

/trunk/main/sw/source/filter/ww8/dump/
H A Dmsvbasic.cxx445 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()
/trunk/main/vcl/source/window/
H A Dtaskpanelist.cxx62 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 ()()
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx442 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 DtextToPronounce_zh.cxx100 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 Dtransliteration_caseignore.cxx113 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 Dtransliteration_Ignore.cxx41 …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()
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx262 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 Djavatype.cxx2797 ClassFile::Code::Position pos2 = code->getPosition(); in addConstructor() local
2800 tree.getRoot(), tryStart, tryEnd, pos2, code.get()); in addConstructor()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx500 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 =()
/trunk/main/i18npool/inc/
H A Dtransliteration_caseignore.hxx48 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 DtextToPronounce_zh.hxx49 …Int32 nCount1, sal_Int32 & nMatch1, const rtl::OUString & str2, sal_Int32 pos2, sal_Int32 nCount2,…
H A Dtransliteration_Numeric.hxx49 …Int32 nCount1, sal_Int32& nMatch1, const ::rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2,…
H A Dtransliteration_OneToOne.hxx54 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A Dtransliteration_body.hxx56 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A Dtransliteration_commonclass.hxx87 …l_Int32 nCount1, sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2,…
H A Dtransliteration_Ignore.hxx50 const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatch2 )
H A DtransliterationImpl.hxx97 …sal_Int32& nMatch1, const rtl::OUString& str2, sal_Int32 pos2, sal_Int32 nCount2, sal_Int32& nMatc…
/trunk/main/extensions/source/update/check/
H A Dupdateinfo.hxx49 …t8 pos, const rtl::OUString aURL, sal_uInt8 pos2, const rtl::OUString aURL2) : Pos(pos), URL(aURL)… in ReleaseNote()
/trunk/main/dtrans/test/win32/dnd/
H A DdndTest.cxx121 RECT pos2={ 0, 205, 300, 405}; in doTest() local
122 AWindow win2( _T("DnD starting in MTA"), threadIdMTA, pos2, true); in doTest()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DResourceManager.java74 int pos2 = fileName.lastIndexOf("."); in checkFileExistence() local
75 … String newFileName = fileName.substring(0, pos1) + fileName.substring(pos2, fileName.length()); in checkFileExistence()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx305 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()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java105 int pos2 = m_resultSet.getRow(); in run() local
106 …("ResultSetMovementStress wrong position: " + i + " Pos1: " + pos + " Pos2: " + pos2, pos == pos2); in run()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/
H A DLinuxInstaller.java549 int pos2 = onePackage.substring(0, pos1).lastIndexOf("-"); in queryAllDatabase() local
550 String key = onePackage.substring(0, pos2); in queryAllDatabase()

Completed in 120 milliseconds