Home
last modified time | relevance | path

Searched refs:_b (Results 1 – 25 of 55) sorted by relevance

123

/AOO42X/main/comphelper/inc/comphelper/
H A Dtypes.hxx164 inline void setBOOL(staruno::Any& _rAny, sal_Bool _b) in setBOOL() argument
165 { _rAny.setValue(&_b, ::getBooleanCppuType()); } in setBOOL()
168 inline staruno::Any makeBoolAny(sal_Bool _b) in makeBoolAny() argument
169 { return staruno::Any(&_b, ::getBooleanCppuType()); } in makeBoolAny()
/AOO42X/main/connectivity/source/inc/ado/
H A DWrapIndex.hxx46 void put_Clustered(sal_Bool _b);
48 void put_Unique(sal_Bool _b);
50 void put_PrimaryKey(sal_Bool _b);
/AOO42X/main/qadevOOo/runner/convwatch/
H A DSimpleFileSemaphore.java142 private static void assure(boolean _b, String _sText) in assure() argument
146 if (_b) in assure()
H A DPRNCompare.java153 public void setBorderMove(TriState _b) {m_tUseBorderMove = _b;} in setBorderMove() argument
/AOO42X/main/libtextcat/data/new_fingerprints/lm/
H A Dicelandic.lm102 _b 375
386 _b� 102
H A Dalbanian.lm125 _b 205
363 _bë 70
H A Denglish.lm70 _b 418
H A Dportuguese.lm365 _b 133
H A Ditalian.lm142 _b 269
H A Dvietnamese.lm53 _b 1530
H A Dafrikaans.lm80 _b 377
H A Dpolish.lm103 _b 458
H A Dscots_gaelic.lm55 _b 302
H A Ddanish.lm80 _b 412
H A Dbasque.lm25 _b 594
H A Dbosnian.lm86 _b 149
H A Dtagalog.lm95 _b 167
H A Dmalay.lm39 _b 3199
H A Dfrisian.lm54 _b 972
H A Dswedish.lm87 _b 579
H A Dscots.lm51 _b 316
H A Dwelsh.lm111 _b 1009
H A Dzulu.lm107 _b
/AOO42X/main/connectivity/source/drivers/ado/
H A DAwrapado.cxx1266 void WpADOIndex::put_Clustered(sal_Bool _b) in put_Clustered() argument
1269 pInterface->put_Clustered(_b ? VARIANT_TRUE : VARIANT_FALSE); in put_Clustered()
1280 void WpADOIndex::put_Unique(sal_Bool _b) in put_Unique() argument
1283 pInterface->put_Unique(_b ? VARIANT_TRUE : VARIANT_FALSE); in put_Unique()
1294 void WpADOIndex::put_PrimaryKey(sal_Bool _b) in put_PrimaryKey() argument
1297 pInterface->put_PrimaryKey(_b ? VARIANT_TRUE : VARIANT_FALSE); in put_PrimaryKey()
/AOO42X/main/dtrans/source/win32/dnd/
H A Dtarget.cxx300 void SAL_CALL DropTarget::setActive( sal_Bool _b ) throw(RuntimeException) in setActive() argument
303 m_bActive= _b; in setActive()

123