Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/ui/utlui/
H A Dgloslst.cxx320 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 Dglosdoc.cxx153 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 Dglossary.cxx716 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 Dgloshdl.cxx157 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 Dsetup.cpp531 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 Dappcfg.cxx846 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 Dstordata.hxx735 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 48 milliseconds