Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptpath.cxx107 String sUserPath; member
303 SetPathList( nRealId, pPathImpl->sUserPath, pPathImpl->sWritablePath ); in FillItemSet()
355 pPathImpl->sUserPath = sUser; in Reset()
464 String sUserPath, sWritablePath; in IMPL_LINK() local
468 if ( sUserPath.Len() > 0 ) in IMPL_LINK()
469 sUserPath += MULTIPATH_DELIMITER; in IMPL_LINK()
470 sUserPath += sTemp.GetToken( i, MULTIPATH_DELIMITER ); in IMPL_LINK()
476 pPathImpl->sUserPath = sUserPath; in IMPL_LINK()
499 sUser = pPathImpl->sUserPath; in ChangeCurrentEntry()
563 sUser = pPathImpl->sUserPath; in IMPL_LINK()
[all …]
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx167 OUString sUserPath( SvtPathOptions().GetUserConfigPath() ); in ButtonSetImpl() local
168 sUserPath += sSubPath; in ButtonSetImpl()
169 scanForButtonSets( sUserPath ); in ButtonSetImpl()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx60 String sSharePath, sUserPath, sAutoPath( aPathOpt.GetAutoCorrectPath() ); in SvxAutoCorrCfg() local
63 for( sal_uInt16 n = 0; n < 2; ++n, pS = &sUserPath ) in SvxAutoCorrCfg()
70 pAutoCorrect = new SvxAutoCorrect( sSharePath, sUserPath ); in SvxAutoCorrCfg()

Completed in 21 milliseconds