Home
last modified time | relevance | path

Searched refs:aPath (Results 176 – 185 of 185) sorted by path

12345678

/trunk/main/vcl/unx/generic/fontmanager/
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 …]
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 …]
/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/printer/
H A Dppdparser.cxx568 String aPath = getPPDFile( rFile ); in getPPDPrinterName() local
572 PPDDecompressStream aStream( aPath ); in getPPDPrinterName()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2338 ::rtl::OUString aPath; in GetDevFontList()
2339 osl_getExecutableFile( &aPath.pData ); in GetDevFontList()
2340 ::rtl::OUString aExecutableFile( aPath ); in GetDevFontList()
2341 aPath = aPath.copy( 0, aPath.lastIndexOf('/') ); in GetDevFontList()
2342 String aFontDirUrl = aPath.copy( 0, aPath.lastIndexOf('/') ); in GetDevFontList()
2360 String aBaseURL = aPath.copy( 0, aPath.lastIndexOf('/')+1 ); in GetDevFontList()
H A Dsalgdi_gdiplus.cxx161 Gdiplus::GraphicsPath aPath; in drawPolyPolygon() local
167 aPath.StartFigure(); // #i101491# not needed for first run in drawPolyPolygon()
170 impAddB2DPolygonToGDIPlusGraphicsPathReal(aPath, rPolyPolygon.getB2DPolygon(a), false); in drawPolyPolygon()
171 aPath.CloseFigure(); in drawPolyPolygon()
210 aGraphics.FillPath(&aTestBrush, &aPath); in drawPolyPolygon()
231 Gdiplus::GraphicsPath aPath; in drawPolyLine() local
287 impAddB2DPolygonToGDIPlusGraphicsPathInteger(aPath, rPolygon, bNoLineJoin); in drawPolyLine()
291 impAddB2DPolygonToGDIPlusGraphicsPathReal(aPath, rPolygon, bNoLineJoin); in drawPolyLine()
297 aPath.CloseFigure(); in drawPolyLine()
309 aGraphics.DrawPath(&aTestPen, &aPath); in drawPolyLine()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java284 String aPath = searcher.doc(aDoc.doc).get( "path" ); in queryImpl() local
285 aDocs[iHit] = ( aPath != null ) ? aPath : ""; in queryImpl()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dprovider.cxx349 rtl::OUString aPath( getKey( xHierAccess, "Path/Current/UserConfig" ) ); in init() local
350 subst( aPath ); in init()
351 aImagesZipPaths[ 0 ] = aPath; in init()
353 aPath = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("$OOO_BASE_DIR/share/config")); in init()
354 rtl::Bootstrap::expandMacros(aPath); in init()
355 aImagesZipPaths[ 1 ] = aPath; in init()
H A Durlparameter.cxx931 rtl::OString aPath( urlParam->getByName( "Path" ) ); in InputStreamTransformer() local
932 parString[last++] = rtl::OString('\'') + aPath + rtl::OString('\''); in InputStreamTransformer()
1031 sal_Int32 iSlash = aPath.indexOf( '/' ); in InputStreamTransformer()
1033 aPureExtensionId = aPath.copy( 0, iSlash ); in InputStreamTransformer()

Completed in 137 milliseconds

12345678