Searched refs:nNewPath (Results 1 – 1 of 1) sorted by relevance
236 sal_uInt16 nNewPath = (sal_uInt16)rGroupName.GetToken(1, GLOS_DELIM).ToInt32(); in NewGroupDoc() local237 String sNewFilePath(*(*m_pPathArr)[nNewPath]); in NewGroupDoc()273 sal_uInt16 nNewPath = (sal_uInt16)rNewGroup.GetToken(1, GLOS_DELIM).ToInt32(); in RenameGroupDoc() local274 if( nNewPath < m_pPathArr->Count()) in RenameGroupDoc()276 String sNewFilePath(*(*m_pPathArr)[nNewPath]); in RenameGroupDoc()298 rNewGroup += String::CreateFromInt32(nNewPath); in RenameGroupDoc()
Completed in 11 milliseconds