Searched refs:pFilePath (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sfx2/source/doc/ |
H A D | sfxacldetect.cxx | 39 sal_Bool IsReadonlyAccordingACL( const sal_Unicode* pFilePath ) in IsReadonlyAccordingACL() argument 44 …GetFileSecurityW( reinterpret_cast< LPCWSTR >(pFilePath), DACL_SECURITY_INFORMATION|GROUP_SECURITY… in IsReadonlyAccordingACL() 48 …if ( GetFileSecurityW( reinterpret_cast< LPCWSTR >(pFilePath), DACL_SECURITY_INFORMATION|GROUP_SEC… in IsReadonlyAccordingACL()
|
H A D | docfile.cxx | 156 sal_Bool IsReadonlyAccordingACL( const sal_Unicode* pFilePath );
|
/aoo4110/main/setup_native/source/win32/customactions/relnotes/ |
H A D | relnotes.cxx | 85 UINT ShowReleaseNotes( TCHAR* pFileName, TCHAR* pFilePath ) in ShowReleaseNotes() argument 89 if ( FAILED( StringCchCopy( sFullPath, MAX_PATH, pFilePath ) ) ) in ShowReleaseNotes() 91 … OutputDebugStringFormat( TEXT("DEBUG: ShowReleaseNotes: Could not copy path [%s]"), pFilePath ); in ShowReleaseNotes()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | rangeutl.cxx | 782 const String* pFilePath = pRefMgr->getExternalFileName(rExtInfo.mnFileId, true); in lcl_appendCellAddress() local 783 if (!pFilePath) in lcl_appendCellAddress() 788 rBuf.append(*pFilePath); in lcl_appendCellAddress() 817 const String* pFilePath = pRefMgr->getExternalFileName(rExtInfo1.mnFileId, true); in lcl_appendCellRangeAddress() local 818 if (!pFilePath) in lcl_appendCellRangeAddress() 823 rBuf.append(*pFilePath); in lcl_appendCellRangeAddress()
|
/aoo4110/main/embedserv/source/embed/ |
H A D | ed_ipersiststr.cxx | 204 …ding_Impl( uno::Reference< io::XInputStream > xStream, DWORD /*nStreamMode*/, LPCOLESTR pFilePath ) in fillArgsForLoading_Impl() argument 224 if ( pFilePath ) in fillArgsForLoading_Impl() 233 aURL.Complete = ::rtl::OUString( reinterpret_cast<const sal_Unicode*>(pFilePath) ); in fillArgsForLoading_Impl()
|
/aoo4110/main/embedserv/source/inc/ |
H A D | embeddoc.hxx | 65 LPCOLESTR pFilePath = NULL );
|
Completed in 39 milliseconds