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 Desperanto.lm165 _b 465
H A Dmiddle_frisian.lm61 _b 989
H A Dnorwegian.lm88 _b 307
H A Dportuguese.lm365 _b 133
H A Dromansh.lm117 _b 118
H A Dsanskrit.lm89 _b 368
H A Dscots.lm51 _b 316
H A Dscots_gaelic.lm55 _b 302
H A Dserbian-latin.lm140 _b 598
H A Dzulu.lm107 _b
H A Dafrikaans.lm80 _b 377
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
/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()

Completed in 69 milliseconds

123