Searched refs:aPath2 (Results 1 – 3 of 3) sorted by relevance
306 rtl::OUString aPath1, aPath2; in compareContentIds() local309 m_pMyShell->getUnqFromUrl( aUrl2, aPath2 ); in compareContentIds()316 error = osl::DirectoryItem::get( aPath2, aItem2 ); in compareContentIds()337 error = osl::FileBase::getSystemPathFromFileURL( aStatus2.getFileURL(), aPath2 ); in compareContentIds()340 iComp = rtl_ustr_compareIgnoreAsciiCase( aPath1.getStr(), aPath2.getStr() ); in compareContentIds()
62 ::rtl::OUString aPath2;80 aPath2 = ::rtl::OUString::createFromAscii( in SetUp()190 ASSERT_TRUE(tools::importFromSvgD( aPoly, aPath2, false, 0)) << "importing '@' from SVG-D"; in TEST_F()
4029 rtl::OUString aPath2(rObject.GetURLPath(NO_DECODE)); in operator ==() local4038 switch (nLength - aPath2.getLength()) in operator ==()4041 if (aPath2.getStr()[nLength] != '/') in operator ==()4056 return aPath1.compareTo(aPath2, nLength) == 0; in operator ==()4060 return (aPath1 == aPath2) != false; in operator ==()
Completed in 42 milliseconds