/trunk/main/odk/examples/cpp/complextoolbarcontrols/ |
H A D | MyProtocolHandler.cxx | 75 aListenerHelper.GetDispatch( mxFrame, aURL.Path ); in SendCommand() 89 aListenerHelper.Notify( mxFrame, aEvent.FeatureURL.Path, aEvent ); in SendCommand() 139 aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ComboboxCmd" ) ) || in queryDispatch() 142 aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "SpinfieldCmd" ) ) || in queryDispatch() 143 aURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "EditfieldCmd" ) ) || in queryDispatch() 146 xRet = aListenerHelper.GetDispatch( mxFrame, aURL.Path ); in queryDispatch() 151 aListenerHelper.AddDispatch( xRet, mxFrame, aURL.Path ); in queryDispatch() 282 aCmdURL.Complete = aCmdURL.Path + aCmdURL.Protocol; in dispatch() 315 aCmdURL.Complete = aCmdURL.Path + aCmdURL.Protocol; in dispatch() 465 aListenerHelper.AddListener( mxFrame, xControl, aURL.Path ); in addStatusListener() [all …]
|
/trunk/main/sal/osl/os2/ |
H A D | profile.c | 1046 strcpy(Path, pPath); 1071 Path[nPathLen] = 0; 2096 if ((Path[strlen(Path) - 1] != '/') && (Path[strlen(Path) - 1] != '\\')) 2101 pChr =&Path[strlen(Path)]; 2124 if (osl_getExecutableFile(Path, sizeof(Path)) != osl_Process_E_None) 2149 strcat(Path, "\\"); 2188 pChr = &Path[strlen(Path)]; 2189 if ((Path[strlen(Path) - 1] != '/') && (Path[strlen(Path) - 1] != '\\')) 2190 strcat(Path, "\\"); 2258 if ((Path[strlen(Path) - 1] != '/') && (Path[strlen(Path) - 1] != '\\')) [all …]
|
H A D | file_path_helper.hxx | 57 osl_systemPathRemoveSeparator(Path.pData); in systemPathRemoveSeparator() 79 osl_systemPathEnsureSeparator(&Path.pData); in systemPathEnsureSeparator() 96 inline bool systemPathIsRelativePath(const rtl::OUString& Path) in systemPathIsRelativePath() argument 98 return osl_systemPathIsRelativePath(Path.pData); in systemPathIsRelativePath() 115 inline bool systemPathIsAbsolutePath(const rtl::OUString& Path) in systemPathIsAbsolutePath() argument 117 return osl_systemPathIsAbsolutePath(Path.pData); in systemPathIsAbsolutePath() 190 return osl_systemPathGetParent(Path.pData); in systemPathGetParent() 219 const rtl::OUString& Path, in systemPathGetFileNameOrLastDirectoryPart() argument 223 Path.pData, &FileNameOrLastDirPart.pData); in systemPathGetFileNameOrLastDirectoryPart() 245 const rtl::OUString& Path) in systemPathIsHiddenFileOrDirectoryEntry() argument [all …]
|
H A D | path_helper.hxx | 42 inline void systemPathEnsureSeparator(/*inout*/ rtl::OUString& Path) in systemPathEnsureSeparator() argument 44 osl_systemPathEnsureSeparator(&Path.pData); in systemPathEnsureSeparator() 53 inline void systemPathRemoveSeparator(/*inout*/ rtl::OUString& Path) in systemPathRemoveSeparator() argument 55 osl_systemPathRemoveSeparator(&Path.pData); in systemPathRemoveSeparator()
|
/trunk/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | linktarget.mk | 38 Path get_source(); 48 Path objectfile, 50 Path sourcefile, 56 Path depfile, 58 Path sourcefile, 69 Path get_source(); 79 Path objectfile, 81 Path sourcefile, 116 List<Path> INCLUDE; 124 Path DLLTARGET; [all …]
|
H A D | gbuild.mk | 30 static Path SRCDIR; 31 static Path OUTDIR; 32 static Path WORKDIR; 36 static const List<Path> JDKINCS; 37 static const List<Path> SOLARINC; 38 static const List<Path> SOLARLIB; 39 static const Path GBUILDDIR; 40 static const Path INPATH; 41 static const Path JAVA_HOME; 42 static const Path UPD; [all …]
|
H A D | types.mk | 37 class Path {}; 45 Path get_target(); 80 Path get_clean_target(); 89 Path get_dep_target(); 96 Path get_source(); 122 void set_dll_target(Path dlltarget); 124 void set_ldflags(List<Path> ldflags); 133 Path get_headers_target(); 137 Path get_external_headers_target(); 164 void set_include(List<Path> include); [all …]
|
H A D | alllangres.mk | 43 Path sourcefile, 44 List<Path> include, 79 void add_file(Path file); 80 void add_files(List<Path> files); 85 ResTarget(String name, String library, Language lang, Path reslocation); 90 Path RESLOCATION; 101 void set_reslocation(Path reslocation);
|
H A D | helper.mk | 50 static Path get_outdir_clean_target(Path target); 53 static const Path NULLFILE; 55 static const Path MISC; 57 static const Path PHONY; 59 static const Path MISCDUMMY;
|
H A D | package.mk | 32 PackagePart(String name, Path Source); 37 static const List<Path> get_destinations(); 44 Package(String name, Path source_dir); 47 add_file(Path destination, Path source);
|
/trunk/main/autodoc/source/cosv/storage/ |
H A D | ploc.cxx | 39 Path::Path( const char * i_sPath, in Path() function in csv::ploc::Path 49 Path::Path( const Path & i_rPath ) in Path() function in csv::ploc::Path 56 Path::~Path() in ~Path() 60 Path & 61 Path::operator=( const Path & i_rPath ) in operator =() 71 Path::Set( const char * i_sPath, in Set() 99 Path::SetFile( const String & i_sName ) in SetFile() 105 Path::FileExtension() const in FileExtension() 117 Path::IsValid() const in IsValid() 123 Path::Get( ostream & o_rPath ) const in Get() [all …]
|
/trunk/main/sal/osl/unx/ |
H A D | file_path_helper.hxx | 55 inline void systemPathRemoveSeparator(/*inout*/ rtl::OUString& Path) in systemPathRemoveSeparator() argument 57 osl_systemPathRemoveSeparator(Path.pData); in systemPathRemoveSeparator() 79 osl_systemPathEnsureSeparator(&Path.pData); in systemPathEnsureSeparator() 96 inline bool systemPathIsRelativePath(const rtl::OUString& Path) in systemPathIsRelativePath() argument 98 return osl_systemPathIsRelativePath(Path.pData); in systemPathIsRelativePath() 170 const rtl::OUString& Path, in systemPathGetFileNameOrLastDirectoryPart() argument 174 Path.pData, &FileNameOrLastDirPart.pData); in systemPathGetFileNameOrLastDirectoryPart() 196 const rtl::OUString& Path) in systemPathIsHiddenFileOrDirectoryEntry() argument 198 return osl_systemPathIsHiddenFileOrDirectoryEntry(Path.pData); in systemPathIsHiddenFileOrDirectoryEntry() 218 const rtl::OUString& Path) in systemPathIsLocalOrParentDirectoryEntry() argument [all …]
|
/trunk/main/extensions/source/bibliography/ |
H A D | framectr.cxx | 443 String aCommand( _rURL.Path); in dispatch() 717 if ( aURL.Path == C2U("StatusBarVisible") ) in addStatusListener() 728 else if(aURL.Path == C2U("Bib/MenuFilter")) in addStatusListener() 737 else if ( aURL.Path == C2U("Bib/source")) in addStatusListener() 746 aURL.Path == C2U("Bib/Mapping") || in addStatusListener() 752 else if(aURL.Path == C2U("Bib/query")) in addStatusListener() 762 else if(aURL.Path == C2U("Cut")) in addStatusListener() 769 if(aURL.Path == C2U("Copy")) in addStatusListener() 776 else if(aURL.Path == C2U("Paste") ) in addStatusListener() 850 ( !aURL.Complete.getLength() || pObj->aURL.Path == aURL.Path ))) in removeStatusListener() [all …]
|
/trunk/main/autodoc/inc/cosv/ |
H A D | ploc.hxx | 50 class Path class 55 explicit Path( 59 Path( 60 const Path & i_rPath ); 61 ~Path(); 63 Path & operator=( 64 const Path & i_rPath ); 108 const csv::ploc::Path & i_rPath ) in operator <<() 117 const csv::ploc::Path & i_rPath ) in operator <<()
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/ |
H A D | _XURLTransformer.java | 81 url[0].Path = path; in _assemble() 108 url[0].Path = path; in _assemble() 179 if ((!url[0].Path.equals(path)) && (!url[0].Path.equals(path + "/"))) { in _parseStrict() 181 log.println("path field : " + url[0].Path); in _parseStrict() 250 if ((!url[0].Path.equals(path)) && (!url[0].Path.equals(path + "/"))) { in _parseStrict() 252 log.println("path field : " + url[0].Path); in _parseStrict() 319 if ((!url[0].Path.equals(path)) && (!url[0].Path.equals(path + "/"))) { in _parseSmart() 321 log.println("path field : " + url[0].Path); in _parseSmart() 392 if ((!url[0].Path.equals(path)) && (!url[0].Path.equals(path + "/"))) { in _parseSmart() 394 log.println("path field : " + url[0].Path); in _parseSmart()
|
/trunk/main/autodoc/inc/ary/loc/ |
H A D | loc_root.hxx | 50 const csv::ploc::Path & 57 const csv::ploc::Path & 58 Path() const; 74 csv::ploc::Path aPath; 89 inline const csv::ploc::Path & 90 Root::Path() const in Path() function in ary::loc::Root
|
/trunk/main/framework/source/services/ |
H A D | urltransformer.cxx | 129 _rURL.Path = aPath.makeStringAndClear(); in lcl_ParserHelper() 134 _rURL.Path = _rParser.GetURLPath( INetURLObject::NO_DECODE ); in lcl_ParserHelper() 196 aURL.Path = aURL.Complete.copy( nURLIndex+1 );; in parseStrict() 254 aURL.Path = aURL.Complete.copy( nIndex+1 ); in parseSmart() 276 ::rtl::OUStringBuffer aCompletePath( aURL.Path ); in assemble() 281 sal_Int32 nIndex = aURL.Path.lastIndexOf( sal_Unicode('/') ); in assemble() 282 if ( nIndex == ( aURL.Path.getLength() -1 )) in assemble() 316 aBuffer.append( aURL.Path ); in assemble()
|
/trunk/main/sfx2/source/doc/ |
H A D | docvor.cxx | 426 class Path class 432 Path(const Path &rPath): in Path() function in Path 437 const Path &operator=(const Path &rPath) in operator =() 448 ~Path() in ~Path() 462 Path::Path(SvLBox *pBox, SvLBoxEntry *pEntry) : in Path() function in Path 480 void Path::NewImp() in NewImp() 544 Path aPath(this, pEntry); in Select() 692 Path aTarget(this, pTarget); in MoveOrCopyContents() 1032 Path aTarget(this, pEntry); in NotifyAcceptDrop() 1213 Path aPath(this, pEntry); in RequestingChilds() [all …]
|
/trunk/main/autodoc/source/display/html/ |
H A D | opageenv.cxx | 51 void CreateDirectory( const csv::ploc::Path & i_rPath ); 54 CreateDirectory( const csv::ploc::Path & i_rPath ) in CreateDirectory() 152 csv::ploc::Path aOutputRoot; 153 csv::ploc::Path aMyPath; 167 const csv::ploc::Path & 190 CheshireCat::CheshireCat( const csv::ploc::Path & io_rOutputDir, in CheshireCat() 232 OuputPage_Environment::OuputPage_Environment( const csv::ploc::Path & io_rOutputDir, in OuputPage_Environment() 455 const csv::ploc::Path &
|
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_cpp/ |
H A D | addon.cxx | 111 if ( aURL.Path.compareToAscii( "Function1" ) == 0 ) in queryDispatch() 113 else if ( aURL.Path.compareToAscii( "Function2" ) == 0 ) in queryDispatch() 115 else if ( aURL.Path.compareToAscii( "Help" ) == 0 ) in queryDispatch() 130 if ( aURL.Path.compareToAscii( "Function1" ) == 0 ) in dispatch() 136 else if ( aURL.Path.compareToAscii( "Function2" ) == 0 ) in dispatch() 142 else if ( aURL.Path.compareToAscii( "Help" ) == 0 ) in dispatch()
|
/trunk/main/configmgr/source/ |
H A D | modifications.cxx | 38 void Modifications::add(Path const & path) { in add() 41 for (Path::const_iterator i(path.begin()); i != path.end(); ++i) { in add() 58 void Modifications::remove(Path const & path) { in remove() 61 for (Path::const_iterator i(path.begin());;) { in remove() 69 Path parent(path); in remove()
|
/trunk/main/chart2/source/controller/main/ |
H A D | CommandDispatchContainer.cxx | 97 if( xModel.is() && (rURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Undo" )) in getDispatchForURL() 98 || rURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Redo" ))) ) in getDispatchForURL() 107 else if( xModel.is() && (rURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Context" )) in getDispatchForURL() 108 || rURL.Path.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "ModifiedStatus" ))) ) in getDispatchForURL() 119 … (m_aContainerDocumentCommands.find( rURL.Path ) != m_aContainerDocumentCommands.end()) ) in getDispatchForURL() 126 (m_aChartCommands.find( rURL.Path ) != m_aChartCommands.end()) ) in getDispatchForURL()
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | ProtocolHandlerAddon.java | 147 if ( aURL.Path.compareTo( "Function1" ) == 0 ) in queryDispatch() 149 if ( aURL.Path.compareTo( "Function2" ) == 0 ) in queryDispatch() 151 if ( aURL.Path.compareTo( "Help" ) == 0 ) in queryDispatch() 175 if ( aURL.Path.compareTo( "Function1" ) == 0 ) in dispatch() 179 if ( aURL.Path.compareTo( "Function2" ) == 0 ) in dispatch() 183 if ( aURL.Path.compareTo( "Help" ) == 0 ) in dispatch()
|
/trunk/main/odk/examples/DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java/ |
H A D | ProtocolHandlerAddon.java | 147 if ( aURL.Path.compareTo( "Function1" ) == 0 ) in queryDispatch() 149 if ( aURL.Path.compareTo( "Function2" ) == 0 ) in queryDispatch() 151 if ( aURL.Path.compareTo( "Help" ) == 0 ) in queryDispatch() 175 if ( aURL.Path.compareTo( "Function1" ) == 0 ) in dispatch() 179 if ( aURL.Path.compareTo( "Function2" ) == 0 ) in dispatch() 183 if ( aURL.Path.compareTo( "Help" ) == 0 ) in dispatch()
|
/trunk/main/solenv/bin/modules/installer/patch/ |
H A D | InstallationSet.pm | 118 File::Path::make_path($destination_path); 189 File::Path::make_path($destination_path); 209 File::Path::make_path($dir_path); 245 File::Path::make_path($destination_path); 621 File::Path::make_path($unpacked_exe_path) unless -d $unpacked_exe_path; 681 File::Path::make_path($destination); 758 File::Path::remove_tree($copy_path);
|