/trunk/main/vcl/source/window/ |
H A D | taskpanelist.cxx | 61 Point pos1(ImplTaskPaneListGetPos( w1 )); 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 ()() 74 Point pos1(ImplTaskPaneListGetPos( w1 )); 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 D | transliterationImpl.cxx | 441 const OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, in equals() argument 447 pos1 += nCount1; 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() 461 if ( pos1 + nCount1 > str1.getLength() ) in equals() 462 nCount1 = str1.getLength() - pos1; in equals() 467 return caseignore->equals(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2); in equals() 471 OUString tmpStr1 = folding(str1, pos1, nCount1, offset1); in equals()
|
H A D | textToPronounce_zh.cxx | 99 TextToPronounce_zh::equals( const OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & n… in equals() argument 108 if (nCount1 + pos1 > str1.getLength()) in equals() 109 nCount1 = str1.getLength() - pos1; in equals() 116 s1 = str1.getStr() + pos1; in equals()
|
H A D | transliteration_caseignore.cxx | 112 const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, in equals() argument 116 return (compare(str1, pos1, nCount1, nMatch1, str2, pos2, nCount2, nMatch2) == 0); in equals() 142 const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, in compare() argument 146 const sal_Unicode *unistr1 = (sal_Unicode*) str1.getStr() + pos1; in compare()
|
H A D | transliteration_Ignore.cxx | 40 transliteration_Ignore::equals(const OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& … in equals() argument 47 OUString s1 = this->folding( str1, pos1, nCount1, offset1); in equals()
|
/trunk/main/codemaker/source/javamaker/ |
H A D | classfile.cxx | 256 Position pos1 = m_code.size(); in instrLookupswitch() local 258 int pad = (pos1 + 1) % 4; in instrLookupswitch() 262 Position pos2 = pos1 + 1 + pad + 8 + blocks.size() * 8; //FIXME: overflow in instrLookupswitch() 263 appendU4(m_code, static_cast< sal_uInt32 >(pos2 - pos1)); //FIXME: overflow in instrLookupswitch() 271 appendU4(m_code, static_cast< sal_uInt32 >(pos2 - pos1)); in instrLookupswitch() 341 Position pos1 = m_code.size(); in instrTableswitch() local 343 int pad = (pos1 + 1) % 4; in instrTableswitch() 348 Position pos2 = pos1 + 1 + pad + 12 + size * 4; //FIXME: overflow in instrTableswitch() 349 sal_uInt32 defaultOffset = static_cast< sal_uInt32 >(pos2 - pos1); in instrTableswitch() 361 appendU4(m_code, static_cast< sal_uInt32 >(pos2 - pos1)); in instrTableswitch()
|
H A D | javatype.cxx | 2750 ClassFile::Code::Position pos1 = code->getPosition(); in addConstructor() local 2802 tryStart, tryEnd, pos1, in addConstructor()
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
H A D | ResourceManager.java | 71 int pos1 = fileName.lastIndexOf("_"); in checkFileExistence() local 73 if ( pos1 > 0 ) { in checkFileExistence() 75 … String newFileName = fileName.substring(0, pos1) + fileName.substring(pos2, fileName.length()); in checkFileExistence()
|
/trunk/main/i18npool/inc/ |
H A D | transliteration_caseignore.hxx | 47 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, 65 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
|
H A D | textToPronounce_zh.hxx | 49 …equals( const rtl::OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & nMatch1, const …
|
H A D | transliteration_Numeric.hxx | 49 …equals( const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const …
|
H A D | transliteration_OneToOne.hxx | 53 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
|
H A D | transliteration_body.hxx | 55 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
|
H A D | transliteration_commonclass.hxx | 87 …equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const rt…
|
H A D | transliteration_Ignore.hxx | 49 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
|
H A D | transliterationImpl.hxx | 96 virtual sal_Bool SAL_CALL equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1,
|
/trunk/main/dtrans/test/win32/dnd/ |
H A D | dndTest.cxx | 118 RECT pos1={0,0,300,200}; in doTest() local 119 AWindow win(_T("DnD starting in Ole STA"), threadIdMTA, pos1); in doTest()
|
/trunk/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() 310 else if ( pos2 == STRING_NOTFOUND && pos1 != STRING_NOTFOUND ) in lcl_getMinPos() 311 min = pos1; in lcl_getMinPos() 314 if ( pos1 < pos2 ) in lcl_getMinPos() 315 min = pos1; in lcl_getMinPos()
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/ |
H A D | SolarisInstaller.java | 412 int pos1 = onePackage.indexOf(" "); in queryAllDatabase() local 413 String key = onePackage.substring(0, pos1); in queryAllDatabase()
|
H A D | LinuxInstaller.java | 548 int pos1 = onePackage.lastIndexOf("-"); in queryAllDatabase() local 549 int pos2 = onePackage.substring(0, pos1).lastIndexOf("-"); in queryAllDatabase()
|