Searched refs:aPathList (Results 1 – 4 of 4) sorted by relevance
221 ArrayList<String> aPathList = new ArrayList<String>(); in getOfficePaths() local256 aPathList.add(sPath); in getOfficePaths()258 aPathList.addAll(Arrays.asList(Template_user)); in getOfficePaths()259 aPathList.add(Template_writable); in getOfficePaths()295 return aPathList; in getOfficePaths()
883 std::vector< PSPathElement > aPathList; in BSplineToPSPath() local925 aPathList.push_back( p ); in BSplineToPSPath()944 aPathList.push_back( p ); in BSplineToPSPath()953 aPathList.push_back( p ); in BSplineToPSPath()971 aPathList.push_back( p ); in BSplineToPSPath()981 aPathList.push_back( PSPathElement(PS_CLOSEPATH) ); in BSplineToPSPath()998 if( (nPathCount = (int)aPathList.size()) > 0) in BSplineToPSPath()1002 memcpy( *path, &aPathList[0], nPathCount * sizeof(PSPathElement) ); in BSplineToPSPath()
768 rtl::OUString aPathList( pEnv, strlen( pEnv ), gsl_getSystemTextEncoding() ); in GetPathVariableValue() local769 rtl::OUStringBuffer aPathStrBuffer( aPathList.getLength() * PATH_EXTEND_FACTOR / 100 ); in GetPathVariableValue()775 ::rtl::OUString sToken = aPathList.getToken(0, SAL_PATHSEPARATOR, nToken); in GetPathVariableValue()
461 std::list< OUString > aPathList; in initPPDFiles() local462 psp::getPrinterPathList( aPathList, PRINTER_PPDDIR ); in initPPDFiles()463 …for( std::list< OUString >::const_iterator ppd_it = aPathList.begin(); ppd_it != aPathList.end(); … in initPPDFiles()
Completed in 77 milliseconds