Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/misc/
H A Dglosdoc.cxx236 sal_uInt16 nNewPath = (sal_uInt16)rGroupName.GetToken(1, GLOS_DELIM).ToInt32(); in NewGroupDoc() local
237 String sNewFilePath(*(*m_pPathArr)[nNewPath]); in NewGroupDoc()
273 sal_uInt16 nNewPath = (sal_uInt16)rNewGroup.GetToken(1, GLOS_DELIM).ToInt32(); in RenameGroupDoc() local
274 if( nNewPath < m_pPathArr->Count()) in RenameGroupDoc()
276 String sNewFilePath(*(*m_pPathArr)[nNewPath]); in RenameGroupDoc()
298 rNewGroup += String::CreateFromInt32(nNewPath); in RenameGroupDoc()

Completed in 22 milliseconds