Home
last modified time | relevance | path

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

123

/trunk/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()
/trunk/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);
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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
/trunk/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 Dhungarian.lm98 _b 293
H A Dpolish.lm103 _b 458
H A Dgerman.lm155 _b 335
H A Dafrikaans.lm80 _b 377
H A Dsanskrit.lm89 _b 368
H A Dslovenian.lm85 _b 178
H A Dwelsh.lm111 _b 1009
H A Dmanx_gaelic.lm121 _b 403
H A Dfrisian.lm54 _b 972
H A Denglish.lm70 _b 418
H A Ddutch.lm71 _b 394
H A Dirish_gaelic.lm37 _b 250
H A Dlithuanian.lm94 _b 367
H A Dbasque.lm25 _b 594
H A Dromanian.lm145 _b 200
H A Dbosnian.lm86 _b 149
H A Dswedish.lm87 _b 579
/trunk/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()
/trunk/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