Home
last modified time | relevance | path

Searched refs:aPath (Results 26 – 50 of 185) sorted by last modified time

12345678

/trunk/main/fpicker/source/office/
H A Diodlg.cxx1526 String aPath; in OpenMultiSelection_Impl() local
H A DOfficeFilePicker.cxx178 INetURLObject aPath; in prepareExecute() local
181 aPath = givenPath; in prepareExecute()
185 aPath = aStdDirObj; in prepareExecute()
189 aPath.insertName( m_aDefaultName ); in prepareExecute()
601 if( m_aOldHideDirectory == aPath ) in getDisplayDirectory()
603 m_aOldHideDirectory = aPath; in getDisplayDirectory()
608 INetURLObject aFolder( aPath ); in getDisplayDirectory()
612 m_aOldDisplayDirectory = aPath; in getDisplayDirectory()
613 return aPath; in getDisplayDirectory()
650 aPath[i] = aObj.getName(); in getFiles()
[all …]
/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()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx706 String aPath; in OpenDocExec_Impl() local
709 aPath = pFolderNameItem->GetValue(); in OpenDocExec_Impl()
712 aPath = SvtPathOptions().GetTemplatePath(); in OpenDocExec_Impl()
713 sal_Int32 nTokenCount = aPath.GetTokenCount( ';' ); in OpenDocExec_Impl()
714 aPath = aPath.GetToken( in OpenDocExec_Impl()
739 …_MULTISELECTION | SFXWB_SHOWVERSIONS, String(), pURLList, aFilter, pSet, &aPath, nDialog, sStandar… in OpenDocExec_Impl()
H A Dshutdownicon.cxx897 OUString aPath( RTL_CONSTASCII_USTRINGPARAM("${OOO_BASE_DIR}/share/xdg/qstart.desktop" ) ); in SetAutostart()
898 Bootstrap::expandMacros( aPath ); in SetAutostart()
901 ::osl::File::getSystemPathFromFileURL( aPath, aDesktopFile ); in SetAutostart()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx292 ByteString aPath( getenv( "PATH" ) ); in InitSalMain() local
307 if ( aPath.Len() ) in InitSalMain()
309 aTmpPath += aPath; in InitSalMain()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx661 String aPath = aAbsURLObj.GetMainURL( INetURLObject::NO_DECODE ); in CalcRelStorageName() local
662 UniString aRelURL = INetURLObject::GetRelURL( aPath, GetStorageName() ); in CalcRelStorageName()
/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/filter/source/xsltdialog/
H A Dxmlfiltertabpagexslt.cxx129 OUString aPath; in SetURL() local
133 osl::FileBase::getSystemPathFromFileURL( rURL, aPath ); in SetURL()
136 rURLBox.SetText( aPath ); in SetURL()
149 osl::FileBase::getSystemPathFromFileURL( aURL, aPath ); in SetURL()
152 rURLBox.SetText( aPath ); in SetURL()
/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/framework/source/services/
H A Dpathsettings.cxx323 PathInfo aResubstPath(aPath); in impl_storePath()
400 PathSettings::PathInfo aPath; in impl_updatePath() local
404 aPath = impl_readNewFormat(sPath); in impl_updatePath()
405 aPath.sPathName = sPath; in impl_updatePath()
410 impl_subst(aPath, sal_False); in impl_updatePath()
458 pPathNew = &aPath; in impl_updatePath()
461 m_lPaths[sPath] = aPath; in impl_updatePath()
470 pPathNew = &aPath; in impl_updatePath()
473 m_lPaths[sPath] = aPath; in impl_updatePath()
652 aPath.sWritePath = xSubst->reSubstituteVariables(aPath.sWritePath); in impl_subst()
[all …]
H A Durltransformer.cxx119 rtl::OUStringBuffer aPath; in lcl_ParserHelper() local
122 aPath.append( sal_Unicode( '/' )); in lcl_ParserHelper()
123 aPath.append( _rParser.getName( nIndex, false, INetURLObject::NO_DECODE )); in lcl_ParserHelper()
127 aPath.append( sal_Unicode( '/' )); // final slash! in lcl_ParserHelper()
129 _rURL.Path = aPath.makeStringAndClear(); in lcl_ParserHelper()
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx226 void impl_subst(PathSettings::PathInfo& aPath ,
260 void impl_storePath(const PathSettings::PathInfo& aPath);
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx810 String aPath( IDE_DLL()->GetExtraData()->GetAddLibPath() ); in InsertLib() local
811 if ( aPath.Len() ) in InsertLib()
813 xFP->setDisplayDirectory( aPath ); in InsertLib()
1297 String aPath( IDE_DLL()->GetExtraData()->GetAddLibPath() ); in ExportAsPackage() local
1298 if ( aPath.Len() ) in ExportAsPackage()
1300 xFP->setDisplayDirectory( aPath ); in ExportAsPackage()
1423 String aPath( IDE_DLL()->GetExtraData()->GetAddLibPath() ); in ExportAsBasic() local
1424 if( !aPath.Len() ) in ExportAsBasic()
1425 aPath = SvtPathOptions().GetWorkPath(); in ExportAsBasic()
1428 xFolderPicker->setDisplayDirectory( aPath ); in ExportAsBasic()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1307 Polygon aPath; in Rotate() local
1308 aStroke.getPath( aPath ); in Rotate()
1309 aStroke.setPath( ImplGetRotatedPolygon( aPath, aRotAnchor, aRotOffset, fSin, fCos ) ); in Rotate()
1318 PolyPolygon aPath; in Rotate() local
1319 aFill.getPath( aPath ); in Rotate()
1320 aFill.setPath( ImplGetRotatedPolyPolygon( aPath, aRotAnchor, aRotOffset, fSin, fCos ) ); in Rotate()
H A Dpdfwriter_impl2.cxx573 Polygon aPath; in playMetafile() local
574 aStroke.getPath( aPath ); in playMetafile()
621 const sal_uInt16 nPoints(aPath.GetSize()); in playMetafile()
622 const bool bCurve(aPath.HasFlags()); in playMetafile()
633 aPath.GetConstPointAry() + a, in playMetafile()
634 aPath.GetConstFlagAry() + a); in playMetafile()
641 aPath.GetConstPointAry() + a); in playMetafile()
648 m_rOuterFace.DrawPolyLine( aPath, aInfo ); in playMetafile()
663 PolyPolygon aPath; in playMetafile() local
664 aFill.getPath( aPath ); in playMetafile()
[all …]
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx1751 rtl::OString aPath ("res/commandimagelist/"); in EditorImpl() local
1752 aPath += WIDGETS_SPECS[ i ].pIconName; in EditorImpl()
1753 layout::Image aImg( aPath ); in EditorImpl()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1854 ::PolyPolygon aPath; in createActions()
1855 aFill.getPath( aPath ); in createActions()
1857 ::basegfx::B2DPolyPolygon aPoly( aPath.getB2DPolyPolygon() ); in createActions()
/trunk/main/sfx2/source/view/
H A Dviewfrm.cxx186 …:Reference< task::XInteractionHandler >& xHandler, const ::rtl::OUString& aPath, const SfxFilter* … in AskPasswordToModify_Impl() argument
206 aPath, in AskPasswordToModify_Impl()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2089 rtl::OUString aPath; in ensuredir() local
2097 aPath = rUnqPath; in ensuredir()
2102 osl::Directory aDirectory( aPath ); in ensuredir()
2109 nError = osl::Directory::create( aPath ); in ensuredir()
2112 notifyInsert( getContentEventListeners( getParentName( aPath ) ),aPath ); in ensuredir()
2120 if ( aParentDir != aPath ) in ensuredir()
2123 getParentName( aPath ), in ensuredir()
2130 nError = osl::Directory::create( aPath ); in ensuredir()
2133 notifyInsert( getContentEventListeners( getParentName( aPath ) ),aPath ); in ensuredir()
2279 rtl::OUString aPath = it->first; in commit() local
[all …]
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2150 String aPath( rPath ); local
2152 aPath += m_aName;
2153 aPath += '/';
2159 aPath.Erase();
2169 String aElementPath( aPath );
2200 String aPath( rPath ); local
2202 aPath += m_aName;
2203 aPath += '/';
2207 aProps[1].Value <<= (::rtl::OUString ) aPath;
2212 aPath.Erase();
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx931 rtl::OString aPath( urlParam->getByName( "Path" ) ); in InputStreamTransformer() local
932 parString[last++] = rtl::OString('\'') + aPath + rtl::OString('\''); in InputStreamTransformer()
1031 sal_Int32 iSlash = aPath.indexOf( '/' ); in InputStreamTransformer()
1033 aPureExtensionId = aPath.copy( 0, iSlash ); in InputStreamTransformer()
H A Dprovider.cxx349 rtl::OUString aPath( getKey( xHierAccess, "Path/Current/UserConfig" ) ); in init() local
350 subst( aPath ); in init()
351 aImagesZipPaths[ 0 ] = aPath; in init()
353 aPath = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("$OOO_BASE_DIR/share/config")); in init()
354 rtl::Bootstrap::expandMacros(aPath); in init()
355 aImagesZipPaths[ 1 ] = aPath; in init()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2338 ::rtl::OUString aPath; in GetDevFontList()
2339 osl_getExecutableFile( &aPath.pData ); in GetDevFontList()
2340 ::rtl::OUString aExecutableFile( aPath ); in GetDevFontList()
2341 aPath = aPath.copy( 0, aPath.lastIndexOf('/') ); in GetDevFontList()
2342 String aFontDirUrl = aPath.copy( 0, aPath.lastIndexOf('/') ); in GetDevFontList()
2360 String aBaseURL = aPath.copy( 0, aPath.lastIndexOf('/')+1 ); in GetDevFontList()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx568 String aPath = getPPDFile( rFile ); in getPPDPrinterName() local
572 PPDDecompressStream aStream( aPath ); in getPPDPrinterName()

Completed in 301 milliseconds

12345678