Home
last modified time | relevance | path

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

123

/aoo4110/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()
/aoo4110/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);
/aoo4110/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
/aoo4110/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 Dbasque.lm25 _b 594
H A Dbosnian.lm86 _b 149
H A Dcroatian.lm63 _b 705
H A Dczech.lm100 _b 355
H A Ddanish.lm80 _b 412
H A Ddutch.lm71 _b 394
H A Denglish.lm70 _b 418
H A Desperanto.lm165 _b 465
H A Dfrench.lm297 _b 108
H A Dafrikaans.lm80 _b 377
H A Dfrisian.lm54 _b 972
H A Dlatvian.lm172 _b 248
H A Dnorwegian.lm88 _b 307
H A Dpolish.lm103 _b 458
H A Dportuguese.lm365 _b 133
H A Dromanian.lm145 _b 200
H A Dromansh.lm117 _b 118
/aoo4110/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()
/aoo4110/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()

Completed in 68 milliseconds

123