Searched refs:bFlush (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/unotools/source/config/ |
H A D | inetoptions.cxx | 331 bool bFlush) in setProperty() argument 342 if (bFlush) in setProperty() 467 bool bFlush) in SetProxyNoProxy() argument 471 bFlush); in SetProxyNoProxy() 479 bFlush); in SetProxyType() 484 bool bFlush) in SetProxyFtpName() argument 488 bFlush); in SetProxyFtpName() 496 bFlush); in SetProxyFtpPort() 501 bool bFlush) in SetProxyHttpName() argument 505 bFlush); in SetProxyHttpName() [all …]
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | inetoptions.hxx | 85 void SetProxyNoProxy(rtl::OUString const & rValue, bool bFlush = false); 87 void SetProxyType(ProxyType eValue, bool bFlush = false); 89 void SetProxyFtpName(rtl::OUString const & rValue, bool bFlush = false); 91 void SetProxyFtpPort(sal_Int32 nValue, bool bFlush = false); 93 void SetProxyHttpName(rtl::OUString const & rValue, bool bFlush = false); 95 void SetProxyHttpPort(sal_Int32 nValue, bool bFlush = false);
|
/aoo41x/main/linguistic/source/ |
H A D | iprcache.cxx | 206 sal_Bool bFlush = 0 != (nEvt & nFlushFlags); in processDictionaryListEvent() local 209 if (bFlush && pFlushObj != NULL) in processDictionaryListEvent() 223 sal_Bool bFlush = lcl_IsFlushProperty( rEvt.PropertyHandle ); in propertyChange() local 226 if (bFlush && pFlushObj != NULL) in propertyChange()
|
/aoo41x/main/sal/textenc/ |
H A D | convertiso2022jp.c | 504 sal_Bool bFlush = sal_True; in ImplConvertUnicodeToIso2022Jp() local 523 bFlush = sal_False; in ImplConvertUnicodeToIso2022Jp() 537 if (bFlush in ImplConvertUnicodeToIso2022Jp()
|
H A D | convertiso2022kr.c | 463 sal_Bool bFlush = sal_True; in ImplConvertUnicodeToIso2022Kr() local 483 bFlush = sal_False; in ImplConvertUnicodeToIso2022Kr() 497 if (bFlush in ImplConvertUnicodeToIso2022Kr()
|
H A D | convertiso2022cn.c | 797 sal_Bool bFlush = sal_True; in ImplConvertUnicodeToIso2022Cn() local 816 bFlush = sal_False; in ImplConvertUnicodeToIso2022Cn() 830 if (bFlush && bSo && (nFlags & RTL_UNICODETOTEXT_FLAGS_FLUSH) != 0) in ImplConvertUnicodeToIso2022Cn()
|
/aoo41x/main/sal/qa/rtl/textenc/ |
H A D | rtl_textcvt.cxx | 215 for (bool bFlush = true; nInput < rTest.m_nTextSize || bFlush;) { in doComplexCharSetTest() local 226 bFlush = false; in doComplexCharSetTest()
|
/aoo41x/main/vcl/inc/ |
H A D | fontcache.hxx | 74 void updateFontCacheEntry( const PrintFontManager::PrintFont*, bool bFlush );
|
/aoo41x/main/connectivity/source/inc/file/ |
H A D | FTable.hxx | 86 …virtual sal_Bool InsertRow(OValueRefVector& rRow, sal_Bool bFlush,const ::com::sun::star::uno::Ref…
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontcache.cxx | 679 void FontCache::updateFontCacheEntry( const PrintFontManager::PrintFont* pFont, bool bFlush ) in updateFontCacheEntry() argument 745 if( bFlush ) in updateFontCacheEntry()
|
/aoo41x/main/connectivity/source/inc/dbase/ |
H A D | DTable.hxx | 164 …virtual sal_Bool InsertRow(OValueRefVector& rRow, sal_Bool bFlush,const ::com::sun::star::uno::Ref…
|
/aoo41x/main/vcl/source/window/ |
H A D | window.cxx | 3093 sal_Bool bFlush = sal_False; in ImplUpdateAll() local 3100 bFlush = sal_True; in ImplUpdateAll() 3115 if ( bFlush ) in ImplUpdateAll() 7726 sal_Bool bFlush = sal_False; in Update() local 7733 bFlush = sal_True; in Update() 7777 if ( bFlush ) in Update()
|
/aoo41x/main/connectivity/source/drivers/dbase/ |
H A D | DTable.cxx | 1531 sal_Bool ODbaseTable::InsertRow(OValueRefVector& rRow, sal_Bool bFlush,const Reference<XIndexAccess… in InsertRow() argument 1573 if (bFlush) in InsertRow()
|
Completed in 140 milliseconds