/aoo4110/main/python/ |
H A D | python-solver-before-std.patch | 11 + 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"
|
/aoo4110/main/vcl/source/gdi/ |
H A D | impimagetree.cxx | 157 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()
|
/aoo4110/main/offapi/com/sun/star/ui/dialogs/ |
H A D | XWizard.idl | 50 …eps in a wizard dialog is called a <em>path</em>. A given wizard can support one or multiple paths, 56 …<p>If the wizard is more complex, and supports multiple paths, things become more complicated. In … 58 …paths are those whose first <em>k</em> steps are the same as in the current path. Obviously, there… 61 …paths diverge, and then an item <quot><code>...</code></quot> indicating that the order of steps i… 179 …<p>If the wizard has been created with multiple paths of control flow, then this method allows swi… 186 …<p><strong>Example</strong>: Say you have paths, <code>(0,1,2,5)</code> and <code>(0,1,4,5)</code>… 190 second path, since both paths start with <code>(0,1)</code>.<br/> 199 …<p>If <FALSE/>, then the new path is checked for conflicts with other paths. If such conflicts exi… 205 …<p>With the paths in the example above, if you activate the second path, then only steps <code>0</… 206 …<code>1</code> are activated, since they are common to both paths. Steps <code>2</code>, <code>4</…
|
H A D | Wizard.idl | 53 /** creates a wizard with a multiple possible execution paths 56 …the IDs of the pages which constitute the execution paths. IDs in each path must be in ascending o…
|
/aoo4110/main/xmerge/source/palmtests/qa-wrapper/bin/ |
H A D | qa_comparator.pl | 248 @paths = split('\/', $_[0]); 249 $len = @paths; 250 return @paths[$len-1];
|
/aoo4110/main/xmerge/source/palmtests/qa/comparator/ |
H A D | comparator.pl | 240 @paths = split('\/', $_[0]); 241 $len = @paths; 242 @names = split('\.', @paths[$len-1]);
|
/aoo4110/main/scripting/workben/ifc/scripting/ |
H A D | _XScriptSecurity.java | 237 String[] paths = (String[])xPropertySet.getPropertyValue("SecureURL"); in getPathList() local 238 if (paths == null || paths.length == 0) in getPathList() 241 result = paths[0]; in getPathList()
|
/aoo4110/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | types.mk | 161 /// 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 D | alllangres.mk | 55 /// Sets the include paths for srs processing. 56 /// \$\$(INCLUDE) contains the current paths and can be used, if
|
H A D | sdi.mk | 32 /// Sets the include paths for this SdiTarget.
|
H A D | package.mk | 34 … /// Returns a list of aboslute paths where files are copied to with the PackagePart class.
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | PathSettings.idl | 45 /** 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.
|
H A D | PathSubstitution.idl | 99 …/** Interface to exchange path variables with defined paths and to resubstitute paths with path va…
|
/aoo4110/main/basegfx/qa/ |
H A D | mkpolygons.pl | 318 push(@paths, [$ARGV[$i],$ARGV[$i+1]]); 348 foreach $path (@paths)
|
/aoo4110/main/desktop/win32/source/ |
H A D | extendloaderenvironment.cxx | 55 bool contains(WCHAR const * paths, WCHAR const * path, WCHAR const * pathEnd) { in contains() argument 57 for (WCHAR const * p = paths;; ++p) { in contains()
|
/aoo4110/main/jvmfwk/plugins/sunmajor/javaenvsetup/ |
H A D | javaldx.cxx | 154 rtl::OString paths = in getLD_LIBRARY_PATH() local 156 return paths; in getLD_LIBRARY_PATH()
|
/aoo4110/main/mysqlc/source/ |
H A D | README | 42 3) Tweaking library paths 44 At the time of writing you might have to *manually* tweak library paths and
|
/aoo4110/main/solenv/bin/ |
H A D | linkoo | 326 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…
|
/aoo4110/main/cpputools/source/sp2bv/ |
H A D | readme.txt | 1 This tool converts system paths into file urls and escapes it for use as
|
/aoo4110/main/bean/test/applet/oooapplet/ |
H A D | bean.policy | 4 /*to generate this file because of the paths here. */
|
/aoo4110/main/vcl/inc/ |
H A D | impimagetree.hxx | 87 bool find(std::vector< rtl::OUString > const & paths, BitmapEx & bitmap );
|
/aoo4110/main/nss/ |
H A D | nss.patch | 9 + #We remove stl from the paths to avoid that rc.exe finds the stl wrapper 242 + #We remove stl from the paths to avoid that rc.exe finds the stlport of
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | FileSystemNotation.idl | 32 /** The notational conventions used to denote file system paths on different
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | PathCapType.idl | 31 The start and end of stroked paths can have one out of several
|
H A D | PathJoinType.idl | 30 The joins between different paths segments can be formed out of
|