Home
last modified time | relevance | path

Searched refs:aPath (Results 76 – 100 of 185) sorted by path

12345678

/trunk/main/padmin/source/
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/rsc/inc/
H A Drscrsc.hxx56 ByteString aPath; // Liste der Pfade member in RscCmdLine
/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/sal/inc/osl/
H A Dfile.hxx430 rtl::OUString aPath; in getMountPath() local
431 osl_getVolumeDeviceMountPath( _aHandle, &aPath.pData ); in getMountPath()
432 return aPath; in getMountPath()
/trunk/main/sal/osl/os2/
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;
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()
/trunk/main/sal/osl/unx/
H A Dfile_url.cxx480 sal_Unicode* _rmlastpathtoken(sal_Unicode* aPath) in _rmlastpathtoken() argument
488 sal_Unicode* p = ustrtoend(aPath) - 2; in _rmlastpathtoken()
492 while ((p > aPath) && (*p != UNICHAR_SLASH)) in _rmlastpathtoken()
495 if (p >= aPath) in _rmlastpathtoken()
508 return aPath; in _rmlastpathtoken()
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/w32/
H A Dprofile.cxx1079 if (nPathLen && (aPath[nPathLen - 1] != L'/') && (aPath[nPathLen - 1] != L'\\')) in osl_getProfileName()
1081 aPath[nPathLen++] = L'\\'; in osl_getProfileName()
1082 aPath[nPathLen] = 0; in osl_getProfileName()
2303 aPath[0] = 0; in lookupProfile()
2443 aPath[dwPathLen] = 0; in lookupProfile()
2446 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2507 aPath[nPos] = 0; in lookupProfile()
2515 aPath[dwPathLen] = 0; in lookupProfile()
2582 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2585 aPath[dwPathLen] = 0; in lookupProfile()
[all …]
H A Dsignal.cxx116 ::osl::LongPathBuffer< sal_Char > aPath( MAX_LONG_PATH ); in ReportCrash()
181 …if ( SearchPath( NULL, TEXT( "crashrep.exe" ), NULL, aPath.getBufSizeInSymbols(), aPath, &lpFilePa… in ReportCrash()
189 static_cast<sal_Char*>( aPath ), in ReportCrash()
/trunk/main/sal/rtl/source/
H A Duri.cxx376 Component aPath; member
411 pComponents->aPath.pBegin = pPos; in parseUriRef()
414 pComponents->aPath.pEnd = pPos; in parseUriRef()
736 if (aBaseComponents.aPath.pBegin != aBaseComponents.aPath.pEnd in rtl_uriConvertRelToAbs()
737 && *aBaseComponents.aPath.pBegin != '/') in rtl_uriConvertRelToAbs()
757 aBuffer.append(aRelComponents.aPath.pBegin, in rtl_uriConvertRelToAbs()
758 aRelComponents.aPath.getLength()); in rtl_uriConvertRelToAbs()
768 if (aRelComponents.aPath.pBegin == aRelComponents.aPath.pEnd in rtl_uriConvertRelToAbs()
771 aBuffer.append(aBaseComponents.aPath.pBegin, in rtl_uriConvertRelToAbs()
779 if (*aRelComponents.aPath.pBegin == '/') in rtl_uriConvertRelToAbs()
[all …]
/trunk/main/sc/source/core/data/
H A Dglobalx.cxx66 String aPath( aMultiPath.GetToken( 0, ';', nIndex ) ); in InitAddIns() local
67 if ( aPath.Len() > 0 ) in InitAddIns()
72 if ( utl::LocalFileHelper::ConvertPhysicalNameToURL( aPath, aUrl ) ) in InitAddIns()
73 aPath = aUrl; in InitAddIns()
76 aObj.SetSmartURL( aPath ); in InitAddIns()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx113 String aPath = aURL.GetMainURL(INetURLObject::NO_DECODE); in lcl_getDBaseConnection() local
126 aConnUrl += aPath; in lcl_getDBaseConnection()
/trunk/main/sc/source/ui/view/
H A Dnotemark.cxx87 String aPath = aPathOpt.GetPalettePath(); in IMPL_LINK() local
88 pModel = new SdrModel(aPath); in IMPL_LINK()
H A Dtabvwsh9.cxx121 String aPath, aFilter; in ExecGallery() local
124 aPath = pGalleryItem->GetURL(); in ExecGallery()
128 PasteGraphic( aPos, aGraphic, aPath, aFilter ); in ExecGallery()
H A Dviewfun5.cxx488 String aPath = aPathOpt.GetPalettePath(); in PasteDataFormat() local
492 FmFormModel* pModel = new FmFormModel( aPath, NULL, aDragShellRef ); in PasteDataFormat()
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1144 ::rtl::OUString aPath; in getPath()
1155 xMotion->getPath() >>= aPath; in getPath()
1166 return aPath; in getPath()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx470 INetURLObject aPath; in SaveGraphic() local
471 aPath.SetSmartURL( sGrfPath); in SaveGraphic()
472 xFP->setDisplayDirectory( aPath.GetMainURL(INetURLObject::DECODE_TO_IURI) ); in SaveGraphic()
519 aPath.SetSmartURL( sPath); in SaveGraphic()
520 sGrfPath = aPath.GetPath(); in SaveGraphic()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx376 OUString aPath, in HtmlExport() argument
380 : maPath( aPath ), in HtmlExport()
H A Dhtmlex.hxx225 …HtmlExport( rtl::OUString aPath, const com::sun::star::uno::Sequence< com::sun::star::beans::Prope…
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2137 Any aPath; in importAnimateMotionContainer() local
2138 if ( importAttributeValue( pChildAtom, aPath ) ) in importAnimateMotionContainer()
2141 if ( aPath >>= aStr ) in importAnimateMotionContainer()
2145 aPath <<= aStr; in importAnimateMotionContainer()
2146 xMotion->setPath( aPath ); in importAnimateMotionContainer()
2148 dump( aPath ); in importAnimateMotionContainer()
/trunk/main/sd/source/ui/func/
H A Dfuinsert.cxx168 String aPath(aDlg.GetPath()); in DoExecute() local
169 pGrafObj->SetGraphicLink(aPath, aFltName); in DoExecute()
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx917 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
918 *pValue <<= aPath; in _getPropertyValues()
927 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
928 *pValue <<= aPath; in _getPropertyValues()
937 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
938 *pValue <<= aPath; in _getPropertyValues()
947 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
948 *pValue <<= aPath; in _getPropertyValues()
957 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
958 *pValue <<= aPath; in _getPropertyValues()
[all …]

Completed in 154 milliseconds

12345678