Searched refs:nPath (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sw/source/ui/utlui/ |
H A D | gloslst.cxx | 320 sal_uInt16 nPath = (sal_uInt16)sGrpName.GetToken(1, GLOS_DELIM).ToInt32(); in Update() local 321 if(nPath < pPathArr->Count()) in Update() 327 String sName = *(*pPathArr)[nPath]; in Update() 343 for(sal_uInt16 nPath = 0; nPath < pPathArr->Count(); nPath++) in Update() local 349 SWUnoHelper::UCB_GetFileListOfFolder( *(*pPathArr)[nPath], aFiles, in Update() 362 sName += String::CreateFromInt32( nPath ); in Update() 393 if(nGroupPath == nPath) in Update()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | glosdoc.cxx | 153 sal_uInt16 nPath = (sal_uInt16)sTemp.GetToken(1, GLOS_DELIM).ToInt32(); in FindGroupName() local 155 if( !SWUnoHelper::UCB_IsCaseSensitiveFileName( *(*m_pPathArr)[nPath] ) in FindGroupName() 325 sal_uInt16 nPath = (sal_uInt16)rName.GetToken(1, GLOS_DELIM).ToInt32(); in DelGroupDoc() local 326 if(nPath >= m_pPathArr->Count()) in DelGroupDoc() 328 String sFileURL(*(*m_pPathArr)[nPath]); in DelGroupDoc() 332 aName += String::CreateFromInt32(nPath); in DelGroupDoc() 378 sal_uInt16 nPath = (sal_uInt16)rName.GetToken(1, GLOS_DELIM).ToInt32(); in GetGlosDoc() local 380 if(nPath < m_pPathArr->Count()) in GetGlosDoc() 382 String sFileURL(*(*m_pPathArr)[nPath]); in GetGlosDoc()
|
H A D | glossary.cxx | 716 for(sal_uInt16 nPath = 0; nPath < nPaths; nPath++) in IMPL_LINK() local 719 INetURLObject(), sGlosPath.GetToken(nPath, ';'), in IMPL_LINK() 801 … sal_uInt16 nPath = static_cast< sal_uInt16 >(sGroupName.GetToken( 1, GLOS_DELIM ).ToInt32()); in Init() local 805 pData->nPathIdx = nPath; in Init() 809 if(sSelStr == pData->sGroupName && nSelPath == nPath) in Init()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | gloshdl.cxx | 157 for(sal_uInt16 nPath = 0; nPath < pPathArr->Count(); nPath++) in SetCurGroup() local 159 if(sCurEntryPath == *(*pPathArr)[nPath]) in SetCurGroup() 161 nCurrentPath = nPath; in SetCurGroup()
|
/aoo4110/main/desktop/win32/source/setup/ |
H A D | setup.cpp | 531 int nPath = 2 * nTempPath; in GetPathToFile() local 532 *pPath = new TCHAR[ nPath ]; in GetPathToFile() 535 int nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile() 537 if ( nReturn > nPath ) in GetPathToFile() 541 nPath = nReturn; in GetPathToFile() 542 *pPath = new TCHAR[ nPath ]; in GetPathToFile() 544 nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appcfg.cxx | 846 for( sal_uInt32 nPath=0; nPath<nCount; ++nPath ) in SetOptions() local 848 String sValue = pEnumItem->GetValueTextByPos((sal_uInt16)nPath); in SetOptions() 851 switch( nPath ) in SetOptions()
|
/aoo4110/main/store/source/ |
H A D | stordata.hxx | 735 sal_uInt32 nPath = store::ntohl(rPage.m_aNameBlock.m_aKey.m_nHigh); in path() local 736 return rtl_crc32 (nPath, pszName, rtl_str_getLength(pszName)); in path()
|
Completed in 55 milliseconds