Lines Matching refs:aIdent
1070 ::rtl::OUString aIdent = m_pConnection->getContent()->getIdentifier()->getContentIdentifier(); in CreateImpl()
1071 if ( aIdent.lastIndexOf('/') != (aIdent.getLength()-1) ) in CreateImpl()
1072 aIdent += ::rtl::OUString::createFromAscii("/"); in CreateImpl()
1073 aIdent += m_Name; in CreateImpl()
1074 aName = aIdent.getStr(); in CreateImpl()
2372 ::rtl::OUString aIdent = _pConenction->getContent()->getIdentifier()->getContentIdentifier(); in renameFile()
2373 if ( aIdent.lastIndexOf('/') != (aIdent.getLength()-1) ) in renameFile()
2374 aIdent += ::rtl::OUString::createFromAscii("/"); in renameFile()
2375 aIdent += oldName; in renameFile()
2376 aName = aIdent; in renameFile()
2554 ::rtl::OUString aIdent = m_pConnection->getContent()->getIdentifier()->getContentIdentifier(); in createTempFile()
2555 if ( aIdent.lastIndexOf('/') != (aIdent.getLength()-1) ) in createTempFile()
2556 aIdent += ::rtl::OUString::createFromAscii("/"); in createTempFile()
2557 String sTempName(aIdent); in createTempFile()