Searched refs:_b (Results 1 – 25 of 55) sorted by relevance
123
164 inline void setBOOL(staruno::Any& _rAny, sal_Bool _b) in setBOOL() argument165 { _rAny.setValue(&_b, ::getBooleanCppuType()); } in setBOOL()168 inline staruno::Any makeBoolAny(sal_Bool _b) in makeBoolAny() argument169 { return staruno::Any(&_b, ::getBooleanCppuType()); } in makeBoolAny()
46 void put_Clustered(sal_Bool _b);48 void put_Unique(sal_Bool _b);50 void put_PrimaryKey(sal_Bool _b);
142 private static void assure(boolean _b, String _sText) in assure() argument146 if (_b) in assure()
153 public void setBorderMove(TriState _b) {m_tUseBorderMove = _b;} in setBorderMove() argument
102 _b 375386 _b� 102
125 _b 205363 _bë 70
63 _b 705
100 _b 355
80 _b 412
71 _b 394
98 _b 293
55 _b 551
37 _b 250
142 _b 269
172 _b 248
94 _b 367
39 _b 3199
121 _b 403
88 _b 307
365 _b 133
145 _b 200
117 _b 118
80 _b 377
1266 void WpADOIndex::put_Clustered(sal_Bool _b) in put_Clustered() argument1269 pInterface->put_Clustered(_b ? VARIANT_TRUE : VARIANT_FALSE); in put_Clustered()1280 void WpADOIndex::put_Unique(sal_Bool _b) in put_Unique() argument1283 pInterface->put_Unique(_b ? VARIANT_TRUE : VARIANT_FALSE); in put_Unique()1294 void WpADOIndex::put_PrimaryKey(sal_Bool _b) in put_PrimaryKey() argument1297 pInterface->put_PrimaryKey(_b ? VARIANT_TRUE : VARIANT_FALSE); in put_PrimaryKey()
300 void SAL_CALL DropTarget::setActive( sal_Bool _b ) throw(RuntimeException) in setActive() argument303 m_bActive= _b; in setActive()
Completed in 93 milliseconds