Home
last modified time | relevance | path

Searched refs:rPath (Results 26 – 50 of 143) sorted by path

123456

/trunk/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx72 void setPath( const rtl::OUString& rPath ) { maPath = rPath; } in setPath() argument
/trunk/main/oox/source/core/
H A Drelations.cxx41 OUString lclRemoveFileName( const OUString& rPath ) in lclRemoveFileName() argument
43 return rPath.copy( 0, ::std::max< sal_Int32 >( rPath.lastIndexOf( '/' ), 0 ) ); in lclRemoveFileName()
46 OUString lclAppendFileName( const OUString& rPath, const OUString& rFileName ) in lclAppendFileName() argument
48 return (rPath.getLength() == 0) ? rFileName : in lclAppendFileName()
49 … OUStringBuffer( rPath ).append( sal_Unicode( '/' ) ).append( rFileName ).makeStringAndClear(); in lclAppendFileName()
/trunk/main/package/inc/
H A DZipPackageFolder.hxx90 …tName, const com::sun::star::packages::ContentInfo &rInfo, rtl::OUString &rPath, std::vector < com…
93 …void saveContents(rtl::OUString &rPath, std::vector < com::sun::star::uno::Sequence < com::sun::s…
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx303 …t ::rtl::OUString &rShortName, const ContentInfo &rInfo, ::rtl::OUString &rPath, std::vector < uno… in saveChild() argument
325 …::rtl::OUString sTempName = rPath + rShortName + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM ( "/… in saveChild()
352 pTempEntry->sPath = rPath + rShortName; in saveChild()
684 void ZipPackageFolder::saveContents( ::rtl::OUString &rPath, std::vector < uno::Sequence < Property… in saveContents() argument
689 …if ( maContents.begin() == maContents.end() && rPath.getLength() && m_nFormat != embed::StorageFor… in saveContents()
694 …pTempEntry->nPathLen = (sal_Int16)( ::rtl::OUStringToOString( rPath, RTL_TEXTENCODING_UTF8 ).getLe… in saveContents()
696 pTempEntry->sPath = rPath; in saveContents()
715 if ( m_nFormat == embed::StorageFormats::ZIP && !rPath.getLength() ) in saveContents()
722 …bWritingFailed = !saveChild( (*aIter).first, *(*aIter).second, rPath, rManList, rZipOut, rEncrypti… in saveContents()
734 …bWritingFailed = !saveChild( rShortName, rInfo, rPath, rManList, rZipOut, rEncryptionKey, rRandomP… in saveContents()
/trunk/main/rsc/doku/feinkonz.43/
H A Drscinst.doc2166 Alivoid RscHrc::SetPathName( const String & rPath );
2201 Alivoid RscHrc::SetFileName( const String & rPath );
/trunk/main/rsc/inc/
H A Drscdef.hxx266 sal_uLong NewIncFile( const ByteString & rName, const ByteString & rPath );
H A Drscinst.hxx143 void SetPath( const ByteString & rPath );
/trunk/main/rsc/source/tools/
H A Drscdef.cxx1381 const ByteString & rPath ) in NewIncFile() argument
1391 pFName->aPathName = rPath; in NewIncFile()
/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/sc/source/filter/inc/
H A Dxestream.hxx316 ::rtl::OUString GetIdForPath( const ::rtl::OUString& rPath );
317 sax_fastparser::FSHelperPtr GetStreamForPath( const ::rtl::OUString& rPath );
/trunk/main/sc/source/ui/inc/
H A Dimpex.hxx125 void SetStreamPath( const String& rPath ) { aStreamPath = rPath; } in SetStreamPath() argument
/trunk/main/sc/source/ui/vba/testvba/
H A Dtestvba.cxx70 OUString convertToURL( const OUString& rPath ) in convertToURL() argument
74 aObj.SetURL( rPath ); in convertToURL()
77 aURL = rPath; in convertToURL()
80 osl::FileBase::getFileURLFromSystemPath( rPath, aURL ); in convertToURL()
81 if ( aURL.equals( rPath ) ) in convertToURL()
82 …eException( rtl::OUString::createFromAscii( "could'nt convert " ).concat( rPath ).concat( rtl::OUS… in convertToURL()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx162 void setPath( const ::rtl::OUString& rPath );
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1171 void CustomAnimationEffect::setPath( const ::rtl::OUString& rPath ) in setPath() argument
1184 xMotion->setPath( Any( rPath ) ); in setPath()
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 DTransitionPreset.cxx72 …plImportEffects( const Reference< XMultiServiceFactory >& xConfigProvider, const OUString& rPath );
/trunk/main/sd/source/filter/html/
H A Dbuttonset.cxx61 bool copyGraphic( const OUString& rName, const OUString& rPath );
118 bool ButtonsImpl::copyGraphic( const OUString& rName, const OUString& rPath ) in copyGraphic() argument
123 osl::File::remove( rPath ); in copyGraphic()
124 osl::File aOutputFile( rPath ); in copyGraphic()
149 bool exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName );
151 void scanForButtonSets( const OUString& rPath );
172 void ButtonSetImpl::scanForButtonSets( const OUString& rPath ) in scanForButtonSets() argument
175 osl::Directory aDirectory( rPath ); in scanForButtonSets()
254 return rSet.copyGraphic( rName, rPath ); in exportButton()
301 bool ButtonSet::exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName ) in exportButton() argument
[all …]
H A Dbuttonset.hxx43 bool exportButton( int nSet, const rtl::OUString& rPath, const rtl::OUString& rName );
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()
H A Dhtmlex.hxx209 …bool CopyScript( const String& rPath, const String& rSource, const String& rDest, bool bUnix = fal…
/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/sd/source/ui/inc/
H A Dfiledlg.hxx62 void SetPath( const String& rPath );
/trunk/main/sdext/source/pdfimport/inc/
H A Dcontentsink.hxx132 ::com::sun::star::rendering::XPolyPolygon2D >& rPath ) = 0;
134 ::com::sun::star::rendering::XPolyPolygon2D >& rPath ) = 0;
136 ::com::sun::star::rendering::XPolyPolygon2D >& rPath ) = 0;
139 ::com::sun::star::rendering::XPolyPolygon2D >& rPath) = 0;
141 … ::com::sun::star::rendering::XPolyPolygon2D >& rPath) = 0;
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx228 virtual void strokePath( const uno::Reference<rendering::XPolyPolygon2D>& rPath ) in strokePath() argument
231 … basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in strokePath()
276 virtual void fillPath( const uno::Reference<rendering::XPolyPolygon2D>& rPath ) in fillPath() argument
279 … basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in fillPath()
291 virtual void eoFillPath( const uno::Reference<rendering::XPolyPolygon2D>& rPath ) in eoFillPath() argument
294 … basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in eoFillPath()
312 virtual void intersectClip(const uno::Reference<rendering::XPolyPolygon2D>& rPath) in intersectClip() argument
314 … basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectClip()
323 virtual void intersectEoClip(const uno::Reference<rendering::XPolyPolygon2D>& rPath) in intersectEoClip() argument
325 … basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectEoClip()

Completed in 99 milliseconds

123456