Home
last modified time | relevance | path

Searched refs:aPath (Results 101 – 125 of 185) sorted by last modified time

12345678

/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 Dsvgrectnode.cxx182 basegfx::B2DPolygon aPath; in decomposeSvgNode() local
207 aPath = basegfx::tools::createPolygonFromRect(aRange, frX * 2.0, frY * 2.0); in decomposeSvgNode()
211 aPath = basegfx::tools::createPolygonFromRect(aRange); in decomposeSvgNode()
216 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
H A Dsvgstyleattributes.cxx490 basegfx::B2DPolyPolygon aPath(rPath); in add_fillPatternTransform() local
495 aPath.transform(aInv); in add_fillPatternTransform()
496 add_fillPattern(aPath, aNewTarget, rFillPattern, aPath.getB2DRange()); in add_fillPatternTransform()
1095 basegfx::B2DPolyPolygon aPath(rPath); in add_path() local
1103 aPath = basegfx::tools::createNonzeroConform(aPath); in add_path()
1106 add_fill(aPath, rTarget, aGeoRange); in add_path()
/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/store/workben/
H A Dt_file.cxx63 rtl::OUString aPath; in main()
65 result = osl_getFileURLFromSystemPath(aFilename.pData, &(aPath.pData)); in main()
69 aPath = aFilename; in main()
71 …if (rtl_ustr_ascii_shortenedCompare_WithLength(aPath.pData->buffer, aPath.pData->length, "file://"… in main()
78 (void) osl_getAbsoluteFileURL(aBase.pData, aPath.pData, &(aPath.pData)); in main()
80 aFilename = aPath; in main()
H A Dt_store.cxx344 OUString aPath (RTL_CONSTASCII_USTRINGPARAM("/")); in main() local
371 eErrCode = aFile.remove (aPath, aName); in main()
457 OUString(), aPath); in main()
467 aPath, aLinkName, in main()
479 aPath, aLinkName, in main()
480 aPath, aShortcut); in main()
492 aFile, aPath, aDirName, store_AccessReadCreate); in main()
501 aPath, "demostor-1.dir/", in main()
502 aPath, "Renamed demostor-1.dir"); in main()
509 aPath, "Renamed demostor-1.dir/", in main()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx1732 OUString aPath( aFullPath.GetMainURL( INetURLObject::NO_DECODE ) ); in GetLogicNames() local
1750 if ( pEntry->GetTargetURL() == aPath ) in GetLogicNames()
H A Ddoctemplates.cxx215 sal_Bool CreateNewUniqueFolderWithPrefix( const ::rtl::OUString& aPath,
220 ::rtl::OUString CreateNewUniqueFileWithPrefix( const ::rtl::OUString& aPath,
837 sal_Bool SfxDocTplService_Impl::CreateNewUniqueFolderWithPrefix( const ::rtl::OUString& aPath, in CreateNewUniqueFolderWithPrefix() argument
844 INetURLObject aDirPath( aPath ); in CreateNewUniqueFolderWithPrefix()
898 ::rtl::OUString SfxDocTplService_Impl::CreateNewUniqueFileWithPrefix( const ::rtl::OUString& aPath, in CreateNewUniqueFileWithPrefix() argument
903 INetURLObject aDirPath( aPath ); in CreateNewUniqueFileWithPrefix()
941 INetURLObject aObjPath( aPath ); in CreateNewUniqueFileWithPrefix()
H A Ddocvor.cxx544 Path aPath(this, pEntry); in Select() local
549 aPath[nLevel+1], aPath[nLevel+2], aPath[nLevel+3]); in Select()
1213 Path aPath(this, pEntry); in RequestingChilds() local
1221 aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds()
1232 i, aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds()
1275 pMgr->DeleteObjectShell(aPath[0], aPath[1]); in ExpandingHdl()
1560 String aPath; in GetPath_Impl() local
1632 return aPath; in GetPath_Impl()
1977 aPath[2+nDocLevel], aPath[3+nDocLevel], &aName ) ) in Dispatch_Impl()
2348 if ( aPath.Len() && !aMgr.CopyTo( m_nRegion, m_nIndex, aPath ) ) in IMPL_LINK()
[all …]
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx1110 INetURLObject aPath( aURL ); in Reset() local
1111 aPath.setFinalSlash(); in Reset()
1112 aPath.removeSegment(); in Reset()
1114 aPath.removeFinalSlash(); in Reset()
1115 String aText( aPath.PathToFileName() ); //! (pb) MaxLen? in Reset()
H A Dfiledlghelper.cxx852 OUString aPath;; in getGraphic() local
857 aPath = aPathSeq[0]; in getGraphic()
860 if ( aPath.getLength() ) in getGraphic()
1733 OUString aPath; in getPath() local
1739 aPath = maPath; in getPath()
1741 return aPath; in getPath()
2608 OUString aPath; in GetPath() local
2619 aPath = aPathSeq[0]; in GetPath()
2623 return aPath; in GetPath()
2883 String aPath; in FileOpenDialog_Impl() local
[all …]
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx913 wchar_t aPath[_MAX_PATH]; in IsQuickstarterInstalled() local
916 GetModuleFileNameW( NULL, aPath, _MAX_PATH-1); in IsQuickstarterInstalled()
928 MultiByteToWideChar( CP_ACP, 0, szPathA, -1, aPath, nNeededWStrBuffSize ); in IsQuickstarterInstalled()
931 OUString aOfficepath( reinterpret_cast<const sal_Unicode*>(aPath) ); in IsQuickstarterInstalled()
944 wchar_t aPath[_MAX_PATH]; in EnableAutostartW32() local
946 GetModuleFileNameW( NULL, aPath, _MAX_PATH-1); in EnableAutostartW32()
957 MultiByteToWideChar( CP_ACP, 0, szPathA, -1, aPath, nNeededWStrBuffSize ); in EnableAutostartW32()
960 OUString aOfficepath( reinterpret_cast<const sal_Unicode*>(aPath) ); in EnableAutostartW32()
/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/sdext/source/minimizer/
H A Dconfigurationaccess.cxx348 OUString aPath( TKGet( TK_Settings_Templates_ ).concat( aElements[ i ] ) ); in LoadConfiguration() local
349 … Reference< container::XNameAccess > xTemplates( GetConfigurationNode( xRoot, aPath ), UNO_QUERY ); in LoadConfiguration()
400 OUString aPath( TKGet( TK_Settings_Templates_ ).concat( aElementName ) ); in SaveConfiguration() local
401 …Reference< container::XNameReplace > xTemplates( GetConfigurationNode( xRoot, aPath ), UNO_QUERY ); in SaveConfiguration()
/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/sd/source/ui/func/
H A Dfuinsert.cxx168 String aPath(aDlg.GetPath()); in DoExecute() local
169 pGrafObj->SetGraphicLink(aPath, aFltName); in DoExecute()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx470 INetURLObject aPath; in SaveGraphic() local
471 aPath.SetSmartURL( sGrfPath); in SaveGraphic()
472 xFP->setDisplayDirectory( aPath.GetMainURL(INetURLObject::DECODE_TO_IURI) ); in SaveGraphic()
519 aPath.SetSmartURL( sPath); in SaveGraphic()
520 sGrfPath = aPath.GetPath(); in SaveGraphic()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx225 …HtmlExport( rtl::OUString aPath, const com::sun::star::uno::Sequence< com::sun::star::beans::Prope…
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx488 String aPath = aPathOpt.GetPalettePath(); in PasteDataFormat() local
492 FmFormModel* pModel = new FmFormModel( aPath, NULL, aDragShellRef ); in PasteDataFormat()
H A Dtabvwsh9.cxx121 String aPath, aFilter; in ExecGallery() local
124 aPath = pGalleryItem->GetURL(); in ExecGallery()
128 PasteGraphic( aPos, aGraphic, aPath, aFilter ); in ExecGallery()
H A Dnotemark.cxx87 String aPath = aPathOpt.GetPalettePath(); in IMPL_LINK() local
88 pModel = new SdrModel(aPath); in IMPL_LINK()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx113 String aPath = aURL.GetMainURL(INetURLObject::NO_DECODE); in lcl_getDBaseConnection() local
126 aConnUrl += aPath; in lcl_getDBaseConnection()
/trunk/main/sal/rtl/source/
H A Duri.cxx376 Component aPath; member
411 pComponents->aPath.pBegin = pPos; in parseUriRef()
414 pComponents->aPath.pEnd = pPos; in parseUriRef()
736 if (aBaseComponents.aPath.pBegin != aBaseComponents.aPath.pEnd in rtl_uriConvertRelToAbs()
737 && *aBaseComponents.aPath.pBegin != '/') in rtl_uriConvertRelToAbs()
757 aBuffer.append(aRelComponents.aPath.pBegin, in rtl_uriConvertRelToAbs()
758 aRelComponents.aPath.getLength()); in rtl_uriConvertRelToAbs()
768 if (aRelComponents.aPath.pBegin == aRelComponents.aPath.pEnd in rtl_uriConvertRelToAbs()
771 aBuffer.append(aBaseComponents.aPath.pBegin, in rtl_uriConvertRelToAbs()
779 if (*aRelComponents.aPath.pBegin == '/') in rtl_uriConvertRelToAbs()
[all …]
/trunk/main/sal/osl/w32/
H A Dsignal.cxx116 ::osl::LongPathBuffer< sal_Char > aPath( MAX_LONG_PATH ); in ReportCrash()
181 …if ( SearchPath( NULL, TEXT( "crashrep.exe" ), NULL, aPath.getBufSizeInSymbols(), aPath, &lpFilePa… in ReportCrash()
189 static_cast<sal_Char*>( aPath ), in ReportCrash()
H A Dprofile.cxx1079 if (nPathLen && (aPath[nPathLen - 1] != L'/') && (aPath[nPathLen - 1] != L'\\')) in osl_getProfileName()
1081 aPath[nPathLen++] = L'\\'; in osl_getProfileName()
1082 aPath[nPathLen] = 0; in osl_getProfileName()
2303 aPath[0] = 0; in lookupProfile()
2443 aPath[dwPathLen] = 0; in lookupProfile()
2446 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2507 aPath[nPos] = 0; in lookupProfile()
2515 aPath[dwPathLen] = 0; in lookupProfile()
2582 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2585 aPath[dwPathLen] = 0; in lookupProfile()
[all …]

Completed in 151 milliseconds

12345678