Home
last modified time | relevance | path

Searched refs:pPath (Results 26 – 50 of 56) sorted by relevance

123

/aoo42x/main/store/source/
H A Dstorlckb.cxx92 rtl_String *pPath, in create() argument
100 if (!(pPath && pName)) in create()
106 pPath, pName, eMode); in create()
H A Dstorpage.hxx70 const rtl_String *pPath,
77 const rtl_String * pPath,
H A Dstordir.hxx77 rtl_String *pPath,
H A Dstorlckb.hxx61 rtl_String *pPath,
/aoo42x/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx435 SdrPathObj* pPath = PTR_CAST( SdrPathObj, pNewObj ); in getLineGeometry() local
436 if ( pPath ) in getLineGeometry()
437 aPP = pPath->GetPathPoly(); in getLineGeometry()
H A DEnhancedCustomShape3d.cxx494 SdrPathObj* pPath = PTR_CAST( SdrPathObj, pNewObj ); in Create3DObject() local
495 if ( pPath ) in Create3DObject()
496 aPolyPoly = pPath->GetPathPoly(); in Create3DObject()
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx439 void PDFOutDev::printPath( GfxPath* pPath ) const in printPath()
441 int nSubPaths = pPath ? pPath->getNumSubpaths() : 0; in printPath()
444 GfxSubpath* pSub = pPath->getSubpath( i ); in printPath()
H A Dpdfioutdev_gpl.hxx141 void printPath( GfxPath* pPath ) const;
/aoo42x/main/desktop/win32/source/setup/
H A Dsetup.hxx97 boolean GetPathToFile( TCHAR* pFileName, TCHAR **pPath );
118 void AddFileToPatchList( TCHAR* pPath, TCHAR* pFile );
/aoo42x/main/sw/source/core/txtnode/
H A Dtxtedt.cxx1589 char *pPath = getenv( "TEMP" ); in Flush() local
1591 if( !pPath ) in Flush()
1595 const int nLen = strlen(pPath); in Flush()
1598 if(nLen && (pPath[nLen-1] == '\\') || (pPath[nLen-1] == '/')) in Flush()
1599 snprintf( pLogName, sizeof(pLogName), "%s%s", pPath, pName ); in Flush()
1601 snprintf( pLogName, sizeof(pLogName), "%s/%s", pPath, pName ); in Flush()
/aoo42x/main/vcl/aqua/source/gdi/
H A Dsalprn.cxx569 NSString* pPath = CreateNSString( *i_pFileName ); in StartJob() local
570 [pPrintDict setObject: pPath forKey: NSPrintSavePath]; in StartJob()
571 [pPath release]; in StartJob()
/aoo42x/main/svx/source/engine3d/
H A Dview3d.cxx747 SdrPathObj* pPath = PTR_CAST(SdrPathObj, pObj); in ImpCreateSingle3DObjectFlat() local
749 if(pPath) in ImpCreateSingle3DObjectFlat()
766 if(!pPath->IsClosed() || eFillStyle == XFILL_NONE) in ImpCreateSingle3DObjectFlat()
789 p3DObj = new E3dExtrudeObj(aDefault, pPath->GetPathPoly(), fDepth); in ImpCreateSingle3DObjectFlat()
793 basegfx::B2DPolyPolygon aPolyPoly2D(pPath->GetPathPoly()); in ImpCreateSingle3DObjectFlat()
/aoo42x/main/toolkit/source/layout/vcl/
H A Dwrapper.cxx72 ContextImpl( char const *pPath ) in ContextImpl() argument
75 aParams[0] <<= OUString( pPath, strlen( pPath ), RTL_TEXTENCODING_UTF8 ); in ContextImpl()
119 Context::Context( const char *pPath ) in Context() argument
120 : pImpl( new ContextImpl( pPath ) ) in Context()
/aoo42x/main/sal/osl/w32/
H A Dfile_dirvol.cxx395 static HANDLE WINAPI OpenDirectory( rtl_uString* pPath) in OpenDirectory() argument
399 if ( pPath ) in OpenDirectory()
401 sal_uInt32 nLen = rtl_uString_getLength( pPath ); in OpenDirectory()
407 if ( pPath->buffer[nLen - 1] != L'\\' ) in OpenDirectory()
420 _tcscpy( szFileMask, reinterpret_cast<LPCTSTR>( rtl_uString_getStr( pPath ) ) ); in OpenDirectory()
/aoo42x/main/extensions/source/activex/main/
H A Dso_activex.cpp372 HRESULT DeleteKeyTree( HKEY hkey, const char* pPath, REGSAM nKeyAccess ) in DeleteKeyTree() argument
378 while( ERROR_SUCCESS == RegOpenKeyExA( hkey, pPath, 0, nKeyAccess, &hkey1) in DeleteKeyTree()
389 return REG_DELETE_KEY_A( hkey, pPath, nKeyAccess & ( KEY_WOW64_64KEY | KEY_WOW64_32KEY ) ); in DeleteKeyTree()
/aoo42x/main/svtools/source/filter/
H A Dfilter2.cxx61 GraphicDescriptor::GraphicDescriptor( SvStream& rInStream, const String* pPath) : in GraphicDescriptor() argument
67 if ( pPath ) in GraphicDescriptor()
69 INetURLObject aURL( *pPath ); in GraphicDescriptor()
/aoo42x/main/desktop/source/app/
H A Dlangselect.cxx365 Reference< XNameAccess > LanguageSelection::getConfigAccess(const sal_Char* pPath, sal_Bool bUpdate) in getConfigAccess() argument
376 OUString sConfigURL = OUString::createFromAscii(pPath); in getConfigAccess()
H A Dlangselect.hxx59 getConfigAccess(const sal_Char* pPath, sal_Bool bUpdate=sal_False);
/aoo42x/main/tools/workben/
H A Durltest.cxx1349 char const * pPath; in main() member
1382 String(aTest[i].pPath, in main()
1388 static_cast< int >(aTest[i].eScheme), aTest[i].pPath, in main()
1400 static_cast< int >(aTest[i].eScheme), aTest[i].pPath, in main()
/aoo42x/main/svx/source/svdraw/
H A Dsvdopath.cxx2754 SdrPathObj* pPath = PTR_CAST(SdrPathObj, pRet); in DoConvertToPolyObj() local
2756 if(pPath) in DoConvertToPolyObj()
2758 if(pPath->GetPathPoly().areControlPointsUsed()) in DoConvertToPolyObj()
2763 pPath->SetPathPoly(basegfx::tools::adaptiveSubdivideByAngle(pPath->GetPathPoly())); in DoConvertToPolyObj()
2771 pPath->SetPathPoly(basegfx::tools::expandToCurve(pPath->GetPathPoly())); in DoConvertToPolyObj()
/aoo42x/main/jvmfwk/source/
H A Dframework.cxx736 rtl_uString *pPath, JavaInfo **ppInfo) in jfw_getJavaInfoByPath() argument
742 if (pPath == NULL || ppInfo == NULL) in jfw_getJavaInfoByPath()
793 pPath, in jfw_getJavaInfoByPath()
/aoo42x/main/ucb/source/ucp/gio/
H A Dgio_content.cxx129 char* pPath = g_file_get_uri(pFile); in getParentURL() local
131 sURL = rtl::OUString::createFromAscii(pPath); in getParentURL()
132 g_free(pPath); in getParentURL()
/aoo42x/main/jvmfwk/inc/jvmfwk/
H A Dframework.h480 rtl_uString *pPath, JavaInfo **ppInfo);
/aoo42x/main/svtools/source/graphic/
H A Ddescriptor.hxx131 void implCreate( SvStream& rIStm, const ::rtl::OUString* pPath );
/aoo42x/main/sfx2/inc/sfx2/
H A Dfiledlghelper.hxx311 const String* pPath = NULL,

Completed in 162 milliseconds

123