Searched refs:aDocumentsDir (Results 1 – 4 of 4) sorted by relevance
101 QString aDocumentsDir( KGlobalSettings::documentPath() ); in getValue() local104 if ( aDocumentsDir.endsWith(QChar('/')) ) in getValue()105 aDocumentsDir.truncate ( aDocumentsDir.length() - 1 ); in getValue()106 sDocumentsDir = (const sal_Unicode *) aDocumentsDir.utf16(); in getValue()
97 QString aDocumentsDir( KGlobalSettings::documentPath() ); in getValue() local100 if ( aDocumentsDir.endsWith(QChar('/')) ) in getValue()101 aDocumentsDir.truncate ( aDocumentsDir.length() - 1 ); in getValue()102 sDocumentsDir = (const sal_Unicode *) aDocumentsDir.ucs2(); in getValue()
202 osl::Directory aDocumentsDir( aDocumentsDirURL ); in xdg_user_dir_lookup() local203 if( osl::FileBase::E_None == aDocumentsDir.open() ) in xdg_user_dir_lookup()416 osl::Directory aDocumentsDir( aDocumentsDirURL ); in isDependencySatisfied() local418 if( osl::FileBase::E_None == aDocumentsDir.open() ) in isDependencySatisfied()
214 osl::Directory aDocumentsDir( aRet ); in getDesktopDirectory() local215 if( osl::FileBase::E_None != aDocumentsDir.open() ) in getDesktopDirectory()
Completed in 31 milliseconds