Home
last modified time | relevance | path

Searched refs:aPath (Results 126 – 150 of 185) sorted by last modified time

12345678

/trunk/main/sal/osl/unx/
H A Duunxapi.hxx85 inline int mkdir(const rtl::OUString& aPath, mode_t aMode) in mkdir() argument
87 return mkdir_u(aPath.pData, aMode); in mkdir()
/trunk/main/sal/osl/os2/
H A Duunxapi.hxx93 inline int mkdir(const rtl::OUString& aPath, mode_t aMode) in mkdir() argument
95 return mkdir_u(aPath.pData, aMode); in mkdir()
H A Dfile_url.cxx1155 sal_Unicode* _rmlastpathtoken(sal_Unicode* aPath)
1163 sal_Unicode* p = ustrtoend(aPath) - 2;
1167 while ((p > aPath) && (*p != UNICHAR_SLASH))
1170 if (p >= aPath)
1183 return aPath;
/trunk/main/rsc/source/prj/
H A Dgui.cxx91 pCmdLine->aPath,
/trunk/main/rsc/source/rsc/
H A Drsc.cxx105aPath = ByteString( aEntry.GetFull(), RTL_TEXTENCODING_ASCII_US ); //Immer im Aktuellen Pfad suchen in Init()
227 if( aPath.Len() ) in RscCmdLine()
228aPath += ByteString( DirEntry::GetSearchDelimiter(), RTL_TEXTENCODING_ASCII_US ); in RscCmdLine()
229 aPath += (*ppStr) + 2; in RscCmdLine()
701 if ( aFullName.Find( UniString( pCL->aPath, RTL_TEXTENCODING_ASCII_US ) ) ) in IncludeParser()
1159 const DirEntry aPath( String( *aDirIter, RTL_TEXTENCODING_ASCII_US ) ); in GetImageFilePath() local
1160 DirEntry aRelPath( aPath ); in GetImageFilePath()
/trunk/main/rsc/inc/
H A Drscrsc.hxx56 ByteString aPath; // Liste der Pfade member in RscCmdLine
/trunk/main/padmin/source/
H A Dcmddlg.cxx444 String aPath( m_aPdfDirectoryEdit.GetText() ); in IMPL_LINK() local
445 if( chooseDirectory( aPath ) ) in IMPL_LINK()
446 m_aPdfDirectoryEdit.SetText( aPath ); in IMPL_LINK()
H A Dfontentry.cxx634 String aPath( m_aFromDirEdt.GetText() ); in IMPL_LINK() local
635 if( chooseDirectory( aPath ) ) in IMPL_LINK()
637 m_aFromDirEdt.SetText( aPath ); in IMPL_LINK()
H A Dnewppdlg.cxx137 INetURLObject aPath( aImportPath, INET_PROT_FILE, INetURLObject::ENCODE_ALL ); in Import() local
138 aPath.Append( aFiles.front() ); in Import()
139 String aPrinterName = PPDParser::getPPDPrinterName( aPath.PathToFileName() ); in Import()
146 rtl::OUStringToOString( aPath.PathToFileName(), osl_getThreadTextEncoding() ).getStr() ); in Import()
152 m_aDriverLB.SetEntryData( nPos, new String( aPath.PathToFileName() ) ); in Import()
194 String aPath( m_aPathBox.GetText() ); in IMPL_LINK() local
195 if( chooseDirectory( aPath ) ) in IMPL_LINK()
197 m_aPathBox.SetText( aPath ); in IMPL_LINK()
/trunk/main/package/source/xstor/
H A Dohierarchyholder.cxx65 OStringList_Impl OHierarchyHolder_Impl::GetListPathFromString( const ::rtl::OUString& aPath ) in GetListPathFromString() argument
71 ::rtl::OUString aName = aPath.getToken( 0, '/', nIndex ); in GetListPathFromString()
H A Dohierarchyholder.hxx92 OStringList_Impl& aPath,
125 static OStringList_Impl GetListPathFromString( const ::rtl::OUString& aPath );
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx89 sal_Bool ZipPackageFolder::LookForUnexpectedODF12Streams( const ::rtl::OUString& aPath ) in LookForUnexpectedODF12Streams() argument
102 if ( aPath.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "META-INF/" ) ) ) ) in LookForUnexpectedODF12Streams()
109 …::rtl::OUString sOwnPath = aPath + rShortName + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "/"… in LookForUnexpectedODF12Streams()
115 if ( aPath.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "META-INF/" ) ) ) ) in LookForUnexpectedODF12Streams()
130 if ( aPath.getLength() in LookForUnexpectedODF12Streams()
H A DZipPackage.cxx497 ::rtl::OUString aPath; in parseContentType()
499 aPath = aContentTypeInfo[1][nInd].First.copy( 1 ); in parseContentType()
501 aPath = aContentTypeInfo[1][nInd].First; in parseContentType()
503 if ( aPath.getLength() && hasByHierarchicalName( aPath ) ) in parseContentType()
505 uno::Any aIterAny = getByHierarchicalName( aPath ); in parseContentType()
1105 ::rtl::OUString aPath; in WriteContentTypes()
1114 ( *aIter )[PKG_MNFST_FULLPATH].Value >>= aPath; in WriteContentTypes()
1115 …rridesSequence[nSeqLength-1].First = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ) + aPath; in WriteContentTypes()
/trunk/main/package/source/package/manifest/
H A DManifestExport.cxx105 ::rtl::OUString aPath; in ManifestExport()
117 pValue->Value >>= aPath; in ManifestExport()
124 if ( aPath.getLength() && aMediaType.getLength() && aVersion.getLength() ) in ManifestExport()
128 if ( aPath.equals( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "/" ) ) ) ) in ManifestExport()
/trunk/main/package/inc/
H A DZipPackageFolder.hxx74 sal_Bool LookForUnexpectedODF12Streams( const ::rtl::OUString& aPath );
/trunk/main/oox/source/export/
H A Dvmlexport.cxx433 OStringBuffer aPath( 512 ); in Commit() local
450 aPath.append( "m" ).append( nX ).append( "," ).append( nY ); in Commit()
460 aPath.append( "l" ).append( nX ).append( "," ).append( nY ); in Commit()
471aPath.append( "c" ).append( nX1 ).append( "," ).append( nY1 ).append( "," ) in Commit()
477 aPath.append( "nf" ); in Commit()
480 aPath.append( "ns" ); in Commit()
483 aPath.append( "x" ); in Commit()
486 aPath.append( "e" ); in Commit()
496 if ( aPath.getLength() ) in Commit()
497 m_pShapeAttrList->add( XML_path, aPath.getStr() ); in Commit()
/trunk/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx270 PropertyMap aPath; in pushToPropSet() local
274 aPath[ PROP_Segments ] <<= aSegments; in pushToPropSet()
282 aPath[ PROP_Coordinates ] <<= aParameterPairs; in pushToPropSet()
283 Sequence< PropertyValue > aPathSequence = aPath.makePropertyValueSequence(); in pushToPropSet()
/trunk/main/oox/source/core/
H A Drelations.cxx111 OUString aPath = lclRemoveFileName( maFragmentPath ); in getFragmentPathFromRelation() local
119 aPath = lclRemoveFileName( aPath ); in getFragmentPathFromRelation()
121aPath = lclAppendFileName( aPath, rRelation.maTarget.copy( nStartPos, nSepPos - nStartPos ) ); in getFragmentPathFromRelation()
126 return aPath; in getFragmentPathFromRelation()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSettings/
H A DPathSettingsTest.java118 String aPath = (String)aValue; in workWithPathSettings() local
120 + " Path=" + aPath ); in workWithPathSettings()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/
H A DPathSubstitutionTest.java96 String aPath = xPathSubstService.getSubstituteVariableValue( in workWithPathVariables() local
98 aPath += "/test"; // extend the path in workWithPathVariables()
99 System.out.println( "Path="+aPath ); in workWithPathVariables()
100 String aResubstPath = xPathSubstService.reSubstituteVariables( aPath ); in workWithPathVariables()
/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCollectedFiles.cls212 Dim aPath As Variant
215 For Each aPath In mBannedList
216 If aPath = thePath Then
/trunk/main/l10ntools/source/help/
H A DHelpFileDocument.java65 String aPath = "#HLP#" + aModule + "/" + aFile.getName(); in Document() local
66 doc.add(new Field("path", aPath, Field.Store.YES, Field.Index.NOT_ANALYZED)); in Document()
/trunk/main/idl/source/prj/
H A Dcommand.cxx196 if( !pDataBase->ReadSvIdl( aTokStm, sal_False, rCommand.aPath ) ) in ReadIdl()
370 if( aPath.Len() ) in SvCommand()
371 aPath += DirEntry::GetSearchDelimiter(); in SvCommand()
372 aPath += aName; in SvCommand()
413 if( aPath.Len() ) in SvCommand()
414 aPath += DirEntry::GetSearchDelimiter(); in SvCommand()
415 aPath += String::CreateFromAscii( aInc.GetBuffer() ); in SvCommand()
H A Ddatabase.cxx807 aPath = rPath; // nur fuer den durchlauf gueltig in ReadSvIdl()
/trunk/main/idl/inc/
H A Dcommand.hxx52 String aPath; member in SvCommand

Completed in 181 milliseconds

12345678