Home
last modified time | relevance | path

Searched refs:pDefault (Results 26 – 40 of 40) sorted by relevance

12

/trunk/main/svx/source/dialog/
H A Dsendreportunx.cxx94 …onst char *pFileName, const char *pSectionName, const char *pKeyName, const char *pDefault = NULL ) in get_profile_string() argument
97 string retValue = pDefault ? pDefault : ""; in get_profile_string()
/trunk/main/filter/source/msfilter/
H A Dmsfiltertracer.cxx235 uno::Any MSFilterTracer::GetProperty( const rtl::OUString& rPropName, const uno::Any* pDefault ) co… in GetProperty()
238 if ( pDefault ) in GetProperty()
239 aDefault = *pDefault; in GetProperty()
/trunk/main/l10ntools/source/
H A Dxmlparse.cxx380 XMLDefault *pDefault = ( XMLDefault * ) pCur; in Write() local
381 WriteString( rStream, pDefault->GetDefault()); in Write()
439 XMLDefault *pDefault = ( XMLDefault * ) pCur; in Print() local
440 fprintf( stdout, "%s", ByteString( pDefault->GetDefault(), RTL_TEXTENCODING_UTF8 ).GetBuffer()); in Print()
965 XMLDefault *pDefault = ( XMLDefault * ) pCur; in Print() local
966 buffer.append( pDefault->GetDefault() ); in Print()
/trunk/main/sal/inc/rtl/
H A Dbootstrap.h143 …Bool SAL_CALL rtl_bootstrap_get( rtl_uString *pName, rtl_uString **ppValue, rtl_uString *pDefault )
183 …handle(rtlBootstrapHandle handle, rtl_uString *pName, rtl_uString **ppValue, rtl_uString *pDefault)
/trunk/main/tools/bootstrp/
H A Dappdef.cxx158 const char* GetEnv( const char *pVar, const char *pDefault ) in GetEnv() argument
162 return pDefault; in GetEnv()
/trunk/main/sal/rtl/source/
H A Dbootstrap.cxx731 rtl_uString * pDefault in rtl_bootstrap_get_from_handle() argument
742 pName, ppValue, pDefault, LOOKUP_MODE_NORMAL, false, NULL ); in rtl_bootstrap_get_from_handle()
786 rtl_uString * pDefault in rtl_bootstrap_get() argument
789 return rtl_bootstrap_get_from_handle(0, pName, ppValue, pDefault); in rtl_bootstrap_get()
/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx225 static LPVOID pDefault = reinterpret_cast<LPVOID>(0x10000000); in RebaseLibrariesOnProperties() local
240 return rebaseImages( handle, pDefault, aExcludeLibsMap ); in RebaseLibrariesOnProperties()
/trunk/main/crashrep/source/unx/
H A Dmain.cxx747 …onst char *pFileName, const char *pSectionName, const char *pKeyName, const char *pDefault = NULL ) in get_profile_string() argument
750 string retValue = pDefault ? pDefault : ""; in get_profile_string()
/trunk/main/svl/source/items/
H A Ditempool.cxx963 SfxPoolItem *pDefault = *(ppPoolDefaults + nPos); in GetDefaultItem() local
964 if ( pDefault ) in GetDefaultItem()
965 return *pDefault; in GetDefaultItem()
/trunk/main/tools/inc/bootstrp/
H A Dappdef.hxx61 const char* GetEnv( const char *pVar, const char *pDefault );
/trunk/main/filter/inc/filter/msfilter/
H A Dmsfiltertracer.hxx88 …perty( const ::rtl::OUString& rPropName, const ::com::sun::star::uno::Any* pDefault = NULL ) const;
/trunk/main/rsc/inc/
H A Drscclass.hxx44 CLASS_DATA pDefault; // Zeiger auf DefaultDaten member
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx107 OPropEditCtrl* pDefault; member in dbaui::OFieldDescControl
/trunk/main/xmloff/source/core/
H A Dxmluconv.cxx533 sal_Char * pDefault /* = NULL */ ) in convertEnum() argument
535 const sal_Char *pStr = pDefault; in convertEnum()
548 pStr = pDefault; in convertEnum()
/trunk/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx224 sal_Char* pDefault = NULL );

Completed in 107 milliseconds

12