Home
last modified time | relevance | path

Searched refs:aPath (Results 26 – 50 of 185) sorted by relevance

12345678

/trunk/main/autodoc/source/tools/
H A Dfilecoll.cxx66 StreamStr aPath(1020); in AddFilesFrom() local
67 aPath << i_sRootDir << csv::ploc::Delimiter(); in AddFilesFrom()
68 uintt nSubDirStart = aPath.tellp(); in AddFilesFrom()
77 aPath.seekp(nSubDirStart); in AddFilesFrom()
78 aPath << (*iter); in AddFilesFrom()
79 AddFilesFrom( aPath.c_str(), i_sFilter, i_eSearchMode ); in AddFilesFrom()
/trunk/main/unotools/source/ucbhelper/
H A Dtempfile.cxx83 rtl::OUString aPath; in ensuredir() local
89 aPath = rUnqPath.copy( 0, rUnqPath.getLength() - 1 ); in ensuredir()
91 aPath = rUnqPath; in ensuredir()
95 osl::Directory aDirectory( aPath ); in ensuredir()
109 nError = osl::Directory::create( aPath ); in ensuredir()
114 rtl::OUString aParentDir = getParentName( aPath ); in ensuredir()
115 if ( aParentDir != aPath ) in ensuredir()
117 bSuccess = ensuredir( getParentName( aPath ) ); in ensuredir()
123 nError = osl::Directory::create( aPath ); in ensuredir()
/trunk/main/svtools/source/graphic/
H A Dprovider.cxx438 String aPath; in queryGraphic() local
453 aPath = aURL; in queryGraphic()
469 else if( aPath.Len() ) in queryGraphic()
471 xRet = implLoadMemory( aPath ); in queryGraphic()
474 xRet = implLoadGraphicObject( aPath ); in queryGraphic()
477 xRet = implLoadResource( aPath ); in queryGraphic()
480 xRet = implLoadRepositoryImage( aPath ); in queryGraphic()
483 xRet = implLoadStandardImage( aPath ); in queryGraphic()
742 String aPath; in storeGraphic() local
756 aPath = aURL; in storeGraphic()
[all …]
/trunk/main/vcl/unx/generic/gdi/
H A Dcdeint.cxx136 String aPath( aHomeDir ); in GetSystemLook() local
137 aPath.AppendAscii( "/.dt/palettes/" ); in GetSystemLook()
138 aPath += String( aPaletteFile, gsl_getSystemTextEncoding() ); in GetSystemLook()
140 SvFileStream aStream( aPath, STREAM_READ ); in GetSystemLook()
143 aPath = String::CreateFromAscii( "/usr/dt/palettes/" ); in GetSystemLook()
144 aPath += String( aPaletteFile, gsl_getSystemTextEncoding() ); in GetSystemLook()
145 aStream.Open( aPath, STREAM_READ ); in GetSystemLook()
/trunk/main/idl/source/prj/
H A Dcommand.cxx196 if( !pDataBase->ReadSvIdl( aTokStm, sal_False, rCommand.aPath ) ) in ReadIdl()
370 if( aPath.Len() ) in SvCommand()
371 aPath += DirEntry::GetSearchDelimiter(); in SvCommand()
372 aPath += aName; in SvCommand()
413 if( aPath.Len() ) in SvCommand()
414 aPath += DirEntry::GetSearchDelimiter(); in SvCommand()
415 aPath += String::CreateFromAscii( aInc.GetBuffer() ); in SvCommand()
/trunk/main/tools/workben/
H A Durltest.cxx165 String aPath; in testSetFSys() local
169 aPath = String::CreateFromAscii(pTest[i].m_pPath); in testSetFSys()
170 if (aPath.Len() == 0) in testSetFSys()
175 INetURLObject aUrl1(aPath, pTest[i].m_eStyle); in testSetFSys()
177 aUrl2.setFSysPath(aPath, pTest[i].m_eStyle); in testSetFSys()
1060 rtl::OUString aPath; in main() local
1062 if (!aPath. in main()
1070 aPath = aUrl.getFSysPath(INetURLObject::FSysStyle( in main()
1074 if (!aPath.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM( in main()
1082 aPath = aUrl.getFSysPath(INetURLObject::FSysStyle( in main()
[all …]
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx231 … basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in strokePath() local
232 aPath.transform( rContext.Transformation ); in strokePath()
244 …ASSERT_TRUE(basegfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString)… in strokePath()
264 …ASSERT_TRUE(basegfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString)… in strokePath()
279 … basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in fillPath() local
280 aPath.transform( rContext.Transformation ); in fillPath()
294 … basegfx::B2DPolyPolygon aPath = basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(rPath); in eoFillPath() local
295 aPath.transform( rContext.Transformation ); in eoFillPath()
307 …ASSERT_TRUE(basegfx::tools::exportToSvgD( aPath, true, true, false ).compareToAscii(sExportString)… in eoFillPath()
/trunk/main/oox/source/core/
H A Drelations.cxx111 OUString aPath = lclRemoveFileName( maFragmentPath ); in getFragmentPathFromRelation() local
119 aPath = lclRemoveFileName( aPath ); in getFragmentPathFromRelation()
121aPath = lclAppendFileName( aPath, rRelation.maTarget.copy( nStartPos, nSepPos - nStartPos ) ); in getFragmentPathFromRelation()
126 return aPath; in getFragmentPathFromRelation()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx433 OStringBuffer aPath( 512 ); in Commit() local
450 aPath.append( "m" ).append( nX ).append( "," ).append( nY ); in Commit()
460 aPath.append( "l" ).append( nX ).append( "," ).append( nY ); in Commit()
471aPath.append( "c" ).append( nX1 ).append( "," ).append( nY1 ).append( "," ) in Commit()
477 aPath.append( "nf" ); in Commit()
480 aPath.append( "ns" ); in Commit()
483 aPath.append( "x" ); in Commit()
486 aPath.append( "e" ); in Commit()
496 if ( aPath.getLength() ) in Commit()
497 m_pShapeAttrList->add( XML_path, aPath.getStr() ); in Commit()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx262 svt::RoadmapWizardTypes::WizardPath aPath; in DBG_NAME() local
263 aPath.push_back(PAGE_DBSETUPWIZARD_INTRO); in DBG_NAME()
264 m_pCollection->fillPageIds(sURLPrefix,aPath); in DBG_NAME()
265 aPath.push_back(PAGE_DBSETUPWIZARD_AUTHENTIFICATION); in DBG_NAME()
266 aPath.push_back(PAGE_DBSETUPWIZARD_FINAL); in DBG_NAME()
268 declareAuthDepPath(sURLPrefix,i,aPath); in DBG_NAME()
271 svt::RoadmapWizardTypes::WizardPath aPath; in DBG_NAME() local
272 aPath.push_back(PAGE_DBSETUPWIZARD_INTRO); in DBG_NAME()
289 WizardPath aPath; in declareAuthDepPath() local
296 aPath.push_back( *aIter ); in declareAuthDepPath()
[all …]
/trunk/main/svgio/source/svgreader/
H A Dsvgpolynode.cxx80 basegfx::B2DPolygon aPath; in parseAttribute() local
82 if(basegfx::tools::importFromSvgPoints(aPath, aContent)) in parseAttribute()
84 if(aPath.count()) in parseAttribute()
88 aPath.setClosed(true); in parseAttribute()
91 setPolygon(&aPath); in parseAttribute()
H A Dsvgpathnode.cxx76 basegfx::B2DPolyPolygon aPath; in parseAttribute() local
78 if(basegfx::tools::importFromSvgD(aPath, aContent, false, &maHelpPointIndices)) in parseAttribute()
80 if(aPath.count()) in parseAttribute()
82 setPath(&aPath); in parseAttribute()
/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/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/
H A DPartsView.java109 final TreePath aPath = aEvent.getNewLeadSelectionPath(); in valueChanged() local
110 if (aPath != null) in valueChanged()
112 final PartName aName= GetPackagePathForTreePath(aPath); in valueChanged()
125 private PartName GetPackagePathForTreePath (final TreePath aPath) in GetPackagePathForTreePath() argument
127 final PartName aName = new PartName(aPath.getLastPathComponent().toString()); in GetPackagePathForTreePath()
H A DStreamView.java150 final TreePath aPath = aEvent.getNewLeadSelectionPath(); in valueChanged() local
151 if (aPath != null) in valueChanged()
153 final String sPath = GetPackagePathForTreePath(aPath); in valueChanged()
188 private String GetPackagePathForTreePath (final TreePath aPath) in GetPackagePathForTreePath() argument
191 final Object aNodes[] = aPath.getPath(); in GetPackagePathForTreePath()
/trunk/main/store/source/
H A Dstore.cxx317 OString aPath (pPath->buffer, pPath->length, RTL_TEXTENCODING_UTF8); in store_openDirectory() local
320 eErrCode = xDirectory->create (&*xManager, aPath.pData, aName.pData, eAccessMode); in store_openDirectory()
427 OString aPath (pPath->buffer, pPath->length, RTL_TEXTENCODING_UTF8); in store_openStream() local
430 eErrCode = xLockBytes->create (&*xManager, aPath.pData, aName.pData, eAccessMode); in store_openStream()
580 OString aPath (pPath->buffer, pPath->length, RTL_TEXTENCODING_UTF8); in store_attrib() local
584 eErrCode = OStorePageManager::namei (aPath.pData, aName.pData, aKey); in store_attrib()
752 OString aPath (pPath->buffer, pPath->length, RTL_TEXTENCODING_UTF8); in store_remove() local
756 eErrCode = OStorePageManager::namei (aPath.pData, aName.pData, aKey); in store_remove()
/trunk/main/sd/source/ui/unoidl/
H A DUnoDocumentSettings.cxx917 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
918 *pValue <<= aPath; in _getPropertyValues()
927 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
928 *pValue <<= aPath; in _getPropertyValues()
937 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
938 *pValue <<= aPath; in _getPropertyValues()
947 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
948 *pValue <<= aPath; in _getPropertyValues()
957 OUString aPath( aPathURL.GetMainURL( INetURLObject::NO_DECODE ) ); in _getPropertyValues() local
958 *pValue <<= aPath; in _getPropertyValues()
[all …]
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx991 rtl::OUString aPath = m_aPath; in first() local
992 aPath += rtl::OUString::createFromAscii( "/Children" ); in first()
994 xRootHierNameAccess->getByHierarchicalName( aPath ) in first()
1066 const rtl::OUString aPath = rURI.getPath().copy( 1 ); // skip leading slash. in createPathFromHierarchyURL() local
1067 sal_Int32 nLen = aPath.getLength(); in createPathFromHierarchyURL()
1075 sal_Int32 nEnd = aPath.indexOf( '/' ); in createPathFromHierarchyURL()
1082 rtl::OUString aToken = aPath.copy( nStart, nEnd - nStart ); in createPathFromHierarchyURL()
1089 nEnd = aPath.indexOf( '/', nStart ); in createPathFromHierarchyURL()
1099 return aPath; in createPathFromHierarchyURL()
/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/xmlhelp/source/cxxhelp/provider/
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/source/gdi/
H A Dgdimetafiletools.cxx885 PolyPolygon aPath; in clipMetafileContentAgainstOwnRegions() local
892 aFilling.getPath(aPath); in clipMetafileContentAgainstOwnRegions()
894 if(aPath.Count()) in clipMetafileContentAgainstOwnRegions()
896 const basegfx::B2DPolyPolygon aSource(aPath.getB2DPolyPolygon()); in clipMetafileContentAgainstOwnRegions()
926 Polygon aPath; in clipMetafileContentAgainstOwnRegions() local
933 aStroke.getPath(aPath); in clipMetafileContentAgainstOwnRegions()
935 if(aPath.GetSize()) in clipMetafileContentAgainstOwnRegions()
937 const basegfx::B2DPolygon aSource(aPath.getB2DPolygon()); in clipMetafileContentAgainstOwnRegions()
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/framework/source/services/
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/uui/source/
H A Dnameclashdlg.cxx89 rtl::OUString aPath; in NameClashDialog() local
90 if ( osl::FileBase::E_None != osl::FileBase::getSystemPathFromFileURL( rTargetFolderURL, aPath ) ) in NameClashDialog()
91 aPath = rTargetFolderURL; in NameClashDialog()
96 aInfo.SearchAndReplaceAscii( "%FOLDER", aPath ); in NameClashDialog()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSubstitution/
H A DPathSubstitutionTest.java96 String aPath = xPathSubstService.getSubstituteVariableValue( in workWithPathVariables() local
98 aPath += "/test"; // extend the path in workWithPathVariables()
99 System.out.println( "Path="+aPath ); in workWithPathVariables()
100 String aResubstPath = xPathSubstService.reSubstituteVariables( aPath ); in workWithPathVariables()

Completed in 176 milliseconds

12345678