Home
last modified time | relevance | path

Searched refs:aPath (Results 51 – 75 of 185) sorted by last modified time

12345678

/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx136 String aPath( aHomeDir ); in GetSystemLook() local
137 aPath.AppendAscii( "/.dt/palettes/" ); in GetSystemLook()
138 aPath += String( aPaletteFile, gsl_getSystemTextEncoding() ); in GetSystemLook()
140 SvFileStream aStream( aPath, STREAM_READ ); in GetSystemLook()
143 aPath = String::CreateFromAscii( "/usr/dt/palettes/" ); in GetSystemLook()
144 aPath += String( aPaletteFile, gsl_getSystemTextEncoding() ); in GetSystemLook()
145 aStream.Open( aPath, STREAM_READ ); in GetSystemLook()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx104 OString aPath; in getEnvironmentPath() local
109 aPath = OString( pValue ); in getEnvironmentPath()
111 return aPath; in getEnvironmentPath()
195 static OUString aPath; in getFontPath() local
197 if( ! aPath.getLength() ) in getFontPath()
248 return aPath; in getFontPath()
368 ByteString aPath( rPath ); in normPath() local
375 if( aPath.Len() > 0 && aPath.GetChar( aPath.Len()-1 ) == '/' ) in normPath()
376 aPath.Erase( aPath.Len()-1 ); in normPath()
379 aPath.Search( "~" ) != STRING_NOTFOUND ) in normPath()
[all …]
H A Dfontcache.cxx740 ByteString aPath = rManager.getDirectory( nDirID ); in updateFontCacheEntry() local
741 aPath.Append( '/' ); in updateFontCacheEntry()
742 aPath.Append( ByteString( aFile ) ); in updateFontCacheEntry()
H A Dfontmanager.cxx2174 OString aPath( *dir_it ); in initialize() local
2178 visited_dirs[ aPath ] = 1; in initialize()
2216 DIR* pDIR = opendir( aPath.getStr() ); in initialize()
2890 OString aPath; in getFontFile() local
2896 aPath = it->second; in getFontFile()
2897 aPath += "/"; in getFontFile()
2898 aPath += pPSFont->m_aFontFile; in getFontFile()
2904 aPath = it->second; in getFontFile()
2905 aPath += "/"; in getFontFile()
2906 aPath += pTTFont->m_aFontFile; in getFontFile()
[all …]
/trunk/main/vcl/unx/generic/app/
H A Dsalinst.cxx371 OString aPath( pPaths[i] ); in FillFontPathList() local
374 && ( nPos = aPath.indexOf( ':' ) ) > 0 in FillFontPathList()
375 && ( !aPath.copy(nPos).equals( ":unscaled" ) ) ) in FillFontPathList()
382 psp::normPath( aPath ); in FillFontPathList()
383 o_rFontPaths.push_back( aPath ); in FillFontPathList()
/trunk/main/vcl/source/gdi/
H A Dmetaact.cxx4108 Polygon aPath; in Move() local
4109 aStroke.getPath( aPath ); in Move()
4111 aStroke.setPath( aPath ); in Move()
4131 aFill.getPath( aPath ); in Move()
4133 aFill.setPath( aPath ); in Move()
4163 Polygon aPath; in Scale() local
4164 aStroke.getPath( aPath ); in Scale()
4166 aStroke.setPath( aPath ); in Scale()
4173 PolyPolygon aPath; in Scale() local
4174 aFill.getPath( aPath ); in Scale()
[all …]
H A Dimpgraph.cxx1850 UniString aPath; in operator >>() local
1853 rIStm.ReadByteString(aPath); in operator >>()
1861 rtl::OUString(aPath))); in operator >>()
/trunk/main/uui/source/
H A Dloginerr.hxx96 void SetPath( const String& aPath ) in SetPath() argument
97 { m_aPath = aPath; } in SetPath()
H A Dnameclashdlg.cxx89 rtl::OUString aPath; in NameClashDialog() local
90 if ( osl::FileBase::E_None != osl::FileBase::getSystemPathFromFileURL( rTargetFolderURL, aPath ) ) in NameClashDialog()
91 aPath = rTargetFolderURL; in NameClashDialog()
96 aInfo.SearchAndReplaceAscii( "%FOLDER", aPath ); in NameClashDialog()
/trunk/main/unotools/source/ucbhelper/
H A Dtempfile.cxx83 rtl::OUString aPath; in ensuredir() local
89 aPath = rUnqPath.copy( 0, rUnqPath.getLength() - 1 ); in ensuredir()
91 aPath = rUnqPath; in ensuredir()
95 osl::Directory aDirectory( aPath ); in ensuredir()
109 nError = osl::Directory::create( aPath ); in ensuredir()
114 rtl::OUString aParentDir = getParentName( aPath ); in ensuredir()
115 if ( aParentDir != aPath ) in ensuredir()
117 bSuccess = ensuredir( getParentName( aPath ) ); in ensuredir()
123 nError = osl::Directory::create( aPath ); in ensuredir()
H A Ducbhelper.cxx764 String aPath = rPath.GetToken( nToken, cDelim ); in FindInPath() local
765 if ( Find( aPath, rName, rFile, bAllowWildCards ) ) in FindInPath()
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx961 String aPath; in SearchFile() local
964 case PATH_ADDIN: aPath = GetAddinPath(); break; in SearchFile()
967 case PATH_BACKUP: aPath = GetBackupPath(); break; in SearchFile()
968 case PATH_BASIC: aPath = GetBasicPath(); break; in SearchFile()
969 case PATH_BITMAP: aPath = GetBitmapPath(); break; in SearchFile()
970 case PATH_CONFIG: aPath = GetConfigPath(); break; in SearchFile()
973 case PATH_FILTER: aPath = GetFilterPath(); break; in SearchFile()
976 case PATH_HELP: aPath = GetHelpPath(); break; in SearchFile()
978 case PATH_MODULE: aPath = GetModulePath(); break; in SearchFile()
982 case PATH_TEMP: aPath = GetTempPath(); break; in SearchFile()
[all …]
H A Dlingucfg.cxx1368 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetSpellAndGrammarDialogImage() local
1369 aRes = aPath; in GetSpellAndGrammarDialogImage()
1383 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetSpellAndGrammarContextSuggestionImage() local
1384 aRes = aPath; in GetSpellAndGrammarContextSuggestionImage()
1398 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetSpellAndGrammarContextDictionaryImage() local
1399 aRes = aPath; in GetSpellAndGrammarContextDictionaryImage()
1413 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetThesaurusDialogImage() local
1414 aRes = aPath; in GetThesaurusDialogImage()
1428 rtl::OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, aImageName ) ); in GetSynonymsContextImage() local
1429 aRes = aPath; in GetSynonymsContextImage()
H A Dconfigmgr.cxx258 PropertyValue aPath; in AcquireTree() local
259 aPath.Name = C2U("nodepath"); in AcquireTree()
260 aPath.Value <<= sPath; in AcquireTree()
261 pArgs[0] <<= aPath; in AcquireTree()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx423 rtl::OUString aPath; in createInstanceWithArguments() local
424 if ( aProp.Value >>= aPath ) in createInstanceWithArguments()
430 if ( !createConfigPath( aPath, aConfigPath ) ) in createInstanceWithArguments()
H A Dhierarchydata.cxx991 rtl::OUString aPath = m_aPath; in first() local
992 aPath += rtl::OUString::createFromAscii( "/Children" ); in first()
994 xRootHierNameAccess->getByHierarchicalName( aPath ) in first()
1066 const rtl::OUString aPath = rURI.getPath().copy( 1 ); // skip leading slash. in createPathFromHierarchyURL() local
1067 sal_Int32 nLen = aPath.getLength(); in createPathFromHierarchyURL()
1075 sal_Int32 nEnd = aPath.indexOf( '/' ); in createPathFromHierarchyURL()
1082 rtl::OUString aToken = aPath.copy( nStart, nEnd - nStart ); in createPathFromHierarchyURL()
1089 nEnd = aPath.indexOf( '/', nStart ); in createPathFromHierarchyURL()
1099 return aPath; in createPathFromHierarchyURL()
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx208 rtl::OUString getTitle( const rtl::OUString& aPath ) in getTitle() argument
211 sal_Int32 lastIndex = aPath.lastIndexOf( slash ); in getTitle()
212 return aPath.copy( lastIndex + 1 ); in getTitle()
H A Dfilglob.hxx72 extern rtl::OUString getTitle( const rtl::OUString& aPath );
/trunk/main/tools/workben/
H A Durltest.cxx165 String aPath; in testSetFSys() local
169 aPath = String::CreateFromAscii(pTest[i].m_pPath); in testSetFSys()
170 if (aPath.Len() == 0) in testSetFSys()
175 INetURLObject aUrl1(aPath, pTest[i].m_eStyle); in testSetFSys()
177 aUrl2.setFSysPath(aPath, pTest[i].m_eStyle); in testSetFSys()
1060 rtl::OUString aPath; in main() local
1062 if (!aPath. in main()
1070 aPath = aUrl.getFSysPath(INetURLObject::FSysStyle( in main()
1074 if (!aPath.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in main()
1082 aPath = aUrl.getFSysPath(INetURLObject::FSysStyle( in main()
[all …]
/trunk/main/tools/source/fsys/
H A Dunx.cxx227 DirEntry aPath(*this); in IsCaseSensitive()
228 aPath.ToAbs(); in IsCaseSensitive()
236 aPath = aPath [1]; in IsCaseSensitive()
330 DirEntry aPath( *this ); in GetVolume() local
331 aPath.ToAbs(); in GetVolume()
336 if (aPath.Level() <= 1) in GetVolume()
338 aPath = aPath [1]; in GetVolume()
351 DirEntry aPath( *this ); in GetDevice() local
352 aPath.ToAbs(); in GetDevice()
357 if (aPath.Level() <= 1) in GetDevice()
[all …]
H A Dwntmsc.cxx840 String aPath( rDirEntry.GetFull() ); in Update() local
842 FSysRedirector::DoRedirect( aPath ); in Update()
844 DirEntry aDirEntry( aPath ); in Update()
H A Dos2.cxx356 pDosDir = opendir( (char*) ByteString(aPath, osl_getThreadTextEncoding()).GetBuffer() ); in Read()
H A Dcomdep.hxx71 String aPath; member
80 aPath( GUI2FSYS(rDir.GetFull()) ), in DirReader_Impl()
86 FSysRedirector::DoRedirect( aPath ); in DirReader_Impl()
94 aBypass = ByteString(aPath, osl_getThreadTextEncoding()); in DirReader_Impl()
/trunk/main/tools/bootstrp/
H A Dcppdep.cxx70 sal_Bool CppDep::AddSearchPath( const char* aPath ) in AddSearchPath() argument
72 ByteString *pStr = new ByteString( aPath ); in AddSearchPath()
H A Dcppdep.hxx51 sal_Bool AddSearchPath( const char* aPath );

Completed in 157 milliseconds

12345678