Home
last modified time | relevance | path

Searched refs:rPath (Results 51 – 75 of 143) sorted by relevance

123456

/trunk/main/idl/source/prj/
H A Ddatabase.cxx805 …ool SvIdlWorkingBase::ReadSvIdl( SvTokenStream & rInStm, sal_Bool bImported, const String & rPath ) in ReadSvIdl() argument
807 aPath = rPath; // nur fuer den durchlauf gueltig in ReadSvIdl()
820 if( aFullName.Find( rPath ) ) in ReadSvIdl()
840 bOk = ReadSvIdl( aTokStm, sal_True, rPath ); in ReadSvIdl()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg.cxx54 void PathDialog::SetPath( const UniString& rPath ) in SetPath() argument
56 pImpFileDlg->GetDialog()->SetPath( rPath ); in SetPath()
H A Dfiledlg2.hxx115 virtual void SetPath( const String& rPath );
171 virtual void SetPath( const String& rPath );
/trunk/main/tools/source/fsys/
H A Dcomdep.hxx144 sal_Bool IsRedirectable_Impl( const ByteString &rPath );
146 #define IsRedirectable_Impl( rPath ) sal_True argument
/trunk/main/unotools/inc/unotools/
H A Ducbhelper.hxx76 …static sal_Bool FindInPath( const String& rPath, const String& rName, String& rFile, c…
78 …static sal_Bool IsSubPath( const ::rtl::OUString& rPath, const ::rtl::OUString& rChildCandidate…
/trunk/main/sfx2/inc/sfx2/
H A Ddoctempl.hxx117 sal_Bool GetFull( const String& rRegion, const String& rName, String& rPath );
118 sal_Bool GetLogicNames( const String& rPath, String& rRegion, String& rName ) const;
/trunk/main/svx/source/xoutdev/
H A Dxtabbtmp.cxx56 XBitmapList::XBitmapList( const String& rPath ) : in XBitmapList() argument
57 XPropertyList( rPath ) in XBitmapList()
H A Dxtabhtch.cxx55 XHatchList::XHatchList(const String& rPath ) in XHatchList() argument
56 : XPropertyList(rPath) in XHatchList()
H A Dxtablend.cxx56 XLineEndList::XLineEndList(const String& rPath) in XLineEndList() argument
57 : XPropertyList(rPath) in XLineEndList()
H A Dxtabdash.cxx56 XDashList::XDashList(const String& rPath ) in XDashList() argument
57 : XPropertyList(rPath), in XDashList()
H A Dxtabgrdt.cxx57 XGradientList::XGradientList( const String& rPath ) in XGradientList() argument
58 : XPropertyList(rPath ) in XGradientList()
/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/tools/bootstrp/
H A Dinimgr.cxx86 ByteString IniManager::ToLocal( ByteString &rPath ) in ToLocal() argument
89 ByteString sTmp( rPath ); in ToLocal()
/trunk/main/vcl/source/gdi/
H A Dsvgdata.cxx177 …Data(const SvgDataArray& rSvgDataArray, sal_uInt32 nSvgDataArrayLength, const rtl::OUString& rPath) in SvgData() argument
180 maPath(rPath), in SvgData()
/trunk/main/svx/workben/msview/
H A Dxmlconfig.cxx310 void load_config( const OUString& rPath ) in load_config() argument
315 SvStream* pIStm = ::utl::UcbStreamHelper::CreateStream( rPath, STREAM_READ ); in load_config()
320 aParserInput.sSystemId = rPath; in load_config()
/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()
/trunk/main/svx/source/form/
H A Dfmmodel.cxx91 FmFormModel::FmFormModel(const XubString& rPath, SfxItemPool* pPool, SfxObjectShell* pPers) in FmFormModel() argument
92 :SdrModel(rPath, pPool, pPers) in FmFormModel()
/trunk/main/sc/source/ui/inc/
H A Dimpex.hxx125 void SetStreamPath( const String& rPath ) { aStreamPath = rPath; } in SetStreamPath() argument
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx331 sal_Bool operator==( const WinMtfClipPath& rPath ) in operator ==() argument
333 return ( rPath.eType == eType ) && in operator ==()
334 ( rPath.aPolyPoly == aPolyPoly ); in operator ==()
/trunk/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx72 void setPath( const rtl::OUString& rPath ) { maPath = rPath; } in setPath() argument
/trunk/main/sw/inc/
H A Ddoc.hxx684 sal_Bool SplitDoc( sal_uInt16 eDocType, const String& rPath,
686 …sal_Bool SplitDoc( sal_uInt16 eDocType, const String& rPath, int nOutlineLevel = 0 ); //#outline l…
1917 sal_Bool GenerateGlobalDoc( const String& rPath,
1919 …sal_Bool GenerateGlobalDoc( const String& rPath, int nOutlineLevel = 0 ); //#outline level,add by …
1920 sal_Bool GenerateHTMLDoc( const String& rPath,
1922 …sal_Bool GenerateHTMLDoc( const String& rPath, int nOutlineLevel = 0 ); //#outline level,add by zh…
/trunk/main/svx/inc/svx/
H A Dgaltheme.hxx230 …ndStrings(sal_uIntPtr nPos, BitmapEx& rBitmapEx, Size& rSize, String& rTitle, String& rPath) const;
231 …Ptr nPos, const BitmapEx& rBitmapEx, const Size& rSize, const String& rTitle, const String& rPath);
/trunk/main/sd/source/ui/dlg/
H A Dfiledlg.cxx361 void SdOpenSoundFileDialog::SetPath( const String& rPath ) in SetPath() argument
363 mpImpl->SetDisplayDirectory( rPath ); in SetPath()
/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/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx1160 CGMutablePathRef rPath = CGPathCreateMutable(); in drawNativeControl() local
1161 …CGPathAddRect( rPath, NULL, CGRectMake( 0, 0, mpFrame->maGeometry.nWidth-1, mpFrame->maGeometry.nH… in drawNativeControl()
1164 CGContextAddPath( mrContext, rPath ); in drawNativeControl()
1166 CGPathRelease( rPath ); in drawNativeControl()

Completed in 186 milliseconds

123456