/aoo41x/main/unotools/source/config/ |
H A D | pathoptions.cxx | 180 void SetBasicPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BASIC, rPath ); } in SetBasicPath() argument 188 void SetHelpPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_HELP, rPath ); } in SetHelpPath() argument 194 void SetTempPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_TEMP, rPath ); } in SetTempPath() argument 197 void SetWorkPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_WORK, rPath ); } in SetWorkPath() argument 748 pImp->SetAddinPath( rPath ); in SetAddinPath() 769 pImp->SetBackupPath( rPath ); in SetBackupPath() 776 pImp->SetBasicPath( rPath ); in SetBasicPath() 783 pImp->SetBitmapPath( rPath ); in SetBitmapPath() 832 pImp->SetHelpPath( rPath ); in SetHelpPath() 874 pImp->SetTempPath( rPath ); in SetTempPath() [all …]
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | pathoptions.hxx | 104 void SetAddinPath( const String& rPath ); 107 void SetBackupPath( const String& rPath ); 108 void SetBasicPath( const String& rPath ); 109 void SetBitmapPath( const String& rPath ); 110 void SetConfigPath( const String& rPath ); 113 void SetFilterPath( const String& rPath ); 116 void SetHelpPath( const String& rPath ); 118 void SetModulePath( const String& rPath ); 120 void SetPluginPath( const String& rPath ); 122 void SetTempPath( const String& rPath ); [all …]
|
/aoo41x/main/framework/source/services/ |
H A D | pathsettings.cxx | 371 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 …]
|
/aoo41x/main/svx/source/xoutdev/ |
H A D | xtable.cxx | 136 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 …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | xtable.hxx | 163 XPropertyList(const String& rPath); 220 static XColorListSharedPtr CreateSharedXColorList( const String& rPath ); 222 static XDashListSharedPtr CreateSharedXDashList( const String& rPath ); 223 static XHatchListSharedPtr CreateSharedXHatchList( const String& rPath ); 225 static XBitmapListSharedPtr CreateSharedXBitmapList( const String& rPath ); 235 XColorList(const String& rPath); 263 XLineEndList(const String& rPath); 289 XDashList(const String& rPath); 330 XHatchList(const String& rPath); 356 XGradientList(const String& rPath); [all …]
|
/aoo41x/main/sd/source/filter/html/ |
H A D | buttonset.cxx | 61 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 …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | graphictools.cxx | 134 SvtGraphicStroke::SvtGraphicStroke( const Polygon& rPath, in SvtGraphicStroke() argument 143 maPath( rPath ), in SvtGraphicStroke() 155 void SvtGraphicStroke::getPath( Polygon& rPath ) const in getPath() 157 rPath = maPath; in getPath() 162 rPath = maStartArrow; in getStartArrow() 167 rPath = maEndArrow; in getEndArrow() 400 maPath( rPath ), in SvtGraphicFill() 417 void SvtGraphicFill::getPath( PolyPolygon& rPath ) const in getPath() 419 rPath = maPath; in getPath() 628 void SvtGraphicFill::setPath( const PolyPolygon& rPath ) in setPath() argument [all …]
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 364 void psp::normPath( OString& rPath ) in normPath() argument 368 ByteString aPath( rPath ); in normPath() 382 rPath = buf; in normPath() 386 rPath = aPath; in normPath() 390 void psp::splitPath( OString& rPath, OString& rDir, OString& rBase ) in splitPath() argument 392 normPath( rPath ); in splitPath() 393 sal_Int32 nIndex = rPath.lastIndexOf( '/' ); in splitPath() 395 rDir = rPath.copy( 0, nIndex ); in splitPath() 397 rDir = rPath.copy( 0, 1 ); in splitPath() 398 if( rPath.getLength() > nIndex+1 ) in splitPath() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 66 sal_Bool SwDoc::GenerateGlobalDoc( const String& rPath, in GenerateGlobalDoc() argument 69 return SplitDoc( SPLITDOC_TO_GLOBALDOC, rPath, pSplitColl ); in GenerateGlobalDoc() 79 return SplitDoc( SPLITDOC_TO_HTML, rPath, nOutlineLevel ); in GenerateHTMLDoc() 83 sal_Bool SwDoc::GenerateHTMLDoc( const String& rPath, in GenerateHTMLDoc() argument 104 return SplitDoc( SPLITDOC_TO_HTML, rPath, pSplitColl ); in GenerateHTMLDoc() 188 INetURLObject aEntry(rPath); in SplitDoc() 270 xDocProps->setTemplateURL(rPath); in SplitDoc() 500 aReq.AppendItem( SfxStringItem( SID_FILE_NAME, rPath ) ); in SplitDoc() 549 INetURLObject aEntry(rPath); in SplitDoc() 621 xDocProps->setTemplateURL(rPath); in SplitDoc() [all …]
|
/aoo41x/main/svtools/source/filter/ |
H A D | filter.cxx | 209 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 …]
|
/aoo41x/main/store/inc/store/ |
H A D | store.hxx | 106 rtl::OUString const & rPath, in create() argument 115 return store_openStream (hFile, rPath.pData, rName.pData, eMode, &m_hImpl); in create() 271 rtl::OUString const & rPath, in create() argument 280 return store_openDirectory (hFile, rPath.pData, rName.pData, eMode, &m_hImpl); in create() 508 rtl::OUString const & rPath, in attrib() argument 517 return store_attrib (m_hImpl, rPath.pData, rName.pData, nMask1, nMask2, &rnAttrib); in attrib() 524 rtl::OUString const & rPath, in attrib() argument 532 return store_attrib (m_hImpl, rPath.pData, rName.pData, nMask1, nMask2, NULL); in attrib() 579 rtl::OUString const & rPath, rtl::OUString const & rName) SAL_THROW(()) in remove() argument 584 return store_remove (m_hImpl, rPath.pData, rName.pData); in remove()
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgstyleattributes.cxx | 307 const basegfx::B2DPolyPolygon& rPath, in add_fillGradient() argument 371 rPath, in add_fillGradient() 433 rPath, in add_fillGradient() 445 const basegfx::B2DPolyPolygon& rPath, in add_fillPatternTransform() argument 562 rPath, in add_fillPattern() 602 rPath, in add_fill() 671 rPath, in add_stroke() 679 rPath, in add_stroke() 840 const basegfx::B2DPolyPolygon& rPath, in add_markers() argument 1027 if(!rPath.count()) in add_path() [all …]
|
/aoo41x/main/cppuhelper/source/ |
H A D | shlib.cxx | 214 const OUString & rLibName, const OUString & rPath ) in makeComponentPath() argument 223 ! rPath.getLength() || in makeComponentPath() 225 FileBase::getSystemPathFromFileURL( rPath, aComp ) ); in makeComponentPath() 229 OUStringBuffer buf( rPath.getLength() + rLibName.getLength() + 12 ); in makeComponentPath() 231 if (0 != rPath.getLength()) in makeComponentPath() 233 buf.append( rPath ); in makeComponentPath() 234 if (rPath[ rPath.getLength() -1 ] != '/') in makeComponentPath() 347 OUString const & rLibName, OUString const & rPath, in loadSharedLibComponentFactory() argument 353 OUString aModulePath( makeComponentPath( rLibName, rPath ) ); in loadSharedLibComponentFactory() 494 OUString const & rLibName, OUString const & rPath, in writeSharedLibComponentInfo() argument [all …]
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | filter.hxx | 190 GraphicDescriptor( const INetURLObject& rPath ); 261 sal_uInt16 ImpTestOrFindFormat( const String& rPath, SvStream& rStream, sal_uInt16& rFormat ); 321 sal_uInt16 ExportGraphic( const Graphic& rGraphic, const INetURLObject& rPath, 324 sal_uInt16 ExportGraphic( const Graphic& rGraphic, const String& rPath, 329 sal_uInt16 CanImportGraphic( const INetURLObject& rPath, 333 sal_uInt16 ImportGraphic( Graphic& rGraphic, const INetURLObject& rPath, 337 sal_uInt16 CanImportGraphic( const String& rPath, SvStream& rStream, 341 sal_uInt16 ImportGraphic( Graphic& rGraphic, const String& rPath, 346 sal_uInt16 ImportGraphic( Graphic& rGraphic, const String& rPath, 361 static int LoadGraphic( const String& rPath, const String& rFilter,
|
/aoo41x/main/sdext/source/pdfimport/test/ |
H A D | tests.cxx | 230 virtual void strokePath( const uno::Reference<rendering::XPolyPolygon2D>& rPath ) in strokePath() argument 233 … basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in strokePath() 291 virtual void fillPath( const uno::Reference<rendering::XPolyPolygon2D>& rPath ) in fillPath() argument 294 … basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in fillPath() 310 virtual void eoFillPath( const uno::Reference<rendering::XPolyPolygon2D>& rPath ) in eoFillPath() argument 313 … basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in eoFillPath() 336 virtual void intersectClip(const uno::Reference<rendering::XPolyPolygon2D>& rPath) in intersectClip() argument 338 … basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectClip() 347 virtual void intersectEoClip(const uno::Reference<rendering::XPolyPolygon2D>& rPath) in intersectEoClip() argument 349 … basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectEoClip()
|
/aoo41x/main/oox/source/core/ |
H A D | relations.cxx | 41 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()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 57 void impAddB2DPolygonToGDIPlusGraphicsPathReal(Gdiplus::GraphicsPath& rPath, const basegfx::B2DPoly… in impAddB2DPolygonToGDIPlusGraphicsPathReal() argument 79 rPath.AddBezier( in impAddB2DPolygonToGDIPlusGraphicsPathReal() 87 rPath.AddLine(aFCurr, aFNext); in impAddB2DPolygonToGDIPlusGraphicsPathReal() 96 rPath.StartFigure(); in impAddB2DPolygonToGDIPlusGraphicsPathReal() 103 void impAddB2DPolygonToGDIPlusGraphicsPathInteger(Gdiplus::GraphicsPath& rPath, const basegfx::B2DP… in impAddB2DPolygonToGDIPlusGraphicsPathInteger() argument 125 rPath.AddBezier( in impAddB2DPolygonToGDIPlusGraphicsPathInteger() 133 rPath.AddLine(aICurr, aINext); in impAddB2DPolygonToGDIPlusGraphicsPathInteger() 142 rPath.StartFigure(); in impAddB2DPolygonToGDIPlusGraphicsPathInteger()
|
/aoo41x/main/tools/source/fsys/ |
H A D | os2.cxx | 607 sal_Bool IsRedirectable_Impl( const ByteString &rPath ) in IsRedirectable_Impl() argument 609 if ( rPath.Len() >= 3 && ':' == rPath.GetBuffer()[1] ) in IsRedirectable_Impl() 611 ByteString aVolume = rPath.Copy( 0, 3 ); in IsRedirectable_Impl() 619 sal_Bool IsRedirectable_Impl( const String &rPath ) 621 if ( rPath.Len() >= 3 && ':' == rPath.GetStr()[1] ) 623 DriveMapItem &rItem = aDriveMap[toupper(rPath[0]) - 'A']; 985 ErrCode FileStat::QueryDiskSpace( const String &rPath, in QueryDiskSpace() argument 989 ByteString aVol( DirEntry(rPath).ImpGetTopPtr()->GetName(), osl_getThreadTextEncoding()); in QueryDiskSpace()
|
/aoo41x/main/svgio/inc/svgio/svgreader/ |
H A D | svgstyleattributes.hxx | 228 const basegfx::B2DPolyPolygon& rPath, 233 const basegfx::B2DPolyPolygon& rPath, 238 const basegfx::B2DPolyPolygon& rPath, 243 const basegfx::B2DPolyPolygon& rPath, 247 const basegfx::B2DPolyPolygon& rPath, 256 const basegfx::B2DPolyPolygon& rPath, 269 const basegfx::B2DPolyPolygon& rPath,
|
/aoo41x/main/package/source/zippackage/ |
H A D | ZipPackageFolder.cxx | 303 …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()
|
/aoo41x/main/sdext/source/pdfimport/inc/ |
H A D | contentsink.hxx | 132 ::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;
|
/aoo41x/main/sfx2/source/doc/ |
H A D | doctdlg.cxx | 220 const String& rPath=GetTemplateName(); in GetTemplatePath() local 223 aRegionLb.GetSelectEntryPos(), rPath); in GetTemplatePath() 224 return pTemplates->GetDefaultTemplatePath(rPath); in GetTemplatePath() 229 void SfxDocumentTemplateDlg::NewTemplate(const String &rPath) in NewTemplate() argument 232 aRegionLb.GetSelectEntryPos(), GetTemplateName(), rPath); in NewTemplate()
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 210 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()
|
/aoo41x/main/sc/source/ui/vba/testvba/ |
H A D | testvba.cxx | 70 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()
|
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | pdfiprocessor.cxx | 671 void PDFIProcessor::strokePath( const uno::Reference< rendering::XPolyPolygon2D >& rPath ) in strokePath() argument 673 basegfx::B2DPolyPolygon aPoly=basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in strokePath() 685 void PDFIProcessor::fillPath( const uno::Reference< rendering::XPolyPolygon2D >& rPath ) in fillPath() argument 687 basegfx::B2DPolyPolygon aPoly=basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in fillPath() 699 void PDFIProcessor::eoFillPath( const uno::Reference< rendering::XPolyPolygon2D >& rPath ) in eoFillPath() argument 701 basegfx::B2DPolyPolygon aPoly=basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in eoFillPath() 713 void PDFIProcessor::intersectClip(const uno::Reference< rendering::XPolyPolygon2D >& rPath) in intersectClip() argument 716 basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectClip() 726 void PDFIProcessor::intersectEoClip(const uno::Reference< rendering::XPolyPolygon2D >& rPath) in intersectEoClip() argument 729 basegfx::B2DPolyPolygon aNewClip = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in intersectEoClip()
|