Home
last modified time | relevance | path

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

/trunk/main/shell/source/backends/kde4be/
H A Dkde4access.cxx101 QString aDocumentsDir( KGlobalSettings::documentPath() ); in getValue() local
104 if ( aDocumentsDir.endsWith(QChar('/')) ) in getValue()
105 aDocumentsDir.truncate ( aDocumentsDir.length() - 1 ); in getValue()
106 sDocumentsDir = (const sal_Unicode *) aDocumentsDir.utf16(); in getValue()
/trunk/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx97 QString aDocumentsDir( KGlobalSettings::documentPath() ); in getValue() local
100 if ( aDocumentsDir.endsWith(QChar('/')) ) in getValue()
101 aDocumentsDir.truncate ( aDocumentsDir.length() - 1 ); in getValue()
102 sDocumentsDir = (const sal_Unicode *) aDocumentsDir.ucs2(); in getValue()
/trunk/main/shell/source/backends/gconfbe/
H A Dgconfaccess.cxx202 osl::Directory aDocumentsDir( aDocumentsDirURL ); in xdg_user_dir_lookup() local
203 if( osl::FileBase::E_None == aDocumentsDir.open() ) in xdg_user_dir_lookup()
416 osl::Directory aDocumentsDir( aDocumentsDirURL ); in isDependencySatisfied() local
418 if( osl::FileBase::E_None == aDocumentsDir.open() ) in isDependencySatisfied()
/trunk/main/extensions/source/update/check/
H A Dupdatecheckconfig.cxx214 osl::Directory aDocumentsDir( aRet ); in getDesktopDirectory() local
215 if( osl::FileBase::E_None != aDocumentsDir.open() ) in getDesktopDirectory()

Completed in 40 milliseconds