Home
last modified time | relevance | path

Searched refs:rPath (Results 1 – 25 of 143) sorted by last modified time

123456

/trunk/main/tools/source/fsys/
H A Ddirent.cxx146 void FSysRedirector::DoRedirect( String &rPath ) in DoRedirect() argument
148 String aURL(rPath); in DoRedirect()
2398 ErrCode CreateEntry_Impl( const DirEntry &rPath, DirEntryKind eKind ) in CreateEntry_Impl() argument
2404 SvFileStream aStream( rPath.GetFull(), STREAM_STD_WRITE ); in CreateEntry_Impl()
2409 eErr = rPath.MakeDir() ? ERRCODE_NONE : ERRCODE_IO_UNKNOWN; in CreateEntry_Impl()
2412 if ( !rPath.Exists() ) in CreateEntry_Impl()
2417 rPath.Kill(); in CreateEntry_Impl()
2423 sal_Bool IsValidEntry_Impl( const DirEntry &rPath, in IsValidEntry_Impl() argument
2437 FSysPathStyle eStyle = DirEntry::GetPathStyle( rPath.GetDevice().GetName() ); in IsValidEntry_Impl()
2438 DirEntry aPath(rPath); in IsValidEntry_Impl()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx189 void lclGetAbsPath( String& rPath, sal_uInt16 nLevel, SwDocShell* pDocShell) in lclGetAbsPath() argument
198 aTmpStr += rPath; in lclGetAbsPath()
200 aTmpStr = rPath; in lclGetAbsPath()
205rPath = pDocShell->GetMedium()->GetURLObject().smartRel2Abs( aTmpStr, bWasAbs ).GetMainURL( INetUR… in lclGetAbsPath()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx1887 SdrPathObj& rPath=(SdrPathObj&)rObj; in operator =() local
1888 maPathPolygon=rPath.GetPathPoly(); in operator =()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx285 void SwWrtShell::Insert( const String &rPath, const String &rFilter, in Insert() argument
341 SwFEShell::Insert(rPath, rFilter, &rGrf, &pFrmMgr->GetAttrSet()); in Insert()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx266 const String& rPath, in SwHTMLParser() argument
273 aPathToFile( rPath ), in SwHTMLParser()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx205 void SavePassword( SfxObjectShellLock xDoc, const String& rPath );
206 void RestorePassword( SfxItemSet* pSet, const String& rPath );
207 String GetPassword( const String rPath );
253 sal_Bool IsOwnFormat( const String& rPath );
1687 if(pEntry->maPath == rPath) in SavePassword()
1697 pEntry->maPath = rPath; in SavePassword()
1710 String aPassword( GetPassword( rPath ) ); in RestorePassword()
1716 String AssistentDlgImpl::GetPassword( const String rPath ) in GetPassword() argument
1721 if(pEntry->maPath == rPath) in GetPassword()
1740 sal_Bool AssistentDlgImpl::IsOwnFormat( const String& rPath ) in IsOwnFormat() argument
[all …]
H A Dfiledlg.cxx361 void SdOpenSoundFileDialog::SetPath( const String& rPath ) in SetPath() argument
363 mpImpl->SetDisplayDirectory( rPath ); in SetPath()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx59 void impAddB2DPolygonToGDIPlusGraphicsPathReal(Gdiplus::GraphicsPath& rPath, const basegfx::B2DPoly… in impAddB2DPolygonToGDIPlusGraphicsPathReal() argument
81 rPath.AddBezier( in impAddB2DPolygonToGDIPlusGraphicsPathReal()
89 rPath.AddLine(aFCurr, aFNext); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
98 rPath.StartFigure(); in impAddB2DPolygonToGDIPlusGraphicsPathReal()
105 void impAddB2DPolygonToGDIPlusGraphicsPathInteger(Gdiplus::GraphicsPath& rPath, const basegfx::B2DP… in impAddB2DPolygonToGDIPlusGraphicsPathInteger() argument
127 rPath.AddBezier( in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
135 rPath.AddLine(aICurr, aINext); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
144 rPath.StartFigure(); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2921 bool HtmlExport::CopyScript( const String& rPath, const String& rSource, const String& rDest, bool … in CopyScript() argument
2973 String aDest( rPath ); in CopyScript()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx146 void lclGetAbsPath( String& rPath, sal_uInt16 nLevel, SfxObjectShell* pDocShell ) in lclGetAbsPath() argument
154 aTmpStr += rPath; in lclGetAbsPath()
159rPath = pDocShell->GetMedium()->GetURLObject().smartRel2Abs( aTmpStr, bWasAbs ).GetMainURL( INetUR… in lclGetAbsPath()
163 rPath = aTmpStr; in lclGetAbsPath()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlUri.cxx312 void CurlUri::AppendPath (const rtl::OUString& rPath) in AppendPath() argument
317 mPath += rPath; in AppendPath()
H A DCurlUri.hxx87 void AppendPath (const ::rtl::OUString& rPath);
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2600 sal_Bool SvtFileDialog::IsolateFilterFromPath_Impl( String& rPath, String& rFilter ) in IsolateFilterFromPath_Impl() argument
2603 String aReversePath( rPath ); in IsolateFilterFromPath_Impl()
2605 sal_uInt16 nQuestionMarkPos = rPath.Search( '?' ); in IsolateFilterFromPath_Impl()
2610 INetProtocol eProt = INetURLObject::CompareProtocolScheme( rPath ); in IsolateFilterFromPath_Impl()
2615 sal_uInt16 nWildCardPos = Min( rPath.Search( FILEDIALOG_DEF_WILDCARD ), nQuestionMarkPos ); in IsolateFilterFromPath_Impl()
2650 if ( nPathTokenPos < (rPath.Len() - nWildCardPos - 1) ) in IsolateFilterFromPath_Impl()
2662 rPath = aReversePath; in IsolateFilterFromPath_Impl()
2663 rPath.Erase( 0, nPathTokenPos ); in IsolateFilterFromPath_Impl()
2664 rPath.Reverse(); in IsolateFilterFromPath_Impl()
2668 rFilter = rPath; in IsolateFilterFromPath_Impl()
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationPreset.cxx256 …mplImportEffects( const Reference< XMultiServiceFactory >& xServiceFactory, const OUString& rPath ) in implImportEffects() argument
263 SvStream* pIStm = ::utl::UcbStreamHelper::CreateStream( rPath, STREAM_READ ); in implImportEffects()
268 aParserInput.sSystemId = rPath; in implImportEffects()
H A DCustomAnimationEffect.cxx1171 void CustomAnimationEffect::setPath( const ::rtl::OUString& rPath ) in setPath() argument
1184 xMotion->setPath( Any( rPath ) ); in setPath()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx208 int SwView::InsertGraphic( const String &rPath, const String &rFilter, in InsertGraphic() argument
222 nRes = GraphicFilter::LoadGraphic( rPath, rFilter, aGrf, pFlt /*, nFilter*/ ); in InsertGraphic()
237 bLink ? rPath : String(), in InsertGraphic()
253 aTemp, rPath, URIHelper::GetMaybeFileHdl() ); in InsertGraphic()
/trunk/main/framework/source/services/
H A Dpathsettings.cxx371 if (rPath.bIsSinglePath) in impl_mergeOldUserPaths()
380 ( rPath.lInternalPaths.findConst(sOld) == rPath.lInternalPaths.end()) && in impl_mergeOldUserPaths()
381 ( rPath.lUserPaths.findConst(sOld) == rPath.lUserPaths.end() ) && in impl_mergeOldUserPaths()
662 lTemp.reserve(rPath.lInternalPaths.size() + rPath.lUserPaths.size() + 1); in impl_convertPath2OldStyle()
762 if (rPath.bIsReadonly) in impl_rebuildPropertyDescriptor()
779 if (rPath.bIsReadonly) in impl_rebuildPropertyDescriptor()
788 if (rPath.bIsReadonly) in impl_rebuildPropertyDescriptor()
1018 if (rPath != m_lPaths.end()) in impl_getPathAccess()
1019 return &(rPath->second); in impl_getPathAccess()
1038 if (rPath != m_lPaths.end()) in impl_getPathAccessConst()
[all …]
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx209 void impl_mergeOldUserPaths( PathSettings::PathInfo& rPath,
231 … ::rtl::OUString impl_convertPath2OldStyle(const PathSettings::PathInfo& rPath ) const;
238 void impl_purgeKnownPaths(const PathSettings::PathInfo& rPath,
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx794 void AbstractSvxMultiPathDialog_Impl::SetPath( const String& rPath ) in SetPath() argument
796 pDlg->SetPath( rPath ); in SetPath()
814 void AbstractSvxMultiFileDialog_Impl::SetPath( const String& rPath ) in SetPath() argument
816 pDlg->SetPath( rPath ); in SetPath()
824 void AbstractSvxMultiFileDialog_Impl::SetFiles( const String& rPath ) in SetFiles() argument
826 pDlg->SetFiles( rPath ); in SetFiles()
/trunk/main/desktop/source/app/
H A Dappfirststart.cxx114 static Reference< XPropertySet > impl_getConfigurationAccess( const OUString& rPath ) in impl_getConfigurationAccess() argument
123 NamedValue aValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "NodePath" ) ), makeAny( rPath ) ); in impl_getConfigurationAccess()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx210 const GraphicsPathSharedPtr& rPath, in fillPolygonalGradient() argument
217 GraphicsPathSharedPtr pFillPath( rPath ); in fillPolygonalGradient()
436 const GraphicsPathSharedPtr& rPath, in fillGradient() argument
448 rPath, in fillGradient()
459 rPath, in fillGradient()
475 const GraphicsPathSharedPtr& rPath, in fillBitmap() argument
544 rPath.get() ), in fillBitmap()
/trunk/main/framework/source/accelerators/
H A Dstorageholder.cxx306 void StorageHolder::closePath(const ::rtl::OUString& rPath) in closePath() argument
308 ::rtl::OUString sNormedPath = StorageHolder::impl_st_normPath(rPath); in closePath()
/trunk/main/svtools/source/filter/
H A Dfilter2.cxx47 GraphicDescriptor::GraphicDescriptor( const INetURLObject& rPath ) : in GraphicDescriptor() argument
48 …pFileStm( ::utl::UcbStreamHelper::CreateStream( rPath.GetMainURL( INetURLObject::NO_DECODE ), STRE… in GraphicDescriptor()
49 aPathExt( rPath.GetFileExtension().toAsciiLowerCase() ), in GraphicDescriptor()
H A Dfilter.cxx209 inline String ImpGetExtension( const String &rPath ) in ImpGetExtension() argument
212 INetURLObject aURL( rPath ); in ImpGetExtension()
829 if( rPath.Len() ) in ImpTestOrFindFormat()
831 String aExt( ImpGetExtension( rPath ) ); in ImpTestOrFindFormat()
972 ::osl::FileBase::getFileURLFromSystemPath( rPath, aPathURL ); in ImpCreateFullFilterPath()
1470 nStatus = ImpTestOrFindFormat( rPath, rIStream, nFormat ); in ImportGraphic()
1601 rPath)); in ImportGraphic()
1826 sal_Bool bAlreadyExists = ImplDirEntryHelper::Exists( rPath ); in ExportGraphic()
1853 INetURLObject aURL( rPath ); in ExportGraphic()
2302 INetURLObject aURL( rPath ); in LoadGraphic()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxtable.cxx136 XPropertyList::XPropertyList( const String& rPath ) : in XPropertyList() argument
138 maPath ( rPath ), in XPropertyList()
307 XColorListSharedPtr XPropertyListFactory::CreateSharedXColorList( const String& rPath ) in CreateSharedXColorList() argument
309 return XColorListSharedPtr(new XColorList(rPath)); in CreateSharedXColorList()
314 return XLineEndListSharedPtr(new XLineEndList(rPath)); in CreateSharedXLineEndList()
317 XDashListSharedPtr XPropertyListFactory::CreateSharedXDashList( const String& rPath ) in CreateSharedXDashList() argument
319 return XDashListSharedPtr(new XDashList(rPath)); in CreateSharedXDashList()
322 XHatchListSharedPtr XPropertyListFactory::CreateSharedXHatchList( const String& rPath ) in CreateSharedXHatchList() argument
324 return XHatchListSharedPtr(new XHatchList(rPath)); in CreateSharedXHatchList()
329 return XGradientListSharedPtr(new XGradientList(rPath)); in CreateSharedXGradientList()
[all …]

Completed in 222 milliseconds

123456