Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 100) sorted by relevance

1234

/trunk/main/python/
H A Dpython-solver-before-std.patch11 + for dir in paths:
22 - for dir in paths:
37 def find_library_file(compiler, libname, std_dirs, paths):
38 - result = compiler.find_library_file(std_dirs + paths, libname)
39 + result = compiler.find_library_file(paths+std_dirs, libname)
51 + for p in paths:
68 - for p in paths:
83 assert False, "Internal error: Path not found in std_dirs or paths"
/trunk/main/vcl/source/gdi/
H A Dimpimagetree.cxx157 std::vector< rtl::OUString > paths; in loadImage() local
158 paths.push_back(name); in loadImage()
164 paths.push_back(createPath(name, pos, loc.Language)); in loadImage()
170 paths.push_back(p); in loadImage()
175 paths.push_back( in loadImage()
183 found = find(paths, bitmap); in loadImage()
307 std::vector< rtl::OUString > const & paths, BitmapEx & bitmap) in find()
333 paths.rbegin()); in find()
334 j != paths.rend(); ++j) in find()
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXWizard.idl45 …eps in a wizard dialog is called a <em>path</em>. A given wizard can support one or multiple paths,
51 …<p>If the wizard is more complex, and supports multiple paths, things become more complicated. In …
53paths are those whose first <em>k</em> steps are the same as in the current path. Obviously, there…
56paths diverge, and then an item <quot><code>...</code></quot> indicating that the order of steps i…
176 …<p>If the wizard has been created with multiple paths of control flow, then this method allows swi…
183 …<p><strong>Example</strong>: Say you have paths, <code>(0,1,2,5)</code> and <code>(0,1,4,5)</code>…
187 second path, since both paths start with <code>(0,1)</code>.<br/>
196 …<p>If <FALSE/>, then the new path is checked for conflicts with other paths. If such conflicts exi…
202 …<p>With the paths in the example above, if you activate the second path, then only steps <code>0</…
203 …<code>1</code> are activated, since they are common to both paths. Steps <code>2</code>, <code>4</…
H A DWizard.idl49 /** creates a wizard with a multiple possible execution paths
52 …the IDs of the pages which constitute the execution paths. IDs in each path must be in ascending o…
/trunk/main/xmerge/source/palmtests/qa-wrapper/bin/
H A Dqa_comparator.pl248 @paths = split('\/', $_[0]);
249 $len = @paths;
250 return @paths[$len-1];
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A Dcomparator.pl240 @paths = split('\/', $_[0]);
241 $len = @paths;
242 @names = split('\.', @paths[$len-1]);
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptSecurity.java237 String[] paths = (String[])xPropertySet.getPropertyValue("SecureURL"); in getPathList() local
238 if (paths == null || paths.length == 0) in getPathList()
241 result = paths[0]; in getPathList()
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dtypes.mk161 /// Sets the include paths for C/C++ compilation.
162 /// \$\$(INCLUDE) contains the current paths and can be used if
165 /// Sets the stl include paths for C++ compilation.
166 /// \$\$(INCLUDE_STL) contains the current paths and can be used if
H A Dalllangres.mk55 /// Sets the include paths for srs processing.
56 /// \$\$(INCLUDE) contains the current paths and can be used, if
H A Dsdi.mk32 /// Sets the include paths for this SdiTarget.
H A Dpackage.mk34 … /// Returns a list of absolute paths where files are copied to with the PackagePart class.
/trunk/main/offapi/com/sun/star/util/
H A DPathSubstitution.idl99 …/** Interface to exchange path variables with defined paths and to resubstitute paths with path va…
102 To resubstitute path variables the caller must provide paths as UCB-compliant URL's.
H A DPathSettings.idl45 /** Supports read/write access and listener for the paths properties that
48 The property names of the Office paths/directories are an exactly match
52 paths that a relative to other office or system directories.
/trunk/main/basegfx/qa/
H A Dmkpolygons.pl318 push(@paths, [$ARGV[$i],$ARGV[$i+1]]);
348 foreach $path (@paths)
/trunk/main/desktop/win32/source/
H A Dextendloaderenvironment.cxx55 bool contains(WCHAR const * paths, WCHAR const * path, WCHAR const * pathEnd) { in contains() argument
57 for (WCHAR const * p = paths;; ++p) { in contains()
/trunk/main/jvmfwk/plugins/sunmajor/javaenvsetup/
H A Djavaldx.cxx154 rtl::OString paths = in getLD_LIBRARY_PATH() local
156 return paths; in getLD_LIBRARY_PATH()
/trunk/main/mysqlc/source/
H A DREADME42 3) Tweaking library paths
44 At the time of writing you might have to *manually* tweak library paths and
/trunk/main/solenv/bin/
H A Dlinkoo326 substr ($OOO_INSTALL, 0, 1) eq '/' || die "linkoo requires absolute paths ($OOO_INSTALL does not qu…
327 substr ($OOO_BUILD, 0, 1) eq '/' || die "linkoo requires absolute paths ($OOO_BUILD does not qual…
/trunk/main/cpputools/source/sp2bv/
H A Dreadme.txt1 This tool converts system paths into file urls and escapes it for use as
/trunk/main/bean/test/applet/oooapplet/
H A Dbean.policy4 /*to generate this file because of the paths here. */
/trunk/main/vcl/inc/
H A Dimpimagetree.hxx87 bool find(std::vector< rtl::OUString > const & paths, BitmapEx & bitmap );
/trunk/main/curl/
H A Dcurl-bundled_openssl.patch28 # Linking previously failed, try extra paths from --with-openssl or
/trunk/main/offapi/com/sun/star/ucb/
H A DFileSystemNotation.idl32 /** The notational conventions used to denote file system paths on different
/trunk/main/offapi/com/sun/star/rendering/
H A DPathCapType.idl31 The start and end of stroked paths can have one out of several
H A DPathJoinType.idl30 The joins between different paths segments can be formed out of

Completed in 63 milliseconds

1234