Home
last modified time | relevance | path

Searched refs:pos1 (Results 1 – 20 of 20) sorted by relevance

/trunk/main/vcl/source/window/
H A Dtaskpanelist.cxx61 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 DtransliterationImpl.cxx441 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 DtextToPronounce_zh.cxx99 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 Dtransliteration_caseignore.cxx112 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 Dtransliteration_Ignore.cxx40 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 Dclassfile.cxx256 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 Djavatype.cxx2750 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 DResourceManager.java71 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 Dtransliteration_caseignore.hxx47 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 DtextToPronounce_zh.hxx49 …equals( const rtl::OUString & str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32 & nMatch1, const …
H A Dtransliteration_Numeric.hxx49 …equals( const ::rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const …
H A Dtransliteration_OneToOne.hxx53 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A Dtransliteration_body.hxx55 const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A Dtransliteration_commonclass.hxx87 …equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1, const rt…
H A Dtransliteration_Ignore.hxx49 equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1, sal_Int32& nMatch1,
H A DtransliterationImpl.hxx96 virtual sal_Bool SAL_CALL equals( const rtl::OUString& str1, sal_Int32 pos1, sal_Int32 nCount1,
/trunk/main/dtrans/test/win32/dnd/
H A DdndTest.cxx118 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 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()
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 DSolarisInstaller.java412 int pos1 = onePackage.indexOf(" "); in queryAllDatabase() local
413 String key = onePackage.substring(0, pos1); in queryAllDatabase()
H A DLinuxInstaller.java548 int pos1 = onePackage.lastIndexOf("-"); in queryAllDatabase() local
549 int pos2 = onePackage.substring(0, pos1).lastIndexOf("-"); in queryAllDatabase()

Completed in 95 milliseconds