Home
last modified time | relevance | path

Searched refs:pPath (Results 1 – 25 of 56) sorted by relevance

123

/trunk/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx441 if( pPath[0] != pPath[nPoints-1] ) in DrawPolygon()
537 snprintf(pString, nBezString, "%li %li moveto\n", pPath[0].X(), pPath[0].Y()); in DrawPolyLineBezier()
558 pPath[i].X(), pPath[i].Y(), in DrawPolyLineBezier()
559 pPath[i+1].X(), pPath[i+1].Y(), in DrawPolyLineBezier()
560 pPath[i+2].X(), pPath[i+2].Y()); in DrawPolyLineBezier()
585 snprintf(pString, nBezString, "%li %li moveto\n", pPath[0].X(), pPath[0].Y()); in DrawPolygonBezier()
603 pPath[i].X(), pPath[i].Y(), in DrawPolygonBezier()
604 pPath[i+1].X(), pPath[i+1].Y(), in DrawPolygonBezier()
605 pPath[i+2].X(), pPath[i+2].Y()); in DrawPolygonBezier()
978 sal_Char pPath[48]; in PSBinPath() local
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdpoev.cxx97 if(pPath && pPts) in CheckPolyPossibilitiesHelper()
103 bool bClosed(pPath->IsClosed()); in CheckPolyPossibilitiesHelper()
222 if(pPts && pPath) in SetMarkedPointsSmooth()
224 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedPointsSmooth()
257 if(pPts && pPath) in SetMarkedSegmentsKind()
259 PolyPolygonEditor aEditor( pPath->GetPathPoly(), pPath->IsClosed() ); in SetMarkedSegmentsKind()
325 if( pPath && pPts ) in DeleteMarkedPoints()
327 PolyPolygonEditor aEditor( pPath ->GetPathPoly(), pPath->IsClosed() ); in DeleteMarkedPoints()
343 SdrObject* pObj = pPath; in DeleteMarkedPoints()
612 if (nPtAnz!=0 && pPath!=NULL) in ImpTransformMarkedPoints()
[all …]
H A Dsvdedtv2.cxx612 if(pPath) in ImpCanConvertForCombine1()
614 bIsLine = pPath->IsLine(); in ImpCanConvertForCombine1()
660 aRetval = pPath->GetPathPoly(); in ImpGetPolyPolygon1()
679 if(pPath) in ImpGetPolyPolygon1()
689 if(pPath) in ImpGetPolyPolygon1()
691 aRetval = pPath->GetPathPoly(); in ImpGetPolyPolygon1()
1343 ImpCopyAttributes(pAttrObj, pPath); in CombineMarkedObjects()
1437 if(pPath) in ImpCanDismantle()
1465 if(pPath) in ImpCanDismantle()
1521 pLast = pPath; in ImpDismantleOneObject()
[all …]
H A Dsvdfmtf.cxx729 SetAttributes(pPath); in DoAction()
733 InsertObj(pPath, false); in DoAction()
959 SetAttributes(pPath); in DoAction()
963 InsertObj(pPath, false); in DoAction()
982 SetAttributes(pPath); in DoAction()
1003 SetAttributes(pPath); in DoAction()
1190 SetAttributes(pPath); in DoAction()
1287 InsertObj(pPath); in DoAction()
1474 SetAttributes(pPath); in DoAction()
1476 InsertObj(pPath, false); in DoAction()
[all …]
H A Dsvdomeas.cxx1173 SdrPathObj* pPath; in DoConvertToPolyObj() local
1184 pPath->SetModel(GetModel()); in DoConvertToPolyObj()
1185 pPath->SetMergedItemSet(aSet); in DoConvertToPolyObj()
1203 pPath->SetModel(GetModel()); in DoConvertToPolyObj()
1204 pPath->SetMergedItemSet(aSet); in DoConvertToPolyObj()
1215 pPath->SetModel(GetModel()); in DoConvertToPolyObj()
1216 pPath->SetMergedItemSet(aSet); in DoConvertToPolyObj()
1235 pPath->SetModel(GetModel()); in DoConvertToPolyObj()
1236 pPath->SetMergedItemSet(aSet); in DoConvertToPolyObj()
1247 pPath->SetModel(GetModel()); in DoConvertToPolyObj()
[all …]
H A Dsvdedtv1.cxx522 SdrPathObj* pPath=PTR_CAST(SdrPathObj,pO); in ImpCrookObj() local
525 if(pPath!=NULL && !bNoContortion) in ImpCrookObj()
527 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpCrookObj()
533 pPath->SetPathPoly(aXPP.getB2DPolyPolygon()); in ImpCrookObj()
537 if(!bDone && !pPath && pO->IsPolyObj() && 0L != pO->GetPointCount()) in ImpCrookObj()
643 SdrPathObj* pPath = PTR_CAST(SdrPathObj, pO); in ImpDistortObj() local
645 if(!bNoContortion && pPath) in ImpDistortObj()
647 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpDistortObj()
649 pPath->SetPathPoly(aXPP.getB2DPolyPolygon()); in ImpDistortObj()
/trunk/main/store/source/
H A Dstore.cxx295 rtl_uString *pPath, in store_openDirectory() argument
317 OString aPath (pPath->buffer, pPath->length, RTL_TEXTENCODING_UTF8); in store_openDirectory()
405 rtl_uString *pPath, in store_openStream() argument
420 if (!(pPath && pName && phStream)) in store_openStream()
427 OString aPath (pPath->buffer, pPath->length, RTL_TEXTENCODING_UTF8); in store_openStream()
560 rtl_uString *pPath, in store_attrib() argument
576 if (!(pPath && pName)) in store_attrib()
580 OString aPath (pPath->buffer, pPath->length, RTL_TEXTENCODING_UTF8); in store_attrib()
737 rtl_uString *pPath, in store_remove() argument
748 if (!(pPath && pName)) in store_remove()
[all …]
H A Dstorpage.cxx295 const rtl_String *pPath, const rtl_String *pName, OStorePageKey &rKey) in namei() argument
298 if (!(pPath && pName)) in namei()
307 rKey.m_nHigh = store::htonl(rtl_crc32 (0, pPath->buffer, pPath->length)); in namei()
320 const rtl_String * pPath, in iget() argument
333 storeError eErrCode = namei (pPath, pName, aKey); in iget()
H A Dstordir.cxx129 rtl_String *pPath, in create() argument
137 if (!(pPath && pName)) in create()
143 pPath, pName, eMode); in create()
/trunk/main/sal/osl/os2/
H A Dprofile.c948 sal_Unicode *pPath = rtl_uString_getStr(strPath);
970 pPath += RTL_CONSTASCII_LENGTH(STR_INI_METAHOME);
976 strcpy(Path + nPathLen, pPath);
1002 pPath += RTL_CONSTASCII_LENGTH(STR_INI_METACFG);
1008 strcpy(Path + nPathLen, pPath);
1023 pPath += RTL_CONSTASCII_LENGTH(STR_INI_METASYS);
1029 strcpy(Path + nPathLen, pPath);
1036 (pPath[RTL_CONSTASCII_LENGTH(STR_INI_METAINS)] == '"') ) )
1038 if (! lookupProfile(pPath + RTL_CONSTASCII_LENGTH(STR_INI_METAINS), File, Path))
1046 strcpy(Path, pPath);
[all …]
/trunk/main/framework/source/services/
H A Dpathsettings.cxx442 PathSettings::PathHash::iterator pPath = m_lPaths.find(sPath); in impl_updatePath() local
445 if (pPath != m_lPaths.end()) in impl_updatePath()
469 pPathOld = &(pPath->second); in impl_updatePath()
479 if (pPath != m_lPaths.end()) in impl_updatePath()
483 pPathOld = &(pPath->second); in impl_updatePath()
487 m_lPaths.erase(pPath); in impl_updatePath()
804 const PathSettings::PathInfo* pPath = impl_getPathAccessConst(nID); in impl_getPathValue() local
805 if (! pPath) in impl_getPathValue()
820 aVal <<= pPath->lInternalPaths.getAsConstList(); in impl_getPathValue()
826 aVal <<= pPath->lUserPaths.getAsConstList(); in impl_getPathValue()
[all …]
/trunk/main/sal/osl/w32/
H A Dprofile.cxx959 sal_Unicode *pPath = rtl_uString_getStr(strPath); in osl_getProfileName() local
981 pPath += RTL_CONSTASCII_LENGTH(STR_INI_METAHOME); in osl_getProfileName()
987 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName()
995 …((nLen == RTL_CONSTASCII_LENGTH(STR_INI_METACFG)) || (pPath[RTL_CONSTASCII_LENGTH(STR_INI_METACFG)… in osl_getProfileName()
1013 pPath += RTL_CONSTASCII_LENGTH(STR_INI_METACFG); in osl_getProfileName()
1019 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName()
1034 pPath += RTL_CONSTASCII_LENGTH(STR_INI_METASYS); in osl_getProfileName()
1040 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName()
1047 (pPath[RTL_CONSTASCII_LENGTH(STR_INI_METAINS)] == '"') ) ) in osl_getProfileName()
1049 if (! lookupProfile(pPath + RTL_CONSTASCII_LENGTH(STR_INI_METAINS), aFile, aPath)) in osl_getProfileName()
[all …]
/trunk/main/cpputools/source/sp2bv/
H A Dsp2bv.cxx71 rtl_uString* pPath = NULL; in main() local
72 rtl_string2UString( &pPath, argv[1], strlen(argv[1]), in main()
76 if (osl_getFileURLFromSystemPath(pPath, &pUrl) != osl_File_E_None) in main()
112 rtl_uString_release(pPath); in main()
/trunk/main/sw/source/core/text/
H A Dtxtio.cxx233 char *pPath = getenv( "TEMP" ); in LayOutPut() local
235 if( !pPath ) in LayOutPut()
239 const int nLen = strlen(pPath); in LayOutPut()
242 if(nLen && (pPath[nLen-1] == '\\') || (pPath[nLen-1] == '/')) in LayOutPut()
243 snprintf( pOutName, sizeof(pOutName), "%s%s", pPath, pName ); in LayOutPut()
245 snprintf( pOutName, sizeof(pOutName), "%s/%s", pPath, pName ); in LayOutPut()
/trunk/main/sal/osl/unx/
H A Dpipe.c169 const sal_Char *pPath; in osl_psz_createPipe() local
174 pPath = PIPEDEFAULTPATH; in osl_psz_createPipe()
178 pPath = PIPEALTERNATEPATH; in osl_psz_createPipe()
189 snprintf(name, sizeof(name), SECPIPENAMEMASK, pPath, Ident, pszPipeName); in osl_psz_createPipe()
193 snprintf(name, sizeof(name), PIPENAMEMASK, pPath, pszPipeName); in osl_psz_createPipe()
/trunk/main/store/inc/store/
H A Dstore.h168 rtl_uString *pPath,
227 rtl_uString *pPath,
321 rtl_uString *pPath,
390 rtl_uString *pPath,
/trunk/main/vcl/inc/
H A Dprintergfx.hxx288 void PSBinCurrentPath (sal_uInt32 nPoints, const Point* pPath);
356 void DrawPolyLine (sal_uInt32 nPoints, const Point* pPath );
357 void DrawPolygon (sal_uInt32 nPoints, const Point* pPath);
362 const Point* pPath,
365 const Point* pPath,
/trunk/main/connectivity/source/drivers/adabas/
H A DBFunctions.cxx110 rtl_uString* pPath = NULL; in LoadLibrary_ADABAS() local
112 if ( osl_getEnvironment(sTemp.pData,&pPath) == osl_Process_E_None && pPath ) in LoadLibrary_ADABAS()
116 _rPath = ::rtl::OUString(pPath); in LoadLibrary_ADABAS()
119 rtl_uString_release(pPath); in LoadLibrary_ADABAS()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.cxx315 GraphicsPathSharedPtr pPath( tools::graphicsPathFromXPolyPolygon2D( xPolyPolygon ) ); in drawPolyPolygon() local
318 Gdiplus::Status hr = pGraphics->DrawPath( &aPen, pPath.get() ); in drawPolyPolygon()
384 … GraphicsPathSharedPtr pPath( tools::graphicsPathFromXPolyPolygon2D( xPolyPolygon, bIsNone ) ); in strokePolyPolygon() local
387 Gdiplus::Status hr = pGraphics->DrawPath( &aPen, pPath.get() ); in strokePolyPolygon()
450 GraphicsPathSharedPtr pPath( tools::graphicsPathFromXPolyPolygon2D( xPolyPolygon ) ); in fillPolyPolygon() local
453 ENSURE_OR_THROW( Gdiplus::Ok == pGraphics->FillPath( &aBrush, pPath.get() ), in fillPolyPolygon()
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx654 SdrPathObj* pPath = NULL; in DoExecute() local
668 pPath = (SdrPathObj*)pObject1; in DoExecute()
677 pPath = (SdrPathObj*)pObject2; in DoExecute()
681 DBG_ASSERT(pPath, "keine Kurve gefunden"); in DoExecute()
687 const ::basegfx::B2DPolyPolygon& rPolyPolygon = pPath->GetPathPoly(); in DoExecute()
713 if (eEffect == presentation::AnimationEffect_PATH && pObject == pPath) in DoExecute()
756 pAction->SetPathObj(pInfo->mpPathObj, pPath); in DoExecute()
/trunk/main/svgio/inc/svgio/svgreader/
H A Dsvgpathnode.hxx60 …yPolygon* pPath = 0) { if(mpPolyPolygon) delete mpPolyPolygon; mpPolyPolygon = 0; if(pPath) mpPoly… in setPath() argument
/trunk/main/fpicker/source/win32/filepicker/
H A Dgetfilenamewrapper.cxx115 wchar_t pPath[MAX_PATH+1]; in ~CurDirGuard() local
116 if ( GetWindowsDirectoryW( pPath, MAX_PATH+1 ) <= MAX_PATH ) in ~CurDirGuard()
118 SetCurrentDirectoryW( pPath ); in ~CurDirGuard()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp441 void SetupAppX::AddFileToPatchList( TCHAR* pPath, TCHAR* pFile ) in AddFileToPatchList() argument
451 StringCchCat( m_pPatchFiles, MAX_STR_LENGTH, pPath ); in AddFileToPatchList()
507 boolean SetupAppX::GetPathToFile( TCHAR* pFileName, TCHAR** pPath ) in GetPathToFile() argument
532 *pPath = new TCHAR[ nPath ]; in GetPathToFile()
535 int nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile()
540 delete [] (*pPath); in GetPathToFile()
542 *pPath = new TCHAR[ nPath ]; in GetPathToFile()
544 nReturn = GetFullPathName( pTempPath, nPath, *pPath, &pFilePart ); in GetPathToFile()
557 DWORD dwFileAttrib = GetFileAttributes( *pPath ); in GetPathToFile()
/trunk/main/cppuhelper/source/
H A Dshlib.cxx131 const ::std::vector< OUString > * pPath = getAccessDPath(); in checkAccessPath() local
133 if (pPath) in checkAccessPath()
136 for ( ::std::vector< OUString >::const_iterator iPos( pPath->begin() ); in checkAccessPath()
137 iPos != pPath->end(); ++iPos ) in checkAccessPath()
/trunk/main/framework/source/accelerators/
H A Dstorageholder.cxx338 TPath2StorageInfo::iterator pPath = m_lStorages.find(sPath); in closePath() local
339 if (pPath == m_lStorages.end()) in closePath()
342 TStorageInfo& rInfo = pPath->second; in closePath()
347 m_lStorages.erase(pPath); in closePath()

Completed in 151 milliseconds

123